﻿:root,
[data-theme=light] {
    --kt-xs: 0;
    --kt-sm: 576px;
    --kt-md: 768px;
    --kt-lg: 992px;
    --kt-xl: 1200px;
    --kt-xxl: 1400px;
    --kt-white: #ffffff;
    --kt-white-bg-rgb: 255, 255, 255;
    --kt-black: #000000;
    --kt-black-bg-rgb: 0, 0, 0;
    --kt-text-muted: #A1A5B7;
    --kt-gray-100: #F9F9F9;
    --kt-gray-200: #F4F4F4;
    --kt-gray-300: #E1E3EA;
    --kt-gray-400: #B5B5C3;
    --kt-gray-500: #A1A5B7;
    --kt-gray-600: #7E8299;
    --kt-gray-700: #5E6278;
    --kt-gray-800: #3F4254;
    --kt-gray-900: #181C32;
    --kt-gray-100-rgb: 249, 249, 249;
    --kt-gray-200-rgb: 244, 244, 244;
    --kt-gray-300-rgb: 225, 227, 234;
    --kt-gray-400-rgb: 181, 181, 195;
    --kt-gray-500-rgb: 161, 165, 183;
    --kt-gray-600-rgb: 126, 130, 153;
    --kt-gray-700-rgb: 94, 98, 120;
    --kt-gray-800-rgb: 63, 66, 84;
    --kt-gray-900-rgb: 24, 28, 50;
    --kt-white: #ffffff;
    --kt-light: #F9F9F9;
    --kt-primary: #3E97FF;
    --kt-secondary: #E1E3EA;
    --kt-success: #50CD89;
    --kt-info: #7239EA;
    --kt-warning: #FFC700;
    --kt-danger: #F1416C;
    --kt-dark: #181C32;
    --kt-primary-active: #2884EF;
    --kt-secondary-active: #B5B5C3;
    --kt-light-active: #F4F4F4;
    --kt-success-active: #47BE7D;
    --kt-info-active: #5014D0;
    --kt-warning-active: #F1BC00;
    --kt-danger-active: #D9214E;
    --kt-dark-active: #131628;
    --kt-primary-light: #EEF6FF;
    --kt-secondary-light: #F9F9F9;
    --kt-success-light: #E8FFF3;
    --kt-info-light: #F8F5FF;
    --kt-warning-light: #FFF8DD;
    --kt-danger-light: #FFF5F8;
    --kt-dark-light: #F4F4F4;
    --kt-primary-inverse: #FFFFFF;
    --kt-secondary-inverse: #3F4254;
    --kt-light-inverse: #7E8299;
    --kt-success-inverse: #FFFFFF;
    --kt-info-inverse: #FFFFFF;
    --kt-warning-inverse: #FFFFFF;
    --kt-danger-inverse: #FFFFFF;
    --kt-dark-inverse: #ffffff;
    --kt-white-rgb: 255, 255, 255;
    --kt-light-rgb: 249, 249, 249;
    --kt-primary-rgb: 62, 151, 255;
    --kt-secondary-rgb: 225, 227, 234;
    --kt-success-rgb: 80, 205, 137;
    --kt-info-rgb: 114, 57, 234;
    --kt-warning-rgb: 255, 199, 0;
    --kt-danger-rgb: 241, 65, 108;
    --kt-dark-rgb: 24, 28, 50;
    --kt-text-white: #ffffff;
    --kt-text-primary: #3E97FF;
    --kt-text-secondary: #E1E3EA;
    --kt-text-light: #F9F9F9;
    --kt-text-success: #50CD89;
    --kt-text-info: #7239EA;
    --kt-text-warning: #FFC700;
    --kt-text-danger: #F1416C;
    --kt-text-dark: #181C32;
    --kt-text-muted: #A1A5B7;
    --kt-text-gray-100: #F9F9F9;
    --kt-text-gray-200: #F4F4F4;
    --kt-text-gray-300: #E1E3EA;
    --kt-text-gray-400: #B5B5C3;
    --kt-text-gray-500: #A1A5B7;
    --kt-text-gray-600: #7E8299;
    --kt-text-gray-700: #5E6278;
    --kt-text-gray-800: #3F4254;
    --kt-text-gray-900: #181C32;
    --kt-body-bg: #ffffff;
    --kt-body-bg-rgb: 255, 255, 255;
    --kt-body-color: #181C32;
    --kt-link-color: #3E97FF;
    --kt-link-hover-color: #2884EF;
    --kt-border-color: #F4F4F4;
    --kt-border-dashed-color: #E1E3EA;
    --kt-component-active-color: #FFFFFF;
    --kt-component-active-bg: #3E97FF;
    --kt-component-hover-color: #3E97FF;
    --kt-component-hover-bg: #F4F6FA;
    --kt-component-checked-color: #FFFFFF;
    --kt-component-checked-bg: #3E97FF;
    --kt-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
    --kt-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
    --kt-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    --kt-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
    --kt-headings-color: #181C32;
    --kt-table-color: #181C32;
    --kt-table-bg: transparent;
    --kt-table-striped-color: #181C32;
    --kt-table-striped-bg: rgba(249, 249, 249, 0.75);
    --kt-table-accent-bg: transparent;
    --kt-table-active-color: #181C32;
    --kt-table-active-bg: #F9F9F9;
    --kt-table-hover-colorr: #181C32;
    --kt-table-hover-bg: #F9F9F9;
    --kt-table-border-color: #F4F4F4;
    --kt-table-caption-color: #A1A5B7;
    --kt-table-loading-message-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    --kt-table-loading-message-bg: #ffffff;
    --kt-table-loading-message-color: #5E6278;
    --kt-input-btn-focus-color: rgba(62, 151, 255, 0.25);
    --kt-input-btn-focus-box-shadow: 0 0 0 0.25rem rgba(62, 151, 255, 0.25);
    --kt-input-btn-focus-color-opacity: 0.25;
    --kt-input-color: #5E6278;
    --kt-input-placeholder-color: #A1A5B7;
    --kt-input-plaintext-color: #5E6278;
    --kt-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --kt-btn-focus-box-shadow: 0 0 0 0.25rem rgba(62, 151, 255, 0.25);
    --kt-btn-active-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --kt-btn-disabled-opacity: 0.65;
    --kt-btn-link-color: #3E97FF;
    --kt-btn-link-hover-color: #2884EF;
    --kt-btn-link-disabled-color: #7E8299;
    --kt-form-label-color: #3F4254;
    --kt-form-text-color: #A1A5B7;
    --kt-input-bg: #ffffff;
    --kt-input-disabled-bg: #F4F4F4;
    --kt-input-disabled-color: #A1A5B7;
    --kt-input-disabled-border-color: #E1E3EA;
    --kt-input-color: #5E6278;
    --kt-input-border-color: #E1E3EA;
    --kt-input-focus-bg: #ffffff;
    --kt-input-focus-border-color: #B5B5C3;
    --kt-input-focus-color: #5E6278;
    --kt-input-solid-bg: #F9F9F9;
    --kt-input-solid-bg-focus: #f4f4f4;
    --kt-input-solid-placeholder-color: #A1A5B7;
    --kt-input-solid-color: #5E6278;
    --kt-form-check-label-color: #A1A5B7;
    --kt-form-check-label-color-checked: #5E6278;
    --kt-form-check-input-active-filter: brightness(90%);
    --kt-form-check-input-bg: transparent;
    --kt-form-check-input-bg-solid: #F4F4F4;
    --kt-form-check-input-border: 1px solid #E1E3EA;
    --kt-form-check-input-focus-border: #B5B5C3;
    --kt-form-check-input-focus-box-shadow: none;
    --kt-form-check-input-checked-color: #FFFFFF;
    --kt-form-check-input-checked-bg-color: #3E97FF;
    --kt-form-check-input-checked-bg-color-solid: #3E97FF;
    --kt-form-check-input-checked-border-color: #3E97FF;
    --kt-form-check-input-checked-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23FFFFFF'/%3e%3c/svg%3e");
    --kt-form-check-radio-checked-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e");
    --kt-form-check-input-indeterminate-color: #FFFFFF;
    --kt-form-check-input-indeterminate-bg-color: #3E97FF;
    --kt-form-check-input-indeterminate-border-color: #3E97FF;
    --kt-form-check-input-indeterminate-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
    --kt-form-check-input-disabled-opacity: 0.5;
    --kt-form-check-label-disabled-opacity: 0.5;
    --kt-form-check-btn-check-disabled-opacity: 0.65;
    --kt-form-switch-color: rgba(0, 0, 0, 0.25);
    --kt-form-switch-color-solid: #ffffff;
    --kt-form-switch-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    --kt-form-switch-bg-image-solid: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
    --kt-form-switch-focus-color: #B5B5C3;
    --kt-form-switch-focus-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23B5B5C3'/%3e%3c/svg%3e");
    --kt-form-switch-checked-color: #FFFFFF;
    --kt-form-switch-checked-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
    --kt-input-group-addon-color: #5E6278;
    --kt-input-group-addon-bg: #F9F9F9;
    --kt-input-group-addon-border-color: #E1E3EA;
    --kt-form-select-color: #5E6278;
    --kt-form-select-bg: #ffffff;
    --kt-form-select-disabled-color: #A1A5B7;
    --kt-form-select-disabled-bg: #F4F4F4;
    --kt-form-select-disabled-border-color: #E1E3EA;
    --kt-form-select-indicator-color: #7E8299;
    --kt-form-select-indicator: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --kt-form-select-border-color: #E1E3EA;
    --kt-form-select-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --kt-form-select-focus-border-color: #B5B5C3;
    --kt-form-select-focus-box-shadow: 0 0 0 0.25rem rgba(62, 151, 255, 0.25);
    --kt-form-file-button-color: #5E6278;
    --kt-form-file-button-bg: #F9F9F9;
    --kt-form-file-button-hover-bg: shade-color(#F9F9F9, 5%);
    --kt-nav-tabs-border-color: #F4F4F4;
    --kt-nav-tabs-link-hover-border-color: #F4F4F4 #F4F4F4 #F4F4F4;
    --kt-nav-tabs-link-active-color: #5E6278;
    --kt-nav-tabs-link-active-bg: #ffffff;
    --kt-nav-tabs-link-active-border-color: #E1E3EA #E1E3EA #ffffff;
    --kt-nav-pills-link-active-color: #FFFFFF;
    --kt-nav-pills-link-active-bg: #3E97FF;
    --kt-dropdown-color: #181C32;
    --kt-dropdown-bg: #ffffff;
    --kt-dropdown-divider-bg: #F9F9F9;
    --kt-dropdown-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    --kt-dropdown-link-color: #181C32;
    --kt-dropdown-link-hover-color: shade-color(#181C32, 10%);
    --kt-dropdown-link-hover-bg: #F4F4F4;
    --kt-dropdown-link-active-color: #FFFFFF;
    --kt-dropdown-link-active-bg: #3E97FF;
    --kt-dropdown-link-disabled-color: #A1A5B7;
    --kt-dropdown-header-color: #7E8299;
    --kt-pagination-item-bg: #ffffff;
    --kt-pagination-color: #5E6278;
    --kt-pagination-bg: transparent;
    --kt-pagination-border-color: transparent;
    --kt-pagination-focus-color: #3E97FF;
    --kt-pagination-focus-bg: #F4F6FA;
    --kt-pagination-focus-box-shadow: none;
    --kt-pagination-focus-outline: 0;
    --kt-pagination-hover-color: #3E97FF;
    --kt-pagination-hover-bg: #F4F6FA;
    --kt-pagination-hover-border-color: transparent;
    --kt-pagination-active-color: #FFFFFF;
    --kt-pagination-active-bg: #3E97FF;
    --kt-pagination-active-border-color: transparent;
    --kt-pagination-disabled-color: #B5B5C3;
    --kt-pagination-disabled-bg: transparent;
    --kt-card-bg: #ffffff;
    --kt-card-box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
    --kt-card-border-color: #F4F4F4;
    --kt-card-border-dashed-color: #E1E3EA;
    --kt-card-cap-bg: transparent;
    --kt-accordion-color: #181C32;
    --kt-accordion-bg: #ffffff;
    --kt-accordion-border-color: #F4F4F4;
    --kt-accordion-button-bg: #ffffff;
    --kt-accordion-button-color: #181C32;
    --kt-accordion-button-active-bg: #F9F9F9;
    --kt-accordion-button-active-color: #3E97FF;
    --kt-accordion-button-focus-border-color: #F4F4F4;
    --kt-accordion-button-focus-box-shadow: none;
    --kt-accordion-icon-color: #181C32;
    --kt-accordion-icon-active-color: #3E97FF;
    --kt-accordion-button-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23181C32'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --kt-accordion-button-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233E97FF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --kt-tooltip-color: #3F4254;
    --kt-tooltip-bg: #ffffff;
    --kt-tooltip-opacity: 1;
    --kt-tooltip-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    --kt-popover-bg: #ffffff;
    --kt-popover-border-color: #ffffff;
    --kt-popover-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    --kt-popover-header-bg: #ffffff;
    --kt-popover-header-color: #3F4254;
    --kt-popover-header-border-color: #F4F4F4;
    --kt-popover-body-color: #3F4254;
    --kt-dropdown-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    --kt-dropdown-bg: #ffffff;
    --kt-toast-background-color: rgba(255, 255, 255, 0.85);
    --kt-toast-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    --kt-toast-header-color: #7E8299;
    --kt-toast-header-background-color: rgba(255, 255, 255, 0.85);
    --kt-toast-header-border-color: rgba(0, 0, 0, 0.05);
    --kt-badge-color: #ffffff;
    --kt-modal-bg: #ffffff;
    --kt-modal-border-color: var(--bs-border-color-translucent);
    --kt-modal-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
    --kt-modal-content-bg: #ffffff;
    --kt-modal-content-border-color: var(--bs-border-color-translucent);
    --kt-modal-content-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
    --kt-modal-content-box-shadow-xs: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    --kt-modal-content-box-shadow-sm-up: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    --kt-modal-header-border-color: #F4F4F4;
    --kt-modal-footer-border-color: #F4F4F4;
    --kt-modal-backdrop-bg: #000000;
    --kt-modal-backdrop-opacity: 0.3;
    --kt-progress-bg: #F9F9F9;
    --kt-progress-box-shadow: none;
    --kt-list-group-color: #181C32;
    --kt-list-group-bg: #ffffff;
    --kt-list-group-border-color: rgba(0, 0, 0, 0.125);
    --kt-list-group-hover-bg: #F9F9F9;
    --kt-list-group-active-color: #FFFFFF;
    --kt-list-group-active-bg: #3E97FF;
    --kt-list-group-active-border-colorg: #3E97FF;
    --kt-list-group-disabled-color: #7E8299;
    --kt-list-group-disabled-bg: #ffffff;
    --kt-list-group-action-colorg: #5E6278;
    --kt-list-group-action-hover-color: #5E6278;
    --kt-list-group-action-active-color: #181C32;
    --kt-list-group-action-active-bg: #F4F4F4;
    --kt-thumbnail-bg: #ffffff;
    --kt-thumbnail-border-color: #F4F4F4;
    --kt-thumbnail-box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
    --kt-figure-caption-color: #7E8299;
    --kt-breadcrumb-divider-color: #7E8299;
    --kt-breadcrumb-active-color: #3E97FF;
    --kt-carousel-custom-indicator-default-bg-color: #F4F4F4;
    --kt-carousel-custom-indicator-active-bg-color: #B5B5C3;
    --kt-carousel-custom-bullet-indicator-default-bg-color: #B5B5C3;
    --kt-carousel-custom-bullet-indicator-active-bg-color: #7E8299;
    --kt-code-bg: #F1F3F8;
    --kt-code-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.08);
    --kt-code-color: #b93993;
    --kt-btn-close-color: #000000;
    --kt-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --kt-offcanvas-border-color: var(--bs-border-color-translucent);
    --kt-offcanvas-bg-color: #ffffff;
    --kt-offcanvas-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    --kt-offcanvas-backdrop-bg: #000000;
    --kt-offcanvas-backdrop-opacity: 0.3;
    --kt-symbol-label-color: #3F4254;
    --kt-symbol-label-bg: #F9F9F9;
    --kt-symbol-border-color: rgba(255, 255, 255, 0.5);
    --kt-bullet-bg-color: #B5B5C3;
    --kt-scrolltop-opacity: 0;
    --kt-scrolltop-opacity-on: 0.3;
    --kt-scrolltop-opacity-hover: 1;
    --kt-scrolltop-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    --kt-scrolltop-bg-color: #3E97FF;
    --kt-scrolltop-bg-color-hover: #3E97FF;
    --kt-scrolltop-icon-color: #FFFFFF;
    --kt-scrolltop-icon-color-hover: #FFFFFF;
    --kt-drawer-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.05);
    --kt-drawer-bg-color: #ffffff;
    --kt-drawer-overlay-bg-color: rgba(0, 0, 0, 0.2);
    --kt-menu-dropdown-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    --kt-menu-dropdown-bg-color: #ffffff;
    --kt-menu-heading-color: #A1A5B7;
    --kt-menu-link-color-hover: #3E97FF;
    --kt-menu-link-color-show: #3E97FF;
    --kt-menu-link-color-here: #3E97FF;
    --kt-menu-link-color-active: #3E97FF;
    --kt-menu-link-bg-color-hover: #F4F6FA;
    --kt-menu-link-bg-color-show: #F4F6FA;
    --kt-menu-link-bg-color-here: #F4F6FA;
    --kt-menu-link-bg-color-active: #F4F6FA;
    --kt-feedback-popup-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    --kt-feedback-popup-background-color: #ffffff;
    --kt-scrollbar-color: #F4F4F4;
    --kt-scrollbar-hover-color: #efefef;
    --kt-scrollbar-size: 5px;
    --kt-scrollbar-overlay-size: 19px;
    --kt-scrollbar-overlay-space: 7px;
    --kt-overlay-bg: rgba(0, 0, 0, 0.05);
    --kt-blockui-overlay-bg: rgba(0, 0, 0, 0.05);
    --kt-rating-color-default: #B5B5C3;
    --kt-rating-color-active: #FFAD0F;
    --kt-ribbon-label-box-shadow: 0px -1px 5px 0px rgba(24, 28, 50, 0.1);
    --kt-ribbon-label-bg: #3E97FF;
    --kt-ribbon-label-border-color: #0063d7;
    --kt-ribbon-clip-bg: #181C32;
    --kt-engage-btn-bg: #ffffff;
    --kt-engage-btn-color: #7E8299;
    --kt-engage-btn-color-active: #3F4254;
}

[data-theme=dark] {
    --kt-text-muted: #565674;
    --kt-gray-100: #1b1b29;
    --kt-gray-200: #2B2B40;
    --kt-gray-300: #323248;
    --kt-gray-400: #474761;
    --kt-gray-500: #565674;
    --kt-gray-600: #6D6D80;
    --kt-gray-700: #92929F;
    --kt-gray-800: #CDCDDE;
    --kt-gray-900: #FFFFFF;
    --kt-gray-100-rgb: 27, 27, 41;
    --kt-gray-200-rgb: 43, 43, 64;
    --kt-gray-300-rgb: 50, 50, 72;
    --kt-gray-400-rgb: 71, 71, 97;
    --kt-gray-500-rgb: 86, 86, 116;
    --kt-gray-600-rgb: 109, 109, 128;
    --kt-gray-700-rgb: 146, 146, 159;
    --kt-gray-800-rgb: 205, 205, 222;
    --kt-gray-900-rgb: 255, 255, 255;
    --kt-dark: #FFFFFF;
    --kt-light: #2B2B40;
    --kt-secondary: #323248;
    --kt-dark-active: white;
    --kt-light-active: #323248;
    --kt-secondary-active: #474761;
    --kt-primary-light: #212E48;
    --kt-success-light: #1C3238;
    --kt-info-light: #2F264F;
    --kt-warning-light: #392F28;
    --kt-danger-light: #3A2434;
    --kt-dark-light: #2B2B40;
    --kt-secondary-light: #1b1b29;
    --kt-dark-inverse: #1b1b29;
    --kt-light-inverse: #6D6D80;
    --kt-secondary-inverse: #CDCDDE;
    --kt-dark-rgb: 255, 255, 255;
    --kt-light-rgb: 43, 43, 64;
    --kt-secondary-rgb: 50, 50, 72;
    --kt-text-dark: #FFFFFF;
    --kt-text-muted: #565674;
    --kt-text-secondary: #323248;
    --kt-text-gray-100: #1b1b29;
    --kt-text-gray-200: #2B2B40;
    --kt-text-gray-300: #323248;
    --kt-text-gray-400: #474761;
    --kt-text-gray-500: #565674;
    --kt-text-gray-600: #6D6D80;
    --kt-text-gray-700: #92929F;
    --kt-text-gray-800: #CDCDDE;
    --kt-text-gray-900: #FFFFFF;
    --kt-body-bg: #1e1e2d;
    --kt-body-bg-rgb: 30, 30, 45;
    --kt-body-color: #FFFFFF;
    --kt-link-color: #3E97FF;
    --kt-link-hover-color: #2884EF;
    --kt-border-color: #2B2B40;
    --kt-border-dashed-color: #323248;
    --kt-component-active-color: #FFFFFF;
    --kt-component-active-bg: #3E97FF;
    --kt-component-hover-color: #3E97FF;
    --kt-component-hover-bg: #2B2B40;
    --kt-component-checked-color: #FFFFFF;
    --kt-component-checked-bg: #3E97FF;
    --kt-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
    --kt-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
    --kt-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    --kt-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
    --kt-headings-color: #FFFFFF;
    --kt-table-color: #FFFFFF;
    --kt-table-bg: transparent;
    --kt-table-striped-color: #FFFFFF;
    --kt-table-striped-bg: rgba(27, 27, 41, 0.75);
    --kt-table-accent-bg: transparent;
    --kt-table-active-color: #FFFFFF;
    --kt-table-active-bg: #1b1b29;
    --kt-table-hover-colorr: #FFFFFF;
    --kt-table-hover-bg: #1b1b29;
    --kt-table-border-color: #2B2B40;
    --kt-table-caption-color: #565674;
    --kt-table-loading-message-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    --kt-table-loading-message-bg: #2B2B40;
    --kt-table-loading-message-color: #92929F;
    --kt-input-btn-focus-color: rgba(62, 151, 255, 0.25);
    --kt-input-btn-focus-color-opacity: 0.25;
    --kt-input-color: #92929F;
    --kt-input-placeholder-color: #565674;
    --kt-input-plaintext-color: #92929F;
    --kt-btn-disabled-opacity: 0.65;
    --kt-btn-link-color: #3E97FF;
    --kt-btn-link-hover-color: #2884EF;
    --kt-btn-link-disabled-color: #6D6D80;
    --kt-form-label-color: #CDCDDE;
    --kt-form-text-color: #565674;
    --kt-input-bg: #1e1e2d;
    --kt-input-disabled-bg: #2B2B40;
    --kt-input-disabled-color: #565674;
    --kt-input-disabled-border-color: #323248;
    --kt-input-color: #92929F;
    --kt-input-border-color: #323248;
    --kt-input-focus-bg: #1e1e2d;
    --kt-input-focus-border-color: #474761;
    --kt-input-focus-color: #92929F;
    --kt-input-solid-bg: #1b1b29;
    --kt-input-solid-bg-focus: #1f1f2f;
    --kt-input-solid-placeholder-color: #565674;
    --kt-input-solid-color: #92929F;
    --kt-form-check-label-color: #565674;
    --kt-form-check-label-color-checked: #92929F;
    --kt-form-check-input-active-filter: brightness(90%);
    --kt-form-check-input-bg: transparent;
    --kt-form-check-input-bg-solid: #2B2B40;
    --kt-form-check-input-border: 1px solid #323248;
    --kt-form-check-input-focus-border: #474761;
    --kt-form-check-input-focus-box-shadow: none;
    --kt-form-check-input-checked-color: #FFFFFF;
    --kt-form-check-input-checked-bg-color: #3E97FF;
    --kt-form-check-input-checked-border-color: #3E97FF;
    --kt-form-check-input-checked-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23FFFFFF'/%3e%3c/svg%3e");
    --kt-form-check-radio-checked-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e");
    --kt-form-check-input-indeterminate-color: #FFFFFF;
    --kt-form-check-input-indeterminate-bg-color: #3E97FF;
    --kt-form-check-input-indeterminate-border-color: #3E97FF;
    --kt-form-check-input-indeterminate-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
    --kt-form-check-input-disabled-opacity: 0.5;
    --kt-form-check-label-disabled-opacity: 0.5;
    --kt-form-check-btn-check-disabled-opacity: 0.65;
    --kt-form-switch-color: rgba(255, 255, 255, 0.25);
    --kt-form-switch-color-solid: #A1A5B7;
    --kt-form-switch-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
    --kt-form-switch-bg-image-solid: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23A1A5B7'/%3e%3c/svg%3e");
    --kt-form-switch-focus-color: #474761;
    --kt-form-switch-focus-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23474761'/%3e%3c/svg%3e");
    --kt-form-switch-checked-color: #FFFFFF;
    --kt-form-switch-checked-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
    --kt-input-group-addon-color: #92929F;
    --kt-input-group-addon-bg: #1b1b29;
    --kt-input-group-addon-border-color: #323248;
    --kt-form-select-color: #92929F;
    --kt-form-select-bg: #1e1e2d;
    --kt-form-select-disabled-color: #565674;
    --kt-form-select-disabled-bg: #2B2B40;
    --kt-form-select-disabled-border-color: #323248;
    --kt-form-select-indicator-color: #6D6D80;
    --kt-form-select-indicator: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236D6D80' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --kt-form-select-border-color: #323248;
    --kt-form-select-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --kt-form-select-focus-border-color: #474761;
    --kt-form-select-focus-box-shadow: 0 0 0 0.25rem rgba(62, 151, 255, 0.25);
    --kt-form-file-button-color: #92929F;
    --kt-form-file-button-bg: #1b1b29;
    --kt-form-file-button-hover-bg: shade-color(#1b1b29, 5%);
    --kt-nav-tabs-border-color: #2B2B40;
    --kt-nav-tabs-link-hover-border-color: #2B2B40 #2B2B40 #2B2B40;
    --kt-nav-tabs-link-active-color: #92929F;
    --kt-nav-tabs-link-active-bg: #1e1e2d;
    --kt-nav-tabs-link-active-border-color: #323248 #323248 #1e1e2d;
    --kt-nav-pills-link-active-color: #FFFFFF;
    --kt-nav-pills-link-active-bg: #3E97FF;
    --kt-dropdown-color: #FFFFFF;
    --kt-dropdown-bg: #1e1e2d;
    --kt-dropdown-divider-bg: #1b1b29;
    --kt-dropdown-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    --kt-dropdown-link-color: #FFFFFF;
    --kt-dropdown-link-hover-color: shade-color(#FFFFFF, 10%);
    --kt-dropdown-link-hover-bg: #2B2B40;
    --kt-dropdown-link-active-color: #FFFFFF;
    --kt-dropdown-link-active-bg: #3E97FF;
    --kt-dropdown-link-disabled-color: #565674;
    --kt-dropdown-header-color: #6D6D80;
    --kt-pagination-item-bg: #1e1e2d;
    --kt-pagination-color: #92929F;
    --kt-pagination-bg: transparent;
    --kt-pagination-border-color: transparent;
    --kt-pagination-focus-color: #3E97FF;
    --kt-pagination-focus-bg: #2B2B40;
    --kt-pagination-focus-box-shadow: none;
    --kt-pagination-focus-outline: 0;
    --kt-pagination-hover-color: #3E97FF;
    --kt-pagination-hover-bg: #2B2B40;
    --kt-pagination-hover-border-color: transparent;
    --kt-pagination-active-color: #FFFFFF;
    --kt-pagination-active-bg: #3E97FF;
    --kt-pagination-active-border-color: transparent;
    --kt-pagination-disabled-color: #474761;
    --kt-pagination-disabled-bg: transparent;
    --kt-card-bg: #1e1e2d;
    --kt-card-box-shadow: none;
    --kt-card-border-color: #2B2B40;
    --kt-card-border-dashed-color: #323248;
    --kt-card-cap-bg: transparent;
    --kt-accordion-color: #FFFFFF;
    --kt-accordion-bg: #1e1e2d;
    --kt-accordion-border-color: #2B2B40;
    --kt-accordion-button-color: #FFFFFF;
    --kt-accordion-button-bg: #1e1e2d;
    --kt-accordion-button-active-bg: #1b1b29;
    --kt-accordion-button-active-color: #3E97FF;
    --kt-accordion-button-focus-border-color: #2B2B40;
    --kt-accordion-button-focus-box-shadow: none;
    --kt-accordion-icon-color: #FFFFFF;
    --kt-accordion-icon-active-color: #3E97FF;
    --kt-accordion-button-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --kt-accordion-button-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233E97FF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --kt-tooltip-color: #CDCDDE;
    --kt-tooltip-bg: #2B2B40;
    --kt-tooltip-opacity: 1;
    --kt-tooltip-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    --kt-popover-bg: #2B2B40;
    --kt-popover-border-color: #2B2B40;
    --kt-popover-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    --kt-popover-header-bg: #2B2B40;
    --kt-popover-header-color: #CDCDDE;
    --kt-popover-header-border-color: #323248;
    --kt-popover-body-color: #CDCDDE;
    --kt-dropdown-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    --kt-dropdown-bg: #1e1e2d;
    --kt-toast-background-color: rgba(0, 0, 0, 0.85);
    --kt-toast-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    --kt-toast-header-color: #6D6D80;
    --kt-toast-header-background-color: rgba(0, 0, 0, 0.85);
    --kt-toast-header-border-color: rgba(255, 255, 255, 0.05);
    --kt-badge-color: #1e1e2d;
    --kt-modal-bg: #1e1e2d;
    --kt-modal-box-shadow: 0 0.25rem 0.5rem rgba(255, 255, 255, 0.05);
    --kt-modal-content-bg: #1e1e2d;
    --kt-modal-content-box-shadow: 0 0.25rem 0.5rem rgba(255, 255, 255, 0.05);
    --kt-modal-content-box-shadow-xs: 0 0.25rem 0.5rem rgba(255, 255, 255, 0.1);
    --kt-modal-content-box-shadow-sm-up: 0 0.5rem 1rem rgba(255, 255, 255, 0.1);
    --kt-modal-header-border-color: #2B2B40;
    --kt-modal-footer-border-color: #2B2B40;
    --kt-modal-backdrop-bg: #000000;
    --kt-modal-backdrop-opacity: 0.4;
    --kt-progress-bg: #1b1b29;
    --kt-progress-box-shadow: none;
    --kt-list-group-color: #FFFFFF;
    --kt-list-group-bg: #000000;
    --kt-list-group-border-color: rgba(255, 255, 255, 0.125);
    --kt-list-group-hover-bg: #F9F9F9;
    --kt-list-group-active-color: #FFFFFF;
    --kt-list-group-active-bg: #3E97FF;
    --kt-list-group-active-border-colorg: #3E97FF;
    --kt-list-group-disabled-color: #6D6D80;
    --kt-list-group-disabled-bg: #000000;
    --kt-list-group-action-colorg: #92929F;
    --kt-list-group-action-hover-color: #92929F;
    --kt-list-group-action-active-color: #FFFFFF;
    --kt-list-group-action-active-bg: #2B2B40;
    --kt-thumbnail-bg: #1e1e2d;
    --kt-thumbnail-border-color: #2B2B40;
    --kt-thumbnail-box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
    --kt-figure-caption-color: #6D6D80;
    --kt-breadcrumb-divider-color: #6D6D80;
    --kt-breadcrumb-active-color: #3E97FF;
    --kt-carousel-custom-indicator-default-bg-color: #2B2B40;
    --kt-carousel-custom-indicator-active-bg-color: #474761;
    --kt-arousel-custom-bullet-indicator-default-bg-color: #474761;
    --kt-carousel-custom-bullet-indicator-active-bg-color: #6D6D80;
    --kt-btn-close-color: #ffffff;
    --kt-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --kt-code-bg: #2B2B40;
    --kt-code-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.08);
    --kt-code-color: #b93993;
    --kt-offcanvas-bg-color: #1e1e2d;
    --kt-offcanvas-box-shadow: 0 0.25rem 0.5rem rgba(255, 255, 255, 0.1);
    --kt-offcanvas-backdrop-bg: #000000;
    --kt-offcanvas-backdrop-opacity: 0.4;
    --kt-code-bg: #2B2B40;
    --kt-code-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.08);
    --kt-code-color: #b93993;
    --kt-symbol-label-color: #CDCDDE;
    --kt-symbol-label-bg: #1b1b29;
    --kt-symbol-border-color: rgba(255, 255, 255, 0.5);
    --kt-bullet-bg-color: #474761;
    --kt-scrolltop-opacity: 0;
    --kt-scrolltop-opacity-on: 0.3;
    --kt-scrolltop-opacity-hover: 1;
    --kt-scrolltop-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    --kt-scrolltop-bg-color: #3E97FF;
    --kt-scrolltop-bg-color-hover: #3E97FF;
    --kt-scrolltop-icon-color: #FFFFFF;
    --kt-scrolltop-icon-color-hover: #FFFFFF;
    --kt-drawer-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    --kt-drawer-bg-color: #1e1e2d;
    --kt-drawer-overlay-bg-color: rgba(0, 0, 0, 0.4);
    --kt-menu-dropdown-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    --kt-menu-dropdown-bg-color: #1e1e2d;
    --kt-menu-heading-color: #565674;
    --kt-menu-link-color-hover: #3E97FF;
    --kt-menu-link-color-show: #3E97FF;
    --kt-menu-link-color-here: #3E97FF;
    --kt-menu-link-color-active: #3E97FF;
    --kt-menu-link-bg-color-hover: #2B2B40;
    --kt-menu-link-bg-color-show: #2B2B40;
    --kt-menu-link-bg-color-here: #2B2B40;
    --kt-menu-link-bg-color-active: #2B2B40;
    --kt-feedback-popup-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    --kt-feedback-popup-background-color: #1e1e2d;
    --kt-scrollbar-color: #2B2B40;
    --kt-scrollbar-hover-color: #27273a;
    --kt-overlay-bg: rgba(255, 255, 255, 0.05);
    --kt-blockui-overlay-bg: rgba(255, 255, 255, 0.05);
    --kt-rating-color-default: #474761;
    --kt-rating-color-active: #FFAD0F;
    --kt-ribbon-label-box-shadow: 0px -1px 5px 0px rgba(255, 255, 255, 0.1);
    --kt-ribbon-label-bg: #3E97FF;
    --kt-ribbon-label-border-color: #0063d7;
    --kt-ribbon-clip-bg: #F9F9F9;
    --kt-engage-btn-bg: #2B2B40;
    --kt-engage-btn-color: #6D6D80;
    --kt-engage-btn-color-active: #CDCDDE;
}

[data-theme=dark] {
    --bs-gray-100: #1b1b29;
    --bs-gray-200: #2B2B40;
    --bs-gray-300: #323248;
    --bs-gray-400: #474761;
    --bs-gray-500: #565674;
    --bs-gray-600: #6D6D80;
    --bs-gray-700: #92929F;
    --bs-gray-800: #CDCDDE;
    --bs-gray-900: #FFFFFF;
    --bs-dark: #FFFFFF;
    --bs-light: #2B2B40;
    --bs-secondary: #323248;
    --bs-body-color-rgb: 255, 255, 255;
    --bs-body-bg-rgb: 30, 30, 45;
    --bs-body-color: #FFFFFF;
    --bs-body-bg: #1e1e2d;
    --bs-border-color: #2B2B40;
    --bs-heading-color: #FFFFFF;
    --bs-link-color: #3E97FF;
    --bs-link-hover-color: #2884EF;
    --bs-code-color: #b93993;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: var(--kt-headings-color);
    outline: 0;
}

.blockquote-footer {
    color: var(--kt-blockquote-footer-color);
}

.list-style-none {
    list-style: none;
}

[data-kt-theme-mode-switching=true] * {
    transition: none !important;
}

html:not([data-theme=dark]) .theme-dark-show {
    display: none !important;
}

html:not([data-theme=dark]) .theme-light-bg-transparent {
    background-color: transparent !important;
}

html:not([data-theme=dark]) .theme-light-bg-body {
    background-color: var(--kt-body-bg) !important;
}

[data-theme=dark] .theme-light-show {
    display: none !important;
}

[data-theme=dark] .theme-dark-bg-transparent {
    background-color: transparent !important;
}

[data-theme=dark] .theme-dark-bg-body {
    background-color: var(--kt-body-bg) !important;
}

.animation {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes animationSlideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.animation-slide-in-down {
    animation-name: animationSlideInDown;
}

@keyframes animationSlideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.animation-slide-in-up {
    animation-name: animationSlideInUp;
}

@keyframes animationFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.animation-fade-in {
    animation-name: animationFadeIn;
}

@keyframes animationFadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.animation-fade-out {
    animation-name: animationFadeOut;
}

.animation-blink {
    animation: animationBlink 1s steps(5, start) infinite;
}

@keyframes animationBlink {
    to {
        visibility: hidden;
    }
}

.alert-white {
    color: var(--kt-white);
    border-color: var(--kt-white);
    background-color: var(--kt-white-light);
}

    .alert-white .alert-link {
        color: var(--kt-white);
    }

.alert-light {
    color: var(--kt-light);
    border-color: var(--kt-light);
    background-color: var(--kt-light-light);
}

    .alert-light .alert-link {
        color: var(--kt-light);
    }

.alert-primary {
    color: var(--kt-primary);
    border-color: var(--kt-primary);
    background-color: var(--kt-primary-light);
}

    .alert-primary .alert-link {
        color: var(--kt-primary);
    }

.alert-secondary {
    color: var(--kt-secondary);
    border-color: var(--kt-secondary);
    background-color: var(--kt-secondary-light);
}

    .alert-secondary .alert-link {
        color: var(--kt-secondary);
    }

.alert-success {
    color: var(--kt-success);
    border-color: var(--kt-success);
    background-color: var(--kt-success-light);
}

    .alert-success .alert-link {
        color: var(--kt-success);
    }

.alert-info {
    color: var(--kt-info);
    border-color: var(--kt-info);
    background-color: var(--kt-info-light);
}

    .alert-info .alert-link {
        color: var(--kt-info);
    }

.alert-warning {
    color: var(--kt-warning);
    border-color: var(--kt-warning);
    background-color: var(--kt-warning-light);
}

    .alert-warning .alert-link {
        color: var(--kt-warning);
    }

.alert-danger {
    color: var(--kt-danger);
    border-color: var(--kt-danger);
    background-color: var(--kt-danger-light);
}

    .alert-danger .alert-link {
        color: var(--kt-danger);
    }

.alert-dark {
    color: var(--kt-dark);
    border-color: var(--kt-dark);
    background-color: var(--kt-dark-light);
}

    .alert-dark .alert-link {
        color: var(--kt-dark);
    }

.list-group {
    --bs-list-group-color: var(--kt-list-group-color);
    --bs-list-group-bg: var(--kt-list-group-bg);
    --bs-list-group-border-color: var(--kt-list-group-border-color);
    --bs-list-group-action-color: var(--kt-list-group-action-color);
    --bs-list-group-action-hover-color: var(--kt-list-group-action-hover-color);
    --bs-list-group-action-hover-bg: var(--kt-list-group-hover-bg);
    --bs-list-group-action-active-color: var(--kt-list-group-action-active-color);
    --bs-list-group-action-active-bg: var(--kt-list-group-action-active-bg);
    --bs-list-group-disabled-color: var(--kt-list-group-disabled-color);
    --bs-list-group-disabled-bg: var(--kt-list-group-disabled-bg);
    --bs-list-group-active-color: var(--kt-list-group-active-color);
    --bs-list-group-active-bg: var(--kt-list-group-active-bg);
    --bs-list-group-active-border-color: var(--kt-list-group-active-border-color);
}

.img-thumbnail {
    background-color: var(--kt-thumbnail-bg);
    border: 1px solid var(--kt-thumbnail-border-color);
    box-shadow: var(--kt-thumbnail-box-shadow);
}

.figure-caption {
    color: var(--kt-figure-caption-color);
}

.dropdown-menu {
    --bs-dropdown-color: var(--kt-dropdown-color);
    --bs-dropdown-bg: var(--kt-dropdown-bg);
    --bs-dropdown-border-color: var(--kt-dropdown-border-color);
    --bs-dropdown-divider-bg: var(--kt-dropdown-divider-bg);
    --bs-dropdown-box-shadow: var(--kt-dropdown-box-shadow);
    --bs-dropdown-link-color: var(--kt-dropdown-link-color);
    --bs-dropdown-link-hover-color: var(--kt-dropdown-link-hover-color);
    --bs-dropdown-link-hover-bg: var(--kt-dropdown-link-hover-bg);
    --bs-dropdown-link-active-color: var(--kt-dropdown-link-active-color);
    --bs-dropdown-link-active-bg: var(--kt-dropdown-link-active-bg);
    --bs-dropdown-link-disabled-color: var(--kt-dropdown-link-disabled-color);
    --bs-dropdown-header-color: var(--kt-dropdown-header-color);
}

.toast {
    --bs-toast-color: var(--kt-toast-color);
    --bs-toast-bg: var(--kt-toast-background-color);
    --bs-toast-border-color: var(--kt-toast-border-color);
    --bs-toast-box-shadow: var(--kt-toast-box-shadow);
    --bs-toast-header-color: var(--kt-toast-header-color);
    --bs-toast-header-bg: var(--kt-toast-header-background-color);
    --bs-toast-header-border-color: var(--kt-toast-header-border-color);
}

    .toast .toast-header .btn-close {
        margin-right: 0;
    }

.offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl, .offcanvas {
    --bs-offcanvas-color: var(--kt-offcanvas-color);
    --bs-offcanvas-bg: var(--kt-offcanvas-bg-color);
    --bs-offcanvas-border-color: var(--kt-offcanvas-border-color);
    --bs-offcanvas-box-shadow: var(--kt-offcanvas-box-shadow);
}

.nav {
    --bs-nav-link-color: var(--kt-nav-link-color);
    --bs-nav-link-hover-color: var(--kt-nav-link-hover-color);
    --bs-nav-link-disabled-color: var(--kt-nav-link-disabled-color);
}

.nav-tabs {
    --bs-nav-tabs-border-color: var(--kt-nav-tabs-border-color);
    --bs-nav-tabs-link-hover-border-color: var(--kt-nav-tabs-link-hover-border-color);
    --bs-nav-tabs-link-active-color: var(--kt-nav-tabs-link-active-color);
    --bs-nav-tabs-link-active-bg: var(--kt-nav-tabs-link-active-bg);
    --bs-nav-tabs-link-active-border-color: var(--kt-nav-tabs-link-active-border-color);
}

.nav-pills {
    --bs-nav-pills-link-active-color: var(--kt-nav-pills-link-active-color);
    --bs-nav-pills-link-active-bg: var(--kt-nav-pills-link-active-bg);
}

    .nav-pills .nav-item {
        margin-right: 0.5rem;
    }

        .nav-pills .nav-item:last-child {
            margin-right: 0;
        }

.nav-stretch {
    align-items: stretch;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    .nav-stretch .nav-item {
        display: flex;
        align-items: stretch;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .nav-stretch .nav-link {
        display: flex;
        align-items: center;
    }

.nav-group {
    padding: 0.35rem;
    border-radius: 0.475rem;
    background-color: var(--kt-gray-100);
}

    .nav-group.nav-group-outline {
        background-color: transparent;
        border: 1px solid var(--kt-border-color);
    }

    .nav-group.nav-group-fluid {
        display: flex;
    }

        .nav-group.nav-group-fluid > label,
        .nav-group.nav-group-fluid > .btn {
            position: relative;
            flex-shrink: 0;
            flex-grow: 1;
            flex-basis: 0;
        }

        .nav-group.nav-group-fluid > label {
            margin-right: 0.1rem;
        }

            .nav-group.nav-group-fluid > label > .btn {
                width: 100%;
            }

            .nav-group.nav-group-fluid > label:last-child {
                margin-right: 0;
            }

.nav-line-tabs {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--kt-border-color);
}

    .nav-line-tabs .nav-item {
        margin-bottom: -1px;
    }

        .nav-line-tabs .nav-item .nav-link {
            color: var(--kt-gray-500);
            border: 0;
            border-bottom: 1px solid transparent;
            transition: color 0.2s ease;
            padding: 0.5rem 0;
            margin: 0 1rem;
        }

        .nav-line-tabs .nav-item:first-child .nav-link {
            margin-left: 0;
        }

        .nav-line-tabs .nav-item:last-child .nav-link {
            margin-right: 0;
        }

        .nav-line-tabs .nav-item .nav-link.active,
        .nav-line-tabs .nav-item.show .nav-link,
        .nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
            background-color: transparent;
            border: 0;
            border-bottom: 1px solid var(--kt-primary);
            transition: color 0.2s ease;
        }

    .nav-line-tabs.nav-line-tabs-2x {
        border-bottom-width: 2px;
    }

        .nav-line-tabs.nav-line-tabs-2x .nav-item {
            margin-bottom: -2px;
        }

            .nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link {
                border-bottom-width: 2px;
            }

                .nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active,
                .nav-line-tabs.nav-line-tabs-2x .nav-item.show .nav-link,
                .nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover:not(.disabled) {
                    border-bottom-width: 2px;
                }

.nav.nav-pills.nav-pills-custom .show > .nav-link,
.nav.nav-pills.nav-pills-custom .nav-link {
    border: 1px dashed var(--kt-border-dashed-color);
    border-radius: 0.625rem;
}

    .nav.nav-pills.nav-pills-custom .show > .nav-link.nav-link-border-solid,
    .nav.nav-pills.nav-pills-custom .nav-link.nav-link-border-solid {
        border: 3px solid var(--kt-border-dashed-color);
    }

        .nav.nav-pills.nav-pills-custom .show > .nav-link.nav-link-border-solid.active,
        .nav.nav-pills.nav-pills-custom .nav-link.nav-link-border-solid.active {
            border: 3px solid var(--kt-primary);
        }

    .nav.nav-pills.nav-pills-custom .show > .nav-link .nav-icon img,
    .nav.nav-pills.nav-pills-custom .nav-link .nav-icon img {
        width: 30px;
        transition: color 0.2s ease;
    }

        .nav.nav-pills.nav-pills-custom .show > .nav-link .nav-icon img.default,
        .nav.nav-pills.nav-pills-custom .nav-link .nav-icon img.default {
            display: inline-block;
        }

        .nav.nav-pills.nav-pills-custom .show > .nav-link .nav-icon img.active,
        .nav.nav-pills.nav-pills-custom .nav-link .nav-icon img.active {
            display: none;
        }

    .nav.nav-pills.nav-pills-custom .show > .nav-link.active,
    .nav.nav-pills.nav-pills-custom .nav-link.active {
        background-color: transparent;
        border: 1px solid var(--kt-border-dashed-color);
        transition-duration: 1ms;
        position: relative;
    }

        .nav.nav-pills.nav-pills-custom .show > .nav-link.active .nav-text,
        .nav.nav-pills.nav-pills-custom .nav-link.active .nav-text {
            color: var(--kt-gray-800) !important;
            transition: color 0.2s ease;
        }

        .nav.nav-pills.nav-pills-custom .show > .nav-link.active .bullet-custom,
        .nav.nav-pills.nav-pills-custom .nav-link.active .bullet-custom {
            display: block;
        }

    .nav.nav-pills.nav-pills-custom .show > .nav-link .bullet-custom,
    .nav.nav-pills.nav-pills-custom .nav-link .bullet-custom {
        display: none;
    }

.nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link:not(:active) span:nth-child(1) {
    color: #B5B5C3;
}

.nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link:not(:active) span:nth-child(2) {
    color: #3F4254;
}

.nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link:hover span:nth-child(1) {
    color: #ffffff !important;
}

.nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link:hover span:nth-child(2) {
    color: #ffffff !important;
}

.nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link.active span:nth-child(1) {
    color: #ffffff !important;
}

.nav.nav-pills.nav-pills-custom.nav-pills-active-custom .nav-item .nav-link.active span:nth-child(2) {
    color: #ffffff !important;
}

.pagination {
    --bs-pagination-color: var(--kt-pagination-color);
    --bs-pagination-bg: var(--kt-pagination-bg);
    --bs-pagination-border-color: var(--kt-pagination-border-color);
    --bs-pagination-hover-color: var(--kt-pagination-hover-color);
    --bs-pagination-hover-bg: var(--kt-pagination-hover-bg);
    --bs-pagination-hover-border-color: var(--kt-pagination-hover-border-color);
    --bs-pagination-focus-color: var(--kt-pagination-focus-color);
    --bs-pagination-focus-bg: var(--kt-pagination-focus-bg);
    --bs-pagination-focus-box-shadow: var(--kt-pagination-focus-box-shadow);
    --bs-pagination-active-color: var(--kt-pagination-active-color);
    --bs-pagination-active-bg: var(--kt-pagination-active-bg);
    --bs-pagination-active-border-color: var(--kt-pagination-active-border-color);
    --bs-pagination-disabled-color: var(--kt-pagination-disabled-color);
    --bs-pagination-disabled-bg: var(--kt-pagination-disabled-bg);
    --bs-pagination-disabled-border-color: var(--kt-pagination-disabled-border-color);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

    .pagination.pagination-circle .page-link {
        border-radius: 50%;
    }

    .pagination.pagination-outline .page-link {
        border: 1px solid var(--kt-border-color);
    }

    .pagination.pagination-outline .page-item:hover:not(.disabled) .page-link, .pagination.pagination-outline .page-item.active .page-link {
        border-color: var(--kt-primary-light);
    }

.page-item {
    margin-right: 0.5rem;
    /*rtl:end:ignore*/
}

    .page-item:last-child {
        margin-right: 0;
    }

    .page-item .page-link {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0.475rem;
        height: 2.5rem;
        min-width: 2.5rem;
        font-weight: 500;
        font-size: 1.075rem;
        /*rtl:options:{"autoRename":false}*/
        /*rtl:end:ignore*/
        /*rtl:options:{"autoRename":false}*/
    }

        .page-item .page-link i {
            font-size: 0.85rem;
        }

        .page-item .page-link .previous,
        .page-item .page-link .next {
            display: block;
            height: 0.875rem;
            width: 0.875rem;
            /*rtl:raw:transform: rotateZ(-180deg);*/
        }

        .page-item .page-link .previous {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: #5E6278;
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='%235E6278'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='%235E6278'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        }

        .page-item .page-link .next {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: #5E6278;
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='%235E6278'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='%235E6278'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        }

    .page-item:focus .page-link {
        color: var(--kt-pagination-focus-color);
        /*rtl:options:{"autoRename":false}*/
    }

        .page-item:focus .page-link .svg-icon,
        .page-item:focus .page-link i {
            color: var(--kt-pagination-focus-color);
        }

        .page-item:focus .page-link .previous {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-pagination-focus-color);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-pagination-focus-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-pagination-focus-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        }

        .page-item:focus .page-link .next {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-pagination-focus-color);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-pagination-focus-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-pagination-focus-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        }

    .page-item:hover:not(.active):not(.offset):not(.disabled) .page-link {
        color: var(--kt-pagination-hover-color);
        /*rtl:options:{"autoRename":false}*/
    }

        .page-item:hover:not(.active):not(.offset):not(.disabled) .page-link.page-text {
            background-color: transparent;
        }

        .page-item:hover:not(.active):not(.offset):not(.disabled) .page-link .svg-icon,
        .page-item:hover:not(.active):not(.offset):not(.disabled) .page-link i {
            color: var(--kt-pagination-hover-color);
        }

        .page-item:hover:not(.active):not(.offset):not(.disabled) .page-link .previous {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-pagination-hover-color);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-pagination-hover-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-pagination-hover-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        }

        .page-item:hover:not(.active):not(.offset):not(.disabled) .page-link .next {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-pagination-hover-color);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-pagination-hover-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-pagination-hover-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        }

    .page-item.active .page-link {
        color: var(--kt-pagination-active-color);
        /*rtl:options:{"autoRename":false}*/
    }

        .page-item.active .page-link.page-text {
            background-color: transparent;
        }

        .page-item.active .page-link .svg-icon,
        .page-item.active .page-link i {
            color: var(--kt-pagination-active-color);
        }

        .page-item.active .page-link .previous {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-pagination-active-color);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-pagination-active-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-pagination-active-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        }

        .page-item.active .page-link .next {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-pagination-active-color);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-pagination-active-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-pagination-active-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        }

    .page-item.disabled .page-link {
        color: var(--kt-pagination-disabled-color);
        /*rtl:options:{"autoRename":false}*/
    }

        .page-item.disabled .page-link .svg-icon,
        .page-item.disabled .page-link i {
            color: var(--kt-pagination-disabled-color);
        }

        .page-item.disabled .page-link .previous {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-pagination-disabled-color);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-pagination-disabled-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-pagination-disabled-color%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        }

        .page-item.disabled .page-link .next {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-pagination-disabled-color);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-pagination-disabled-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-pagination-disabled-color%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        }

@media (max-width: 991.98px) {
    .page-item {
        margin-right: 0.25rem;
    }

        .page-item:last-child {
            margin-right: 0;
        }
}

.separator {
    display: block;
    height: 0;
    border-bottom: 1px solid var(--kt-border-color);
}

    .separator.separator-dotted {
        border-bottom-style: dotted;
        border-bottom-color: var(--kt-border-dashed-color);
    }

    .separator.separator-dashed {
        border-bottom-style: dashed;
        border-bottom-color: var(--kt-border-dashed-color);
    }

    .separator.separator-content {
        display: flex;
        align-items: center;
        border-bottom: 0;
        text-align: center;
    }

        .separator.separator-content::before, .separator.separator-content::after {
            content: " ";
            width: 50%;
            border-bottom: 1px solid var(--kt-border-color);
        }

        .separator.separator-content::before {
            margin-right: 1.25rem;
        }

        .separator.separator-content::after {
            margin-left: 1.25rem;
        }

        .separator.separator-content.separator-dotted::before, .separator.separator-content.separator-dotted::after {
            border-bottom-style: dotted;
            border-bottom-color: var(--kt-border-dashed-color);
        }

        .separator.separator-content.separator-dashed::before, .separator.separator-content.separator-dashed::after {
            border-bottom-style: dashed;
            border-bottom-color: var(--kt-border-dashed-color);
        }

        .separator.separator-content.border-white::before, .separator.separator-content.border-white::after {
            border-color: #ffffff !important;
        }

        .separator.separator-content.border-light::before, .separator.separator-content.border-light::after {
            border-color: #F9F9F9 !important;
        }

        .separator.separator-content.border-primary::before, .separator.separator-content.border-primary::after {
            border-color: #3E97FF !important;
        }

        .separator.separator-content.border-secondary::before, .separator.separator-content.border-secondary::after {
            border-color: #E1E3EA !important;
        }

        .separator.separator-content.border-success::before, .separator.separator-content.border-success::after {
            border-color: #50CD89 !important;
        }

        .separator.separator-content.border-info::before, .separator.separator-content.border-info::after {
            border-color: #7239EA !important;
        }

        .separator.separator-content.border-warning::before, .separator.separator-content.border-warning::after {
            border-color: #FFC700 !important;
        }

        .separator.separator-content.border-danger::before, .separator.separator-content.border-danger::after {
            border-color: #F1416C !important;
        }

        .separator.separator-content.border-dark::before, .separator.separator-content.border-dark::after {
            border-color: #181C32 !important;
        }

.carousel-custom .carousel-indicators {
    align-items: center;
    position: static;
    z-index: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .carousel-custom .carousel-indicators li {
        transform: none;
        opacity: 1;
    }

        .carousel-custom .carousel-indicators li.active {
            transform: none;
            opacity: 1;
        }

    .carousel-custom .carousel-indicators.carousel-indicators-dots li {
        border-radius: 0;
        background-color: transparent;
        height: 13px;
        width: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .carousel-custom .carousel-indicators.carousel-indicators-dots li:after {
            display: inline-block;
            content: " ";
            border-radius: 50%;
            transition: all 0.3s ease;
            background-color: var(--kt-carousel-custom-indicator-default-bg-color);
            height: 9px;
            width: 9px;
        }

        .carousel-custom .carousel-indicators.carousel-indicators-dots li.active {
            background-color: transparent;
        }

            .carousel-custom .carousel-indicators.carousel-indicators-dots li.active:after {
                transition: all 0.3s ease;
                height: 13px;
                width: 13px;
                background-color: var(--kt-carousel-custom-indicator-active-bg-color);
            }

    .carousel-custom .carousel-indicators.carousel-indicators-bullet li {
        transition: all 0.3s ease;
        background-color: transparent;
        border-radius: 6px;
        height: 6px;
        width: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .carousel-custom .carousel-indicators.carousel-indicators-bullet li:after {
            display: inline-block;
            content: " ";
            transition: all 0.3s ease;
            background-color: var(--kt-carousel-custom-bullet-indicator-default-bg-color);
            border-radius: 6px;
            height: 6px;
            width: 6px;
        }

        .carousel-custom .carousel-indicators.carousel-indicators-bullet li.active {
            transition: all 0.3s ease;
            background-color: transparent;
            height: 6px;
            width: 16px;
        }

            .carousel-custom .carousel-indicators.carousel-indicators-bullet li.active:after {
                transition: all 0.3s ease;
                height: 6px;
                width: 16px;
                background-color: var(--kt-carousel-custom-bullet-indicator-active-bg-color);
            }

.carousel-custom .carousel-indicators-active-white li.active:after {
    background-color: #ffffff !important;
}

.carousel-custom .carousel-indicators-active-light li.active:after {
    background-color: #F9F9F9 !important;
}

.carousel-custom .carousel-indicators-active-primary li.active:after {
    background-color: #3E97FF !important;
}

.carousel-custom .carousel-indicators-active-secondary li.active:after {
    background-color: #E1E3EA !important;
}

.carousel-custom .carousel-indicators-active-success li.active:after {
    background-color: #50CD89 !important;
}

.carousel-custom .carousel-indicators-active-info li.active:after {
    background-color: #7239EA !important;
}

.carousel-custom .carousel-indicators-active-warning li.active:after {
    background-color: #FFC700 !important;
}

.carousel-custom .carousel-indicators-active-danger li.active:after {
    background-color: #F1416C !important;
}

.carousel-custom .carousel-indicators-active-dark li.active:after {
    background-color: #181C32 !important;
}

.carousel-custom.carousel-stretch {
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .carousel-custom.carousel-stretch .carousel-inner {
        flex-grow: 1;
    }

    .carousel-custom.carousel-stretch .carousel-item {
        height: 100%;
    }

    .carousel-custom.carousel-stretch .carousel-wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

.menu-group {
    display: flex;
}

.menu,
.menu-wrapper {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-inner {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-sub {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-direction: column;
}

.menu-item {
    display: block;
    padding: 0.15rem 0;
}

    .menu-item .menu-link {
        cursor: pointer;
        display: flex;
        align-items: center;
        padding: 0;
        flex: 0 0 100%;
        padding: 0.65rem 1rem;
        transition: none;
        outline: none !important;
    }

        .menu-item .menu-link .menu-icon {
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 2rem;
            margin-right: 0.5rem;
        }

            .menu-item .menu-link .menu-icon .svg-icon {
                line-height: 1;
            }

        .menu-item .menu-link .menu-bullet {
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 1.25rem;
            margin-right: 0.5rem;
        }

        .menu-item .menu-link .menu-title {
            display: flex;
            align-items: center;
            flex-grow: 1;
        }

        .menu-item .menu-link .menu-badge {
            display: flex;
            align-items: center;
            flex-shrink: 0;
            margin-left: 0.5rem;
        }

        .menu-item .menu-link .menu-arrow {
            display: flex;
            align-items: stretch;
            position: relative;
            overflow: hidden;
            flex-shrink: 0;
            margin-left: 5px;
            width: 9px;
            height: 9px;
        }

            .menu-item .menu-link .menu-arrow:after {
                display: block;
                width: 100%;
                content: " ";
                will-change: transform;
                background-size: 100% 100%;
                mask-repeat: no-repeat;
                mask-position: center;
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                background-color: var(--kt-text-muted);
                -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-muted%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
                mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-muted%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
                /*rtl:begin:remove*/
                mask-repeat: no-repeat;
                mask-position: center;
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                background-color: var(--kt-text-muted);
                -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-muted%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
                mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-muted%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
                /*rtl:end:remove*/
            }

    .menu-item .menu-content {
        padding: 0.65rem 1rem;
    }

    .menu-item.show .menu-link .menu-arrow:after {
        backface-visibility: hidden;
        transition: transform 0.3s ease;
    }

.menu-center {
    justify-content: center;
}

.menu-heading {
    color: var(--kt-menu-heading-color);
}

.menu-item.menu-accordion .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(-90deg);
    /*rtl:remove*/
    transform: rotateZ(90deg);
    transition: transform 0.3s ease;
}

.menu-item.menu-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
    /*rtl:ignore*/
    transform: rotateZ(90deg);
    /*rtl:remove*/
    transform: rotateZ(-90deg);
    transition: transform 0.3s ease;
}

.menu-sub-dropdown {
    display: none;
    border-radius: 0.475rem;
    background-color: var(--kt-menu-dropdown-bg-color);
    box-shadow: var(--kt-menu-dropdown-box-shadow);
    z-index: 107;
}

    .show.menu-dropdown > .menu-sub-dropdown, .menu-sub-dropdown.menu.show, .menu-sub-dropdown.show[data-popper-placement] {
        display: flex;
        will-change: transform;
        animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
    }

.menu-sub-accordion {
    display: none;
}

    .show:not(.menu-dropdown) > .menu-sub-accordion, .menu-sub-accordion.show {
        display: flex;
    }

.menu-sub-indention .menu-sub:not([data-popper-placement]) {
    margin-left: 1rem;
}

.menu-sub-indention .menu-item .menu-item .menu-link.active {
    margin-right: 1rem;
}

.menu-inline {
    display: flex;
}

.menu-fit > .menu-item > .menu-content,
.menu-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.menu-column {
    flex-direction: column;
    width: 100%;
}

.menu-row {
    flex-direction: row;
}

    .menu-row > .menu-item {
        display: flex;
        align-items: center;
    }

        .menu-row > .menu-item > .menu-link .menu-arrow:after {
            /*rtl:ignore*/
            transform: rotateZ(-90deg);
            /*rtl:remove*/
            transform: rotateZ(90deg);
            transition: transform 0.3s ease;
        }

.menu-rounded .menu-link {
    border-radius: 0.475rem;
}

.menu-pill .menu-link {
    border-radius: 50px;
}

.menu-rounded-0 .menu-link {
    border-radius: 0 !important;
}

@media (min-width: 576px) {
    .menu-item.menu-sm-accordion .menu-arrow:after {
        /*rtl:ignore*/
        transform: rotateZ(-90deg);
        /*rtl:remove*/
        transform: rotateZ(90deg);
        transition: transform 0.3s ease;
    }

    .menu-item.menu-sm-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-sm-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
        /*rtl:ignore*/
        transform: rotateZ(90deg);
        /*rtl:remove*/
        transform: rotateZ(-90deg);
        transition: transform 0.3s ease;
    }

    .menu-sub-sm-dropdown {
        display: none;
        border-radius: 0.475rem;
        background-color: var(--kt-menu-dropdown-bg-color);
        box-shadow: var(--kt-menu-dropdown-box-shadow);
        z-index: 107;
    }

        .show.menu-dropdown > .menu-sub-sm-dropdown, .menu-sub-sm-dropdown.menu.show, .menu-sub-sm-dropdown.show[data-popper-placement] {
            display: flex;
            will-change: transform;
            animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
        }

    .menu-sub-sm-accordion {
        display: none;
    }

        .show:not(.menu-dropdown) > .menu-sub-sm-accordion, .menu-sub-sm-accordion.show {
            display: flex;
        }

    .menu-sub-sm-indention .menu-sub:not([data-popper-placement]) {
        margin-left: 1rem;
    }

    .menu-sub-sm-indention .menu-item .menu-item .menu-link.active {
        margin-right: 1rem;
    }

    .menu-sm-inline {
        display: flex;
    }

    .menu-sm-fit > .menu-item > .menu-content,
    .menu-sm-fit > .menu-item > .menu-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .menu-sm-column {
        flex-direction: column;
        width: 100%;
    }

    .menu-sm-row {
        flex-direction: row;
    }

        .menu-sm-row > .menu-item {
            display: flex;
            align-items: center;
        }

            .menu-sm-row > .menu-item > .menu-link .menu-arrow:after {
                /*rtl:ignore*/
                transform: rotateZ(-90deg);
                /*rtl:remove*/
                transform: rotateZ(90deg);
                transition: transform 0.3s ease;
            }

    .menu-sm-rounded .menu-link {
        border-radius: 0.475rem;
    }

    .menu-sm-pill .menu-link {
        border-radius: 50px;
    }

    .menu-sm-rounded-0 .menu-link {
        border-radius: 0 !important;
    }
}

@media (min-width: 768px) {
    .menu-item.menu-md-accordion .menu-arrow:after {
        /*rtl:ignore*/
        transform: rotateZ(-90deg);
        /*rtl:remove*/
        transform: rotateZ(90deg);
        transition: transform 0.3s ease;
    }

    .menu-item.menu-md-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-md-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
        /*rtl:ignore*/
        transform: rotateZ(90deg);
        /*rtl:remove*/
        transform: rotateZ(-90deg);
        transition: transform 0.3s ease;
    }

    .menu-sub-md-dropdown {
        display: none;
        border-radius: 0.475rem;
        background-color: var(--kt-menu-dropdown-bg-color);
        box-shadow: var(--kt-menu-dropdown-box-shadow);
        z-index: 107;
    }

        .show.menu-dropdown > .menu-sub-md-dropdown, .menu-sub-md-dropdown.menu.show, .menu-sub-md-dropdown.show[data-popper-placement] {
            display: flex;
            will-change: transform;
            animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
        }

    .menu-sub-md-accordion {
        display: none;
    }

        .show:not(.menu-dropdown) > .menu-sub-md-accordion, .menu-sub-md-accordion.show {
            display: flex;
        }

    .menu-sub-md-indention .menu-sub:not([data-popper-placement]) {
        margin-left: 1rem;
    }

    .menu-sub-md-indention .menu-item .menu-item .menu-link.active {
        margin-right: 1rem;
    }

    .menu-md-inline {
        display: flex;
    }

    .menu-md-fit > .menu-item > .menu-content,
    .menu-md-fit > .menu-item > .menu-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .menu-md-column {
        flex-direction: column;
        width: 100%;
    }

    .menu-md-row {
        flex-direction: row;
    }

        .menu-md-row > .menu-item {
            display: flex;
            align-items: center;
        }

            .menu-md-row > .menu-item > .menu-link .menu-arrow:after {
                /*rtl:ignore*/
                transform: rotateZ(-90deg);
                /*rtl:remove*/
                transform: rotateZ(90deg);
                transition: transform 0.3s ease;
            }

    .menu-md-rounded .menu-link {
        border-radius: 0.475rem;
    }

    .menu-md-pill .menu-link {
        border-radius: 50px;
    }

    .menu-md-rounded-0 .menu-link {
        border-radius: 0 !important;
    }
}

@media (min-width: 992px) {
    .menu-item.menu-lg-accordion .menu-arrow:after {
        /*rtl:ignore*/
        transform: rotateZ(-90deg);
        /*rtl:remove*/
        transform: rotateZ(90deg);
        transition: transform 0.3s ease;
    }

    .menu-item.menu-lg-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-lg-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
        /*rtl:ignore*/
        transform: rotateZ(90deg);
        /*rtl:remove*/
        transform: rotateZ(-90deg);
        transition: transform 0.3s ease;
    }

    .menu-sub-lg-dropdown {
        display: none;
        border-radius: 0.475rem;
        background-color: var(--kt-menu-dropdown-bg-color);
        box-shadow: var(--kt-menu-dropdown-box-shadow);
        z-index: 107;
    }

        .show.menu-dropdown > .menu-sub-lg-dropdown, .menu-sub-lg-dropdown.menu.show, .menu-sub-lg-dropdown.show[data-popper-placement] {
            display: flex;
            will-change: transform;
            animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
        }

    .menu-sub-lg-accordion {
        display: none;
    }

        .show:not(.menu-dropdown) > .menu-sub-lg-accordion, .menu-sub-lg-accordion.show {
            display: flex;
        }

    .menu-sub-lg-indention .menu-sub:not([data-popper-placement]) {
        margin-left: 1rem;
    }

    .menu-sub-lg-indention .menu-item .menu-item .menu-link.active {
        margin-right: 1rem;
    }

    .menu-lg-inline {
        display: flex;
    }

    .menu-lg-fit > .menu-item > .menu-content,
    .menu-lg-fit > .menu-item > .menu-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .menu-lg-column {
        flex-direction: column;
        width: 100%;
    }

    .menu-lg-row {
        flex-direction: row;
    }

        .menu-lg-row > .menu-item {
            display: flex;
            align-items: center;
        }

            .menu-lg-row > .menu-item > .menu-link .menu-arrow:after {
                /*rtl:ignore*/
                transform: rotateZ(-90deg);
                /*rtl:remove*/
                transform: rotateZ(90deg);
                transition: transform 0.3s ease;
            }

    .menu-lg-rounded .menu-link {
        border-radius: 0.475rem;
    }

    .menu-lg-pill .menu-link {
        border-radius: 50px;
    }

    .menu-lg-rounded-0 .menu-link {
        border-radius: 0 !important;
    }
}

@media (min-width: 1200px) {
    .menu-item.menu-xl-accordion .menu-arrow:after {
        /*rtl:ignore*/
        transform: rotateZ(-90deg);
        /*rtl:remove*/
        transform: rotateZ(90deg);
        transition: transform 0.3s ease;
    }

    .menu-item.menu-xl-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-xl-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
        /*rtl:ignore*/
        transform: rotateZ(90deg);
        /*rtl:remove*/
        transform: rotateZ(-90deg);
        transition: transform 0.3s ease;
    }

    .menu-sub-xl-dropdown {
        display: none;
        border-radius: 0.475rem;
        background-color: var(--kt-menu-dropdown-bg-color);
        box-shadow: var(--kt-menu-dropdown-box-shadow);
        z-index: 107;
    }

        .show.menu-dropdown > .menu-sub-xl-dropdown, .menu-sub-xl-dropdown.menu.show, .menu-sub-xl-dropdown.show[data-popper-placement] {
            display: flex;
            will-change: transform;
            animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
        }

    .menu-sub-xl-accordion {
        display: none;
    }

        .show:not(.menu-dropdown) > .menu-sub-xl-accordion, .menu-sub-xl-accordion.show {
            display: flex;
        }

    .menu-sub-xl-indention .menu-sub:not([data-popper-placement]) {
        margin-left: 1rem;
    }

    .menu-sub-xl-indention .menu-item .menu-item .menu-link.active {
        margin-right: 1rem;
    }

    .menu-xl-inline {
        display: flex;
    }

    .menu-xl-fit > .menu-item > .menu-content,
    .menu-xl-fit > .menu-item > .menu-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .menu-xl-column {
        flex-direction: column;
        width: 100%;
    }

    .menu-xl-row {
        flex-direction: row;
    }

        .menu-xl-row > .menu-item {
            display: flex;
            align-items: center;
        }

            .menu-xl-row > .menu-item > .menu-link .menu-arrow:after {
                /*rtl:ignore*/
                transform: rotateZ(-90deg);
                /*rtl:remove*/
                transform: rotateZ(90deg);
                transition: transform 0.3s ease;
            }

    .menu-xl-rounded .menu-link {
        border-radius: 0.475rem;
    }

    .menu-xl-pill .menu-link {
        border-radius: 50px;
    }

    .menu-xl-rounded-0 .menu-link {
        border-radius: 0 !important;
    }
}

@media (min-width: 1400px) {
    .menu-item.menu-xxl-accordion .menu-arrow:after {
        /*rtl:ignore*/
        transform: rotateZ(-90deg);
        /*rtl:remove*/
        transform: rotateZ(90deg);
        transition: transform 0.3s ease;
    }

    .menu-item.menu-xxl-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-xxl-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
        /*rtl:ignore*/
        transform: rotateZ(90deg);
        /*rtl:remove*/
        transform: rotateZ(-90deg);
        transition: transform 0.3s ease;
    }

    .menu-sub-xxl-dropdown {
        display: none;
        border-radius: 0.475rem;
        background-color: var(--kt-menu-dropdown-bg-color);
        box-shadow: var(--kt-menu-dropdown-box-shadow);
        z-index: 107;
    }

        .show.menu-dropdown > .menu-sub-xxl-dropdown, .menu-sub-xxl-dropdown.menu.show, .menu-sub-xxl-dropdown.show[data-popper-placement] {
            display: flex;
            will-change: transform;
            animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
        }

    .menu-sub-xxl-accordion {
        display: none;
    }

        .show:not(.menu-dropdown) > .menu-sub-xxl-accordion, .menu-sub-xxl-accordion.show {
            display: flex;
        }

    .menu-sub-xxl-indention .menu-sub:not([data-popper-placement]) {
        margin-left: 1rem;
    }

    .menu-sub-xxl-indention .menu-item .menu-item .menu-link.active {
        margin-right: 1rem;
    }

    .menu-xxl-inline {
        display: flex;
    }

    .menu-xxl-fit > .menu-item > .menu-content,
    .menu-xxl-fit > .menu-item > .menu-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .menu-xxl-column {
        flex-direction: column;
        width: 100%;
    }

    .menu-xxl-row {
        flex-direction: row;
    }

        .menu-xxl-row > .menu-item {
            display: flex;
            align-items: center;
        }

            .menu-xxl-row > .menu-item > .menu-link .menu-arrow:after {
                /*rtl:ignore*/
                transform: rotateZ(-90deg);
                /*rtl:remove*/
                transform: rotateZ(90deg);
                transition: transform 0.3s ease;
            }

    .menu-xxl-rounded .menu-link {
        border-radius: 0.475rem;
    }

    .menu-xxl-pill .menu-link {
        border-radius: 50px;
    }

    .menu-xxl-rounded-0 .menu-link {
        border-radius: 0 !important;
    }
}

@media (max-width: 575.98px) {
    .menu-item.menu-sm-down-accordion .menu-arrow:after {
        /*rtl:ignore*/
        transform: rotateZ(-90deg);
        /*rtl:remove*/
        transform: rotateZ(90deg);
        transition: transform 0.3s ease;
    }

    .menu-item.menu-sm-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-sm-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
        /*rtl:ignore*/
        transform: rotateZ(90deg);
        /*rtl:remove*/
        transform: rotateZ(-90deg);
        transition: transform 0.3s ease;
    }

    .menu-sub-sm-down-dropdown {
        display: none;
        border-radius: 0.475rem;
        background-color: var(--kt-menu-dropdown-bg-color);
        box-shadow: var(--kt-menu-dropdown-box-shadow);
        z-index: 107;
    }

        .show.menu-dropdown > .menu-sub-sm-down-dropdown, .menu-sub-sm-down-dropdown.menu.show, .menu-sub-sm-down-dropdown.show[data-popper-placement] {
            display: flex;
            will-change: transform;
            animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
        }

    .menu-sub-sm-down-accordion {
        display: none;
    }

        .show:not(.menu-dropdown) > .menu-sub-sm-down-accordion, .menu-sub-sm-down-accordion.show {
            display: flex;
        }

    .menu-sub-sm-down-indention .menu-sub:not([data-popper-placement]) {
        margin-left: 1rem;
    }

    .menu-sub-sm-down-indention .menu-item .menu-item .menu-link.active {
        margin-right: 1rem;
    }

    .menu-sm-down-inline {
        display: flex;
    }

    .menu-sm-down-fit > .menu-item > .menu-content,
    .menu-sm-down-fit > .menu-item > .menu-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .menu-sm-down-column {
        flex-direction: column;
        width: 100%;
    }

    .menu-sm-down-row {
        flex-direction: row;
    }

        .menu-sm-down-row > .menu-item {
            display: flex;
            align-items: center;
        }

            .menu-sm-down-row > .menu-item > .menu-link .menu-arrow:after {
                /*rtl:ignore*/
                transform: rotateZ(-90deg);
                /*rtl:remove*/
                transform: rotateZ(90deg);
                transition: transform 0.3s ease;
            }

    .menu-sm-down-rounded .menu-link {
        border-radius: 0.475rem;
    }

    .menu-sm-down-pill .menu-link {
        border-radius: 50px;
    }

    .menu-sm-down-rounded-0 .menu-link {
        border-radius: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .menu-item.menu-md-down-accordion .menu-arrow:after {
        /*rtl:ignore*/
        transform: rotateZ(-90deg);
        /*rtl:remove*/
        transform: rotateZ(90deg);
        transition: transform 0.3s ease;
    }

    .menu-item.menu-md-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-md-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
        /*rtl:ignore*/
        transform: rotateZ(90deg);
        /*rtl:remove*/
        transform: rotateZ(-90deg);
        transition: transform 0.3s ease;
    }

    .menu-sub-md-down-dropdown {
        display: none;
        border-radius: 0.475rem;
        background-color: var(--kt-menu-dropdown-bg-color);
        box-shadow: var(--kt-menu-dropdown-box-shadow);
        z-index: 107;
    }

        .show.menu-dropdown > .menu-sub-md-down-dropdown, .menu-sub-md-down-dropdown.menu.show, .menu-sub-md-down-dropdown.show[data-popper-placement] {
            display: flex;
            will-change: transform;
            animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
        }

    .menu-sub-md-down-accordion {
        display: none;
    }

        .show:not(.menu-dropdown) > .menu-sub-md-down-accordion, .menu-sub-md-down-accordion.show {
            display: flex;
        }

    .menu-sub-md-down-indention .menu-sub:not([data-popper-placement]) {
        margin-left: 1rem;
    }

    .menu-sub-md-down-indention .menu-item .menu-item .menu-link.active {
        margin-right: 1rem;
    }

    .menu-md-down-inline {
        display: flex;
    }

    .menu-md-down-fit > .menu-item > .menu-content,
    .menu-md-down-fit > .menu-item > .menu-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .menu-md-down-column {
        flex-direction: column;
        width: 100%;
    }

    .menu-md-down-row {
        flex-direction: row;
    }

        .menu-md-down-row > .menu-item {
            display: flex;
            align-items: center;
        }

            .menu-md-down-row > .menu-item > .menu-link .menu-arrow:after {
                /*rtl:ignore*/
                transform: rotateZ(-90deg);
                /*rtl:remove*/
                transform: rotateZ(90deg);
                transition: transform 0.3s ease;
            }

    .menu-md-down-rounded .menu-link {
        border-radius: 0.475rem;
    }

    .menu-md-down-pill .menu-link {
        border-radius: 50px;
    }

    .menu-md-down-rounded-0 .menu-link {
        border-radius: 0 !important;
    }
}

@media (max-width: 991.98px) {
    .menu-item.menu-lg-down-accordion .menu-arrow:after {
        /*rtl:ignore*/
        transform: rotateZ(-90deg);
        /*rtl:remove*/
        transform: rotateZ(90deg);
        transition: transform 0.3s ease;
    }

    .menu-item.menu-lg-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-lg-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
        /*rtl:ignore*/
        transform: rotateZ(90deg);
        /*rtl:remove*/
        transform: rotateZ(-90deg);
        transition: transform 0.3s ease;
    }

    .menu-sub-lg-down-dropdown {
        display: none;
        border-radius: 0.475rem;
        background-color: var(--kt-menu-dropdown-bg-color);
        box-shadow: var(--kt-menu-dropdown-box-shadow);
        z-index: 107;
    }

        .show.menu-dropdown > .menu-sub-lg-down-dropdown, .menu-sub-lg-down-dropdown.menu.show, .menu-sub-lg-down-dropdown.show[data-popper-placement] {
            display: flex;
            will-change: transform;
            animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
        }

    .menu-sub-lg-down-accordion {
        display: none;
    }

        .show:not(.menu-dropdown) > .menu-sub-lg-down-accordion, .menu-sub-lg-down-accordion.show {
            display: flex;
        }

    .menu-sub-lg-down-indention .menu-sub:not([data-popper-placement]) {
        margin-left: 1rem;
    }

    .menu-sub-lg-down-indention .menu-item .menu-item .menu-link.active {
        margin-right: 1rem;
    }

    .menu-lg-down-inline {
        display: flex;
    }

    .menu-lg-down-fit > .menu-item > .menu-content,
    .menu-lg-down-fit > .menu-item > .menu-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .menu-lg-down-column {
        flex-direction: column;
        width: 100%;
    }

    .menu-lg-down-row {
        flex-direction: row;
    }

        .menu-lg-down-row > .menu-item {
            display: flex;
            align-items: center;
        }

            .menu-lg-down-row > .menu-item > .menu-link .menu-arrow:after {
                /*rtl:ignore*/
                transform: rotateZ(-90deg);
                /*rtl:remove*/
                transform: rotateZ(90deg);
                transition: transform 0.3s ease;
            }

    .menu-lg-down-rounded .menu-link {
        border-radius: 0.475rem;
    }

    .menu-lg-down-pill .menu-link {
        border-radius: 50px;
    }

    .menu-lg-down-rounded-0 .menu-link {
        border-radius: 0 !important;
    }
}

@media (max-width: 1199.98px) {
    .menu-item.menu-xl-down-accordion .menu-arrow:after {
        /*rtl:ignore*/
        transform: rotateZ(-90deg);
        /*rtl:remove*/
        transform: rotateZ(90deg);
        transition: transform 0.3s ease;
    }

    .menu-item.menu-xl-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-xl-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
        /*rtl:ignore*/
        transform: rotateZ(90deg);
        /*rtl:remove*/
        transform: rotateZ(-90deg);
        transition: transform 0.3s ease;
    }

    .menu-sub-xl-down-dropdown {
        display: none;
        border-radius: 0.475rem;
        background-color: var(--kt-menu-dropdown-bg-color);
        box-shadow: var(--kt-menu-dropdown-box-shadow);
        z-index: 107;
    }

        .show.menu-dropdown > .menu-sub-xl-down-dropdown, .menu-sub-xl-down-dropdown.menu.show, .menu-sub-xl-down-dropdown.show[data-popper-placement] {
            display: flex;
            will-change: transform;
            animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
        }

    .menu-sub-xl-down-accordion {
        display: none;
    }

        .show:not(.menu-dropdown) > .menu-sub-xl-down-accordion, .menu-sub-xl-down-accordion.show {
            display: flex;
        }

    .menu-sub-xl-down-indention .menu-sub:not([data-popper-placement]) {
        margin-left: 1rem;
    }

    .menu-sub-xl-down-indention .menu-item .menu-item .menu-link.active {
        margin-right: 1rem;
    }

    .menu-xl-down-inline {
        display: flex;
    }

    .menu-xl-down-fit > .menu-item > .menu-content,
    .menu-xl-down-fit > .menu-item > .menu-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .menu-xl-down-column {
        flex-direction: column;
        width: 100%;
    }

    .menu-xl-down-row {
        flex-direction: row;
    }

        .menu-xl-down-row > .menu-item {
            display: flex;
            align-items: center;
        }

            .menu-xl-down-row > .menu-item > .menu-link .menu-arrow:after {
                /*rtl:ignore*/
                transform: rotateZ(-90deg);
                /*rtl:remove*/
                transform: rotateZ(90deg);
                transition: transform 0.3s ease;
            }

    .menu-xl-down-rounded .menu-link {
        border-radius: 0.475rem;
    }

    .menu-xl-down-pill .menu-link {
        border-radius: 50px;
    }

    .menu-xl-down-rounded-0 .menu-link {
        border-radius: 0 !important;
    }
}

@media (max-width: 1399.98px) {
    .menu-item.menu-xxl-down-accordion .menu-arrow:after {
        /*rtl:ignore*/
        transform: rotateZ(-90deg);
        /*rtl:remove*/
        transform: rotateZ(90deg);
        transition: transform 0.3s ease;
    }

    .menu-item.menu-xxl-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-xxl-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
        /*rtl:ignore*/
        transform: rotateZ(90deg);
        /*rtl:remove*/
        transform: rotateZ(-90deg);
        transition: transform 0.3s ease;
    }

    .menu-sub-xxl-down-dropdown {
        display: none;
        border-radius: 0.475rem;
        background-color: var(--kt-menu-dropdown-bg-color);
        box-shadow: var(--kt-menu-dropdown-box-shadow);
        z-index: 107;
    }

        .show.menu-dropdown > .menu-sub-xxl-down-dropdown, .menu-sub-xxl-down-dropdown.menu.show, .menu-sub-xxl-down-dropdown.show[data-popper-placement] {
            display: flex;
            will-change: transform;
            animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
        }

    .menu-sub-xxl-down-accordion {
        display: none;
    }

        .show:not(.menu-dropdown) > .menu-sub-xxl-down-accordion, .menu-sub-xxl-down-accordion.show {
            display: flex;
        }

    .menu-sub-xxl-down-indention .menu-sub:not([data-popper-placement]) {
        margin-left: 1rem;
    }

    .menu-sub-xxl-down-indention .menu-item .menu-item .menu-link.active {
        margin-right: 1rem;
    }

    .menu-xxl-down-inline {
        display: flex;
    }

    .menu-xxl-down-fit > .menu-item > .menu-content,
    .menu-xxl-down-fit > .menu-item > .menu-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .menu-xxl-down-column {
        flex-direction: column;
        width: 100%;
    }

    .menu-xxl-down-row {
        flex-direction: row;
    }

        .menu-xxl-down-row > .menu-item {
            display: flex;
            align-items: center;
        }

            .menu-xxl-down-row > .menu-item > .menu-link .menu-arrow:after {
                /*rtl:ignore*/
                transform: rotateZ(-90deg);
                /*rtl:remove*/
                transform: rotateZ(90deg);
                transition: transform 0.3s ease;
            }

    .menu-xxl-down-rounded .menu-link {
        border-radius: 0.475rem;
    }

    .menu-xxl-down-pill .menu-link {
        border-radius: 50px;
    }

    .menu-xxl-down-rounded-0 .menu-link {
        border-radius: 0 !important;
    }
}

.menu-link-indention .menu-item {
    padding-top: 0;
    padding-bottom: 0;
}

.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link {
    padding-left: calc(1rem + 1rem);
}

.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link {
    padding-left: calc(2rem + 1rem);
}

.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link {
    padding-left: calc(3rem + 1rem);
}

.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link {
    padding-left: calc(4rem + 1rem);
}

.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link {
    padding-left: 1rem;
    padding-right: 0;
}

.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link {
    padding-left: calc(2rem);
    padding-right: 0;
}

.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link {
    padding-left: calc(3rem);
    padding-right: 0;
}

.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-item > .menu-link,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-content,
.menu-link-indention.menu-fit .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-sub:not([data-popper-placement]) > .menu-inner > .menu-item > .menu-link {
    padding-left: calc(4rem);
    padding-right: 0;
}

@keyframes menu-sub-dropdown-animation-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes menu-sub-dropdown-animation-move-up {
    from {
        margin-top: 0.75rem;
    }

    to {
        margin-top: 0;
    }
}

@keyframes menu-sub-dropdown-animation-move-down {
    from {
        margin-bottom: 0.75rem;
    }

    to {
        margin-bottom: 0;
    }
}

.menu-white .menu-item .menu-link {
    color: var(--kt-white);
}

    .menu-white .menu-item .menu-link .menu-title {
        color: var(--kt-white);
    }

    .menu-white .menu-item .menu-link .menu-icon,
    .menu-white .menu-item .menu-link .menu-icon .svg-icon,
    .menu-white .menu-item .menu-link .menu-icon i {
        color: var(--kt-white);
    }

    .menu-white .menu-item .menu-link .menu-bullet .bullet {
        background-color: var(--kt-white);
    }

    .menu-white .menu-item .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-white);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-white%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-white%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-white);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-white%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-white%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-title-white .menu-item .menu-link {
    color: var(--kt-text-white);
}

    .menu-title-white .menu-item .menu-link .menu-title {
        color: var(--kt-text-white);
    }

.menu-icon-white .menu-item .menu-link .menu-icon,
.menu-icon-white .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-white .menu-item .menu-link .menu-icon i {
    color: var(--kt-text-white);
}

.menu-bullet-white .menu-item .menu-link .menu-bullet .bullet {
    background-color: var(--kt-text-white);
}

.menu-arrow-white .menu-item .menu-link .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-white);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-white%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-white%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    /*rtl:begin:remove*/
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-white);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-white%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-white%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    /*rtl:end:remove*/
}

.menu-primary .menu-item .menu-link {
    color: var(--kt-primary);
}

    .menu-primary .menu-item .menu-link .menu-title {
        color: var(--kt-primary);
    }

    .menu-primary .menu-item .menu-link .menu-icon,
    .menu-primary .menu-item .menu-link .menu-icon .svg-icon,
    .menu-primary .menu-item .menu-link .menu-icon i {
        color: var(--kt-primary);
    }

    .menu-primary .menu-item .menu-link .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

    .menu-primary .menu-item .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-title-primary .menu-item .menu-link {
    color: var(--kt-text-primary);
}

    .menu-title-primary .menu-item .menu-link .menu-title {
        color: var(--kt-text-primary);
    }

.menu-icon-primary .menu-item .menu-link .menu-icon,
.menu-icon-primary .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-primary .menu-item .menu-link .menu-icon i {
    color: var(--kt-text-primary);
}

.menu-bullet-primary .menu-item .menu-link .menu-bullet .bullet {
    background-color: var(--kt-text-primary);
}

.menu-arrow-primary .menu-item .menu-link .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-primary);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    /*rtl:begin:remove*/
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-primary);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    /*rtl:end:remove*/
}

.menu-secondary .menu-item .menu-link {
    color: var(--kt-secondary);
}

    .menu-secondary .menu-item .menu-link .menu-title {
        color: var(--kt-secondary);
    }

    .menu-secondary .menu-item .menu-link .menu-icon,
    .menu-secondary .menu-item .menu-link .menu-icon .svg-icon,
    .menu-secondary .menu-item .menu-link .menu-icon i {
        color: var(--kt-secondary);
    }

    .menu-secondary .menu-item .menu-link .menu-bullet .bullet {
        background-color: var(--kt-secondary);
    }

    .menu-secondary .menu-item .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-secondary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-secondary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-secondary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-secondary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-secondary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-secondary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-title-secondary .menu-item .menu-link {
    color: var(--kt-text-secondary);
}

    .menu-title-secondary .menu-item .menu-link .menu-title {
        color: var(--kt-text-secondary);
    }

.menu-icon-secondary .menu-item .menu-link .menu-icon,
.menu-icon-secondary .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-secondary .menu-item .menu-link .menu-icon i {
    color: var(--kt-text-secondary);
}

.menu-bullet-secondary .menu-item .menu-link .menu-bullet .bullet {
    background-color: var(--kt-text-secondary);
}

.menu-arrow-secondary .menu-item .menu-link .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-secondary);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-secondary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-secondary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    /*rtl:begin:remove*/
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-secondary);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-secondary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-secondary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    /*rtl:end:remove*/
}

.menu-light .menu-item .menu-link {
    color: var(--kt-light);
}

    .menu-light .menu-item .menu-link .menu-title {
        color: var(--kt-light);
    }

    .menu-light .menu-item .menu-link .menu-icon,
    .menu-light .menu-item .menu-link .menu-icon .svg-icon,
    .menu-light .menu-item .menu-link .menu-icon i {
        color: var(--kt-light);
    }

    .menu-light .menu-item .menu-link .menu-bullet .bullet {
        background-color: var(--kt-light);
    }

    .menu-light .menu-item .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-light);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-light%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-light%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-light);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-light%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-light%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-title-light .menu-item .menu-link {
    color: var(--kt-text-light);
}

    .menu-title-light .menu-item .menu-link .menu-title {
        color: var(--kt-text-light);
    }

.menu-icon-light .menu-item .menu-link .menu-icon,
.menu-icon-light .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-light .menu-item .menu-link .menu-icon i {
    color: var(--kt-text-light);
}

.menu-bullet-light .menu-item .menu-link .menu-bullet .bullet {
    background-color: var(--kt-text-light);
}

.menu-arrow-light .menu-item .menu-link .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-light);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-light%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-light%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    /*rtl:begin:remove*/
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-light);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-light%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-light%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    /*rtl:end:remove*/
}

.menu-success .menu-item .menu-link {
    color: var(--kt-success);
}

    .menu-success .menu-item .menu-link .menu-title {
        color: var(--kt-success);
    }

    .menu-success .menu-item .menu-link .menu-icon,
    .menu-success .menu-item .menu-link .menu-icon .svg-icon,
    .menu-success .menu-item .menu-link .menu-icon i {
        color: var(--kt-success);
    }

    .menu-success .menu-item .menu-link .menu-bullet .bullet {
        background-color: var(--kt-success);
    }

    .menu-success .menu-item .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-success);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-success%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-success%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-success);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-success%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-success%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-title-success .menu-item .menu-link {
    color: var(--kt-text-success);
}

    .menu-title-success .menu-item .menu-link .menu-title {
        color: var(--kt-text-success);
    }

.menu-icon-success .menu-item .menu-link .menu-icon,
.menu-icon-success .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-success .menu-item .menu-link .menu-icon i {
    color: var(--kt-text-success);
}

.menu-bullet-success .menu-item .menu-link .menu-bullet .bullet {
    background-color: var(--kt-text-success);
}

.menu-arrow-success .menu-item .menu-link .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-success);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-success%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-success%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    /*rtl:begin:remove*/
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-success);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-success%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-success%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    /*rtl:end:remove*/
}

.menu-info .menu-item .menu-link {
    color: var(--kt-info);
}

    .menu-info .menu-item .menu-link .menu-title {
        color: var(--kt-info);
    }

    .menu-info .menu-item .menu-link .menu-icon,
    .menu-info .menu-item .menu-link .menu-icon .svg-icon,
    .menu-info .menu-item .menu-link .menu-icon i {
        color: var(--kt-info);
    }

    .menu-info .menu-item .menu-link .menu-bullet .bullet {
        background-color: var(--kt-info);
    }

    .menu-info .menu-item .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-info);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-info%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-info%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-info);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-info%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-info%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-title-info .menu-item .menu-link {
    color: var(--kt-text-info);
}

    .menu-title-info .menu-item .menu-link .menu-title {
        color: var(--kt-text-info);
    }

.menu-icon-info .menu-item .menu-link .menu-icon,
.menu-icon-info .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-info .menu-item .menu-link .menu-icon i {
    color: var(--kt-text-info);
}

.menu-bullet-info .menu-item .menu-link .menu-bullet .bullet {
    background-color: var(--kt-text-info);
}

.menu-arrow-info .menu-item .menu-link .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-info);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-info%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-info%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    /*rtl:begin:remove*/
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-info);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-info%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-info%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    /*rtl:end:remove*/
}

.menu-warning .menu-item .menu-link {
    color: var(--kt-warning);
}

    .menu-warning .menu-item .menu-link .menu-title {
        color: var(--kt-warning);
    }

    .menu-warning .menu-item .menu-link .menu-icon,
    .menu-warning .menu-item .menu-link .menu-icon .svg-icon,
    .menu-warning .menu-item .menu-link .menu-icon i {
        color: var(--kt-warning);
    }

    .menu-warning .menu-item .menu-link .menu-bullet .bullet {
        background-color: var(--kt-warning);
    }

    .menu-warning .menu-item .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-warning);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-warning%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-warning%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-warning);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-warning%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-warning%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-title-warning .menu-item .menu-link {
    color: var(--kt-text-warning);
}

    .menu-title-warning .menu-item .menu-link .menu-title {
        color: var(--kt-text-warning);
    }

.menu-icon-warning .menu-item .menu-link .menu-icon,
.menu-icon-warning .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-warning .menu-item .menu-link .menu-icon i {
    color: var(--kt-text-warning);
}

.menu-bullet-warning .menu-item .menu-link .menu-bullet .bullet {
    background-color: var(--kt-text-warning);
}

.menu-arrow-warning .menu-item .menu-link .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-warning);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-warning%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-warning%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    /*rtl:begin:remove*/
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-warning);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-warning%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-warning%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    /*rtl:end:remove*/
}

.menu-danger .menu-item .menu-link {
    color: var(--kt-danger);
}

    .menu-danger .menu-item .menu-link .menu-title {
        color: var(--kt-danger);
    }

    .menu-danger .menu-item .menu-link .menu-icon,
    .menu-danger .menu-item .menu-link .menu-icon .svg-icon,
    .menu-danger .menu-item .menu-link .menu-icon i {
        color: var(--kt-danger);
    }

    .menu-danger .menu-item .menu-link .menu-bullet .bullet {
        background-color: var(--kt-danger);
    }

    .menu-danger .menu-item .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-danger);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-danger%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-danger%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-danger);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-danger%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-danger%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-title-danger .menu-item .menu-link {
    color: var(--kt-text-danger);
}

    .menu-title-danger .menu-item .menu-link .menu-title {
        color: var(--kt-text-danger);
    }

.menu-icon-danger .menu-item .menu-link .menu-icon,
.menu-icon-danger .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-danger .menu-item .menu-link .menu-icon i {
    color: var(--kt-text-danger);
}

.menu-bullet-danger .menu-item .menu-link .menu-bullet .bullet {
    background-color: var(--kt-text-danger);
}

.menu-arrow-danger .menu-item .menu-link .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-danger);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-danger%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-danger%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    /*rtl:begin:remove*/
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-danger);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-danger%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-danger%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    /*rtl:end:remove*/
}

.menu-dark .menu-item .menu-link {
    color: var(--kt-dark);
}

    .menu-dark .menu-item .menu-link .menu-title {
        color: var(--kt-dark);
    }

    .menu-dark .menu-item .menu-link .menu-icon,
    .menu-dark .menu-item .menu-link .menu-icon .svg-icon,
    .menu-dark .menu-item .menu-link .menu-icon i {
        color: var(--kt-dark);
    }

    .menu-dark .menu-item .menu-link .menu-bullet .bullet {
        background-color: var(--kt-dark);
    }

    .menu-dark .menu-item .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-dark);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-dark);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-title-dark .menu-item .menu-link {
    color: var(--kt-text-dark);
}

    .menu-title-dark .menu-item .menu-link .menu-title {
        color: var(--kt-text-dark);
    }

.menu-icon-dark .menu-item .menu-link .menu-icon,
.menu-icon-dark .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-dark .menu-item .menu-link .menu-icon i {
    color: var(--kt-text-dark);
}

.menu-bullet-dark .menu-item .menu-link .menu-bullet .bullet {
    background-color: var(--kt-text-dark);
}

.menu-arrow-dark .menu-item .menu-link .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-dark);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    /*rtl:begin:remove*/
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-dark);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    /*rtl:end:remove*/
}

.menu-muted .menu-item .menu-link {
    color: var(--kt-muted);
}

    .menu-muted .menu-item .menu-link .menu-title {
        color: var(--kt-muted);
    }

    .menu-muted .menu-item .menu-link .menu-icon,
    .menu-muted .menu-item .menu-link .menu-icon .svg-icon,
    .menu-muted .menu-item .menu-link .menu-icon i {
        color: var(--kt-muted);
    }

    .menu-muted .menu-item .menu-link .menu-bullet .bullet {
        background-color: var(--kt-muted);
    }

    .menu-muted .menu-item .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-muted);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-muted%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-muted%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-muted);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-muted%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-muted%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-title-muted .menu-item .menu-link {
    color: var(--kt-text-muted);
}

    .menu-title-muted .menu-item .menu-link .menu-title {
        color: var(--kt-text-muted);
    }

.menu-icon-muted .menu-item .menu-link .menu-icon,
.menu-icon-muted .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-muted .menu-item .menu-link .menu-icon i {
    color: var(--kt-text-muted);
}

.menu-bullet-muted .menu-item .menu-link .menu-bullet .bullet {
    background-color: var(--kt-text-muted);
}

.menu-arrow-muted .menu-item .menu-link .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-muted);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-muted%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-muted%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    /*rtl:begin:remove*/
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-muted);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-muted%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-muted%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    /*rtl:end:remove*/
}

.menu-gray-100 .menu-item .menu-link {
    color: var(--kt-gray-100);
}

    .menu-gray-100 .menu-item .menu-link .menu-title {
        color: var(--kt-gray-100);
    }

    .menu-gray-100 .menu-item .menu-link .menu-icon,
    .menu-gray-100 .menu-item .menu-link .menu-icon .svg-icon,
    .menu-gray-100 .menu-item .menu-link .menu-icon i {
        color: var(--kt-gray-100);
    }

    .menu-gray-100 .menu-item .menu-link .menu-bullet .bullet {
        background-color: var(--kt-gray-100);
    }

    .menu-gray-100 .menu-item .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-gray-100);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-100%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-100%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-gray-100);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-100%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-100%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-title-gray-100 .menu-item .menu-link {
    color: var(--kt-text-gray-100);
}

    .menu-title-gray-100 .menu-item .menu-link .menu-title {
        color: var(--kt-text-gray-100);
    }

.menu-icon-gray-100 .menu-item .menu-link .menu-icon,
.menu-icon-gray-100 .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-gray-100 .menu-item .menu-link .menu-icon i {
    color: var(--kt-text-gray-100);
}

.menu-bullet-gray-100 .menu-item .menu-link .menu-bullet .bullet {
    background-color: var(--kt-text-gray-100);
}

.menu-arrow-gray-100 .menu-item .menu-link .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-gray-100);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-100%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-100%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    /*rtl:begin:remove*/
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-gray-100);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-100%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-100%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    /*rtl:end:remove*/
}

.menu-gray-200 .menu-item .menu-link {
    color: var(--kt-gray-200);
}

    .menu-gray-200 .menu-item .menu-link .menu-title {
        color: var(--kt-gray-200);
    }

    .menu-gray-200 .menu-item .menu-link .menu-icon,
    .menu-gray-200 .menu-item .menu-link .menu-icon .svg-icon,
    .menu-gray-200 .menu-item .menu-link .menu-icon i {
        color: var(--kt-gray-200);
    }

    .menu-gray-200 .menu-item .menu-link .menu-bullet .bullet {
        background-color: var(--kt-gray-200);
    }

    .menu-gray-200 .menu-item .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-gray-200);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-200%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-200%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-gray-200);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-200%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-200%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-title-gray-200 .menu-item .menu-link {
    color: var(--kt-text-gray-200);
}

    .menu-title-gray-200 .menu-item .menu-link .menu-title {
        color: var(--kt-text-gray-200);
    }

.menu-icon-gray-200 .menu-item .menu-link .menu-icon,
.menu-icon-gray-200 .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-gray-200 .menu-item .menu-link .menu-icon i {
    color: var(--kt-text-gray-200);
}

.menu-bullet-gray-200 .menu-item .menu-link .menu-bullet .bullet {
    background-color: var(--kt-text-gray-200);
}

.menu-arrow-gray-200 .menu-item .menu-link .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-gray-200);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-200%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-200%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    /*rtl:begin:remove*/
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-gray-200);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-200%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-200%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    /*rtl:end:remove*/
}

.menu-gray-300 .menu-item .menu-link {
    color: var(--kt-gray-300);
}

    .menu-gray-300 .menu-item .menu-link .menu-title {
        color: var(--kt-gray-300);
    }

    .menu-gray-300 .menu-item .menu-link .menu-icon,
    .menu-gray-300 .menu-item .menu-link .menu-icon .svg-icon,
    .menu-gray-300 .menu-item .menu-link .menu-icon i {
        color: var(--kt-gray-300);
    }

    .menu-gray-300 .menu-item .menu-link .menu-bullet .bullet {
        background-color: var(--kt-gray-300);
    }

    .menu-gray-300 .menu-item .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-gray-300);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-300%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-300%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-gray-300);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-300%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-300%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-title-gray-300 .menu-item .menu-link {
    color: var(--kt-text-gray-300);
}

    .menu-title-gray-300 .menu-item .menu-link .menu-title {
        color: var(--kt-text-gray-300);
    }

.menu-icon-gray-300 .menu-item .menu-link .menu-icon,
.menu-icon-gray-300 .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-gray-300 .menu-item .menu-link .menu-icon i {
    color: var(--kt-text-gray-300);
}

.menu-bullet-gray-300 .menu-item .menu-link .menu-bullet .bullet {
    background-color: var(--kt-text-gray-300);
}

.menu-arrow-gray-300 .menu-item .menu-link .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-gray-300);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-300%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-300%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    /*rtl:begin:remove*/
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-gray-300);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-300%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-300%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    /*rtl:end:remove*/
}

.menu-gray-400 .menu-item .menu-link {
    color: var(--kt-gray-400);
}

    .menu-gray-400 .menu-item .menu-link .menu-title {
        color: var(--kt-gray-400);
    }

    .menu-gray-400 .menu-item .menu-link .menu-icon,
    .menu-gray-400 .menu-item .menu-link .menu-icon .svg-icon,
    .menu-gray-400 .menu-item .menu-link .menu-icon i {
        color: var(--kt-gray-400);
    }

    .menu-gray-400 .menu-item .menu-link .menu-bullet .bullet {
        background-color: var(--kt-gray-400);
    }

    .menu-gray-400 .menu-item .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-gray-400);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-400%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-400%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-gray-400);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-400%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-400%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-title-gray-400 .menu-item .menu-link {
    color: var(--kt-text-gray-400);
}

    .menu-title-gray-400 .menu-item .menu-link .menu-title {
        color: var(--kt-text-gray-400);
    }

.menu-icon-gray-400 .menu-item .menu-link .menu-icon,
.menu-icon-gray-400 .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-gray-400 .menu-item .menu-link .menu-icon i {
    color: var(--kt-text-gray-400);
}

.menu-bullet-gray-400 .menu-item .menu-link .menu-bullet .bullet {
    background-color: var(--kt-text-gray-400);
}

.menu-arrow-gray-400 .menu-item .menu-link .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-gray-400);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-400%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-400%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    /*rtl:begin:remove*/
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-gray-400);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-400%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-400%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    /*rtl:end:remove*/
}

.menu-gray-500 .menu-item .menu-link {
    color: var(--kt-gray-500);
}

    .menu-gray-500 .menu-item .menu-link .menu-title {
        color: var(--kt-gray-500);
    }

    .menu-gray-500 .menu-item .menu-link .menu-icon,
    .menu-gray-500 .menu-item .menu-link .menu-icon .svg-icon,
    .menu-gray-500 .menu-item .menu-link .menu-icon i {
        color: var(--kt-gray-500);
    }

    .menu-gray-500 .menu-item .menu-link .menu-bullet .bullet {
        background-color: var(--kt-gray-500);
    }

    .menu-gray-500 .menu-item .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-gray-500);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-500%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-500%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-gray-500);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-500%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-500%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-title-gray-500 .menu-item .menu-link {
    color: var(--kt-text-gray-500);
}

    .menu-title-gray-500 .menu-item .menu-link .menu-title {
        color: var(--kt-text-gray-500);
    }

.menu-icon-gray-500 .menu-item .menu-link .menu-icon,
.menu-icon-gray-500 .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-gray-500 .menu-item .menu-link .menu-icon i {
    color: var(--kt-text-gray-500);
}

.menu-bullet-gray-500 .menu-item .menu-link .menu-bullet .bullet {
    background-color: var(--kt-text-gray-500);
}

.menu-arrow-gray-500 .menu-item .menu-link .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-gray-500);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-500%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-500%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    /*rtl:begin:remove*/
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-gray-500);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-500%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-500%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    /*rtl:end:remove*/
}

.menu-gray-600 .menu-item .menu-link {
    color: var(--kt-gray-600);
}

    .menu-gray-600 .menu-item .menu-link .menu-title {
        color: var(--kt-gray-600);
    }

    .menu-gray-600 .menu-item .menu-link .menu-icon,
    .menu-gray-600 .menu-item .menu-link .menu-icon .svg-icon,
    .menu-gray-600 .menu-item .menu-link .menu-icon i {
        color: var(--kt-gray-600);
    }

    .menu-gray-600 .menu-item .menu-link .menu-bullet .bullet {
        background-color: var(--kt-gray-600);
    }

    .menu-gray-600 .menu-item .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-gray-600);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-600%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-600%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-gray-600);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-600%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-600%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-title-gray-600 .menu-item .menu-link {
    color: var(--kt-text-gray-600);
}

    .menu-title-gray-600 .menu-item .menu-link .menu-title {
        color: var(--kt-text-gray-600);
    }

.menu-icon-gray-600 .menu-item .menu-link .menu-icon,
.menu-icon-gray-600 .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-gray-600 .menu-item .menu-link .menu-icon i {
    color: var(--kt-text-gray-600);
}

.menu-bullet-gray-600 .menu-item .menu-link .menu-bullet .bullet {
    background-color: var(--kt-text-gray-600);
}

.menu-arrow-gray-600 .menu-item .menu-link .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-gray-600);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-600%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-600%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    /*rtl:begin:remove*/
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-gray-600);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-600%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-600%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    /*rtl:end:remove*/
}

.menu-gray-700 .menu-item .menu-link {
    color: var(--kt-gray-700);
}

    .menu-gray-700 .menu-item .menu-link .menu-title {
        color: var(--kt-gray-700);
    }

    .menu-gray-700 .menu-item .menu-link .menu-icon,
    .menu-gray-700 .menu-item .menu-link .menu-icon .svg-icon,
    .menu-gray-700 .menu-item .menu-link .menu-icon i {
        color: var(--kt-gray-700);
    }

    .menu-gray-700 .menu-item .menu-link .menu-bullet .bullet {
        background-color: var(--kt-gray-700);
    }

    .menu-gray-700 .menu-item .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-gray-700);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-gray-700);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-700%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-700%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-title-gray-700 .menu-item .menu-link {
    color: var(--kt-text-gray-700);
}

    .menu-title-gray-700 .menu-item .menu-link .menu-title {
        color: var(--kt-text-gray-700);
    }

.menu-icon-gray-700 .menu-item .menu-link .menu-icon,
.menu-icon-gray-700 .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-gray-700 .menu-item .menu-link .menu-icon i {
    color: var(--kt-text-gray-700);
}

.menu-bullet-gray-700 .menu-item .menu-link .menu-bullet .bullet {
    background-color: var(--kt-text-gray-700);
}

.menu-arrow-gray-700 .menu-item .menu-link .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-gray-700);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    /*rtl:begin:remove*/
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-gray-700);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-700%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-700%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    /*rtl:end:remove*/
}

.menu-gray-800 .menu-item .menu-link {
    color: var(--kt-gray-800);
}

    .menu-gray-800 .menu-item .menu-link .menu-title {
        color: var(--kt-gray-800);
    }

    .menu-gray-800 .menu-item .menu-link .menu-icon,
    .menu-gray-800 .menu-item .menu-link .menu-icon .svg-icon,
    .menu-gray-800 .menu-item .menu-link .menu-icon i {
        color: var(--kt-gray-800);
    }

    .menu-gray-800 .menu-item .menu-link .menu-bullet .bullet {
        background-color: var(--kt-gray-800);
    }

    .menu-gray-800 .menu-item .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-gray-800);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-800%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-800%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-gray-800);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-800%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-800%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-title-gray-800 .menu-item .menu-link {
    color: var(--kt-text-gray-800);
}

    .menu-title-gray-800 .menu-item .menu-link .menu-title {
        color: var(--kt-text-gray-800);
    }

.menu-icon-gray-800 .menu-item .menu-link .menu-icon,
.menu-icon-gray-800 .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-gray-800 .menu-item .menu-link .menu-icon i {
    color: var(--kt-text-gray-800);
}

.menu-bullet-gray-800 .menu-item .menu-link .menu-bullet .bullet {
    background-color: var(--kt-text-gray-800);
}

.menu-arrow-gray-800 .menu-item .menu-link .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-gray-800);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-800%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-800%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    /*rtl:begin:remove*/
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-gray-800);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-800%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-800%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    /*rtl:end:remove*/
}

.menu-gray-900 .menu-item .menu-link {
    color: var(--kt-gray-900);
}

    .menu-gray-900 .menu-item .menu-link .menu-title {
        color: var(--kt-gray-900);
    }

    .menu-gray-900 .menu-item .menu-link .menu-icon,
    .menu-gray-900 .menu-item .menu-link .menu-icon .svg-icon,
    .menu-gray-900 .menu-item .menu-link .menu-icon i {
        color: var(--kt-gray-900);
    }

    .menu-gray-900 .menu-item .menu-link .menu-bullet .bullet {
        background-color: var(--kt-gray-900);
    }

    .menu-gray-900 .menu-item .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-gray-900);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-900%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-900%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-gray-900);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-900%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-900%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-title-gray-900 .menu-item .menu-link {
    color: var(--kt-text-gray-900);
}

    .menu-title-gray-900 .menu-item .menu-link .menu-title {
        color: var(--kt-text-gray-900);
    }

.menu-icon-gray-900 .menu-item .menu-link .menu-icon,
.menu-icon-gray-900 .menu-item .menu-link .menu-icon .svg-icon,
.menu-icon-gray-900 .menu-item .menu-link .menu-icon i {
    color: var(--kt-text-gray-900);
}

.menu-bullet-gray-900 .menu-item .menu-link .menu-bullet .bullet {
    background-color: var(--kt-text-gray-900);
}

.menu-arrow-gray-900 .menu-item .menu-link .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-gray-900);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-900%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-900%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
    /*rtl:begin:remove*/
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--kt-text-gray-900);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-900%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-gray-900%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    /*rtl:end:remove*/
}

.menu-hover-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-hover-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease;
    background-color: var(--kt-menu-link-bg-color-hover);
    color: var(--kt-menu-link-color-hover);
}

    .menu-hover-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-hover-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
        color: var(--kt-menu-link-color-hover);
    }

    .menu-hover-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
    .menu-hover-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .menu-hover-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-hover-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
    .menu-hover-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .menu-hover-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
        color: var(--kt-menu-link-color-hover);
    }

    .menu-hover-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-hover-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
        background-color: var(--kt-menu-link-color-hover);
    }

    .menu-hover-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-hover-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-hover);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-hover%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-hover%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-hover);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-hover%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-hover%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-here-bg .menu-item.here > .menu-link {
    transition: color 0.2s ease;
    background-color: var(--kt-menu-link-bg-color-here);
    color: var(--kt-menu-link-color-here);
}

    .menu-here-bg .menu-item.here > .menu-link .menu-title {
        color: var(--kt-menu-link-color-here);
    }

    .menu-here-bg .menu-item.here > .menu-link .menu-icon,
    .menu-here-bg .menu-item.here > .menu-link .menu-icon .svg-icon,
    .menu-here-bg .menu-item.here > .menu-link .menu-icon i {
        color: var(--kt-menu-link-color-here);
    }

    .menu-here-bg .menu-item.here > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-menu-link-color-here);
    }

    .menu-here-bg .menu-item.here > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-here);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-here);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-root-here-bg > .menu-item.here > .menu-link {
    transition: color 0.2s ease;
    background-color: var(--kt-menu-link-bg-color-here);
    color: var(--kt-menu-link-color-here);
}

    .menu-root-here-bg > .menu-item.here > .menu-link .menu-title {
        color: var(--kt-menu-link-color-here);
    }

    .menu-root-here-bg > .menu-item.here > .menu-link .menu-icon,
    .menu-root-here-bg > .menu-item.here > .menu-link .menu-icon .svg-icon,
    .menu-root-here-bg > .menu-item.here > .menu-link .menu-icon i {
        color: var(--kt-menu-link-color-here);
    }

    .menu-root-here-bg > .menu-item.here > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-menu-link-color-here);
    }

    .menu-root-here-bg > .menu-item.here > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-here);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-here);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

@media (min-width: 992px) {
    .menu-root-here-bg-desktop > .menu-item.here > .menu-link {
        transition: color 0.2s ease;
        background-color: var(--kt-menu-link-bg-color-here);
        color: var(--kt-menu-link-color-here);
    }

        .menu-root-here-bg-desktop > .menu-item.here > .menu-link .menu-title {
            color: var(--kt-menu-link-color-here);
        }

        .menu-root-here-bg-desktop > .menu-item.here > .menu-link .menu-icon,
        .menu-root-here-bg-desktop > .menu-item.here > .menu-link .menu-icon .svg-icon,
        .menu-root-here-bg-desktop > .menu-item.here > .menu-link .menu-icon i {
            color: var(--kt-menu-link-color-here);
        }

        .menu-root-here-bg-desktop > .menu-item.here > .menu-link .menu-bullet .bullet {
            background-color: var(--kt-menu-link-color-here);
        }

        .menu-root-here-bg-desktop > .menu-item.here > .menu-link .menu-arrow:after {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-menu-link-color-here);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            /*rtl:begin:remove*/
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-menu-link-color-here);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            /*rtl:end:remove*/
        }
}

.menu-show-bg .menu-item.show > .menu-link {
    transition: color 0.2s ease;
    background-color: var(--kt-menu-link-bg-color-show);
    color: var(--kt-menu-link-color-show);
}

    .menu-show-bg .menu-item.show > .menu-link .menu-title {
        color: var(--kt-menu-link-color-show);
    }

    .menu-show-bg .menu-item.show > .menu-link .menu-icon,
    .menu-show-bg .menu-item.show > .menu-link .menu-icon .svg-icon,
    .menu-show-bg .menu-item.show > .menu-link .menu-icon i {
        color: var(--kt-menu-link-color-show);
    }

    .menu-show-bg .menu-item.show > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-menu-link-color-show);
    }

    .menu-show-bg .menu-item.show > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-show);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-show%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-show%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-show);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-show%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-show%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-active-bg .menu-item .menu-link.active {
    transition: color 0.2s ease;
    background-color: var(--kt-menu-link-bg-color-active);
    color: var(--kt-menu-link-color-active);
}

    .menu-active-bg .menu-item .menu-link.active .menu-title {
        color: var(--kt-menu-link-color-active);
    }

    .menu-active-bg .menu-item .menu-link.active .menu-icon,
    .menu-active-bg .menu-item .menu-link.active .menu-icon .svg-icon,
    .menu-active-bg .menu-item .menu-link.active .menu-icon i {
        color: var(--kt-menu-link-color-active);
    }

    .menu-active-bg .menu-item .menu-link.active .menu-bullet .bullet {
        background-color: var(--kt-menu-link-color-active);
    }

    .menu-active-bg .menu-item .menu-link.active .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-active);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-active%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-active%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-active);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-active%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-active%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease;
    background-color: var(--kt-menu-link-bg-color-hover);
    color: var(--kt-menu-link-color-hover);
}

    .menu-state-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
        color: var(--kt-menu-link-color-hover);
    }

    .menu-state-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
    .menu-state-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .menu-state-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
    .menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
        color: var(--kt-menu-link-color-hover);
    }

    .menu-state-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
        background-color: var(--kt-menu-link-color-hover);
    }

    .menu-state-bg .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-state-bg .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-hover);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-hover%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-hover%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-hover);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-hover%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-hover%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-bg .menu-item.here > .menu-link {
    transition: color 0.2s ease;
    background-color: var(--kt-menu-link-bg-color-here);
    color: var(--kt-menu-link-color-here);
}

    .menu-state-bg .menu-item.here > .menu-link .menu-title {
        color: var(--kt-menu-link-color-here);
    }

    .menu-state-bg .menu-item.here > .menu-link .menu-icon,
    .menu-state-bg .menu-item.here > .menu-link .menu-icon .svg-icon,
    .menu-state-bg .menu-item.here > .menu-link .menu-icon i {
        color: var(--kt-menu-link-color-here);
    }

    .menu-state-bg .menu-item.here > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-menu-link-color-here);
    }

    .menu-state-bg .menu-item.here > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-here);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-here);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-bg .menu-item.show > .menu-link {
    transition: color 0.2s ease;
    background-color: var(--kt-menu-link-bg-color-show);
    color: var(--kt-menu-link-color-show);
}

    .menu-state-bg .menu-item.show > .menu-link .menu-title {
        color: var(--kt-menu-link-color-show);
    }

    .menu-state-bg .menu-item.show > .menu-link .menu-icon,
    .menu-state-bg .menu-item.show > .menu-link .menu-icon .svg-icon,
    .menu-state-bg .menu-item.show > .menu-link .menu-icon i {
        color: var(--kt-menu-link-color-show);
    }

    .menu-state-bg .menu-item.show > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-menu-link-color-show);
    }

    .menu-state-bg .menu-item.show > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-show);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-show%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-show%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-show);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-show%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-show%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-bg .menu-item .menu-link.active {
    transition: color 0.2s ease;
    background-color: var(--kt-menu-link-bg-color-active);
    color: var(--kt-menu-link-color-active);
}

    .menu-state-bg .menu-item .menu-link.active .menu-title {
        color: var(--kt-menu-link-color-active);
    }

    .menu-state-bg .menu-item .menu-link.active .menu-icon,
    .menu-state-bg .menu-item .menu-link.active .menu-icon .svg-icon,
    .menu-state-bg .menu-item .menu-link.active .menu-icon i {
        color: var(--kt-menu-link-color-active);
    }

    .menu-state-bg .menu-item .menu-link.active .menu-bullet .bullet {
        background-color: var(--kt-menu-link-color-active);
    }

    .menu-state-bg .menu-item .menu-link.active .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-active);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-active%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-active%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-active);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-active%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-active%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-color .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease;
    color: var(--kt-menu-link-color-hover);
}

    .menu-state-color .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
        color: var(--kt-menu-link-color-hover);
    }

    .menu-state-color .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
    .menu-state-color .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .menu-state-color .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
    .menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
        color: var(--kt-menu-link-color-hover);
    }

    .menu-state-color .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
        background-color: var(--kt-menu-link-color-hover);
    }

    .menu-state-color .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-hover);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-hover%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-hover%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-hover);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-hover%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-hover%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-color .menu-item.here > .menu-link {
    transition: color 0.2s ease;
    color: var(--kt-menu-link-color-here);
}

    .menu-state-color .menu-item.here > .menu-link .menu-title {
        color: var(--kt-menu-link-color-here);
    }

    .menu-state-color .menu-item.here > .menu-link .menu-icon,
    .menu-state-color .menu-item.here > .menu-link .menu-icon .svg-icon,
    .menu-state-color .menu-item.here > .menu-link .menu-icon i {
        color: var(--kt-menu-link-color-here);
    }

    .menu-state-color .menu-item.here > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-menu-link-color-here);
    }

    .menu-state-color .menu-item.here > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-here);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-here%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-here);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-here%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-color .menu-item.show > .menu-link {
    transition: color 0.2s ease;
    color: var(--kt-menu-link-color-show);
}

    .menu-state-color .menu-item.show > .menu-link .menu-title {
        color: var(--kt-menu-link-color-show);
    }

    .menu-state-color .menu-item.show > .menu-link .menu-icon,
    .menu-state-color .menu-item.show > .menu-link .menu-icon .svg-icon,
    .menu-state-color .menu-item.show > .menu-link .menu-icon i {
        color: var(--kt-menu-link-color-show);
    }

    .menu-state-color .menu-item.show > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-menu-link-color-show);
    }

    .menu-state-color .menu-item.show > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-show);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-show%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-show%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-show);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-show%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-show%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-color .menu-item .menu-link.active {
    transition: color 0.2s ease;
    color: var(--kt-menu-link-color-active);
}

    .menu-state-color .menu-item .menu-link.active .menu-title {
        color: var(--kt-menu-link-color-active);
    }

    .menu-state-color .menu-item .menu-link.active .menu-icon,
    .menu-state-color .menu-item .menu-link.active .menu-icon .svg-icon,
    .menu-state-color .menu-item .menu-link.active .menu-icon i {
        color: var(--kt-menu-link-color-active);
    }

    .menu-state-color .menu-item .menu-link.active .menu-bullet .bullet {
        background-color: var(--kt-menu-link-color-active);
    }

    .menu-state-color .menu-item .menu-link.active .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-active);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-active%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-active%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-menu-link-color-active);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-active%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-menu-link-color-active%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-hover-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-hover-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease;
    background-color: var(--kt-primary);
    color: var(--kt-primary-inverse);
}

    .menu-hover-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-hover-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
        color: var(--kt-primary-inverse);
    }

    .menu-hover-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
    .menu-hover-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .menu-hover-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-hover-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
    .menu-hover-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .menu-hover-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
        color: var(--kt-primary-inverse);
    }

    .menu-hover-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-hover-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
        background-color: var(--kt-primary-inverse);
    }

    .menu-hover-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-hover-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary-inverse);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary-inverse);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-show-bg-primary .menu-item.show > .menu-link {
    transition: color 0.2s ease;
    background-color: var(--kt-primary);
    color: var(--kt-primary-inverse);
}

    .menu-show-bg-primary .menu-item.show > .menu-link .menu-title {
        color: var(--kt-primary-inverse);
    }

    .menu-show-bg-primary .menu-item.show > .menu-link .menu-icon,
    .menu-show-bg-primary .menu-item.show > .menu-link .menu-icon .svg-icon,
    .menu-show-bg-primary .menu-item.show > .menu-link .menu-icon i {
        color: var(--kt-primary-inverse);
    }

    .menu-show-bg-primary .menu-item.show > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-primary-inverse);
    }

    .menu-show-bg-primary .menu-item.show > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary-inverse);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary-inverse);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-here-bg-primary .menu-item.here > .menu-link {
    transition: color 0.2s ease;
    background-color: var(--kt-primary);
    color: var(--kt-primary-inverse);
}

    .menu-here-bg-primary .menu-item.here > .menu-link .menu-title {
        color: var(--kt-primary-inverse);
    }

    .menu-here-bg-primary .menu-item.here > .menu-link .menu-icon,
    .menu-here-bg-primary .menu-item.here > .menu-link .menu-icon .svg-icon,
    .menu-here-bg-primary .menu-item.here > .menu-link .menu-icon i {
        color: var(--kt-primary-inverse);
    }

    .menu-here-bg-primary .menu-item.here > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-primary-inverse);
    }

    .menu-here-bg-primary .menu-item.here > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary-inverse);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary-inverse);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-active-bg-primary .menu-item .menu-link.active {
    transition: color 0.2s ease;
    background-color: var(--kt-primary);
    color: var(--kt-primary-inverse);
}

    .menu-active-bg-primary .menu-item .menu-link.active .menu-title {
        color: var(--kt-primary-inverse);
    }

    .menu-active-bg-primary .menu-item .menu-link.active .menu-icon,
    .menu-active-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon,
    .menu-active-bg-primary .menu-item .menu-link.active .menu-icon i {
        color: var(--kt-primary-inverse);
    }

    .menu-active-bg-primary .menu-item .menu-link.active .menu-bullet .bullet {
        background-color: var(--kt-primary-inverse);
    }

    .menu-active-bg-primary .menu-item .menu-link.active .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary-inverse);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary-inverse);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease;
    background-color: var(--kt-primary);
    color: var(--kt-primary-inverse);
}

    .menu-state-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
        color: var(--kt-primary-inverse);
    }

    .menu-state-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
    .menu-state-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .menu-state-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-state-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
    .menu-state-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .menu-state-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
        color: var(--kt-primary-inverse);
    }

    .menu-state-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-state-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
        background-color: var(--kt-primary-inverse);
    }

    .menu-state-bg-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-state-bg-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary-inverse);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary-inverse);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-bg-primary .menu-item.show > .menu-link {
    transition: color 0.2s ease;
    background-color: var(--kt-primary);
    color: var(--kt-primary-inverse);
}

    .menu-state-bg-primary .menu-item.show > .menu-link .menu-title {
        color: var(--kt-primary-inverse);
    }

    .menu-state-bg-primary .menu-item.show > .menu-link .menu-icon,
    .menu-state-bg-primary .menu-item.show > .menu-link .menu-icon .svg-icon,
    .menu-state-bg-primary .menu-item.show > .menu-link .menu-icon i {
        color: var(--kt-primary-inverse);
    }

    .menu-state-bg-primary .menu-item.show > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-primary-inverse);
    }

    .menu-state-bg-primary .menu-item.show > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary-inverse);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary-inverse);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-bg-primary .menu-item.here > .menu-link {
    transition: color 0.2s ease;
    background-color: var(--kt-primary);
    color: var(--kt-primary-inverse);
}

    .menu-state-bg-primary .menu-item.here > .menu-link .menu-title {
        color: var(--kt-primary-inverse);
    }

    .menu-state-bg-primary .menu-item.here > .menu-link .menu-icon,
    .menu-state-bg-primary .menu-item.here > .menu-link .menu-icon .svg-icon,
    .menu-state-bg-primary .menu-item.here > .menu-link .menu-icon i {
        color: var(--kt-primary-inverse);
    }

    .menu-state-bg-primary .menu-item.here > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-primary-inverse);
    }

    .menu-state-bg-primary .menu-item.here > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary-inverse);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary-inverse);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-bg-primary .menu-item .menu-link.active {
    transition: color 0.2s ease;
    background-color: var(--kt-primary);
    color: var(--kt-primary-inverse);
}

    .menu-state-bg-primary .menu-item .menu-link.active .menu-title {
        color: var(--kt-primary-inverse);
    }

    .menu-state-bg-primary .menu-item .menu-link.active .menu-icon,
    .menu-state-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon,
    .menu-state-bg-primary .menu-item .menu-link.active .menu-icon i {
        color: var(--kt-primary-inverse);
    }

    .menu-state-bg-primary .menu-item .menu-link.active .menu-bullet .bullet {
        background-color: var(--kt-primary-inverse);
    }

    .menu-state-bg-primary .menu-item .menu-link.active .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary-inverse);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary-inverse);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-bg-primary .menu-item.show > .menu-link {
    transition: color 0.2s ease;
    background-color: var(--kt-primary);
    color: var(--kt-primary-inverse);
}

    .menu-state-bg-primary .menu-item.show > .menu-link .menu-title {
        color: var(--kt-primary-inverse);
    }

    .menu-state-bg-primary .menu-item.show > .menu-link .menu-icon,
    .menu-state-bg-primary .menu-item.show > .menu-link .menu-icon .svg-icon,
    .menu-state-bg-primary .menu-item.show > .menu-link .menu-icon i {
        color: var(--kt-primary-inverse);
    }

    .menu-state-bg-primary .menu-item.show > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-primary-inverse);
    }

    .menu-state-bg-primary .menu-item.show > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary-inverse);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary-inverse);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-show-bg-light-primary .menu-item.show > .menu-link {
    transition: color 0.2s ease;
    background-color: var(--kt-primary-light);
    color: var(--kt-primary);
}

    .menu-show-bg-light-primary .menu-item.show > .menu-link .menu-title {
        color: var(--kt-primary);
    }

    .menu-show-bg-light-primary .menu-item.show > .menu-link .menu-icon,
    .menu-show-bg-light-primary .menu-item.show > .menu-link .menu-icon .svg-icon,
    .menu-show-bg-light-primary .menu-item.show > .menu-link .menu-icon i {
        color: var(--kt-primary);
    }

    .menu-show-bg-light-primary .menu-item.show > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

    .menu-show-bg-light-primary .menu-item.show > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-here-bg-light-primary .menu-item.here > .menu-link {
    transition: color 0.2s ease;
    background-color: var(--kt-primary-light);
    color: var(--kt-primary);
}

    .menu-here-bg-light-primary .menu-item.here > .menu-link .menu-title {
        color: var(--kt-primary);
    }

    .menu-here-bg-light-primary .menu-item.here > .menu-link .menu-icon,
    .menu-here-bg-light-primary .menu-item.here > .menu-link .menu-icon .svg-icon,
    .menu-here-bg-light-primary .menu-item.here > .menu-link .menu-icon i {
        color: var(--kt-primary);
    }

    .menu-here-bg-light-primary .menu-item.here > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

    .menu-here-bg-light-primary .menu-item.here > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-hover-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-hover-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease;
    background-color: var(--kt-primary-light);
    color: var(--kt-primary);
}

    .menu-hover-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-hover-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
        color: var(--kt-primary);
    }

    .menu-hover-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
    .menu-hover-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .menu-hover-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-hover-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
    .menu-hover-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .menu-hover-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
        color: var(--kt-primary);
    }

    .menu-hover-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-hover-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

    .menu-hover-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-hover-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-active-bg-light-primary .menu-item .menu-link.active {
    transition: color 0.2s ease;
    background-color: var(--kt-primary-light);
    color: var(--kt-primary);
}

    .menu-active-bg-light-primary .menu-item .menu-link.active .menu-title {
        color: var(--kt-primary);
    }

    .menu-active-bg-light-primary .menu-item .menu-link.active .menu-icon,
    .menu-active-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon,
    .menu-active-bg-light-primary .menu-item .menu-link.active .menu-icon i {
        color: var(--kt-primary);
    }

    .menu-active-bg-light-primary .menu-item .menu-link.active .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

    .menu-active-bg-light-primary .menu-item .menu-link.active .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-bg-light-primary .menu-item.show > .menu-link {
    transition: color 0.2s ease;
    background-color: var(--kt-primary-light);
    color: var(--kt-primary);
}

    .menu-state-bg-light-primary .menu-item.show > .menu-link .menu-title {
        color: var(--kt-primary);
    }

    .menu-state-bg-light-primary .menu-item.show > .menu-link .menu-icon,
    .menu-state-bg-light-primary .menu-item.show > .menu-link .menu-icon .svg-icon,
    .menu-state-bg-light-primary .menu-item.show > .menu-link .menu-icon i {
        color: var(--kt-primary);
    }

    .menu-state-bg-light-primary .menu-item.show > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

    .menu-state-bg-light-primary .menu-item.show > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-bg-light-primary .menu-item.here > .menu-link {
    transition: color 0.2s ease;
    background-color: var(--kt-primary-light);
    color: var(--kt-primary);
}

    .menu-state-bg-light-primary .menu-item.here > .menu-link .menu-title {
        color: var(--kt-primary);
    }

    .menu-state-bg-light-primary .menu-item.here > .menu-link .menu-icon,
    .menu-state-bg-light-primary .menu-item.here > .menu-link .menu-icon .svg-icon,
    .menu-state-bg-light-primary .menu-item.here > .menu-link .menu-icon i {
        color: var(--kt-primary);
    }

    .menu-state-bg-light-primary .menu-item.here > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

    .menu-state-bg-light-primary .menu-item.here > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease;
    background-color: var(--kt-primary-light);
    color: var(--kt-primary);
}

    .menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
        color: var(--kt-primary);
    }

    .menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
    .menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
    .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
        color: var(--kt-primary);
    }

    .menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

    .menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-bg-light-primary .menu-item .menu-link.active {
    transition: color 0.2s ease;
    background-color: var(--kt-primary-light);
    color: var(--kt-primary);
}

    .menu-state-bg-light-primary .menu-item .menu-link.active .menu-title {
        color: var(--kt-primary);
    }

    .menu-state-bg-light-primary .menu-item .menu-link.active .menu-icon,
    .menu-state-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon,
    .menu-state-bg-light-primary .menu-item .menu-link.active .menu-icon i {
        color: var(--kt-primary);
    }

    .menu-state-bg-light-primary .menu-item .menu-link.active .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

    .menu-state-bg-light-primary .menu-item .menu-link.active .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-hover-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-hover-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease;
    color: var(--kt-primary);
}

    .menu-hover-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-hover-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
        color: var(--kt-primary);
    }

    .menu-hover-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
    .menu-hover-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .menu-hover-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-hover-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
    .menu-hover-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .menu-hover-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
        color: var(--kt-primary);
    }

    .menu-hover-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-hover-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

    .menu-hover-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-hover-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-show-primary .menu-item.show > .menu-link {
    transition: color 0.2s ease;
    color: var(--kt-primary);
}

    .menu-show-primary .menu-item.show > .menu-link .menu-title {
        color: var(--kt-primary);
    }

    .menu-show-primary .menu-item.show > .menu-link .menu-icon,
    .menu-show-primary .menu-item.show > .menu-link .menu-icon .svg-icon,
    .menu-show-primary .menu-item.show > .menu-link .menu-icon i {
        color: var(--kt-primary);
    }

    .menu-show-primary .menu-item.show > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

    .menu-show-primary .menu-item.show > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-here-primary .menu-item.here > .menu-link {
    transition: color 0.2s ease;
    color: var(--kt-primary);
}

    .menu-here-primary .menu-item.here > .menu-link .menu-title {
        color: var(--kt-primary);
    }

    .menu-here-primary .menu-item.here > .menu-link .menu-icon,
    .menu-here-primary .menu-item.here > .menu-link .menu-icon .svg-icon,
    .menu-here-primary .menu-item.here > .menu-link .menu-icon i {
        color: var(--kt-primary);
    }

    .menu-here-primary .menu-item.here > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

    .menu-here-primary .menu-item.here > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-active-primary .menu-item .menu-link.active {
    transition: color 0.2s ease;
    color: var(--kt-primary);
}

    .menu-active-primary .menu-item .menu-link.active .menu-title {
        color: var(--kt-primary);
    }

    .menu-active-primary .menu-item .menu-link.active .menu-icon,
    .menu-active-primary .menu-item .menu-link.active .menu-icon .svg-icon,
    .menu-active-primary .menu-item .menu-link.active .menu-icon i {
        color: var(--kt-primary);
    }

    .menu-active-primary .menu-item .menu-link.active .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

    .menu-active-primary .menu-item .menu-link.active .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease;
    color: var(--kt-primary);
}

    .menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
        color: var(--kt-primary);
    }

    .menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
    .menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
    .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
        color: var(--kt-primary);
    }

    .menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

    .menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-primary .menu-item.show > .menu-link {
    transition: color 0.2s ease;
    color: var(--kt-primary);
}

    .menu-state-primary .menu-item.show > .menu-link .menu-title {
        color: var(--kt-primary);
    }

    .menu-state-primary .menu-item.show > .menu-link .menu-icon,
    .menu-state-primary .menu-item.show > .menu-link .menu-icon .svg-icon,
    .menu-state-primary .menu-item.show > .menu-link .menu-icon i {
        color: var(--kt-primary);
    }

    .menu-state-primary .menu-item.show > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

    .menu-state-primary .menu-item.show > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-primary .menu-item.here > .menu-link {
    transition: color 0.2s ease;
    color: var(--kt-primary);
}

    .menu-state-primary .menu-item.here > .menu-link .menu-title {
        color: var(--kt-primary);
    }

    .menu-state-primary .menu-item.here > .menu-link .menu-icon,
    .menu-state-primary .menu-item.here > .menu-link .menu-icon .svg-icon,
    .menu-state-primary .menu-item.here > .menu-link .menu-icon i {
        color: var(--kt-primary);
    }

    .menu-state-primary .menu-item.here > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

    .menu-state-primary .menu-item.here > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-primary .menu-item .menu-link.active {
    transition: color 0.2s ease;
    color: var(--kt-primary);
}

    .menu-state-primary .menu-item .menu-link.active .menu-title {
        color: var(--kt-primary);
    }

    .menu-state-primary .menu-item .menu-link.active .menu-icon,
    .menu-state-primary .menu-item .menu-link.active .menu-icon .svg-icon,
    .menu-state-primary .menu-item .menu-link.active .menu-icon i {
        color: var(--kt-primary);
    }

    .menu-state-primary .menu-item .menu-link.active .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

    .menu-state-primary .menu-item .menu-link.active .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-dark .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-dark .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease;
    color: var(--kt-dark);
}

    .menu-state-dark .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-dark .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
        color: var(--kt-dark);
    }

    .menu-state-dark .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
    .menu-state-dark .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .menu-state-dark .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-state-dark .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
    .menu-state-dark .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .menu-state-dark .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
        color: var(--kt-dark);
    }

    .menu-state-dark .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-state-dark .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
        background-color: var(--kt-dark);
    }

    .menu-state-dark .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-state-dark .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-dark);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-dark);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-dark .menu-item.show > .menu-link {
    transition: color 0.2s ease;
    color: var(--kt-dark);
}

    .menu-state-dark .menu-item.show > .menu-link .menu-title {
        color: var(--kt-dark);
    }

    .menu-state-dark .menu-item.show > .menu-link .menu-icon,
    .menu-state-dark .menu-item.show > .menu-link .menu-icon .svg-icon,
    .menu-state-dark .menu-item.show > .menu-link .menu-icon i {
        color: var(--kt-dark);
    }

    .menu-state-dark .menu-item.show > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-dark);
    }

    .menu-state-dark .menu-item.show > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-dark);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-dark);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-dark .menu-item.here > .menu-link {
    transition: color 0.2s ease;
    color: var(--kt-dark);
}

    .menu-state-dark .menu-item.here > .menu-link .menu-title {
        color: var(--kt-dark);
    }

    .menu-state-dark .menu-item.here > .menu-link .menu-icon,
    .menu-state-dark .menu-item.here > .menu-link .menu-icon .svg-icon,
    .menu-state-dark .menu-item.here > .menu-link .menu-icon i {
        color: var(--kt-dark);
    }

    .menu-state-dark .menu-item.here > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-dark);
    }

    .menu-state-dark .menu-item.here > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-dark);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-dark);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-dark .menu-item .menu-link.active {
    transition: color 0.2s ease;
    color: var(--kt-dark);
}

    .menu-state-dark .menu-item .menu-link.active .menu-title {
        color: var(--kt-dark);
    }

    .menu-state-dark .menu-item .menu-link.active .menu-icon,
    .menu-state-dark .menu-item .menu-link.active .menu-icon .svg-icon,
    .menu-state-dark .menu-item .menu-link.active .menu-icon i {
        color: var(--kt-dark);
    }

    .menu-state-dark .menu-item .menu-link.active .menu-bullet .bullet {
        background-color: var(--kt-dark);
    }

    .menu-state-dark .menu-item .menu-link.active .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-dark);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-dark%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-dark);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-dark%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-hover-title-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-hover-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease;
    color: var(--kt-primary);
}

    .menu-hover-title-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-hover-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
        color: var(--kt-primary);
    }

.menu-here-title-primary .menu-item.here > .menu-link {
    transition: color 0.2s ease;
    color: var(--kt-primary);
}

    .menu-here-title-primary .menu-item.here > .menu-link .menu-title {
        color: var(--kt-primary);
    }

.menu-show-title-primary .menu-item.show > .menu-link {
    transition: color 0.2s ease;
    color: var(--kt-primary);
}

    .menu-show-title-primary .menu-item.show > .menu-link .menu-title {
        color: var(--kt-primary);
    }

.menu-active-title-primary .menu-item .menu-link.active {
    transition: color 0.2s ease;
    color: var(--kt-primary);
}

    .menu-active-title-primary .menu-item .menu-link.active .menu-title {
        color: var(--kt-primary);
    }

.menu-state-title-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease;
    color: var(--kt-primary);
}

    .menu-state-title-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
        color: var(--kt-primary);
    }

.menu-state-title-primary .menu-item.here > .menu-link {
    transition: color 0.2s ease;
    color: var(--kt-primary);
}

    .menu-state-title-primary .menu-item.here > .menu-link .menu-title {
        color: var(--kt-primary);
    }

.menu-state-title-primary .menu-item.show > .menu-link {
    transition: color 0.2s ease;
    color: var(--kt-primary);
}

    .menu-state-title-primary .menu-item.show > .menu-link .menu-title {
        color: var(--kt-primary);
    }

.menu-state-title-primary .menu-item .menu-link.active {
    transition: color 0.2s ease;
    color: var(--kt-primary);
}

    .menu-state-title-primary .menu-item .menu-link.active .menu-title {
        color: var(--kt-primary);
    }

.menu-hover-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-hover-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease;
}

    .menu-hover-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
    .menu-hover-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .menu-hover-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-hover-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
    .menu-hover-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .menu-hover-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
        color: var(--kt-primary);
    }

.menu-here-icon-primary .menu-item.here > .menu-link {
    transition: color 0.2s ease;
}

    .menu-here-icon-primary .menu-item.here > .menu-link .menu-icon,
    .menu-here-icon-primary .menu-item.here > .menu-link .menu-icon .svg-icon,
    .menu-here-icon-primary .menu-item.here > .menu-link .menu-icon i {
        color: var(--kt-primary);
    }

.menu-show-icon-primary .menu-item.show > .menu-link {
    transition: color 0.2s ease;
}

    .menu-show-icon-primary .menu-item.show > .menu-link .menu-icon,
    .menu-show-icon-primary .menu-item.show > .menu-link .menu-icon .svg-icon,
    .menu-show-icon-primary .menu-item.show > .menu-link .menu-icon i {
        color: var(--kt-primary);
    }

.menu-active-icon-primary .menu-item .menu-link.active {
    transition: color 0.2s ease;
}

    .menu-active-icon-primary .menu-item .menu-link.active .menu-icon,
    .menu-active-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon,
    .menu-active-icon-primary .menu-item .menu-link.active .menu-icon i {
        color: var(--kt-primary);
    }

.menu-state-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease;
}

    .menu-state-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
    .menu-state-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .menu-state-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-state-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
    .menu-state-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .menu-state-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
        color: var(--kt-primary);
    }

.menu-state-icon-primary .menu-item.here > .menu-link {
    transition: color 0.2s ease;
}

    .menu-state-icon-primary .menu-item.here > .menu-link .menu-icon,
    .menu-state-icon-primary .menu-item.here > .menu-link .menu-icon .svg-icon,
    .menu-state-icon-primary .menu-item.here > .menu-link .menu-icon i {
        color: var(--kt-primary);
    }

.menu-state-icon-primary .menu-item.show > .menu-link {
    transition: color 0.2s ease;
}

    .menu-state-icon-primary .menu-item.show > .menu-link .menu-icon,
    .menu-state-icon-primary .menu-item.show > .menu-link .menu-icon .svg-icon,
    .menu-state-icon-primary .menu-item.show > .menu-link .menu-icon i {
        color: var(--kt-primary);
    }

.menu-state-icon-primary .menu-item .menu-link.active {
    transition: color 0.2s ease;
}

    .menu-state-icon-primary .menu-item .menu-link.active .menu-icon,
    .menu-state-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon,
    .menu-state-icon-primary .menu-item .menu-link.active .menu-icon i {
        color: var(--kt-primary);
    }

.menu-hover-bullet-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-hover-bullet-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease;
}

    .menu-hover-bullet-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-hover-bullet-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

.menu-show-bullet-primary .menu-item.show > .menu-link {
    transition: color 0.2s ease;
}

    .menu-show-bullet-primary .menu-item.show > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

.menu-here-bullet-primary .menu-item.here > .menu-link {
    transition: color 0.2s ease;
}

    .menu-here-bullet-primary .menu-item.here > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

.menu-active-bullet-primary .menu-item .menu-link.active {
    transition: color 0.2s ease;
}

    .menu-active-bullet-primary .menu-item .menu-link.active .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

.menu-state-bullet-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-bullet-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease;
}

    .menu-state-bullet-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-state-bullet-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

.menu-state-bullet-primary .menu-item.here > .menu-link {
    transition: color 0.2s ease;
}

    .menu-state-bullet-primary .menu-item.here > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

.menu-state-bullet-primary .menu-item.show > .menu-link {
    transition: color 0.2s ease;
}

    .menu-state-bullet-primary .menu-item.show > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

.menu-state-bullet-primary .menu-item .menu-link.active {
    transition: color 0.2s ease;
}

    .menu-state-bullet-primary .menu-item .menu-link.active .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

.menu-hover-arrow-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-hover-arrow-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease;
}

    .menu-hover-arrow-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-hover-arrow-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-here-arrow-primary .menu-item.here > .menu-link {
    transition: color 0.2s ease;
}

    .menu-here-arrow-primary .menu-item.here > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-show-arrow-primary .menu-item.show > .menu-link {
    transition: color 0.2s ease;
}

    .menu-show-arrow-primary .menu-item.show > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-active-arrow-primary .menu-item .menu-link.active {
    transition: color 0.2s ease;
}

    .menu-active-arrow-primary .menu-item .menu-link.active .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-arrow-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-arrow-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease;
}

    .menu-state-arrow-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-state-arrow-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-arrow-primary .menu-item.here > .menu-link {
    transition: color 0.2s ease;
}

    .menu-state-arrow-primary .menu-item.here > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-arrow-primary .menu-item.show > .menu-link {
    transition: color 0.2s ease;
}

    .menu-state-arrow-primary .menu-item.show > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.menu-state-arrow-primary .menu-item .menu-link.active {
    transition: color 0.2s ease;
}

    .menu-state-arrow-primary .menu-item .menu-link.active .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.anchor {
    display: flex;
    align-items: center;
}

    .anchor a {
        position: relative;
        display: none;
        align-items: center;
        justify-content: flex-start;
        height: 1em;
        width: 1.25em;
        margin-left: -1.25em;
        font-weight: 500;
        font-size: 0.8em;
        color: var(--kt-text-muted);
        transition: all 0.2s ease-in-out;
    }

        .anchor a:before {
            content: "#";
        }

    .anchor:hover a {
        display: flex;
    }

        .anchor:hover a:hover {
            color: var(--kt-primary);
            transition: all 0.2s ease-in-out;
        }


.breadcrumb {
    --bs-breadcrumb-bg: var(--kt-breadcrumb-bg);
    --bs-breadcrumb-divider-color: var(--kt-breadcrumb-divider-color);
    --bs-breadcrumb-item-active-color: var(--kt-breadcrumb-item-active-color);
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

    .breadcrumb .breadcrumb-item {
        display: flex;
        align-items: center;
        padding-left: 0;
        padding-right: 0.5rem;
    }

        .breadcrumb .breadcrumb-item:last-child {
            padding-right: 0;
        }

        .breadcrumb .breadcrumb-item:after {
            content: "/";
        }

        .breadcrumb .breadcrumb-item:before {
            display: none;
        }

        .breadcrumb .breadcrumb-item:last-child:after {
            display: none;
        }

.breadcrumb-line .breadcrumb-item:after {
    content: "-";
}

.breadcrumb-dot .breadcrumb-item:after {
    content: "�";
}

.breadcrumb-separatorless .breadcrumb-item:after {
    display: none;
}

code:not([class*=language-]) {
    font-weight: 400;
    color: var(--kt-code-color);
    line-height: inherit;
    font-size: inherit;
    background-color: var(--kt-code-bg);
    padding: 0.1rem 0.4rem;
    margin: 0 0.5rem;
    box-shadow: var(--kt-code-box-shadow);
    border-radius: 0.3rem;
}

.form-label {
    color: var(--kt-form-label-color);
}

.col-form-label {
    color: var(--kt-form-label-color);
}

.form-text {
    color: var(--kt-form-text-color);
}

.form-control {
    color: var(--kt-input-color);
    background-color: var(--kt-input-bg);
    border: 1px solid var(--kt-input-border-color);
    box-shadow: none !important;
}

.dropdown.show > .form-control {
    color: var(--kt-input-focus-color);
    background-color: var(--kt-input-focus-bg);
    border-color: var(--kt-input-focus-border-color);
}

.form-control:focus {
    color: var(--kt-input-focus-color);
    background-color: var(--kt-input-focus-bg);
    border-color: var(--kt-input-focus-border-color);
}

.form-control::placeholder {
    color: var(--kt-input-placeholder-color);
}

.form-control:disabled {
    color: var(--kt-input-disabled-color);
    background-color: var(--kt-input-disabled-bg);
    border-color: var(--kt-input-disabled-border-color);
}

.form-control::file-selector-button {
    color: var(--kt-form-file-button-color);
    background-color: var(--kt-form-file-button-bg);
}

.form-control:hover:not(:disabled)::file-selector-button {
    background-color: var(--kt-form-file-button-hover-bg);
}

.form-control.form-control-transparent {
    background-color: transparent;
    border-color: transparent;
}

    .dropdown.show > .form-control.form-control-transparent, .form-control.form-control-transparent:active, .form-control.form-control-transparent.active, .form-control.form-control-transparent:focus, .form-control.form-control-transparent.focus {
        background-color: transparent;
        border-color: transparent;
    }

.form-control.form-control-flush {
    border: 0;
    background-color: transparent;
    outline: none !important;
    box-shadow: none;
    border-radius: 0;
}

.form-control-plaintext {
    color: var(--kt-input-plaintext-color);
}

.placeholder-gray-500::placeholder {
    color: var(--kt-gray-500);
}

.placeholder-gray-500::-moz-placeholder {
    color: var(--kt-gray-500);
    opacity: 1;
}

.placeholder-white::placeholder {
    color: #ffffff;
}

.placeholder-white::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.resize-none {
    resize: none;
}

.form-select {
    color: var(--kt-form-select-color);
    background-color: var(--kt-form-select-bg);
    background-image: var(--kt-form-select-indicator);
    border: 1px solid var(--kt-form-select-border-color);
    box-shadow: var(--kt-form-select-box-shadow);
    appearance: none;
}

    .form-select:focus {
        border-color: var(--kt-form-select-focus-border-color);
        box-shadow: var(--kt-form-select-box-shadow), var(--kt-form-select-focus-box-shadow);
    }

    .form-select:disabled {
        color: var(--kt-form-select-disabled-color);
        background-color: var(--kt-form-select-disabled-bg);
        border-color: var(--kt-form-select-disabled-border-color);
    }

    .form-select:-moz-focusring {
        text-shadow: 0 0 0 var(--kt-form-select-color);
    }

.form-check-input {
    background-color: var(--kt-form-check-input-bg);
    border: var(--kt-form-check-input-border);
}

    .form-check-input:active {
        filter: var(--kt-form-check-input-active-filter);
    }

    .form-check-input:focus {
        border-color: var(--kt-form-check-input-focus-border);
        box-shadow: var(--kt-form-check-input-focus-box-shadow);
    }

    .form-check-input:checked {
        background-color: var(--kt-form-check-input-checked-bg-color);
        border-color: var(--kt-form-check-input-checked-border-color);
    }

        .form-check-input:checked[type=checkbox] {
            background-image: var(--kt-form-check-input-checked-bg-image);
        }

        .form-check-input:checked[type=radio] {
            background-image: var(--kt-form-check-radio-checked-bg-image);
        }

    .form-check-input[type=checkbox]:indeterminate {
        background-color: var(--kt-form-check-input-indeterminate-bg-color);
        border-color: var(--kt-form-check-input-indeterminate-border-color);
        background-image: var(--kt-form-check-input-indeterminate-bg-image);
    }

    .form-check-input:disabled {
        opacity: var(--kt-form-check-input-disabled-opacity);
    }

        .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
            opacity: var(--kt-form-check-label-disabled-opacity);
        }

.form-check-label {
    color: var(--kt-form-check-label-color);
}

.form-check-input:checked + span, .form-check-input:checked + label {
    color: var(--kt-form-check-label-color-checked);
}

.form-switch .form-check-input {
    background-image: var(--kt-form-switch-bg-image);
}

    .form-switch .form-check-input:focus {
        background-image: var(--kt-form-switch-focus-bg-image);
    }

    .form-switch .form-check-input:checked {
        background-image: var(--kt-form-switch-checked-bg-image);
    }

.form-floating .form-control.form-control-solid::placeholder {
    color: transparent;
}

.input-group-text {
    color: var(--kt-input-group-addon-color);
    background-color: var(--kt-input-group-addon-bg);
    border: 1px solid var(--kt-input-group-addon-border-color);
}

.form-control.form-control-solid {
    background-color: var(--kt-input-solid-bg);
    border-color: var(--kt-input-solid-bg);
    color: var(--kt-input-solid-color);
    transition: color 0.2s ease;
}

    .form-control.form-control-solid::placeholder {
        color: var(--kt-input-solid-placeholder-color);
    }

    .form-control.form-control-solid::-moz-placeholder {
        color: var(--kt-input-solid-placeholder-color);
        opacity: 1;
    }

    .dropdown.show > .form-control.form-control-solid, .form-control.form-control-solid:active, .form-control.form-control-solid.active, .form-control.form-control-solid:focus, .form-control.form-control-solid.focus {
        background-color: var(--kt-input-solid-bg-focus);
        border-color: var(--kt-input-solid-bg-focus);
        color: var(--kt-input-solid-color);
        transition: color 0.2s ease;
    }

.form-control-solid-bg {
    background-color: var(--kt-input-solid-bg);
}

.form-select {
    box-shadow: none !important;
}

    .form-select.form-select-solid {
        background-color: var(--kt-input-solid-bg);
        border-color: var(--kt-input-solid-bg);
        color: var(--kt-input-solid-color);
        transition: color 0.2s ease;
    }

        .form-select.form-select-solid::placeholder {
            color: var(--kt-input-solid-placeholder-color);
        }

        .form-select.form-select-solid::-moz-placeholder {
            color: var(--kt-input-solid-placeholder-color);
            opacity: 1;
        }

        .dropdown.show > .form-select.form-select-solid, .form-select.form-select-solid:active, .form-select.form-select-solid.active, .form-select.form-select-solid:focus, .form-select.form-select-solid.focus {
            background-color: var(--kt-input-solid-bg-focus);
            border-color: var(--kt-input-solid-bg-focus) !important;
            color: var(--kt-input-solid-color);
            transition: color 0.2s ease;
        }

    .form-select.form-select-transparent {
        background-color: transparent;
        border-color: transparent;
        color: #5E6278;
    }

        .form-select.form-select-transparent::placeholder {
            color: var(--kt-input-placeholder-color);
        }

        .form-select.form-select-transparent::-moz-placeholder {
            color: var(--kt-input-placeholder-color);
            opacity: 1;
        }

        .dropdown.show > .form-select.form-select-transparent, .form-select.form-select-transparent:active, .form-select.form-select-transparent.active, .form-select.form-select-transparent:focus, .form-select.form-select-transparent.focus {
            background-color: transparent;
            border-color: transparent !important;
            color: #5E6278;
        }

.form-check:not(.form-switch) .form-check-input[type=checkbox] {
    background-size: 60% 60%;
}

.form-check-custom {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin: 0;
}

    .form-check-custom .form-check-input {
        margin: 0;
        float: none;
        flex-shrink: 0;
    }

    .form-check-custom .form-check-label {
        margin-left: 0.55rem;
    }

    .form-check-custom.form-check-sm .form-check-input {
        height: 1.55rem;
        width: 1.55rem;
    }

    .form-check-custom.form-check-lg .form-check-input {
        height: 2.25rem;
        width: 2.25rem;
    }

    .form-check-custom.form-check-inline {
        display: inline-block;
        margin-right: 1rem;
    }

    .form-check-custom.form-check-solid .form-check-input {
        border: 0;
        background-color: var(--kt-form-check-input-bg-solid);
    }

        .form-check-custom.form-check-solid .form-check-input:active, .form-check-custom.form-check-solid .form-check-input:focus {
            filter: none;
            background-color: var(--kt-form-check-input-bg-solid);
        }

        .form-check-custom.form-check-solid .form-check-input:checked {
            background-color: var(--kt-form-check-input-checked-bg-color-solid);
        }

    .form-check-custom.form-check-success .form-check-input:checked {
        background-color: var(--kt-success);
    }

    .form-check-custom.form-check-danger .form-check-input:checked {
        background-color: var(--kt-danger);
    }

    .form-check-custom.form-check-warning .form-check-input:checked {
        background-color: var(--kt-warning);
    }

.form-switch.form-check-solid .form-check-input {
    height: 2.25rem;
    background-image: var(--kt-form-switch-bg-image-solid);
    border-radius: 3.25rem;
}

    .form-switch.form-check-solid .form-check-input:checked {
        filter: none;
        background-image: var(--kt-form-switch-checked-bg-image);
    }

.form-switch.form-check-solid.form-switch-sm .form-check-input {
    height: 1.5rem;
    width: 2.5rem;
}

.form-switch.form-check-solid.form-switch-lg .form-check-input {
    height: 2.75rem;
    width: 3.75rem;
}

.form-check-clip {
    position: relative;
    overflow: hidden;
}

    .form-check-clip .form-check-label {
        padding-top: 0.5rem;
        font-size: 1.05rem;
        color: var(--kt-form-label-color);
        font-weight: 500;
    }

    .form-check-clip .form-check-wrapper {
        border-radius: 0.625rem;
        border: 2px solid transparent;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
        overflow: hidden;
    }

    .form-check-clip .form-check-indicator {
        transition: all 0.2s ease-in-out;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        width: 1.75rem;
        height: 1.75rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-size: 50%;
        background-image: var(--kt-form-check-input-checked-bg-image);
        background-color: var(--kt-component-checked-bg);
        border-bottom-left-radius: 0.625rem;
        border-top-right-radius: 0.625rem;
    }

        .form-check-clip .form-check-indicator.form-check-indicator-sm {
            width: 1.55rem;
            height: 1.55rem;
        }

        .form-check-clip .form-check-indicator.form-check-indicator-lg {
            width: 2.25rem;
            height: 2.25rem;
        }

    .form-check-clip .form-check-content {
        width: 100%;
    }

    .form-check-clip .btn-check:checked + div {
        border: 2px solid var(--kt-component-checked-bg);
        transition: all 0.2s ease-in-out;
    }

        .form-check-clip .btn-check:checked + div .form-check-indicator {
            transition: all 0.2s ease-in-out;
            opacity: 1;
        }

    .form-check-clip .btn-check:disabled + div {
        transition: all 0.2s ease-in-out;
        opacity: var(--kt-form-check-btn-check-disabled-opacity);
    }

.form-check-image {
    position: relative;
    overflow: hidden;
}

    .form-check-image img {
        max-width: 100%;
    }

    .form-check-image .form-check-wrapper {
        border-radius: 0.625rem;
        border: 2px solid transparent;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
        overflow: hidden;
        margin-bottom: 0.75rem;
    }

    .form-check-image .form-check-rounded {
        border-radius: 0.625rem;
    }

    .form-check-image .form-check-label {
        font-weight: 600;
        margin-left: 0.5rem;
    }

    .form-check-image.active .form-check-wrapper {
        border-color: var(--kt-primary);
    }

    .form-check-image.form-check-success.active .form-check-wrapper {
        border-color: var(--kt-success);
    }

    .form-check-image.form-check-danger.active .form-check-wrapper {
        border-color: var(--kt-danger);
    }

    .form-check-image.disabled {
        opacity: var(--kt-form-check-btn-check-disabled-opacity);
    }

.input-group.input-group-solid {
    border-radius: 0.475rem;
}

    .input-group.input-group-solid.input-group-sm {
        border-radius: 0.425rem;
    }

    .input-group.input-group-solid.input-group-lg {
        border-radius: 0.625rem;
    }

    .input-group.input-group-solid .input-group-text {
        background-color: var(--kt-input-solid-bg);
        border-color: var(--kt-input-solid-bg);
    }

        .input-group.input-group-solid .input-group-text + .form-control {
            border-left-color: var(--kt-input-border-color);
        }

    .input-group.input-group-solid .form-control {
        background-color: var(--kt-input-solid-bg);
        border-color: var(--kt-input-solid-bg);
    }

        .input-group.input-group-solid .form-control + .input-group-text {
            border-left-color: var(--kt-input-border-color);
        }

.form-floating .form-control.form-control-solid::placeholder {
    color: transparent;
}

.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: var(--kt-danger);
    padding-left: 0.25rem;
    font-weight: 600;
}

.modal {
    --bs-modal-color: var(--kt-modal-content-color);
    --bs-modal-bg: var(--kt-modal-content-bg);
    --bs-modal-border-color: var(--kt-modal-content-border-color);
    --bs-modal-box-shadow: var(--kt-modal-content-box-shadow-xs);
    --bs-modal-header-border-color: var(--kt-modal-header-border-color);
    --bs-modal-footer-bg: var(--kt-modal-footer-bg);
    --bs-modal-footer-border-color: var(--kt-modal-footer-border-color);
}

.modal-dialog {
    outline: none !important;
}

.modal-header {
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 0.475rem;
    border-top-right-radius: 0.475rem;
    border-bottom: 1px solid var(--kt-modal-header-border-color);
}

    .modal-header h1, .modal-header .h1, .modal-header h2, .modal-header .h2, .modal-header h3, .modal-header .h3, .modal-header h4, .modal-header .h4, .modal-header h5, .modal-header .h5, .modal-header h6, .modal-header .h6 {
        margin-bottom: 0;
    }

.modal-content {
    color: var(--kt-modal-color);
    background-color: var(--kt-modal-bg);
    border: 0 solid var(--kt-modal-border-color);
    box-shadow: var(--kt-modal-box-shadow);
}

.modal-footer {
    background-color: var(--kt-modal-footer-bg);
    border-top: 1px solid var(--bs-modal-footer-border-color);
}

.modal-backdrop {
    --bs-backdrop-bg: var(--kt-modal-backdrop-bg);
    --bs-backdrop-opacity: var(--kt-modal-backdrop-opacity);
}

@media (min-width: 576px) {
    .modal-content {
        box-shadow: var(--kt-modal-box-shadow-sm-up);
    }
}

.modal-rounded {
    border-radius: 0.475rem !important;
}

.progress {
    --bs-progress-bg: var(--kt-progress-bg);
    --bs-progress-box-shadow: var(--kt-progress-box-shadow);
    --bs-progress-bar-color: var(--kt-progress-bar-color);
    --bs-progress-bar-bg: var(--kt-progress-bar-bg);
}

.progress-vertical {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

    .progress-vertical .progress {
        height: 100%;
        border-radius: 0.475rem;
        display: flex;
        align-items: flex-end;
        margin-right: 1rem;
    }

        .progress-vertical .progress:last-child {
            margin-right: 0;
        }

        .progress-vertical .progress .progress-bar {
            width: 8px;
            border-radius: 0.475rem;
        }

.table {
    --bs-table-color: var(--kt-table-color);
    --bs-table-bg: var(--kt-table-bg);
    --bs-table-border-color: var(--kt-table-border-color);
    --bs-table-accent-bg: var(--kt-table-accent-bg);
    --bs-table-striped-color: var(--kt-table-striped-color);
    --bs-table-striped-bg: var(--kt-table-striped-bg);
    --bs-table-active-color: var(--kt-table-active-color);
    --bs-table-active-bg: var(--kt-table-active-bg);
    --bs-table-hover-color: var(--kt-table-hover-color);
    --bs-table-hover-bg: var(--kt-table-hover-bg);
}

    .table > :not(:first-child) {
        border-color: transparent;
        border-width: 0;
        border-style: none;
    }

    .table > :not(:last-child) > :last-child > * {
        border-bottom-color: inherit;
    }

    .table tr, .table th, .table td {
        border-color: inherit;
        border-width: inherit;
        border-style: inherit;
        text-transform: inherit;
        font-weight: inherit;
        font-size: inherit;
        color: inherit;
        height: inherit;
        min-height: inherit;
    }

        .table tr:first-child, .table th:first-child, .table td:first-child {
            padding-left: 0;
        }

        .table tr:last-child, .table th:last-child, .table td:last-child {
            padding-right: 0;
        }

    .table tfoot tr:last-child,
    .table tbody tr:last-child {
        border-bottom: 0 !important;
    }

        .table tfoot tr:last-child th, .table tfoot tr:last-child td,
        .table tbody tr:last-child th,
        .table tbody tr:last-child td {
            border-bottom: 0 !important;
        }

    .table tfoot th, .table tfoot td {
        border-top: inherit;
    }

    .table.table-rounded {
        border-radius: 0.475rem;
        border-spacing: 0;
        border-collapse: separate;
    }

    .table.table-flush tr, .table.table-flush th, .table.table-flush td {
        padding: inherit;
    }

    .table.table-row-bordered tr {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: var(--kt-border-color);
    }

    .table.table-row-bordered tfoot th, .table.table-row-bordered tfoot td {
        border-top-width: 1px !important;
    }

    .table.table-row-dashed tr {
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        border-bottom-color: var(--kt-border-color);
    }

    .table.table-row-dashed tfoot th, .table.table-row-dashed tfoot td {
        border-top-width: 1px !important;
    }

    .table.table-row-gray-100 tr {
        border-bottom-color: var(--kt-gray-100);
    }

    .table.table-row-gray-200 tr {
        border-bottom-color: var(--kt-gray-200);
    }

    .table.table-row-gray-300 tr {
        border-bottom-color: var(--kt-gray-300);
    }

    .table.table-row-gray-400 tr {
        border-bottom-color: var(--kt-gray-400);
    }

    .table.table-row-gray-500 tr {
        border-bottom-color: var(--kt-gray-500);
    }

    .table.table-row-gray-600 tr {
        border-bottom-color: var(--kt-gray-600);
    }

    .table.table-row-gray-700 tr {
        border-bottom-color: var(--kt-gray-700);
    }

    .table.table-row-gray-800 tr {
        border-bottom-color: var(--kt-gray-800);
    }

    .table.table-row-gray-900 tr {
        border-bottom-color: var(--kt-gray-900);
    }

.table-layout-fixed {
    table-layout: fixed;
}

.table-sort:after {
    opacity: 0;
}

.table-sort,
.table-sort-asc,
.table-sort-desc {
    vertical-align: middle;
}

    .table-sort:after,
    .table-sort-asc:after,
    .table-sort-desc:after {
        position: relative;
        display: inline-block;
        width: 0.75rem;
        height: 0.75rem;
        content: " ";
        bottom: auto;
        right: auto;
        left: auto;
        margin-left: 0.5rem;
    }

    .table-sort-asc:after {
        opacity: 1;
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-text-muted);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-muted%29'%3e%3cpath d='M3.23571 2.72011L4.97917 4.46358C5.15176 4.63618 5.43158 4.63617 5.60417 4.46358C5.77676 4.29099 5.77676 4.01118 5.60417 3.83861L3.29463 1.52904C3.13192 1.36629 2.86809 1.36629 2.70538 1.52904L0.395812 3.83861C0.22325 4.01117 0.22325 4.29099 0.395812 4.46358C0.568437 4.63617 0.84825 4.63617 1.02081 4.46358L2.76429 2.72011C2.89446 2.58994 3.10554 2.58994 3.23571 2.72011Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-muted%29'%3e%3cpath d='M3.23571 2.72011L4.97917 4.46358C5.15176 4.63618 5.43158 4.63617 5.60417 4.46358C5.77676 4.29099 5.77676 4.01118 5.60417 3.83861L3.29463 1.52904C3.13192 1.36629 2.86809 1.36629 2.70538 1.52904L0.395812 3.83861C0.22325 4.01117 0.22325 4.29099 0.395812 4.46358C0.568437 4.63617 0.84825 4.63617 1.02081 4.46358L2.76429 2.72011C2.89446 2.58994 3.10554 2.58994 3.23571 2.72011Z'/%3e%3c/svg%3e");
    }

    .table-sort-desc:after {
        opacity: 1;
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-text-muted);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-muted%29'%3e%3cpath d='M2.76429 3.27989L1.02083 1.53642C0.848244 1.36382 0.568419 1.36383 0.395831 1.53642C0.223244 1.70901 0.223244 1.98882 0.395831 2.16139L2.70537 4.47096C2.86808 4.63371 3.13191 4.63371 3.29462 4.47096L5.60419 2.16139C5.77675 1.98883 5.77675 1.70901 5.60419 1.53642C5.43156 1.36383 5.15175 1.36383 4.97919 1.53642L3.23571 3.27989C3.10554 3.41006 2.89446 3.41006 2.76429 3.27989Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-text-muted%29'%3e%3cpath d='M2.76429 3.27989L1.02083 1.53642C0.848244 1.36382 0.568419 1.36383 0.395831 1.53642C0.223244 1.70901 0.223244 1.98882 0.395831 2.16139L2.70537 4.47096C2.86808 4.63371 3.13191 4.63371 3.29462 4.47096L5.60419 2.16139C5.77675 1.98883 5.77675 1.70901 5.60419 1.53642C5.43156 1.36383 5.15175 1.36383 4.97919 1.53642L3.23571 3.27989C3.10554 3.41006 2.89446 3.41006 2.76429 3.27989Z'/%3e%3c/svg%3e");
    }

.table-loading-message {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 0.475rem;
    box-shadow: var(--kt-table-loading-message-box-shadow);
    background-color: var(--kt-table-loading-message-bg);
    color: var(--kt-table-loading-message-color);
    font-weight: 600;
    margin: 0 !important;
    width: auto;
    padding: 0.85rem 2rem !important;
    transform: translateX(-50%) translateY(-50%);
}

.table-loading {
    position: relative;
}

    .table-loading .table-loading-message {
        display: block;
    }

.table.g-0 th, .table.g-0 td {
    padding: 0rem;
}

    .table.g-0 th.dtr-control, .table.g-0 td.dtr-control {
        padding-left: 0rem !important;
    }

.table.gy-0 th, .table.gy-0 td {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.table.gx-0 th, .table.gx-0 td {
    padding-left: 0rem;
    padding-right: 0rem;
}

    .table.gx-0 th.dtr-control, .table.gx-0 td.dtr-control {
        padding-left: 0rem !important;
    }

.table.gs-0 th:first-child, .table.gs-0 td:first-child {
    padding-left: 0rem;
}

.table.gs-0 th:last-child, .table.gs-0 td:last-child {
    padding-right: 0rem;
}

.table.gs-0 th.dtr-control:first-child, .table.gs-0 td.dtr-control:first-child {
    padding-left: 0rem !important;
}

.table.g-1 th, .table.g-1 td {
    padding: 0.25rem;
}

    .table.g-1 th.dtr-control, .table.g-1 td.dtr-control {
        padding-left: 0.25rem !important;
    }

.table.gy-1 th, .table.gy-1 td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.table.gx-1 th, .table.gx-1 td {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

    .table.gx-1 th.dtr-control, .table.gx-1 td.dtr-control {
        padding-left: 0.25rem !important;
    }

.table.gs-1 th:first-child, .table.gs-1 td:first-child {
    padding-left: 0.25rem;
}

.table.gs-1 th:last-child, .table.gs-1 td:last-child {
    padding-right: 0.25rem;
}

.table.gs-1 th.dtr-control:first-child, .table.gs-1 td.dtr-control:first-child {
    padding-left: 0.25rem !important;
}

.table.g-2 th, .table.g-2 td {
    padding: 0.5rem;
}

    .table.g-2 th.dtr-control, .table.g-2 td.dtr-control {
        padding-left: 0.5rem !important;
    }

.table.gy-2 th, .table.gy-2 td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.table.gx-2 th, .table.gx-2 td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

    .table.gx-2 th.dtr-control, .table.gx-2 td.dtr-control {
        padding-left: 0.5rem !important;
    }

.table.gs-2 th:first-child, .table.gs-2 td:first-child {
    padding-left: 0.5rem;
}

.table.gs-2 th:last-child, .table.gs-2 td:last-child {
    padding-right: 0.5rem;
}

.table.gs-2 th.dtr-control:first-child, .table.gs-2 td.dtr-control:first-child {
    padding-left: 0.5rem !important;
}

.table.g-3 th, .table.g-3 td {
    padding: 0.75rem;
}

    .table.g-3 th.dtr-control, .table.g-3 td.dtr-control {
        padding-left: 0.75rem !important;
    }

.table.gy-3 th, .table.gy-3 td {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.table.gx-3 th, .table.gx-3 td {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

    .table.gx-3 th.dtr-control, .table.gx-3 td.dtr-control {
        padding-left: 0.75rem !important;
    }

.table.gs-3 th:first-child, .table.gs-3 td:first-child {
    padding-left: 0.75rem;
}

.table.gs-3 th:last-child, .table.gs-3 td:last-child {
    padding-right: 0.75rem;
}

.table.gs-3 th.dtr-control:first-child, .table.gs-3 td.dtr-control:first-child {
    padding-left: 0.75rem !important;
}

.table.g-4 th, .table.g-4 td {
    padding: 1rem;
}

    .table.g-4 th.dtr-control, .table.g-4 td.dtr-control {
        padding-left: 1rem !important;
    }

.table.gy-4 th, .table.gy-4 td {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.table.gx-4 th, .table.gx-4 td {
    padding-left: 1rem;
    padding-right: 1rem;
}

    .table.gx-4 th.dtr-control, .table.gx-4 td.dtr-control {
        padding-left: 1rem !important;
    }

.table.gs-4 th:first-child, .table.gs-4 td:first-child {
    padding-left: 1rem;
}

.table.gs-4 th:last-child, .table.gs-4 td:last-child {
    padding-right: 1rem;
}

.table.gs-4 th.dtr-control:first-child, .table.gs-4 td.dtr-control:first-child {
    padding-left: 1rem !important;
}

.table.g-5 th, .table.g-5 td {
    padding: 1.25rem;
}

    .table.g-5 th.dtr-control, .table.g-5 td.dtr-control {
        padding-left: 1.25rem !important;
    }

.table.gy-5 th, .table.gy-5 td {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.table.gx-5 th, .table.gx-5 td {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

    .table.gx-5 th.dtr-control, .table.gx-5 td.dtr-control {
        padding-left: 1.25rem !important;
    }

.table.gs-5 th:first-child, .table.gs-5 td:first-child {
    padding-left: 1.25rem;
}

.table.gs-5 th:last-child, .table.gs-5 td:last-child {
    padding-right: 1.25rem;
}

.table.gs-5 th.dtr-control:first-child, .table.gs-5 td.dtr-control:first-child {
    padding-left: 1.25rem !important;
}

.table.g-6 th, .table.g-6 td {
    padding: 1.5rem;
}

    .table.g-6 th.dtr-control, .table.g-6 td.dtr-control {
        padding-left: 1.5rem !important;
    }

.table.gy-6 th, .table.gy-6 td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.table.gx-6 th, .table.gx-6 td {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

    .table.gx-6 th.dtr-control, .table.gx-6 td.dtr-control {
        padding-left: 1.5rem !important;
    }

.table.gs-6 th:first-child, .table.gs-6 td:first-child {
    padding-left: 1.5rem;
}

.table.gs-6 th:last-child, .table.gs-6 td:last-child {
    padding-right: 1.5rem;
}

.table.gs-6 th.dtr-control:first-child, .table.gs-6 td.dtr-control:first-child {
    padding-left: 1.5rem !important;
}

.table.g-7 th, .table.g-7 td {
    padding: 1.75rem;
}

    .table.g-7 th.dtr-control, .table.g-7 td.dtr-control {
        padding-left: 1.75rem !important;
    }

.table.gy-7 th, .table.gy-7 td {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.table.gx-7 th, .table.gx-7 td {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

    .table.gx-7 th.dtr-control, .table.gx-7 td.dtr-control {
        padding-left: 1.75rem !important;
    }

.table.gs-7 th:first-child, .table.gs-7 td:first-child {
    padding-left: 1.75rem;
}

.table.gs-7 th:last-child, .table.gs-7 td:last-child {
    padding-right: 1.75rem;
}

.table.gs-7 th.dtr-control:first-child, .table.gs-7 td.dtr-control:first-child {
    padding-left: 1.75rem !important;
}

.table.g-8 th, .table.g-8 td {
    padding: 2rem;
}

    .table.g-8 th.dtr-control, .table.g-8 td.dtr-control {
        padding-left: 2rem !important;
    }

.table.gy-8 th, .table.gy-8 td {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.table.gx-8 th, .table.gx-8 td {
    padding-left: 2rem;
    padding-right: 2rem;
}

    .table.gx-8 th.dtr-control, .table.gx-8 td.dtr-control {
        padding-left: 2rem !important;
    }

.table.gs-8 th:first-child, .table.gs-8 td:first-child {
    padding-left: 2rem;
}

.table.gs-8 th:last-child, .table.gs-8 td:last-child {
    padding-right: 2rem;
}

.table.gs-8 th.dtr-control:first-child, .table.gs-8 td.dtr-control:first-child {
    padding-left: 2rem !important;
}

.table.g-9 th, .table.g-9 td {
    padding: 2.25rem;
}

    .table.g-9 th.dtr-control, .table.g-9 td.dtr-control {
        padding-left: 2.25rem !important;
    }

.table.gy-9 th, .table.gy-9 td {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.table.gx-9 th, .table.gx-9 td {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

    .table.gx-9 th.dtr-control, .table.gx-9 td.dtr-control {
        padding-left: 2.25rem !important;
    }

.table.gs-9 th:first-child, .table.gs-9 td:first-child {
    padding-left: 2.25rem;
}

.table.gs-9 th:last-child, .table.gs-9 td:last-child {
    padding-right: 2.25rem;
}

.table.gs-9 th.dtr-control:first-child, .table.gs-9 td.dtr-control:first-child {
    padding-left: 2.25rem !important;
}

.table.g-10 th, .table.g-10 td {
    padding: 2.5rem;
}

    .table.g-10 th.dtr-control, .table.g-10 td.dtr-control {
        padding-left: 2.5rem !important;
    }

.table.gy-10 th, .table.gy-10 td {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.table.gx-10 th, .table.gx-10 td {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

    .table.gx-10 th.dtr-control, .table.gx-10 td.dtr-control {
        padding-left: 2.5rem !important;
    }

.table.gs-10 th:first-child, .table.gs-10 td:first-child {
    padding-left: 2.5rem;
}

.table.gs-10 th:last-child, .table.gs-10 td:last-child {
    padding-right: 2.5rem;
}

.table.gs-10 th.dtr-control:first-child, .table.gs-10 td.dtr-control:first-child {
    padding-left: 2.5rem !important;
}

@media (min-width: 576px) {
    .table.g-sm-0 th, .table.g-sm-0 td {
        padding: 0rem;
    }

        .table.g-sm-0 th.dtr-control, .table.g-sm-0 td.dtr-control {
            padding-left: 0rem !important;
        }

    .table.gy-sm-0 th, .table.gy-sm-0 td {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .table.gx-sm-0 th, .table.gx-sm-0 td {
        padding-left: 0rem;
        padding-right: 0rem;
    }

        .table.gx-sm-0 th.dtr-control, .table.gx-sm-0 td.dtr-control {
            padding-left: 0rem !important;
        }

    .table.gs-sm-0 th:first-child, .table.gs-sm-0 td:first-child {
        padding-left: 0rem;
    }

    .table.gs-sm-0 th:last-child, .table.gs-sm-0 td:last-child {
        padding-right: 0rem;
    }

    .table.gs-sm-0 th.dtr-control:first-child, .table.gs-sm-0 td.dtr-control:first-child {
        padding-left: 0rem !important;
    }

    .table.g-sm-1 th, .table.g-sm-1 td {
        padding: 0.25rem;
    }

        .table.g-sm-1 th.dtr-control, .table.g-sm-1 td.dtr-control {
            padding-left: 0.25rem !important;
        }

    .table.gy-sm-1 th, .table.gy-sm-1 td {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .table.gx-sm-1 th, .table.gx-sm-1 td {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

        .table.gx-sm-1 th.dtr-control, .table.gx-sm-1 td.dtr-control {
            padding-left: 0.25rem !important;
        }

    .table.gs-sm-1 th:first-child, .table.gs-sm-1 td:first-child {
        padding-left: 0.25rem;
    }

    .table.gs-sm-1 th:last-child, .table.gs-sm-1 td:last-child {
        padding-right: 0.25rem;
    }

    .table.gs-sm-1 th.dtr-control:first-child, .table.gs-sm-1 td.dtr-control:first-child {
        padding-left: 0.25rem !important;
    }

    .table.g-sm-2 th, .table.g-sm-2 td {
        padding: 0.5rem;
    }

        .table.g-sm-2 th.dtr-control, .table.g-sm-2 td.dtr-control {
            padding-left: 0.5rem !important;
        }

    .table.gy-sm-2 th, .table.gy-sm-2 td {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .table.gx-sm-2 th, .table.gx-sm-2 td {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

        .table.gx-sm-2 th.dtr-control, .table.gx-sm-2 td.dtr-control {
            padding-left: 0.5rem !important;
        }

    .table.gs-sm-2 th:first-child, .table.gs-sm-2 td:first-child {
        padding-left: 0.5rem;
    }

    .table.gs-sm-2 th:last-child, .table.gs-sm-2 td:last-child {
        padding-right: 0.5rem;
    }

    .table.gs-sm-2 th.dtr-control:first-child, .table.gs-sm-2 td.dtr-control:first-child {
        padding-left: 0.5rem !important;
    }

    .table.g-sm-3 th, .table.g-sm-3 td {
        padding: 0.75rem;
    }

        .table.g-sm-3 th.dtr-control, .table.g-sm-3 td.dtr-control {
            padding-left: 0.75rem !important;
        }

    .table.gy-sm-3 th, .table.gy-sm-3 td {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .table.gx-sm-3 th, .table.gx-sm-3 td {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

        .table.gx-sm-3 th.dtr-control, .table.gx-sm-3 td.dtr-control {
            padding-left: 0.75rem !important;
        }

    .table.gs-sm-3 th:first-child, .table.gs-sm-3 td:first-child {
        padding-left: 0.75rem;
    }

    .table.gs-sm-3 th:last-child, .table.gs-sm-3 td:last-child {
        padding-right: 0.75rem;
    }

    .table.gs-sm-3 th.dtr-control:first-child, .table.gs-sm-3 td.dtr-control:first-child {
        padding-left: 0.75rem !important;
    }

    .table.g-sm-4 th, .table.g-sm-4 td {
        padding: 1rem;
    }

        .table.g-sm-4 th.dtr-control, .table.g-sm-4 td.dtr-control {
            padding-left: 1rem !important;
        }

    .table.gy-sm-4 th, .table.gy-sm-4 td {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .table.gx-sm-4 th, .table.gx-sm-4 td {
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .table.gx-sm-4 th.dtr-control, .table.gx-sm-4 td.dtr-control {
            padding-left: 1rem !important;
        }

    .table.gs-sm-4 th:first-child, .table.gs-sm-4 td:first-child {
        padding-left: 1rem;
    }

    .table.gs-sm-4 th:last-child, .table.gs-sm-4 td:last-child {
        padding-right: 1rem;
    }

    .table.gs-sm-4 th.dtr-control:first-child, .table.gs-sm-4 td.dtr-control:first-child {
        padding-left: 1rem !important;
    }

    .table.g-sm-5 th, .table.g-sm-5 td {
        padding: 1.25rem;
    }

        .table.g-sm-5 th.dtr-control, .table.g-sm-5 td.dtr-control {
            padding-left: 1.25rem !important;
        }

    .table.gy-sm-5 th, .table.gy-sm-5 td {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .table.gx-sm-5 th, .table.gx-sm-5 td {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

        .table.gx-sm-5 th.dtr-control, .table.gx-sm-5 td.dtr-control {
            padding-left: 1.25rem !important;
        }

    .table.gs-sm-5 th:first-child, .table.gs-sm-5 td:first-child {
        padding-left: 1.25rem;
    }

    .table.gs-sm-5 th:last-child, .table.gs-sm-5 td:last-child {
        padding-right: 1.25rem;
    }

    .table.gs-sm-5 th.dtr-control:first-child, .table.gs-sm-5 td.dtr-control:first-child {
        padding-left: 1.25rem !important;
    }

    .table.g-sm-6 th, .table.g-sm-6 td {
        padding: 1.5rem;
    }

        .table.g-sm-6 th.dtr-control, .table.g-sm-6 td.dtr-control {
            padding-left: 1.5rem !important;
        }

    .table.gy-sm-6 th, .table.gy-sm-6 td {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .table.gx-sm-6 th, .table.gx-sm-6 td {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

        .table.gx-sm-6 th.dtr-control, .table.gx-sm-6 td.dtr-control {
            padding-left: 1.5rem !important;
        }

    .table.gs-sm-6 th:first-child, .table.gs-sm-6 td:first-child {
        padding-left: 1.5rem;
    }

    .table.gs-sm-6 th:last-child, .table.gs-sm-6 td:last-child {
        padding-right: 1.5rem;
    }

    .table.gs-sm-6 th.dtr-control:first-child, .table.gs-sm-6 td.dtr-control:first-child {
        padding-left: 1.5rem !important;
    }

    .table.g-sm-7 th, .table.g-sm-7 td {
        padding: 1.75rem;
    }

        .table.g-sm-7 th.dtr-control, .table.g-sm-7 td.dtr-control {
            padding-left: 1.75rem !important;
        }

    .table.gy-sm-7 th, .table.gy-sm-7 td {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .table.gx-sm-7 th, .table.gx-sm-7 td {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

        .table.gx-sm-7 th.dtr-control, .table.gx-sm-7 td.dtr-control {
            padding-left: 1.75rem !important;
        }

    .table.gs-sm-7 th:first-child, .table.gs-sm-7 td:first-child {
        padding-left: 1.75rem;
    }

    .table.gs-sm-7 th:last-child, .table.gs-sm-7 td:last-child {
        padding-right: 1.75rem;
    }

    .table.gs-sm-7 th.dtr-control:first-child, .table.gs-sm-7 td.dtr-control:first-child {
        padding-left: 1.75rem !important;
    }

    .table.g-sm-8 th, .table.g-sm-8 td {
        padding: 2rem;
    }

        .table.g-sm-8 th.dtr-control, .table.g-sm-8 td.dtr-control {
            padding-left: 2rem !important;
        }

    .table.gy-sm-8 th, .table.gy-sm-8 td {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .table.gx-sm-8 th, .table.gx-sm-8 td {
        padding-left: 2rem;
        padding-right: 2rem;
    }

        .table.gx-sm-8 th.dtr-control, .table.gx-sm-8 td.dtr-control {
            padding-left: 2rem !important;
        }

    .table.gs-sm-8 th:first-child, .table.gs-sm-8 td:first-child {
        padding-left: 2rem;
    }

    .table.gs-sm-8 th:last-child, .table.gs-sm-8 td:last-child {
        padding-right: 2rem;
    }

    .table.gs-sm-8 th.dtr-control:first-child, .table.gs-sm-8 td.dtr-control:first-child {
        padding-left: 2rem !important;
    }

    .table.g-sm-9 th, .table.g-sm-9 td {
        padding: 2.25rem;
    }

        .table.g-sm-9 th.dtr-control, .table.g-sm-9 td.dtr-control {
            padding-left: 2.25rem !important;
        }

    .table.gy-sm-9 th, .table.gy-sm-9 td {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .table.gx-sm-9 th, .table.gx-sm-9 td {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

        .table.gx-sm-9 th.dtr-control, .table.gx-sm-9 td.dtr-control {
            padding-left: 2.25rem !important;
        }

    .table.gs-sm-9 th:first-child, .table.gs-sm-9 td:first-child {
        padding-left: 2.25rem;
    }

    .table.gs-sm-9 th:last-child, .table.gs-sm-9 td:last-child {
        padding-right: 2.25rem;
    }

    .table.gs-sm-9 th.dtr-control:first-child, .table.gs-sm-9 td.dtr-control:first-child {
        padding-left: 2.25rem !important;
    }

    .table.g-sm-10 th, .table.g-sm-10 td {
        padding: 2.5rem;
    }

        .table.g-sm-10 th.dtr-control, .table.g-sm-10 td.dtr-control {
            padding-left: 2.5rem !important;
        }

    .table.gy-sm-10 th, .table.gy-sm-10 td {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .table.gx-sm-10 th, .table.gx-sm-10 td {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

        .table.gx-sm-10 th.dtr-control, .table.gx-sm-10 td.dtr-control {
            padding-left: 2.5rem !important;
        }

    .table.gs-sm-10 th:first-child, .table.gs-sm-10 td:first-child {
        padding-left: 2.5rem;
    }

    .table.gs-sm-10 th:last-child, .table.gs-sm-10 td:last-child {
        padding-right: 2.5rem;
    }

    .table.gs-sm-10 th.dtr-control:first-child, .table.gs-sm-10 td.dtr-control:first-child {
        padding-left: 2.5rem !important;
    }
}

@media (min-width: 768px) {
    .table.g-md-0 th, .table.g-md-0 td {
        padding: 0rem;
    }

        .table.g-md-0 th.dtr-control, .table.g-md-0 td.dtr-control {
            padding-left: 0rem !important;
        }

    .table.gy-md-0 th, .table.gy-md-0 td {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .table.gx-md-0 th, .table.gx-md-0 td {
        padding-left: 0rem;
        padding-right: 0rem;
    }

        .table.gx-md-0 th.dtr-control, .table.gx-md-0 td.dtr-control {
            padding-left: 0rem !important;
        }

    .table.gs-md-0 th:first-child, .table.gs-md-0 td:first-child {
        padding-left: 0rem;
    }

    .table.gs-md-0 th:last-child, .table.gs-md-0 td:last-child {
        padding-right: 0rem;
    }

    .table.gs-md-0 th.dtr-control:first-child, .table.gs-md-0 td.dtr-control:first-child {
        padding-left: 0rem !important;
    }

    .table.g-md-1 th, .table.g-md-1 td {
        padding: 0.25rem;
    }

        .table.g-md-1 th.dtr-control, .table.g-md-1 td.dtr-control {
            padding-left: 0.25rem !important;
        }

    .table.gy-md-1 th, .table.gy-md-1 td {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .table.gx-md-1 th, .table.gx-md-1 td {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

        .table.gx-md-1 th.dtr-control, .table.gx-md-1 td.dtr-control {
            padding-left: 0.25rem !important;
        }

    .table.gs-md-1 th:first-child, .table.gs-md-1 td:first-child {
        padding-left: 0.25rem;
    }

    .table.gs-md-1 th:last-child, .table.gs-md-1 td:last-child {
        padding-right: 0.25rem;
    }

    .table.gs-md-1 th.dtr-control:first-child, .table.gs-md-1 td.dtr-control:first-child {
        padding-left: 0.25rem !important;
    }

    .table.g-md-2 th, .table.g-md-2 td {
        padding: 0.5rem;
    }

        .table.g-md-2 th.dtr-control, .table.g-md-2 td.dtr-control {
            padding-left: 0.5rem !important;
        }

    .table.gy-md-2 th, .table.gy-md-2 td {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .table.gx-md-2 th, .table.gx-md-2 td {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

        .table.gx-md-2 th.dtr-control, .table.gx-md-2 td.dtr-control {
            padding-left: 0.5rem !important;
        }

    .table.gs-md-2 th:first-child, .table.gs-md-2 td:first-child {
        padding-left: 0.5rem;
    }

    .table.gs-md-2 th:last-child, .table.gs-md-2 td:last-child {
        padding-right: 0.5rem;
    }

    .table.gs-md-2 th.dtr-control:first-child, .table.gs-md-2 td.dtr-control:first-child {
        padding-left: 0.5rem !important;
    }

    .table.g-md-3 th, .table.g-md-3 td {
        padding: 0.75rem;
    }

        .table.g-md-3 th.dtr-control, .table.g-md-3 td.dtr-control {
            padding-left: 0.75rem !important;
        }

    .table.gy-md-3 th, .table.gy-md-3 td {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .table.gx-md-3 th, .table.gx-md-3 td {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

        .table.gx-md-3 th.dtr-control, .table.gx-md-3 td.dtr-control {
            padding-left: 0.75rem !important;
        }

    .table.gs-md-3 th:first-child, .table.gs-md-3 td:first-child {
        padding-left: 0.75rem;
    }

    .table.gs-md-3 th:last-child, .table.gs-md-3 td:last-child {
        padding-right: 0.75rem;
    }

    .table.gs-md-3 th.dtr-control:first-child, .table.gs-md-3 td.dtr-control:first-child {
        padding-left: 0.75rem !important;
    }

    .table.g-md-4 th, .table.g-md-4 td {
        padding: 1rem;
    }

        .table.g-md-4 th.dtr-control, .table.g-md-4 td.dtr-control {
            padding-left: 1rem !important;
        }

    .table.gy-md-4 th, .table.gy-md-4 td {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .table.gx-md-4 th, .table.gx-md-4 td {
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .table.gx-md-4 th.dtr-control, .table.gx-md-4 td.dtr-control {
            padding-left: 1rem !important;
        }

    .table.gs-md-4 th:first-child, .table.gs-md-4 td:first-child {
        padding-left: 1rem;
    }

    .table.gs-md-4 th:last-child, .table.gs-md-4 td:last-child {
        padding-right: 1rem;
    }

    .table.gs-md-4 th.dtr-control:first-child, .table.gs-md-4 td.dtr-control:first-child {
        padding-left: 1rem !important;
    }

    .table.g-md-5 th, .table.g-md-5 td {
        padding: 1.25rem;
    }

        .table.g-md-5 th.dtr-control, .table.g-md-5 td.dtr-control {
            padding-left: 1.25rem !important;
        }

    .table.gy-md-5 th, .table.gy-md-5 td {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .table.gx-md-5 th, .table.gx-md-5 td {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

        .table.gx-md-5 th.dtr-control, .table.gx-md-5 td.dtr-control {
            padding-left: 1.25rem !important;
        }

    .table.gs-md-5 th:first-child, .table.gs-md-5 td:first-child {
        padding-left: 1.25rem;
    }

    .table.gs-md-5 th:last-child, .table.gs-md-5 td:last-child {
        padding-right: 1.25rem;
    }

    .table.gs-md-5 th.dtr-control:first-child, .table.gs-md-5 td.dtr-control:first-child {
        padding-left: 1.25rem !important;
    }

    .table.g-md-6 th, .table.g-md-6 td {
        padding: 1.5rem;
    }

        .table.g-md-6 th.dtr-control, .table.g-md-6 td.dtr-control {
            padding-left: 1.5rem !important;
        }

    .table.gy-md-6 th, .table.gy-md-6 td {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .table.gx-md-6 th, .table.gx-md-6 td {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

        .table.gx-md-6 th.dtr-control, .table.gx-md-6 td.dtr-control {
            padding-left: 1.5rem !important;
        }

    .table.gs-md-6 th:first-child, .table.gs-md-6 td:first-child {
        padding-left: 1.5rem;
    }

    .table.gs-md-6 th:last-child, .table.gs-md-6 td:last-child {
        padding-right: 1.5rem;
    }

    .table.gs-md-6 th.dtr-control:first-child, .table.gs-md-6 td.dtr-control:first-child {
        padding-left: 1.5rem !important;
    }

    .table.g-md-7 th, .table.g-md-7 td {
        padding: 1.75rem;
    }

        .table.g-md-7 th.dtr-control, .table.g-md-7 td.dtr-control {
            padding-left: 1.75rem !important;
        }

    .table.gy-md-7 th, .table.gy-md-7 td {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .table.gx-md-7 th, .table.gx-md-7 td {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

        .table.gx-md-7 th.dtr-control, .table.gx-md-7 td.dtr-control {
            padding-left: 1.75rem !important;
        }

    .table.gs-md-7 th:first-child, .table.gs-md-7 td:first-child {
        padding-left: 1.75rem;
    }

    .table.gs-md-7 th:last-child, .table.gs-md-7 td:last-child {
        padding-right: 1.75rem;
    }

    .table.gs-md-7 th.dtr-control:first-child, .table.gs-md-7 td.dtr-control:first-child {
        padding-left: 1.75rem !important;
    }

    .table.g-md-8 th, .table.g-md-8 td {
        padding: 2rem;
    }

        .table.g-md-8 th.dtr-control, .table.g-md-8 td.dtr-control {
            padding-left: 2rem !important;
        }

    .table.gy-md-8 th, .table.gy-md-8 td {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .table.gx-md-8 th, .table.gx-md-8 td {
        padding-left: 2rem;
        padding-right: 2rem;
    }

        .table.gx-md-8 th.dtr-control, .table.gx-md-8 td.dtr-control {
            padding-left: 2rem !important;
        }

    .table.gs-md-8 th:first-child, .table.gs-md-8 td:first-child {
        padding-left: 2rem;
    }

    .table.gs-md-8 th:last-child, .table.gs-md-8 td:last-child {
        padding-right: 2rem;
    }

    .table.gs-md-8 th.dtr-control:first-child, .table.gs-md-8 td.dtr-control:first-child {
        padding-left: 2rem !important;
    }

    .table.g-md-9 th, .table.g-md-9 td {
        padding: 2.25rem;
    }

        .table.g-md-9 th.dtr-control, .table.g-md-9 td.dtr-control {
            padding-left: 2.25rem !important;
        }

    .table.gy-md-9 th, .table.gy-md-9 td {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .table.gx-md-9 th, .table.gx-md-9 td {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

        .table.gx-md-9 th.dtr-control, .table.gx-md-9 td.dtr-control {
            padding-left: 2.25rem !important;
        }

    .table.gs-md-9 th:first-child, .table.gs-md-9 td:first-child {
        padding-left: 2.25rem;
    }

    .table.gs-md-9 th:last-child, .table.gs-md-9 td:last-child {
        padding-right: 2.25rem;
    }

    .table.gs-md-9 th.dtr-control:first-child, .table.gs-md-9 td.dtr-control:first-child {
        padding-left: 2.25rem !important;
    }

    .table.g-md-10 th, .table.g-md-10 td {
        padding: 2.5rem;
    }

        .table.g-md-10 th.dtr-control, .table.g-md-10 td.dtr-control {
            padding-left: 2.5rem !important;
        }

    .table.gy-md-10 th, .table.gy-md-10 td {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .table.gx-md-10 th, .table.gx-md-10 td {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

        .table.gx-md-10 th.dtr-control, .table.gx-md-10 td.dtr-control {
            padding-left: 2.5rem !important;
        }

    .table.gs-md-10 th:first-child, .table.gs-md-10 td:first-child {
        padding-left: 2.5rem;
    }

    .table.gs-md-10 th:last-child, .table.gs-md-10 td:last-child {
        padding-right: 2.5rem;
    }

    .table.gs-md-10 th.dtr-control:first-child, .table.gs-md-10 td.dtr-control:first-child {
        padding-left: 2.5rem !important;
    }
}

@media (min-width: 992px) {
    .table.g-lg-0 th, .table.g-lg-0 td {
        padding: 0rem;
    }

        .table.g-lg-0 th.dtr-control, .table.g-lg-0 td.dtr-control {
            padding-left: 0rem !important;
        }

    .table.gy-lg-0 th, .table.gy-lg-0 td {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .table.gx-lg-0 th, .table.gx-lg-0 td {
        padding-left: 0rem;
        padding-right: 0rem;
    }

        .table.gx-lg-0 th.dtr-control, .table.gx-lg-0 td.dtr-control {
            padding-left: 0rem !important;
        }

    .table.gs-lg-0 th:first-child, .table.gs-lg-0 td:first-child {
        padding-left: 0rem;
    }

    .table.gs-lg-0 th:last-child, .table.gs-lg-0 td:last-child {
        padding-right: 0rem;
    }

    .table.gs-lg-0 th.dtr-control:first-child, .table.gs-lg-0 td.dtr-control:first-child {
        padding-left: 0rem !important;
    }

    .table.g-lg-1 th, .table.g-lg-1 td {
        padding: 0.25rem;
    }

        .table.g-lg-1 th.dtr-control, .table.g-lg-1 td.dtr-control {
            padding-left: 0.25rem !important;
        }

    .table.gy-lg-1 th, .table.gy-lg-1 td {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .table.gx-lg-1 th, .table.gx-lg-1 td {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

        .table.gx-lg-1 th.dtr-control, .table.gx-lg-1 td.dtr-control {
            padding-left: 0.25rem !important;
        }

    .table.gs-lg-1 th:first-child, .table.gs-lg-1 td:first-child {
        padding-left: 0.25rem;
    }

    .table.gs-lg-1 th:last-child, .table.gs-lg-1 td:last-child {
        padding-right: 0.25rem;
    }

    .table.gs-lg-1 th.dtr-control:first-child, .table.gs-lg-1 td.dtr-control:first-child {
        padding-left: 0.25rem !important;
    }

    .table.g-lg-2 th, .table.g-lg-2 td {
        padding: 0.5rem;
    }

        .table.g-lg-2 th.dtr-control, .table.g-lg-2 td.dtr-control {
            padding-left: 0.5rem !important;
        }

    .table.gy-lg-2 th, .table.gy-lg-2 td {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .table.gx-lg-2 th, .table.gx-lg-2 td {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

        .table.gx-lg-2 th.dtr-control, .table.gx-lg-2 td.dtr-control {
            padding-left: 0.5rem !important;
        }

    .table.gs-lg-2 th:first-child, .table.gs-lg-2 td:first-child {
        padding-left: 0.5rem;
    }

    .table.gs-lg-2 th:last-child, .table.gs-lg-2 td:last-child {
        padding-right: 0.5rem;
    }

    .table.gs-lg-2 th.dtr-control:first-child, .table.gs-lg-2 td.dtr-control:first-child {
        padding-left: 0.5rem !important;
    }

    .table.g-lg-3 th, .table.g-lg-3 td {
        padding: 0.75rem;
    }

        .table.g-lg-3 th.dtr-control, .table.g-lg-3 td.dtr-control {
            padding-left: 0.75rem !important;
        }

    .table.gy-lg-3 th, .table.gy-lg-3 td {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .table.gx-lg-3 th, .table.gx-lg-3 td {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

        .table.gx-lg-3 th.dtr-control, .table.gx-lg-3 td.dtr-control {
            padding-left: 0.75rem !important;
        }

    .table.gs-lg-3 th:first-child, .table.gs-lg-3 td:first-child {
        padding-left: 0.75rem;
    }

    .table.gs-lg-3 th:last-child, .table.gs-lg-3 td:last-child {
        padding-right: 0.75rem;
    }

    .table.gs-lg-3 th.dtr-control:first-child, .table.gs-lg-3 td.dtr-control:first-child {
        padding-left: 0.75rem !important;
    }

    .table.g-lg-4 th, .table.g-lg-4 td {
        padding: 1rem;
    }

        .table.g-lg-4 th.dtr-control, .table.g-lg-4 td.dtr-control {
            padding-left: 1rem !important;
        }

    .table.gy-lg-4 th, .table.gy-lg-4 td {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .table.gx-lg-4 th, .table.gx-lg-4 td {
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .table.gx-lg-4 th.dtr-control, .table.gx-lg-4 td.dtr-control {
            padding-left: 1rem !important;
        }

    .table.gs-lg-4 th:first-child, .table.gs-lg-4 td:first-child {
        padding-left: 1rem;
    }

    .table.gs-lg-4 th:last-child, .table.gs-lg-4 td:last-child {
        padding-right: 1rem;
    }

    .table.gs-lg-4 th.dtr-control:first-child, .table.gs-lg-4 td.dtr-control:first-child {
        padding-left: 1rem !important;
    }

    .table.g-lg-5 th, .table.g-lg-5 td {
        padding: 1.25rem;
    }

        .table.g-lg-5 th.dtr-control, .table.g-lg-5 td.dtr-control {
            padding-left: 1.25rem !important;
        }

    .table.gy-lg-5 th, .table.gy-lg-5 td {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .table.gx-lg-5 th, .table.gx-lg-5 td {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

        .table.gx-lg-5 th.dtr-control, .table.gx-lg-5 td.dtr-control {
            padding-left: 1.25rem !important;
        }

    .table.gs-lg-5 th:first-child, .table.gs-lg-5 td:first-child {
        padding-left: 1.25rem;
    }

    .table.gs-lg-5 th:last-child, .table.gs-lg-5 td:last-child {
        padding-right: 1.25rem;
    }

    .table.gs-lg-5 th.dtr-control:first-child, .table.gs-lg-5 td.dtr-control:first-child {
        padding-left: 1.25rem !important;
    }

    .table.g-lg-6 th, .table.g-lg-6 td {
        padding: 1.5rem;
    }

        .table.g-lg-6 th.dtr-control, .table.g-lg-6 td.dtr-control {
            padding-left: 1.5rem !important;
        }

    .table.gy-lg-6 th, .table.gy-lg-6 td {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .table.gx-lg-6 th, .table.gx-lg-6 td {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

        .table.gx-lg-6 th.dtr-control, .table.gx-lg-6 td.dtr-control {
            padding-left: 1.5rem !important;
        }

    .table.gs-lg-6 th:first-child, .table.gs-lg-6 td:first-child {
        padding-left: 1.5rem;
    }

    .table.gs-lg-6 th:last-child, .table.gs-lg-6 td:last-child {
        padding-right: 1.5rem;
    }

    .table.gs-lg-6 th.dtr-control:first-child, .table.gs-lg-6 td.dtr-control:first-child {
        padding-left: 1.5rem !important;
    }

    .table.g-lg-7 th, .table.g-lg-7 td {
        padding: 1.75rem;
    }

        .table.g-lg-7 th.dtr-control, .table.g-lg-7 td.dtr-control {
            padding-left: 1.75rem !important;
        }

    .table.gy-lg-7 th, .table.gy-lg-7 td {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .table.gx-lg-7 th, .table.gx-lg-7 td {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

        .table.gx-lg-7 th.dtr-control, .table.gx-lg-7 td.dtr-control {
            padding-left: 1.75rem !important;
        }

    .table.gs-lg-7 th:first-child, .table.gs-lg-7 td:first-child {
        padding-left: 1.75rem;
    }

    .table.gs-lg-7 th:last-child, .table.gs-lg-7 td:last-child {
        padding-right: 1.75rem;
    }

    .table.gs-lg-7 th.dtr-control:first-child, .table.gs-lg-7 td.dtr-control:first-child {
        padding-left: 1.75rem !important;
    }

    .table.g-lg-8 th, .table.g-lg-8 td {
        padding: 2rem;
    }

        .table.g-lg-8 th.dtr-control, .table.g-lg-8 td.dtr-control {
            padding-left: 2rem !important;
        }

    .table.gy-lg-8 th, .table.gy-lg-8 td {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .table.gx-lg-8 th, .table.gx-lg-8 td {
        padding-left: 2rem;
        padding-right: 2rem;
    }

        .table.gx-lg-8 th.dtr-control, .table.gx-lg-8 td.dtr-control {
            padding-left: 2rem !important;
        }

    .table.gs-lg-8 th:first-child, .table.gs-lg-8 td:first-child {
        padding-left: 2rem;
    }

    .table.gs-lg-8 th:last-child, .table.gs-lg-8 td:last-child {
        padding-right: 2rem;
    }

    .table.gs-lg-8 th.dtr-control:first-child, .table.gs-lg-8 td.dtr-control:first-child {
        padding-left: 2rem !important;
    }

    .table.g-lg-9 th, .table.g-lg-9 td {
        padding: 2.25rem;
    }

        .table.g-lg-9 th.dtr-control, .table.g-lg-9 td.dtr-control {
            padding-left: 2.25rem !important;
        }

    .table.gy-lg-9 th, .table.gy-lg-9 td {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .table.gx-lg-9 th, .table.gx-lg-9 td {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

        .table.gx-lg-9 th.dtr-control, .table.gx-lg-9 td.dtr-control {
            padding-left: 2.25rem !important;
        }

    .table.gs-lg-9 th:first-child, .table.gs-lg-9 td:first-child {
        padding-left: 2.25rem;
    }

    .table.gs-lg-9 th:last-child, .table.gs-lg-9 td:last-child {
        padding-right: 2.25rem;
    }

    .table.gs-lg-9 th.dtr-control:first-child, .table.gs-lg-9 td.dtr-control:first-child {
        padding-left: 2.25rem !important;
    }

    .table.g-lg-10 th, .table.g-lg-10 td {
        padding: 2.5rem;
    }

        .table.g-lg-10 th.dtr-control, .table.g-lg-10 td.dtr-control {
            padding-left: 2.5rem !important;
        }

    .table.gy-lg-10 th, .table.gy-lg-10 td {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .table.gx-lg-10 th, .table.gx-lg-10 td {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

        .table.gx-lg-10 th.dtr-control, .table.gx-lg-10 td.dtr-control {
            padding-left: 2.5rem !important;
        }

    .table.gs-lg-10 th:first-child, .table.gs-lg-10 td:first-child {
        padding-left: 2.5rem;
    }

    .table.gs-lg-10 th:last-child, .table.gs-lg-10 td:last-child {
        padding-right: 2.5rem;
    }

    .table.gs-lg-10 th.dtr-control:first-child, .table.gs-lg-10 td.dtr-control:first-child {
        padding-left: 2.5rem !important;
    }
}

@media (min-width: 1200px) {
    .table.g-xl-0 th, .table.g-xl-0 td {
        padding: 0rem;
    }

        .table.g-xl-0 th.dtr-control, .table.g-xl-0 td.dtr-control {
            padding-left: 0rem !important;
        }

    .table.gy-xl-0 th, .table.gy-xl-0 td {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .table.gx-xl-0 th, .table.gx-xl-0 td {
        padding-left: 0rem;
        padding-right: 0rem;
    }

        .table.gx-xl-0 th.dtr-control, .table.gx-xl-0 td.dtr-control {
            padding-left: 0rem !important;
        }

    .table.gs-xl-0 th:first-child, .table.gs-xl-0 td:first-child {
        padding-left: 0rem;
    }

    .table.gs-xl-0 th:last-child, .table.gs-xl-0 td:last-child {
        padding-right: 0rem;
    }

    .table.gs-xl-0 th.dtr-control:first-child, .table.gs-xl-0 td.dtr-control:first-child {
        padding-left: 0rem !important;
    }

    .table.g-xl-1 th, .table.g-xl-1 td {
        padding: 0.25rem;
    }

        .table.g-xl-1 th.dtr-control, .table.g-xl-1 td.dtr-control {
            padding-left: 0.25rem !important;
        }

    .table.gy-xl-1 th, .table.gy-xl-1 td {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .table.gx-xl-1 th, .table.gx-xl-1 td {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

        .table.gx-xl-1 th.dtr-control, .table.gx-xl-1 td.dtr-control {
            padding-left: 0.25rem !important;
        }

    .table.gs-xl-1 th:first-child, .table.gs-xl-1 td:first-child {
        padding-left: 0.25rem;
    }

    .table.gs-xl-1 th:last-child, .table.gs-xl-1 td:last-child {
        padding-right: 0.25rem;
    }

    .table.gs-xl-1 th.dtr-control:first-child, .table.gs-xl-1 td.dtr-control:first-child {
        padding-left: 0.25rem !important;
    }

    .table.g-xl-2 th, .table.g-xl-2 td {
        padding: 0.5rem;
    }

        .table.g-xl-2 th.dtr-control, .table.g-xl-2 td.dtr-control {
            padding-left: 0.5rem !important;
        }

    .table.gy-xl-2 th, .table.gy-xl-2 td {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .table.gx-xl-2 th, .table.gx-xl-2 td {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

        .table.gx-xl-2 th.dtr-control, .table.gx-xl-2 td.dtr-control {
            padding-left: 0.5rem !important;
        }

    .table.gs-xl-2 th:first-child, .table.gs-xl-2 td:first-child {
        padding-left: 0.5rem;
    }

    .table.gs-xl-2 th:last-child, .table.gs-xl-2 td:last-child {
        padding-right: 0.5rem;
    }

    .table.gs-xl-2 th.dtr-control:first-child, .table.gs-xl-2 td.dtr-control:first-child {
        padding-left: 0.5rem !important;
    }

    .table.g-xl-3 th, .table.g-xl-3 td {
        padding: 0.75rem;
    }

        .table.g-xl-3 th.dtr-control, .table.g-xl-3 td.dtr-control {
            padding-left: 0.75rem !important;
        }

    .table.gy-xl-3 th, .table.gy-xl-3 td {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .table.gx-xl-3 th, .table.gx-xl-3 td {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

        .table.gx-xl-3 th.dtr-control, .table.gx-xl-3 td.dtr-control {
            padding-left: 0.75rem !important;
        }

    .table.gs-xl-3 th:first-child, .table.gs-xl-3 td:first-child {
        padding-left: 0.75rem;
    }

    .table.gs-xl-3 th:last-child, .table.gs-xl-3 td:last-child {
        padding-right: 0.75rem;
    }

    .table.gs-xl-3 th.dtr-control:first-child, .table.gs-xl-3 td.dtr-control:first-child {
        padding-left: 0.75rem !important;
    }

    .table.g-xl-4 th, .table.g-xl-4 td {
        padding: 1rem;
    }

        .table.g-xl-4 th.dtr-control, .table.g-xl-4 td.dtr-control {
            padding-left: 1rem !important;
        }

    .table.gy-xl-4 th, .table.gy-xl-4 td {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .table.gx-xl-4 th, .table.gx-xl-4 td {
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .table.gx-xl-4 th.dtr-control, .table.gx-xl-4 td.dtr-control {
            padding-left: 1rem !important;
        }

    .table.gs-xl-4 th:first-child, .table.gs-xl-4 td:first-child {
        padding-left: 1rem;
    }

    .table.gs-xl-4 th:last-child, .table.gs-xl-4 td:last-child {
        padding-right: 1rem;
    }

    .table.gs-xl-4 th.dtr-control:first-child, .table.gs-xl-4 td.dtr-control:first-child {
        padding-left: 1rem !important;
    }

    .table.g-xl-5 th, .table.g-xl-5 td {
        padding: 1.25rem;
    }

        .table.g-xl-5 th.dtr-control, .table.g-xl-5 td.dtr-control {
            padding-left: 1.25rem !important;
        }

    .table.gy-xl-5 th, .table.gy-xl-5 td {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .table.gx-xl-5 th, .table.gx-xl-5 td {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

        .table.gx-xl-5 th.dtr-control, .table.gx-xl-5 td.dtr-control {
            padding-left: 1.25rem !important;
        }

    .table.gs-xl-5 th:first-child, .table.gs-xl-5 td:first-child {
        padding-left: 1.25rem;
    }

    .table.gs-xl-5 th:last-child, .table.gs-xl-5 td:last-child {
        padding-right: 1.25rem;
    }

    .table.gs-xl-5 th.dtr-control:first-child, .table.gs-xl-5 td.dtr-control:first-child {
        padding-left: 1.25rem !important;
    }

    .table.g-xl-6 th, .table.g-xl-6 td {
        padding: 1.5rem;
    }

        .table.g-xl-6 th.dtr-control, .table.g-xl-6 td.dtr-control {
            padding-left: 1.5rem !important;
        }

    .table.gy-xl-6 th, .table.gy-xl-6 td {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .table.gx-xl-6 th, .table.gx-xl-6 td {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

        .table.gx-xl-6 th.dtr-control, .table.gx-xl-6 td.dtr-control {
            padding-left: 1.5rem !important;
        }

    .table.gs-xl-6 th:first-child, .table.gs-xl-6 td:first-child {
        padding-left: 1.5rem;
    }

    .table.gs-xl-6 th:last-child, .table.gs-xl-6 td:last-child {
        padding-right: 1.5rem;
    }

    .table.gs-xl-6 th.dtr-control:first-child, .table.gs-xl-6 td.dtr-control:first-child {
        padding-left: 1.5rem !important;
    }

    .table.g-xl-7 th, .table.g-xl-7 td {
        padding: 1.75rem;
    }

        .table.g-xl-7 th.dtr-control, .table.g-xl-7 td.dtr-control {
            padding-left: 1.75rem !important;
        }

    .table.gy-xl-7 th, .table.gy-xl-7 td {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .table.gx-xl-7 th, .table.gx-xl-7 td {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

        .table.gx-xl-7 th.dtr-control, .table.gx-xl-7 td.dtr-control {
            padding-left: 1.75rem !important;
        }

    .table.gs-xl-7 th:first-child, .table.gs-xl-7 td:first-child {
        padding-left: 1.75rem;
    }

    .table.gs-xl-7 th:last-child, .table.gs-xl-7 td:last-child {
        padding-right: 1.75rem;
    }

    .table.gs-xl-7 th.dtr-control:first-child, .table.gs-xl-7 td.dtr-control:first-child {
        padding-left: 1.75rem !important;
    }

    .table.g-xl-8 th, .table.g-xl-8 td {
        padding: 2rem;
    }

        .table.g-xl-8 th.dtr-control, .table.g-xl-8 td.dtr-control {
            padding-left: 2rem !important;
        }

    .table.gy-xl-8 th, .table.gy-xl-8 td {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .table.gx-xl-8 th, .table.gx-xl-8 td {
        padding-left: 2rem;
        padding-right: 2rem;
    }

        .table.gx-xl-8 th.dtr-control, .table.gx-xl-8 td.dtr-control {
            padding-left: 2rem !important;
        }

    .table.gs-xl-8 th:first-child, .table.gs-xl-8 td:first-child {
        padding-left: 2rem;
    }

    .table.gs-xl-8 th:last-child, .table.gs-xl-8 td:last-child {
        padding-right: 2rem;
    }

    .table.gs-xl-8 th.dtr-control:first-child, .table.gs-xl-8 td.dtr-control:first-child {
        padding-left: 2rem !important;
    }

    .table.g-xl-9 th, .table.g-xl-9 td {
        padding: 2.25rem;
    }

        .table.g-xl-9 th.dtr-control, .table.g-xl-9 td.dtr-control {
            padding-left: 2.25rem !important;
        }

    .table.gy-xl-9 th, .table.gy-xl-9 td {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .table.gx-xl-9 th, .table.gx-xl-9 td {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

        .table.gx-xl-9 th.dtr-control, .table.gx-xl-9 td.dtr-control {
            padding-left: 2.25rem !important;
        }

    .table.gs-xl-9 th:first-child, .table.gs-xl-9 td:first-child {
        padding-left: 2.25rem;
    }

    .table.gs-xl-9 th:last-child, .table.gs-xl-9 td:last-child {
        padding-right: 2.25rem;
    }

    .table.gs-xl-9 th.dtr-control:first-child, .table.gs-xl-9 td.dtr-control:first-child {
        padding-left: 2.25rem !important;
    }

    .table.g-xl-10 th, .table.g-xl-10 td {
        padding: 2.5rem;
    }

        .table.g-xl-10 th.dtr-control, .table.g-xl-10 td.dtr-control {
            padding-left: 2.5rem !important;
        }

    .table.gy-xl-10 th, .table.gy-xl-10 td {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .table.gx-xl-10 th, .table.gx-xl-10 td {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

        .table.gx-xl-10 th.dtr-control, .table.gx-xl-10 td.dtr-control {
            padding-left: 2.5rem !important;
        }

    .table.gs-xl-10 th:first-child, .table.gs-xl-10 td:first-child {
        padding-left: 2.5rem;
    }

    .table.gs-xl-10 th:last-child, .table.gs-xl-10 td:last-child {
        padding-right: 2.5rem;
    }

    .table.gs-xl-10 th.dtr-control:first-child, .table.gs-xl-10 td.dtr-control:first-child {
        padding-left: 2.5rem !important;
    }
}

@media (min-width: 1400px) {
    .table.g-xxl-0 th, .table.g-xxl-0 td {
        padding: 0rem;
    }

        .table.g-xxl-0 th.dtr-control, .table.g-xxl-0 td.dtr-control {
            padding-left: 0rem !important;
        }

    .table.gy-xxl-0 th, .table.gy-xxl-0 td {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .table.gx-xxl-0 th, .table.gx-xxl-0 td {
        padding-left: 0rem;
        padding-right: 0rem;
    }

        .table.gx-xxl-0 th.dtr-control, .table.gx-xxl-0 td.dtr-control {
            padding-left: 0rem !important;
        }

    .table.gs-xxl-0 th:first-child, .table.gs-xxl-0 td:first-child {
        padding-left: 0rem;
    }

    .table.gs-xxl-0 th:last-child, .table.gs-xxl-0 td:last-child {
        padding-right: 0rem;
    }

    .table.gs-xxl-0 th.dtr-control:first-child, .table.gs-xxl-0 td.dtr-control:first-child {
        padding-left: 0rem !important;
    }

    .table.g-xxl-1 th, .table.g-xxl-1 td {
        padding: 0.25rem;
    }

        .table.g-xxl-1 th.dtr-control, .table.g-xxl-1 td.dtr-control {
            padding-left: 0.25rem !important;
        }

    .table.gy-xxl-1 th, .table.gy-xxl-1 td {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .table.gx-xxl-1 th, .table.gx-xxl-1 td {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

        .table.gx-xxl-1 th.dtr-control, .table.gx-xxl-1 td.dtr-control {
            padding-left: 0.25rem !important;
        }

    .table.gs-xxl-1 th:first-child, .table.gs-xxl-1 td:first-child {
        padding-left: 0.25rem;
    }

    .table.gs-xxl-1 th:last-child, .table.gs-xxl-1 td:last-child {
        padding-right: 0.25rem;
    }

    .table.gs-xxl-1 th.dtr-control:first-child, .table.gs-xxl-1 td.dtr-control:first-child {
        padding-left: 0.25rem !important;
    }

    .table.g-xxl-2 th, .table.g-xxl-2 td {
        padding: 0.5rem;
    }

        .table.g-xxl-2 th.dtr-control, .table.g-xxl-2 td.dtr-control {
            padding-left: 0.5rem !important;
        }

    .table.gy-xxl-2 th, .table.gy-xxl-2 td {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .table.gx-xxl-2 th, .table.gx-xxl-2 td {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

        .table.gx-xxl-2 th.dtr-control, .table.gx-xxl-2 td.dtr-control {
            padding-left: 0.5rem !important;
        }

    .table.gs-xxl-2 th:first-child, .table.gs-xxl-2 td:first-child {
        padding-left: 0.5rem;
    }

    .table.gs-xxl-2 th:last-child, .table.gs-xxl-2 td:last-child {
        padding-right: 0.5rem;
    }

    .table.gs-xxl-2 th.dtr-control:first-child, .table.gs-xxl-2 td.dtr-control:first-child {
        padding-left: 0.5rem !important;
    }

    .table.g-xxl-3 th, .table.g-xxl-3 td {
        padding: 0.75rem;
    }

        .table.g-xxl-3 th.dtr-control, .table.g-xxl-3 td.dtr-control {
            padding-left: 0.75rem !important;
        }

    .table.gy-xxl-3 th, .table.gy-xxl-3 td {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .table.gx-xxl-3 th, .table.gx-xxl-3 td {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

        .table.gx-xxl-3 th.dtr-control, .table.gx-xxl-3 td.dtr-control {
            padding-left: 0.75rem !important;
        }

    .table.gs-xxl-3 th:first-child, .table.gs-xxl-3 td:first-child {
        padding-left: 0.75rem;
    }

    .table.gs-xxl-3 th:last-child, .table.gs-xxl-3 td:last-child {
        padding-right: 0.75rem;
    }

    .table.gs-xxl-3 th.dtr-control:first-child, .table.gs-xxl-3 td.dtr-control:first-child {
        padding-left: 0.75rem !important;
    }

    .table.g-xxl-4 th, .table.g-xxl-4 td {
        padding: 1rem;
    }

        .table.g-xxl-4 th.dtr-control, .table.g-xxl-4 td.dtr-control {
            padding-left: 1rem !important;
        }

    .table.gy-xxl-4 th, .table.gy-xxl-4 td {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .table.gx-xxl-4 th, .table.gx-xxl-4 td {
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .table.gx-xxl-4 th.dtr-control, .table.gx-xxl-4 td.dtr-control {
            padding-left: 1rem !important;
        }

    .table.gs-xxl-4 th:first-child, .table.gs-xxl-4 td:first-child {
        padding-left: 1rem;
    }

    .table.gs-xxl-4 th:last-child, .table.gs-xxl-4 td:last-child {
        padding-right: 1rem;
    }

    .table.gs-xxl-4 th.dtr-control:first-child, .table.gs-xxl-4 td.dtr-control:first-child {
        padding-left: 1rem !important;
    }

    .table.g-xxl-5 th, .table.g-xxl-5 td {
        padding: 1.25rem;
    }

        .table.g-xxl-5 th.dtr-control, .table.g-xxl-5 td.dtr-control {
            padding-left: 1.25rem !important;
        }

    .table.gy-xxl-5 th, .table.gy-xxl-5 td {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .table.gx-xxl-5 th, .table.gx-xxl-5 td {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

        .table.gx-xxl-5 th.dtr-control, .table.gx-xxl-5 td.dtr-control {
            padding-left: 1.25rem !important;
        }

    .table.gs-xxl-5 th:first-child, .table.gs-xxl-5 td:first-child {
        padding-left: 1.25rem;
    }

    .table.gs-xxl-5 th:last-child, .table.gs-xxl-5 td:last-child {
        padding-right: 1.25rem;
    }

    .table.gs-xxl-5 th.dtr-control:first-child, .table.gs-xxl-5 td.dtr-control:first-child {
        padding-left: 1.25rem !important;
    }

    .table.g-xxl-6 th, .table.g-xxl-6 td {
        padding: 1.5rem;
    }

        .table.g-xxl-6 th.dtr-control, .table.g-xxl-6 td.dtr-control {
            padding-left: 1.5rem !important;
        }

    .table.gy-xxl-6 th, .table.gy-xxl-6 td {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .table.gx-xxl-6 th, .table.gx-xxl-6 td {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

        .table.gx-xxl-6 th.dtr-control, .table.gx-xxl-6 td.dtr-control {
            padding-left: 1.5rem !important;
        }

    .table.gs-xxl-6 th:first-child, .table.gs-xxl-6 td:first-child {
        padding-left: 1.5rem;
    }

    .table.gs-xxl-6 th:last-child, .table.gs-xxl-6 td:last-child {
        padding-right: 1.5rem;
    }

    .table.gs-xxl-6 th.dtr-control:first-child, .table.gs-xxl-6 td.dtr-control:first-child {
        padding-left: 1.5rem !important;
    }

    .table.g-xxl-7 th, .table.g-xxl-7 td {
        padding: 1.75rem;
    }

        .table.g-xxl-7 th.dtr-control, .table.g-xxl-7 td.dtr-control {
            padding-left: 1.75rem !important;
        }

    .table.gy-xxl-7 th, .table.gy-xxl-7 td {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .table.gx-xxl-7 th, .table.gx-xxl-7 td {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

        .table.gx-xxl-7 th.dtr-control, .table.gx-xxl-7 td.dtr-control {
            padding-left: 1.75rem !important;
        }

    .table.gs-xxl-7 th:first-child, .table.gs-xxl-7 td:first-child {
        padding-left: 1.75rem;
    }

    .table.gs-xxl-7 th:last-child, .table.gs-xxl-7 td:last-child {
        padding-right: 1.75rem;
    }

    .table.gs-xxl-7 th.dtr-control:first-child, .table.gs-xxl-7 td.dtr-control:first-child {
        padding-left: 1.75rem !important;
    }

    .table.g-xxl-8 th, .table.g-xxl-8 td {
        padding: 2rem;
    }

        .table.g-xxl-8 th.dtr-control, .table.g-xxl-8 td.dtr-control {
            padding-left: 2rem !important;
        }

    .table.gy-xxl-8 th, .table.gy-xxl-8 td {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .table.gx-xxl-8 th, .table.gx-xxl-8 td {
        padding-left: 2rem;
        padding-right: 2rem;
    }

        .table.gx-xxl-8 th.dtr-control, .table.gx-xxl-8 td.dtr-control {
            padding-left: 2rem !important;
        }

    .table.gs-xxl-8 th:first-child, .table.gs-xxl-8 td:first-child {
        padding-left: 2rem;
    }

    .table.gs-xxl-8 th:last-child, .table.gs-xxl-8 td:last-child {
        padding-right: 2rem;
    }

    .table.gs-xxl-8 th.dtr-control:first-child, .table.gs-xxl-8 td.dtr-control:first-child {
        padding-left: 2rem !important;
    }

    .table.g-xxl-9 th, .table.g-xxl-9 td {
        padding: 2.25rem;
    }

        .table.g-xxl-9 th.dtr-control, .table.g-xxl-9 td.dtr-control {
            padding-left: 2.25rem !important;
        }

    .table.gy-xxl-9 th, .table.gy-xxl-9 td {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .table.gx-xxl-9 th, .table.gx-xxl-9 td {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

        .table.gx-xxl-9 th.dtr-control, .table.gx-xxl-9 td.dtr-control {
            padding-left: 2.25rem !important;
        }

    .table.gs-xxl-9 th:first-child, .table.gs-xxl-9 td:first-child {
        padding-left: 2.25rem;
    }

    .table.gs-xxl-9 th:last-child, .table.gs-xxl-9 td:last-child {
        padding-right: 2.25rem;
    }

    .table.gs-xxl-9 th.dtr-control:first-child, .table.gs-xxl-9 td.dtr-control:first-child {
        padding-left: 2.25rem !important;
    }

    .table.g-xxl-10 th, .table.g-xxl-10 td {
        padding: 2.5rem;
    }

        .table.g-xxl-10 th.dtr-control, .table.g-xxl-10 td.dtr-control {
            padding-left: 2.5rem !important;
        }

    .table.gy-xxl-10 th, .table.gy-xxl-10 td {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .table.gx-xxl-10 th, .table.gx-xxl-10 td {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

        .table.gx-xxl-10 th.dtr-control, .table.gx-xxl-10 td.dtr-control {
            padding-left: 2.5rem !important;
        }

    .table.gs-xxl-10 th:first-child, .table.gs-xxl-10 td:first-child {
        padding-left: 2.5rem;
    }

    .table.gs-xxl-10 th:last-child, .table.gs-xxl-10 td:last-child {
        padding-right: 2.5rem;
    }

    .table.gs-xxl-10 th.dtr-control:first-child, .table.gs-xxl-10 td.dtr-control:first-child {
        padding-left: 2.5rem !important;
    }
}

.popover {
    --bs-popover-bg: var(--kt-popover-bg);
    --bs-popover-border-color: var(--kt-popover-border-color);
    --bs-popover-box-shadow: var(--kt-popover-box-shadow);
    --bs-popover-header-color: var(--kt-popover-header-color);
    --bs-popover-header-bg: var(--kt-popover-header-bg);
    --bs-popover-body-color: var(--kt-popover-body-color);
    --bs-popover-arrow-border: var(--kt-popover-bg);
}

    .popover .popover-header {
        font-size: 1rem;
        font-weight: 500;
        border-bottom: 1px solid var(--kt-popover-header-border-color);
    }

    .popover .popover-dismiss {
        position: absolute;
        top: 0.85rem;
        right: 0.85rem;
        height: 1.25rem;
        width: 1.25rem;
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-gray-500);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--kt-gray-500%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--kt-gray-500%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
        mask-size: 50%;
        -webkit-mask-size: 50%;
    }

        .popover .popover-dismiss:hover {
            background-color: var(--kt-primary);
        }

        .popover .popover-dismiss + .popover-header {
            padding-right: 2.5rem;
        }

.popover-inverse {
    background-color: var(--kt-gray-900);
    border: 0;
}

    .popover-inverse .popover-header {
        background-color: var(--kt-gray-900);
        color: var(--kt-gray-200);
        border-bottom-color: var(--kt-gray-800);
    }

    .popover-inverse .popover-body {
        color: var(--kt-gray-400);
    }

    .popover-inverse.bs-popover-top > .popover-arrow::before, .popover-inverse.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
        border-top-color: var(--kt-gray-100);
    }

    .popover-inverse.bs-popover-top > .popover-arrow::after, .popover-inverse.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
        border-top-color: var(--kt-gray-900);
    }

    .popover-inverse.bs-popover-end > .popover-arrow::before, .popover-inverse.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
        border-right-color: var(--kt-gray-100);
    }

    .popover-inverse.bs-popover-end > .popover-arrow::after, .popover-inverse.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
        border-right-color: var(--kt-gray-900);
    }

    .popover-inverse.bs-popover-bottom > .popover-arrow::before, .popover-inverse.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
        border-bottom-color: var(--kt-gray-100);
    }

    .popover-inverse.bs-popover-bottom > .popover-arrow::after, .popover-inverse.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
        border-bottom-color: var(--kt-gray-900);
    }

    .popover-inverse.bs-popover-bottom .popover-header::before, .popover-inverse.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
        border-bottom-color: var(--kt-gray-900);
    }

    .popover-inverse.bs-popover-start > .popover-arrow::before, .popover-inverse.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
        border-left-color: var(--kt-gray-100);
    }

    .popover-inverse.bs-popover-start > .popover-arrow::after, .popover-inverse.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
        border-left-color: var(--kt-gray-900);
    }

.tooltip {
    --bs-tooltip-color: var(--kt-tooltip-color);
    --bs-tooltip-bg: var(--kt-tooltip-bg);
    --bs-tooltip-opacity: var(--kt-tooltip-opacity);
}

    .tooltip .tooltip-inner {
        box-shadow: var(--kt-tooltip-box-shadow);
    }

    .tooltip.tooltop-auto-width .tooltip-inner {
        white-space: nowrap;
        max-width: none;
    }

    .tooltip.tooltip-inverse .tooltip-inner {
        color: var(--kt-dark-inverse);
        background-color: var(--kt-dark);
    }

    .tooltip.tooltip-inverse.bs-tooltip-top .tooltip-arrow::before, .tooltip.tooltip-inverse.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
        border-top-color: var(--kt-dark);
    }

    .tooltip.tooltip-inverse.bs-tooltip-end .tooltip-arrow::before, .tooltip.tooltip-inverse.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
        border-right-color: var(--kt-dark);
    }

    .tooltip.tooltip-inverse.bs-tooltip-bottom .tooltip-arrow::before, .tooltip.tooltip-inverse.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
        border-bottom-color: var(--kt-dark);
    }

    .tooltip.tooltip-inverse.bs-tooltip-start .tooltip-arrow::before, .tooltip.tooltip-inverse.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
        border-left-color: var(--kt-dark);
    }

.accordion {
    --bs-accordion-color: var(--kt-accordion-color);
    --bs-accordion-bg: var(--kt-accordion-bg);
    --bs-accordion-border-color: var(--kt-accordion-border-color);
    --bs-accordion-btn-color: var(--kt-accordion-color);
    --bs-accordion-btn-bg: var(--kt-accordion-button-bg);
    --bs-accordion-btn-icon: var(--kt-accordion-button-icon);
    --bs-accordion-btn-active-icon: var(--kt-accordion-button-active-icon);
    --bs-accordion-btn-focus-border-color: var(--kt-accordion-button-focus-border-color);
    --bs-accordion-btn-focus-box-shadow: var(--kt-accordion-button-focus-box-shadow);
    --bs-accordion-active-color: var(--kt-accordion-button-active-color);
    --bs-accordion-active-bg: var(--kt-accordion-button-active-bg);
}

    .accordion .accordion-header {
        cursor: pointer;
    }

    .accordion.accordion-icon-toggle .accordion-icon {
        display: flex;
        flex-shrink: 0;
        transition: all 0.2s ease-in-out;
        transform: rotate(90deg);
        align-items: center;
        justify-content: center;
    }

        .accordion.accordion-icon-toggle .accordion-icon i,
        .accordion.accordion-icon-toggle .accordion-icon .svg-icon {
            color: var(--kt-primary);
        }

    .accordion.accordion-icon-toggle .collapsed .accordion-icon {
        transition: all 0.2s ease-in-out;
        transform: rotate(0);
    }

        .accordion.accordion-icon-toggle .collapsed .accordion-icon i,
        .accordion.accordion-icon-toggle .collapsed .accordion-icon .svg-icon {
            color: var(--kt-text-muted);
        }

    .accordion.accordion-borderless .accordion-item {
        border: 0;
    }

    .accordion.accordion-flush .accordion-item {
        background-color: transparent;
        border: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }

.feedback {
    display: none;
}

.feedback-popup {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: fixed;
    z-index: 1000;
    box-shadow: var(--kt-feedback-popup-box-shadow);
    background-color: var(--kt-feedback-popup-background-color);
    border-radius: 0.475rem;
    padding: 1rem 1.25rem;
}

.feedback-top-center {
    display: flex;
    transition: top 0.6s ease;
    left: 50%;
    transform: translateX(-50%);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .feedback-top-center.feedback-shown {
        top: 0px;
        transition: top 0.6s ease;
    }

.image-input {
    position: relative;
    display: inline-block;
    border-radius: 0.475rem;
    background-repeat: no-repeat;
    background-size: cover;
}

    .image-input:not(.image-input-empty) {
        background-image: none !important;
    }

    .image-input .image-input-wrapper {
        width: 120px;
        height: 120px;
        border-radius: 0.475rem;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .image-input [data-kt-image-input-action] {
        cursor: pointer;
        position: absolute;
        transform: translate(-50%, -50%);
    }

    .image-input [data-kt-image-input-action=change] {
        left: 100%;
        top: 0;
    }

        .image-input [data-kt-image-input-action=change] input {
            width: 0 !important;
            height: 0 !important;
            overflow: hidden;
            opacity: 0;
        }

    .image-input [data-kt-image-input-action=cancel],
    .image-input [data-kt-image-input-action=remove] {
        position: absolute;
        left: 100%;
        top: 100%;
    }

    .image-input [data-kt-image-input-action=cancel] {
        display: none;
    }

    .image-input.image-input-changed [data-kt-image-input-action=cancel] {
        display: flex;
    }

    .image-input.image-input-changed [data-kt-image-input-action=remove] {
        display: none;
    }

    .image-input.image-input-empty [data-kt-image-input-action=remove],
    .image-input.image-input-empty [data-kt-image-input-action=cancel] {
        display: none;
    }

    .image-input.image-input-circle {
        border-radius: 50%;
    }

        .image-input.image-input-circle .image-input-wrapper {
            border-radius: 50%;
        }

        .image-input.image-input-circle [data-kt-image-input-action=change] {
            left: 100%;
            top: 0;
            transform: translate(-100%, 0%);
        }

        .image-input.image-input-circle [data-kt-image-input-action=cancel],
        .image-input.image-input-circle [data-kt-image-input-action=remove] {
            left: 100%;
            top: 100%;
            transform: translate(-100%, -100%);
        }

    .image-input.image-input-outline .image-input-wrapper {
        border: 3px solid var(--kt-body-bg);
        box-shadow: var(--kt-box-shadow);
    }

.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.475rem;
}

    .symbol .symbol-label {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        color: var(--kt-symbol-label-color);
        background-color: var(--kt-symbol-label-bg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 0.475rem;
    }

        .symbol .symbol-label:after {
            border-radius: 0.475rem;
        }

    .symbol .symbol-badge {
        position: absolute;
        border-radius: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) !important;
    }

    .symbol > img {
        width: 100%;
        flex-shrink: 0;
        display: inline-block;
        border-radius: 0.475rem;
    }

    .symbol.symbol-square,
    .symbol.symbol-square > img,
    .symbol.symbol-square .symbol-label {
        border-radius: 0 !important;
    }

    .symbol.symbol-circle,
    .symbol.symbol-circle > img,
    .symbol.symbol-circle .symbol-label {
        border-radius: 50%;
    }

        .symbol.symbol-circle:after,
        .symbol.symbol-circle > img:after,
        .symbol.symbol-circle .symbol-label:after {
            border-radius: 50%;
        }

    .symbol > img {
        width: 50px;
        height: 50px;
    }

    .symbol .symbol-label {
        width: 50px;
        height: 50px;
    }

    .symbol.symbol-fixed .symbol-label {
        width: 50px;
        height: 50px;
    }

    .symbol.symbol-fixed > img {
        width: 50px;
        height: 50px;
        max-width: none;
    }

    .symbol.symbol-2by3 .symbol-label {
        height: 50px;
        width: 75px;
    }

    .symbol.symbol-2by3 > img {
        height: 50px;
        width: 75px;
        max-width: none;
    }

    .symbol.symbol-20px > img {
        width: 20px;
        height: 20px;
    }

    .symbol.symbol-20px .symbol-label {
        width: 20px;
        height: 20px;
    }

    .symbol.symbol-20px.symbol-fixed .symbol-label {
        width: 20px;
        height: 20px;
    }

    .symbol.symbol-20px.symbol-fixed > img {
        width: 20px;
        height: 20px;
        max-width: none;
    }

    .symbol.symbol-20px.symbol-2by3 .symbol-label {
        height: 20px;
        width: 30px;
    }

    .symbol.symbol-20px.symbol-2by3 > img {
        height: 20px;
        width: 30px;
        max-width: none;
    }

    .symbol.symbol-25px > img {
        width: 25px;
        height: 25px;
    }

    .symbol.symbol-25px .symbol-label {
        width: 25px;
        height: 25px;
    }

    .symbol.symbol-25px.symbol-fixed .symbol-label {
        width: 25px;
        height: 25px;
    }

    .symbol.symbol-25px.symbol-fixed > img {
        width: 25px;
        height: 25px;
        max-width: none;
    }

    .symbol.symbol-25px.symbol-2by3 .symbol-label {
        height: 25px;
        width: 37.5px;
    }

    .symbol.symbol-25px.symbol-2by3 > img {
        height: 25px;
        width: 37.5px;
        max-width: none;
    }

    .symbol.symbol-30px > img {
        width: 30px;
        height: 30px;
    }

    .symbol.symbol-30px .symbol-label {
        width: 30px;
        height: 30px;
    }

    .symbol.symbol-30px.symbol-fixed .symbol-label {
        width: 30px;
        height: 30px;
    }

    .symbol.symbol-30px.symbol-fixed > img {
        width: 30px;
        height: 30px;
        max-width: none;
    }

    .symbol.symbol-30px.symbol-2by3 .symbol-label {
        height: 30px;
        width: 45px;
    }

    .symbol.symbol-30px.symbol-2by3 > img {
        height: 30px;
        width: 45px;
        max-width: none;
    }

    .symbol.symbol-35px > img {
        width: 35px;
        height: 35px;
    }

    .symbol.symbol-35px .symbol-label {
        width: 35px;
        height: 35px;
    }

    .symbol.symbol-35px.symbol-fixed .symbol-label {
        width: 35px;
        height: 35px;
    }

    .symbol.symbol-35px.symbol-fixed > img {
        width: 35px;
        height: 35px;
        max-width: none;
    }

    .symbol.symbol-35px.symbol-2by3 .symbol-label {
        height: 35px;
        width: 52.5px;
    }

    .symbol.symbol-35px.symbol-2by3 > img {
        height: 35px;
        width: 52.5px;
        max-width: none;
    }

    .symbol.symbol-40px > img {
        width: 40px;
        height: 40px;
    }

    .symbol.symbol-40px .symbol-label {
        width: 40px;
        height: 40px;
    }

    .symbol.symbol-40px.symbol-fixed .symbol-label {
        width: 40px;
        height: 40px;
    }

    .symbol.symbol-40px.symbol-fixed > img {
        width: 40px;
        height: 40px;
        max-width: none;
    }

    .symbol.symbol-40px.symbol-2by3 .symbol-label {
        height: 40px;
        width: 60px;
    }

    .symbol.symbol-40px.symbol-2by3 > img {
        height: 40px;
        width: 60px;
        max-width: none;
    }

    .symbol.symbol-45px > img {
        width: 45px;
        height: 45px;
    }

    .symbol.symbol-45px .symbol-label {
        width: 45px;
        height: 45px;
    }

    .symbol.symbol-45px.symbol-fixed .symbol-label {
        width: 45px;
        height: 45px;
    }

    .symbol.symbol-45px.symbol-fixed > img {
        width: 45px;
        height: 45px;
        max-width: none;
    }

    .symbol.symbol-45px.symbol-2by3 .symbol-label {
        height: 45px;
        width: 67.5px;
    }

    .symbol.symbol-45px.symbol-2by3 > img {
        height: 45px;
        width: 67.5px;
        max-width: none;
    }

    .symbol.symbol-50px > img {
        width: 50px;
        height: 50px;
    }

    .symbol.symbol-50px .symbol-label {
        width: 50px;
        height: 50px;
    }

    .symbol.symbol-50px.symbol-fixed .symbol-label {
        width: 50px;
        height: 50px;
    }

    .symbol.symbol-50px.symbol-fixed > img {
        width: 50px;
        height: 50px;
        max-width: none;
    }

    .symbol.symbol-50px.symbol-2by3 .symbol-label {
        height: 50px;
        width: 75px;
    }

    .symbol.symbol-50px.symbol-2by3 > img {
        height: 50px;
        width: 75px;
        max-width: none;
    }

    .symbol.symbol-55px > img {
        width: 55px;
        height: 55px;
    }

    .symbol.symbol-55px .symbol-label {
        width: 55px;
        height: 55px;
    }

    .symbol.symbol-55px.symbol-fixed .symbol-label {
        width: 55px;
        height: 55px;
    }

    .symbol.symbol-55px.symbol-fixed > img {
        width: 55px;
        height: 55px;
        max-width: none;
    }

    .symbol.symbol-55px.symbol-2by3 .symbol-label {
        height: 55px;
        width: 82.5px;
    }

    .symbol.symbol-55px.symbol-2by3 > img {
        height: 55px;
        width: 82.5px;
        max-width: none;
    }

    .symbol.symbol-60px > img {
        width: 60px;
        height: 60px;
    }

    .symbol.symbol-60px .symbol-label {
        width: 60px;
        height: 60px;
    }

    .symbol.symbol-60px.symbol-fixed .symbol-label {
        width: 60px;
        height: 60px;
    }

    .symbol.symbol-60px.symbol-fixed > img {
        width: 60px;
        height: 60px;
        max-width: none;
    }

    .symbol.symbol-60px.symbol-2by3 .symbol-label {
        height: 60px;
        width: 90px;
    }

    .symbol.symbol-60px.symbol-2by3 > img {
        height: 60px;
        width: 90px;
        max-width: none;
    }

    .symbol.symbol-65px > img {
        width: 65px;
        height: 65px;
    }

    .symbol.symbol-65px .symbol-label {
        width: 65px;
        height: 65px;
    }

    .symbol.symbol-65px.symbol-fixed .symbol-label {
        width: 65px;
        height: 65px;
    }

    .symbol.symbol-65px.symbol-fixed > img {
        width: 65px;
        height: 65px;
        max-width: none;
    }

    .symbol.symbol-65px.symbol-2by3 .symbol-label {
        height: 65px;
        width: 97.5px;
    }

    .symbol.symbol-65px.symbol-2by3 > img {
        height: 65px;
        width: 97.5px;
        max-width: none;
    }

    .symbol.symbol-70px > img {
        width: 70px;
        height: 70px;
    }

    .symbol.symbol-70px .symbol-label {
        width: 70px;
        height: 70px;
    }

    .symbol.symbol-70px.symbol-fixed .symbol-label {
        width: 70px;
        height: 70px;
    }

    .symbol.symbol-70px.symbol-fixed > img {
        width: 70px;
        height: 70px;
        max-width: none;
    }

    .symbol.symbol-70px.symbol-2by3 .symbol-label {
        height: 70px;
        width: 105px;
    }

    .symbol.symbol-70px.symbol-2by3 > img {
        height: 70px;
        width: 105px;
        max-width: none;
    }

    .symbol.symbol-75px > img {
        width: 75px;
        height: 75px;
    }

    .symbol.symbol-75px .symbol-label {
        width: 75px;
        height: 75px;
    }

    .symbol.symbol-75px.symbol-fixed .symbol-label {
        width: 75px;
        height: 75px;
    }

    .symbol.symbol-75px.symbol-fixed > img {
        width: 75px;
        height: 75px;
        max-width: none;
    }

    .symbol.symbol-75px.symbol-2by3 .symbol-label {
        height: 75px;
        width: 112.5px;
    }

    .symbol.symbol-75px.symbol-2by3 > img {
        height: 75px;
        width: 112.5px;
        max-width: none;
    }

    .symbol.symbol-90px > img {
        width: 90px;
        height: 90px;
    }

    .symbol.symbol-90px .symbol-label {
        width: 90px;
        height: 90px;
    }

    .symbol.symbol-90px.symbol-fixed .symbol-label {
        width: 90px;
        height: 90px;
    }

    .symbol.symbol-90px.symbol-fixed > img {
        width: 90px;
        height: 90px;
        max-width: none;
    }

    .symbol.symbol-90px.symbol-2by3 .symbol-label {
        height: 90px;
        width: 135px;
    }

    .symbol.symbol-90px.symbol-2by3 > img {
        height: 90px;
        width: 135px;
        max-width: none;
    }

    .symbol.symbol-100px > img {
        width: 100px;
        height: 100px;
    }

    .symbol.symbol-100px .symbol-label {
        width: 100px;
        height: 100px;
    }

    .symbol.symbol-100px.symbol-fixed .symbol-label {
        width: 100px;
        height: 100px;
    }

    .symbol.symbol-100px.symbol-fixed > img {
        width: 100px;
        height: 100px;
        max-width: none;
    }

    .symbol.symbol-100px.symbol-2by3 .symbol-label {
        height: 100px;
        width: 150px;
    }

    .symbol.symbol-100px.symbol-2by3 > img {
        height: 100px;
        width: 150px;
        max-width: none;
    }

    .symbol.symbol-125px > img {
        width: 125px;
        height: 125px;
    }

    .symbol.symbol-125px .symbol-label {
        width: 125px;
        height: 125px;
    }

    .symbol.symbol-125px.symbol-fixed .symbol-label {
        width: 125px;
        height: 125px;
    }

    .symbol.symbol-125px.symbol-fixed > img {
        width: 125px;
        height: 125px;
        max-width: none;
    }

    .symbol.symbol-125px.symbol-2by3 .symbol-label {
        height: 125px;
        width: 187.5px;
    }

    .symbol.symbol-125px.symbol-2by3 > img {
        height: 125px;
        width: 187.5px;
        max-width: none;
    }

    .symbol.symbol-150px > img {
        width: 150px;
        height: 150px;
    }

    .symbol.symbol-150px .symbol-label {
        width: 150px;
        height: 150px;
    }

    .symbol.symbol-150px.symbol-fixed .symbol-label {
        width: 150px;
        height: 150px;
    }

    .symbol.symbol-150px.symbol-fixed > img {
        width: 150px;
        height: 150px;
        max-width: none;
    }

    .symbol.symbol-150px.symbol-2by3 .symbol-label {
        height: 150px;
        width: 225px;
    }

    .symbol.symbol-150px.symbol-2by3 > img {
        height: 150px;
        width: 225px;
        max-width: none;
    }

    .symbol.symbol-160px > img {
        width: 160px;
        height: 160px;
    }

    .symbol.symbol-160px .symbol-label {
        width: 160px;
        height: 160px;
    }

    .symbol.symbol-160px.symbol-fixed .symbol-label {
        width: 160px;
        height: 160px;
    }

    .symbol.symbol-160px.symbol-fixed > img {
        width: 160px;
        height: 160px;
        max-width: none;
    }

    .symbol.symbol-160px.symbol-2by3 .symbol-label {
        height: 160px;
        width: 240px;
    }

    .symbol.symbol-160px.symbol-2by3 > img {
        height: 160px;
        width: 240px;
        max-width: none;
    }

    .symbol.symbol-175px > img {
        width: 175px;
        height: 175px;
    }

    .symbol.symbol-175px .symbol-label {
        width: 175px;
        height: 175px;
    }

    .symbol.symbol-175px.symbol-fixed .symbol-label {
        width: 175px;
        height: 175px;
    }

    .symbol.symbol-175px.symbol-fixed > img {
        width: 175px;
        height: 175px;
        max-width: none;
    }

    .symbol.symbol-175px.symbol-2by3 .symbol-label {
        height: 175px;
        width: 262.5px;
    }

    .symbol.symbol-175px.symbol-2by3 > img {
        height: 175px;
        width: 262.5px;
        max-width: none;
    }

    .symbol.symbol-200px > img {
        width: 200px;
        height: 200px;
    }

    .symbol.symbol-200px .symbol-label {
        width: 200px;
        height: 200px;
    }

    .symbol.symbol-200px.symbol-fixed .symbol-label {
        width: 200px;
        height: 200px;
    }

    .symbol.symbol-200px.symbol-fixed > img {
        width: 200px;
        height: 200px;
        max-width: none;
    }

    .symbol.symbol-200px.symbol-2by3 .symbol-label {
        height: 200px;
        width: 300px;
    }

    .symbol.symbol-200px.symbol-2by3 > img {
        height: 200px;
        width: 300px;
        max-width: none;
    }

@media (min-width: 576px) {
    .symbol.symbol-sm-20px > img {
        width: 20px;
        height: 20px;
    }

    .symbol.symbol-sm-20px .symbol-label {
        width: 20px;
        height: 20px;
    }

    .symbol.symbol-sm-20px.symbol-fixed .symbol-label {
        width: 20px;
        height: 20px;
    }

    .symbol.symbol-sm-20px.symbol-fixed > img {
        width: 20px;
        height: 20px;
        max-width: none;
    }

    .symbol.symbol-sm-20px.symbol-2by3 .symbol-label {
        height: 20px;
        width: 30px;
    }

    .symbol.symbol-sm-20px.symbol-2by3 > img {
        height: 20px;
        width: 30px;
        max-width: none;
    }

    .symbol.symbol-sm-25px > img {
        width: 25px;
        height: 25px;
    }

    .symbol.symbol-sm-25px .symbol-label {
        width: 25px;
        height: 25px;
    }

    .symbol.symbol-sm-25px.symbol-fixed .symbol-label {
        width: 25px;
        height: 25px;
    }

    .symbol.symbol-sm-25px.symbol-fixed > img {
        width: 25px;
        height: 25px;
        max-width: none;
    }

    .symbol.symbol-sm-25px.symbol-2by3 .symbol-label {
        height: 25px;
        width: 37.5px;
    }

    .symbol.symbol-sm-25px.symbol-2by3 > img {
        height: 25px;
        width: 37.5px;
        max-width: none;
    }

    .symbol.symbol-sm-30px > img {
        width: 30px;
        height: 30px;
    }

    .symbol.symbol-sm-30px .symbol-label {
        width: 30px;
        height: 30px;
    }

    .symbol.symbol-sm-30px.symbol-fixed .symbol-label {
        width: 30px;
        height: 30px;
    }

    .symbol.symbol-sm-30px.symbol-fixed > img {
        width: 30px;
        height: 30px;
        max-width: none;
    }

    .symbol.symbol-sm-30px.symbol-2by3 .symbol-label {
        height: 30px;
        width: 45px;
    }

    .symbol.symbol-sm-30px.symbol-2by3 > img {
        height: 30px;
        width: 45px;
        max-width: none;
    }

    .symbol.symbol-sm-35px > img {
        width: 35px;
        height: 35px;
    }

    .symbol.symbol-sm-35px .symbol-label {
        width: 35px;
        height: 35px;
    }

    .symbol.symbol-sm-35px.symbol-fixed .symbol-label {
        width: 35px;
        height: 35px;
    }

    .symbol.symbol-sm-35px.symbol-fixed > img {
        width: 35px;
        height: 35px;
        max-width: none;
    }

    .symbol.symbol-sm-35px.symbol-2by3 .symbol-label {
        height: 35px;
        width: 52.5px;
    }

    .symbol.symbol-sm-35px.symbol-2by3 > img {
        height: 35px;
        width: 52.5px;
        max-width: none;
    }

    .symbol.symbol-sm-40px > img {
        width: 40px;
        height: 40px;
    }

    .symbol.symbol-sm-40px .symbol-label {
        width: 40px;
        height: 40px;
    }

    .symbol.symbol-sm-40px.symbol-fixed .symbol-label {
        width: 40px;
        height: 40px;
    }

    .symbol.symbol-sm-40px.symbol-fixed > img {
        width: 40px;
        height: 40px;
        max-width: none;
    }

    .symbol.symbol-sm-40px.symbol-2by3 .symbol-label {
        height: 40px;
        width: 60px;
    }

    .symbol.symbol-sm-40px.symbol-2by3 > img {
        height: 40px;
        width: 60px;
        max-width: none;
    }

    .symbol.symbol-sm-45px > img {
        width: 45px;
        height: 45px;
    }

    .symbol.symbol-sm-45px .symbol-label {
        width: 45px;
        height: 45px;
    }

    .symbol.symbol-sm-45px.symbol-fixed .symbol-label {
        width: 45px;
        height: 45px;
    }

    .symbol.symbol-sm-45px.symbol-fixed > img {
        width: 45px;
        height: 45px;
        max-width: none;
    }

    .symbol.symbol-sm-45px.symbol-2by3 .symbol-label {
        height: 45px;
        width: 67.5px;
    }

    .symbol.symbol-sm-45px.symbol-2by3 > img {
        height: 45px;
        width: 67.5px;
        max-width: none;
    }

    .symbol.symbol-sm-50px > img {
        width: 50px;
        height: 50px;
    }

    .symbol.symbol-sm-50px .symbol-label {
        width: 50px;
        height: 50px;
    }

    .symbol.symbol-sm-50px.symbol-fixed .symbol-label {
        width: 50px;
        height: 50px;
    }

    .symbol.symbol-sm-50px.symbol-fixed > img {
        width: 50px;
        height: 50px;
        max-width: none;
    }

    .symbol.symbol-sm-50px.symbol-2by3 .symbol-label {
        height: 50px;
        width: 75px;
    }

    .symbol.symbol-sm-50px.symbol-2by3 > img {
        height: 50px;
        width: 75px;
        max-width: none;
    }

    .symbol.symbol-sm-55px > img {
        width: 55px;
        height: 55px;
    }

    .symbol.symbol-sm-55px .symbol-label {
        width: 55px;
        height: 55px;
    }

    .symbol.symbol-sm-55px.symbol-fixed .symbol-label {
        width: 55px;
        height: 55px;
    }

    .symbol.symbol-sm-55px.symbol-fixed > img {
        width: 55px;
        height: 55px;
        max-width: none;
    }

    .symbol.symbol-sm-55px.symbol-2by3 .symbol-label {
        height: 55px;
        width: 82.5px;
    }

    .symbol.symbol-sm-55px.symbol-2by3 > img {
        height: 55px;
        width: 82.5px;
        max-width: none;
    }

    .symbol.symbol-sm-60px > img {
        width: 60px;
        height: 60px;
    }

    .symbol.symbol-sm-60px .symbol-label {
        width: 60px;
        height: 60px;
    }

    .symbol.symbol-sm-60px.symbol-fixed .symbol-label {
        width: 60px;
        height: 60px;
    }

    .symbol.symbol-sm-60px.symbol-fixed > img {
        width: 60px;
        height: 60px;
        max-width: none;
    }

    .symbol.symbol-sm-60px.symbol-2by3 .symbol-label {
        height: 60px;
        width: 90px;
    }

    .symbol.symbol-sm-60px.symbol-2by3 > img {
        height: 60px;
        width: 90px;
        max-width: none;
    }

    .symbol.symbol-sm-65px > img {
        width: 65px;
        height: 65px;
    }

    .symbol.symbol-sm-65px .symbol-label {
        width: 65px;
        height: 65px;
    }

    .symbol.symbol-sm-65px.symbol-fixed .symbol-label {
        width: 65px;
        height: 65px;
    }

    .symbol.symbol-sm-65px.symbol-fixed > img {
        width: 65px;
        height: 65px;
        max-width: none;
    }

    .symbol.symbol-sm-65px.symbol-2by3 .symbol-label {
        height: 65px;
        width: 97.5px;
    }

    .symbol.symbol-sm-65px.symbol-2by3 > img {
        height: 65px;
        width: 97.5px;
        max-width: none;
    }

    .symbol.symbol-sm-70px > img {
        width: 70px;
        height: 70px;
    }

    .symbol.symbol-sm-70px .symbol-label {
        width: 70px;
        height: 70px;
    }

    .symbol.symbol-sm-70px.symbol-fixed .symbol-label {
        width: 70px;
        height: 70px;
    }

    .symbol.symbol-sm-70px.symbol-fixed > img {
        width: 70px;
        height: 70px;
        max-width: none;
    }

    .symbol.symbol-sm-70px.symbol-2by3 .symbol-label {
        height: 70px;
        width: 105px;
    }

    .symbol.symbol-sm-70px.symbol-2by3 > img {
        height: 70px;
        width: 105px;
        max-width: none;
    }

    .symbol.symbol-sm-75px > img {
        width: 75px;
        height: 75px;
    }

    .symbol.symbol-sm-75px .symbol-label {
        width: 75px;
        height: 75px;
    }

    .symbol.symbol-sm-75px.symbol-fixed .symbol-label {
        width: 75px;
        height: 75px;
    }

    .symbol.symbol-sm-75px.symbol-fixed > img {
        width: 75px;
        height: 75px;
        max-width: none;
    }

    .symbol.symbol-sm-75px.symbol-2by3 .symbol-label {
        height: 75px;
        width: 112.5px;
    }

    .symbol.symbol-sm-75px.symbol-2by3 > img {
        height: 75px;
        width: 112.5px;
        max-width: none;
    }

    .symbol.symbol-sm-90px > img {
        width: 90px;
        height: 90px;
    }

    .symbol.symbol-sm-90px .symbol-label {
        width: 90px;
        height: 90px;
    }

    .symbol.symbol-sm-90px.symbol-fixed .symbol-label {
        width: 90px;
        height: 90px;
    }

    .symbol.symbol-sm-90px.symbol-fixed > img {
        width: 90px;
        height: 90px;
        max-width: none;
    }

    .symbol.symbol-sm-90px.symbol-2by3 .symbol-label {
        height: 90px;
        width: 135px;
    }

    .symbol.symbol-sm-90px.symbol-2by3 > img {
        height: 90px;
        width: 135px;
        max-width: none;
    }

    .symbol.symbol-sm-100px > img {
        width: 100px;
        height: 100px;
    }

    .symbol.symbol-sm-100px .symbol-label {
        width: 100px;
        height: 100px;
    }

    .symbol.symbol-sm-100px.symbol-fixed .symbol-label {
        width: 100px;
        height: 100px;
    }

    .symbol.symbol-sm-100px.symbol-fixed > img {
        width: 100px;
        height: 100px;
        max-width: none;
    }

    .symbol.symbol-sm-100px.symbol-2by3 .symbol-label {
        height: 100px;
        width: 150px;
    }

    .symbol.symbol-sm-100px.symbol-2by3 > img {
        height: 100px;
        width: 150px;
        max-width: none;
    }

    .symbol.symbol-sm-125px > img {
        width: 125px;
        height: 125px;
    }

    .symbol.symbol-sm-125px .symbol-label {
        width: 125px;
        height: 125px;
    }

    .symbol.symbol-sm-125px.symbol-fixed .symbol-label {
        width: 125px;
        height: 125px;
    }

    .symbol.symbol-sm-125px.symbol-fixed > img {
        width: 125px;
        height: 125px;
        max-width: none;
    }

    .symbol.symbol-sm-125px.symbol-2by3 .symbol-label {
        height: 125px;
        width: 187.5px;
    }

    .symbol.symbol-sm-125px.symbol-2by3 > img {
        height: 125px;
        width: 187.5px;
        max-width: none;
    }

    .symbol.symbol-sm-150px > img {
        width: 150px;
        height: 150px;
    }

    .symbol.symbol-sm-150px .symbol-label {
        width: 150px;
        height: 150px;
    }

    .symbol.symbol-sm-150px.symbol-fixed .symbol-label {
        width: 150px;
        height: 150px;
    }

    .symbol.symbol-sm-150px.symbol-fixed > img {
        width: 150px;
        height: 150px;
        max-width: none;
    }

    .symbol.symbol-sm-150px.symbol-2by3 .symbol-label {
        height: 150px;
        width: 225px;
    }

    .symbol.symbol-sm-150px.symbol-2by3 > img {
        height: 150px;
        width: 225px;
        max-width: none;
    }

    .symbol.symbol-sm-160px > img {
        width: 160px;
        height: 160px;
    }

    .symbol.symbol-sm-160px .symbol-label {
        width: 160px;
        height: 160px;
    }

    .symbol.symbol-sm-160px.symbol-fixed .symbol-label {
        width: 160px;
        height: 160px;
    }

    .symbol.symbol-sm-160px.symbol-fixed > img {
        width: 160px;
        height: 160px;
        max-width: none;
    }

    .symbol.symbol-sm-160px.symbol-2by3 .symbol-label {
        height: 160px;
        width: 240px;
    }

    .symbol.symbol-sm-160px.symbol-2by3 > img {
        height: 160px;
        width: 240px;
        max-width: none;
    }

    .symbol.symbol-sm-175px > img {
        width: 175px;
        height: 175px;
    }

    .symbol.symbol-sm-175px .symbol-label {
        width: 175px;
        height: 175px;
    }

    .symbol.symbol-sm-175px.symbol-fixed .symbol-label {
        width: 175px;
        height: 175px;
    }

    .symbol.symbol-sm-175px.symbol-fixed > img {
        width: 175px;
        height: 175px;
        max-width: none;
    }

    .symbol.symbol-sm-175px.symbol-2by3 .symbol-label {
        height: 175px;
        width: 262.5px;
    }

    .symbol.symbol-sm-175px.symbol-2by3 > img {
        height: 175px;
        width: 262.5px;
        max-width: none;
    }

    .symbol.symbol-sm-200px > img {
        width: 200px;
        height: 200px;
    }

    .symbol.symbol-sm-200px .symbol-label {
        width: 200px;
        height: 200px;
    }

    .symbol.symbol-sm-200px.symbol-fixed .symbol-label {
        width: 200px;
        height: 200px;
    }

    .symbol.symbol-sm-200px.symbol-fixed > img {
        width: 200px;
        height: 200px;
        max-width: none;
    }

    .symbol.symbol-sm-200px.symbol-2by3 .symbol-label {
        height: 200px;
        width: 300px;
    }

    .symbol.symbol-sm-200px.symbol-2by3 > img {
        height: 200px;
        width: 300px;
        max-width: none;
    }
}

@media (min-width: 768px) {
    .symbol.symbol-md-20px > img {
        width: 20px;
        height: 20px;
    }

    .symbol.symbol-md-20px .symbol-label {
        width: 20px;
        height: 20px;
    }

    .symbol.symbol-md-20px.symbol-fixed .symbol-label {
        width: 20px;
        height: 20px;
    }

    .symbol.symbol-md-20px.symbol-fixed > img {
        width: 20px;
        height: 20px;
        max-width: none;
    }

    .symbol.symbol-md-20px.symbol-2by3 .symbol-label {
        height: 20px;
        width: 30px;
    }

    .symbol.symbol-md-20px.symbol-2by3 > img {
        height: 20px;
        width: 30px;
        max-width: none;
    }

    .symbol.symbol-md-25px > img {
        width: 25px;
        height: 25px;
    }

    .symbol.symbol-md-25px .symbol-label {
        width: 25px;
        height: 25px;
    }

    .symbol.symbol-md-25px.symbol-fixed .symbol-label {
        width: 25px;
        height: 25px;
    }

    .symbol.symbol-md-25px.symbol-fixed > img {
        width: 25px;
        height: 25px;
        max-width: none;
    }

    .symbol.symbol-md-25px.symbol-2by3 .symbol-label {
        height: 25px;
        width: 37.5px;
    }

    .symbol.symbol-md-25px.symbol-2by3 > img {
        height: 25px;
        width: 37.5px;
        max-width: none;
    }

    .symbol.symbol-md-30px > img {
        width: 30px;
        height: 30px;
    }

    .symbol.symbol-md-30px .symbol-label {
        width: 30px;
        height: 30px;
    }

    .symbol.symbol-md-30px.symbol-fixed .symbol-label {
        width: 30px;
        height: 30px;
    }

    .symbol.symbol-md-30px.symbol-fixed > img {
        width: 30px;
        height: 30px;
        max-width: none;
    }

    .symbol.symbol-md-30px.symbol-2by3 .symbol-label {
        height: 30px;
        width: 45px;
    }

    .symbol.symbol-md-30px.symbol-2by3 > img {
        height: 30px;
        width: 45px;
        max-width: none;
    }

    .symbol.symbol-md-35px > img {
        width: 35px;
        height: 35px;
    }

    .symbol.symbol-md-35px .symbol-label {
        width: 35px;
        height: 35px;
    }

    .symbol.symbol-md-35px.symbol-fixed .symbol-label {
        width: 35px;
        height: 35px;
    }

    .symbol.symbol-md-35px.symbol-fixed > img {
        width: 35px;
        height: 35px;
        max-width: none;
    }

    .symbol.symbol-md-35px.symbol-2by3 .symbol-label {
        height: 35px;
        width: 52.5px;
    }

    .symbol.symbol-md-35px.symbol-2by3 > img {
        height: 35px;
        width: 52.5px;
        max-width: none;
    }

    .symbol.symbol-md-40px > img {
        width: 40px;
        height: 40px;
    }

    .symbol.symbol-md-40px .symbol-label {
        width: 40px;
        height: 40px;
    }

    .symbol.symbol-md-40px.symbol-fixed .symbol-label {
        width: 40px;
        height: 40px;
    }

    .symbol.symbol-md-40px.symbol-fixed > img {
        width: 40px;
        height: 40px;
        max-width: none;
    }

    .symbol.symbol-md-40px.symbol-2by3 .symbol-label {
        height: 40px;
        width: 60px;
    }

    .symbol.symbol-md-40px.symbol-2by3 > img {
        height: 40px;
        width: 60px;
        max-width: none;
    }

    .symbol.symbol-md-45px > img {
        width: 45px;
        height: 45px;
    }

    .symbol.symbol-md-45px .symbol-label {
        width: 45px;
        height: 45px;
    }

    .symbol.symbol-md-45px.symbol-fixed .symbol-label {
        width: 45px;
        height: 45px;
    }

    .symbol.symbol-md-45px.symbol-fixed > img {
        width: 45px;
        height: 45px;
        max-width: none;
    }

    .symbol.symbol-md-45px.symbol-2by3 .symbol-label {
        height: 45px;
        width: 67.5px;
    }

    .symbol.symbol-md-45px.symbol-2by3 > img {
        height: 45px;
        width: 67.5px;
        max-width: none;
    }

    .symbol.symbol-md-50px > img {
        width: 50px;
        height: 50px;
    }

    .symbol.symbol-md-50px .symbol-label {
        width: 50px;
        height: 50px;
    }

    .symbol.symbol-md-50px.symbol-fixed .symbol-label {
        width: 50px;
        height: 50px;
    }

    .symbol.symbol-md-50px.symbol-fixed > img {
        width: 50px;
        height: 50px;
        max-width: none;
    }

    .symbol.symbol-md-50px.symbol-2by3 .symbol-label {
        height: 50px;
        width: 75px;
    }

    .symbol.symbol-md-50px.symbol-2by3 > img {
        height: 50px;
        width: 75px;
        max-width: none;
    }

    .symbol.symbol-md-55px > img {
        width: 55px;
        height: 55px;
    }

    .symbol.symbol-md-55px .symbol-label {
        width: 55px;
        height: 55px;
    }

    .symbol.symbol-md-55px.symbol-fixed .symbol-label {
        width: 55px;
        height: 55px;
    }

    .symbol.symbol-md-55px.symbol-fixed > img {
        width: 55px;
        height: 55px;
        max-width: none;
    }

    .symbol.symbol-md-55px.symbol-2by3 .symbol-label {
        height: 55px;
        width: 82.5px;
    }

    .symbol.symbol-md-55px.symbol-2by3 > img {
        height: 55px;
        width: 82.5px;
        max-width: none;
    }

    .symbol.symbol-md-60px > img {
        width: 60px;
        height: 60px;
    }

    .symbol.symbol-md-60px .symbol-label {
        width: 60px;
        height: 60px;
    }

    .symbol.symbol-md-60px.symbol-fixed .symbol-label {
        width: 60px;
        height: 60px;
    }

    .symbol.symbol-md-60px.symbol-fixed > img {
        width: 60px;
        height: 60px;
        max-width: none;
    }

    .symbol.symbol-md-60px.symbol-2by3 .symbol-label {
        height: 60px;
        width: 90px;
    }

    .symbol.symbol-md-60px.symbol-2by3 > img {
        height: 60px;
        width: 90px;
        max-width: none;
    }

    .symbol.symbol-md-65px > img {
        width: 65px;
        height: 65px;
    }

    .symbol.symbol-md-65px .symbol-label {
        width: 65px;
        height: 65px;
    }

    .symbol.symbol-md-65px.symbol-fixed .symbol-label {
        width: 65px;
        height: 65px;
    }

    .symbol.symbol-md-65px.symbol-fixed > img {
        width: 65px;
        height: 65px;
        max-width: none;
    }

    .symbol.symbol-md-65px.symbol-2by3 .symbol-label {
        height: 65px;
        width: 97.5px;
    }

    .symbol.symbol-md-65px.symbol-2by3 > img {
        height: 65px;
        width: 97.5px;
        max-width: none;
    }

    .symbol.symbol-md-70px > img {
        width: 70px;
        height: 70px;
    }

    .symbol.symbol-md-70px .symbol-label {
        width: 70px;
        height: 70px;
    }

    .symbol.symbol-md-70px.symbol-fixed .symbol-label {
        width: 70px;
        height: 70px;
    }

    .symbol.symbol-md-70px.symbol-fixed > img {
        width: 70px;
        height: 70px;
        max-width: none;
    }

    .symbol.symbol-md-70px.symbol-2by3 .symbol-label {
        height: 70px;
        width: 105px;
    }

    .symbol.symbol-md-70px.symbol-2by3 > img {
        height: 70px;
        width: 105px;
        max-width: none;
    }

    .symbol.symbol-md-75px > img {
        width: 75px;
        height: 75px;
    }

    .symbol.symbol-md-75px .symbol-label {
        width: 75px;
        height: 75px;
    }

    .symbol.symbol-md-75px.symbol-fixed .symbol-label {
        width: 75px;
        height: 75px;
    }

    .symbol.symbol-md-75px.symbol-fixed > img {
        width: 75px;
        height: 75px;
        max-width: none;
    }

    .symbol.symbol-md-75px.symbol-2by3 .symbol-label {
        height: 75px;
        width: 112.5px;
    }

    .symbol.symbol-md-75px.symbol-2by3 > img {
        height: 75px;
        width: 112.5px;
        max-width: none;
    }

    .symbol.symbol-md-90px > img {
        width: 90px;
        height: 90px;
    }

    .symbol.symbol-md-90px .symbol-label {
        width: 90px;
        height: 90px;
    }

    .symbol.symbol-md-90px.symbol-fixed .symbol-label {
        width: 90px;
        height: 90px;
    }

    .symbol.symbol-md-90px.symbol-fixed > img {
        width: 90px;
        height: 90px;
        max-width: none;
    }

    .symbol.symbol-md-90px.symbol-2by3 .symbol-label {
        height: 90px;
        width: 135px;
    }

    .symbol.symbol-md-90px.symbol-2by3 > img {
        height: 90px;
        width: 135px;
        max-width: none;
    }

    .symbol.symbol-md-100px > img {
        width: 100px;
        height: 100px;
    }

    .symbol.symbol-md-100px .symbol-label {
        width: 100px;
        height: 100px;
    }

    .symbol.symbol-md-100px.symbol-fixed .symbol-label {
        width: 100px;
        height: 100px;
    }

    .symbol.symbol-md-100px.symbol-fixed > img {
        width: 100px;
        height: 100px;
        max-width: none;
    }

    .symbol.symbol-md-100px.symbol-2by3 .symbol-label {
        height: 100px;
        width: 150px;
    }

    .symbol.symbol-md-100px.symbol-2by3 > img {
        height: 100px;
        width: 150px;
        max-width: none;
    }

    .symbol.symbol-md-125px > img {
        width: 125px;
        height: 125px;
    }

    .symbol.symbol-md-125px .symbol-label {
        width: 125px;
        height: 125px;
    }

    .symbol.symbol-md-125px.symbol-fixed .symbol-label {
        width: 125px;
        height: 125px;
    }

    .symbol.symbol-md-125px.symbol-fixed > img {
        width: 125px;
        height: 125px;
        max-width: none;
    }

    .symbol.symbol-md-125px.symbol-2by3 .symbol-label {
        height: 125px;
        width: 187.5px;
    }

    .symbol.symbol-md-125px.symbol-2by3 > img {
        height: 125px;
        width: 187.5px;
        max-width: none;
    }

    .symbol.symbol-md-150px > img {
        width: 150px;
        height: 150px;
    }

    .symbol.symbol-md-150px .symbol-label {
        width: 150px;
        height: 150px;
    }

    .symbol.symbol-md-150px.symbol-fixed .symbol-label {
        width: 150px;
        height: 150px;
    }

    .symbol.symbol-md-150px.symbol-fixed > img {
        width: 150px;
        height: 150px;
        max-width: none;
    }

    .symbol.symbol-md-150px.symbol-2by3 .symbol-label {
        height: 150px;
        width: 225px;
    }

    .symbol.symbol-md-150px.symbol-2by3 > img {
        height: 150px;
        width: 225px;
        max-width: none;
    }

    .symbol.symbol-md-160px > img {
        width: 160px;
        height: 160px;
    }

    .symbol.symbol-md-160px .symbol-label {
        width: 160px;
        height: 160px;
    }

    .symbol.symbol-md-160px.symbol-fixed .symbol-label {
        width: 160px;
        height: 160px;
    }

    .symbol.symbol-md-160px.symbol-fixed > img {
        width: 160px;
        height: 160px;
        max-width: none;
    }

    .symbol.symbol-md-160px.symbol-2by3 .symbol-label {
        height: 160px;
        width: 240px;
    }

    .symbol.symbol-md-160px.symbol-2by3 > img {
        height: 160px;
        width: 240px;
        max-width: none;
    }

    .symbol.symbol-md-175px > img {
        width: 175px;
        height: 175px;
    }

    .symbol.symbol-md-175px .symbol-label {
        width: 175px;
        height: 175px;
    }

    .symbol.symbol-md-175px.symbol-fixed .symbol-label {
        width: 175px;
        height: 175px;
    }

    .symbol.symbol-md-175px.symbol-fixed > img {
        width: 175px;
        height: 175px;
        max-width: none;
    }

    .symbol.symbol-md-175px.symbol-2by3 .symbol-label {
        height: 175px;
        width: 262.5px;
    }

    .symbol.symbol-md-175px.symbol-2by3 > img {
        height: 175px;
        width: 262.5px;
        max-width: none;
    }

    .symbol.symbol-md-200px > img {
        width: 200px;
        height: 200px;
    }

    .symbol.symbol-md-200px .symbol-label {
        width: 200px;
        height: 200px;
    }

    .symbol.symbol-md-200px.symbol-fixed .symbol-label {
        width: 200px;
        height: 200px;
    }

    .symbol.symbol-md-200px.symbol-fixed > img {
        width: 200px;
        height: 200px;
        max-width: none;
    }

    .symbol.symbol-md-200px.symbol-2by3 .symbol-label {
        height: 200px;
        width: 300px;
    }

    .symbol.symbol-md-200px.symbol-2by3 > img {
        height: 200px;
        width: 300px;
        max-width: none;
    }
}

@media (min-width: 992px) {
    .symbol.symbol-lg-20px > img {
        width: 20px;
        height: 20px;
    }

    .symbol.symbol-lg-20px .symbol-label {
        width: 20px;
        height: 20px;
    }

    .symbol.symbol-lg-20px.symbol-fixed .symbol-label {
        width: 20px;
        height: 20px;
    }

    .symbol.symbol-lg-20px.symbol-fixed > img {
        width: 20px;
        height: 20px;
        max-width: none;
    }

    .symbol.symbol-lg-20px.symbol-2by3 .symbol-label {
        height: 20px;
        width: 30px;
    }

    .symbol.symbol-lg-20px.symbol-2by3 > img {
        height: 20px;
        width: 30px;
        max-width: none;
    }

    .symbol.symbol-lg-25px > img {
        width: 25px;
        height: 25px;
    }

    .symbol.symbol-lg-25px .symbol-label {
        width: 25px;
        height: 25px;
    }

    .symbol.symbol-lg-25px.symbol-fixed .symbol-label {
        width: 25px;
        height: 25px;
    }

    .symbol.symbol-lg-25px.symbol-fixed > img {
        width: 25px;
        height: 25px;
        max-width: none;
    }

    .symbol.symbol-lg-25px.symbol-2by3 .symbol-label {
        height: 25px;
        width: 37.5px;
    }

    .symbol.symbol-lg-25px.symbol-2by3 > img {
        height: 25px;
        width: 37.5px;
        max-width: none;
    }

    .symbol.symbol-lg-30px > img {
        width: 30px;
        height: 30px;
    }

    .symbol.symbol-lg-30px .symbol-label {
        width: 30px;
        height: 30px;
    }

    .symbol.symbol-lg-30px.symbol-fixed .symbol-label {
        width: 30px;
        height: 30px;
    }

    .symbol.symbol-lg-30px.symbol-fixed > img {
        width: 30px;
        height: 30px;
        max-width: none;
    }

    .symbol.symbol-lg-30px.symbol-2by3 .symbol-label {
        height: 30px;
        width: 45px;
    }

    .symbol.symbol-lg-30px.symbol-2by3 > img {
        height: 30px;
        width: 45px;
        max-width: none;
    }

    .symbol.symbol-lg-35px > img {
        width: 35px;
        height: 35px;
    }

    .symbol.symbol-lg-35px .symbol-label {
        width: 35px;
        height: 35px;
    }

    .symbol.symbol-lg-35px.symbol-fixed .symbol-label {
        width: 35px;
        height: 35px;
    }

    .symbol.symbol-lg-35px.symbol-fixed > img {
        width: 35px;
        height: 35px;
        max-width: none;
    }

    .symbol.symbol-lg-35px.symbol-2by3 .symbol-label {
        height: 35px;
        width: 52.5px;
    }

    .symbol.symbol-lg-35px.symbol-2by3 > img {
        height: 35px;
        width: 52.5px;
        max-width: none;
    }

    .symbol.symbol-lg-40px > img {
        width: 40px;
        height: 40px;
    }

    .symbol.symbol-lg-40px .symbol-label {
        width: 40px;
        height: 40px;
    }

    .symbol.symbol-lg-40px.symbol-fixed .symbol-label {
        width: 40px;
        height: 40px;
    }

    .symbol.symbol-lg-40px.symbol-fixed > img {
        width: 40px;
        height: 40px;
        max-width: none;
    }

    .symbol.symbol-lg-40px.symbol-2by3 .symbol-label {
        height: 40px;
        width: 60px;
    }

    .symbol.symbol-lg-40px.symbol-2by3 > img {
        height: 40px;
        width: 60px;
        max-width: none;
    }

    .symbol.symbol-lg-45px > img {
        width: 45px;
        height: 45px;
    }

    .symbol.symbol-lg-45px .symbol-label {
        width: 45px;
        height: 45px;
    }

    .symbol.symbol-lg-45px.symbol-fixed .symbol-label {
        width: 45px;
        height: 45px;
    }

    .symbol.symbol-lg-45px.symbol-fixed > img {
        width: 45px;
        height: 45px;
        max-width: none;
    }

    .symbol.symbol-lg-45px.symbol-2by3 .symbol-label {
        height: 45px;
        width: 67.5px;
    }

    .symbol.symbol-lg-45px.symbol-2by3 > img {
        height: 45px;
        width: 67.5px;
        max-width: none;
    }

    .symbol.symbol-lg-50px > img {
        width: 50px;
        height: 50px;
    }

    .symbol.symbol-lg-50px .symbol-label {
        width: 50px;
        height: 50px;
    }

    .symbol.symbol-lg-50px.symbol-fixed .symbol-label {
        width: 50px;
        height: 50px;
    }

    .symbol.symbol-lg-50px.symbol-fixed > img {
        width: 50px;
        height: 50px;
        max-width: none;
    }

    .symbol.symbol-lg-50px.symbol-2by3 .symbol-label {
        height: 50px;
        width: 75px;
    }

    .symbol.symbol-lg-50px.symbol-2by3 > img {
        height: 50px;
        width: 75px;
        max-width: none;
    }

    .symbol.symbol-lg-55px > img {
        width: 55px;
        height: 55px;
    }

    .symbol.symbol-lg-55px .symbol-label {
        width: 55px;
        height: 55px;
    }

    .symbol.symbol-lg-55px.symbol-fixed .symbol-label {
        width: 55px;
        height: 55px;
    }

    .symbol.symbol-lg-55px.symbol-fixed > img {
        width: 55px;
        height: 55px;
        max-width: none;
    }

    .symbol.symbol-lg-55px.symbol-2by3 .symbol-label {
        height: 55px;
        width: 82.5px;
    }

    .symbol.symbol-lg-55px.symbol-2by3 > img {
        height: 55px;
        width: 82.5px;
        max-width: none;
    }

    .symbol.symbol-lg-60px > img {
        width: 60px;
        height: 60px;
    }

    .symbol.symbol-lg-60px .symbol-label {
        width: 60px;
        height: 60px;
    }

    .symbol.symbol-lg-60px.symbol-fixed .symbol-label {
        width: 60px;
        height: 60px;
    }

    .symbol.symbol-lg-60px.symbol-fixed > img {
        width: 60px;
        height: 60px;
        max-width: none;
    }

    .symbol.symbol-lg-60px.symbol-2by3 .symbol-label {
        height: 60px;
        width: 90px;
    }

    .symbol.symbol-lg-60px.symbol-2by3 > img {
        height: 60px;
        width: 90px;
        max-width: none;
    }

    .symbol.symbol-lg-65px > img {
        width: 65px;
        height: 65px;
    }

    .symbol.symbol-lg-65px .symbol-label {
        width: 65px;
        height: 65px;
    }

    .symbol.symbol-lg-65px.symbol-fixed .symbol-label {
        width: 65px;
        height: 65px;
    }

    .symbol.symbol-lg-65px.symbol-fixed > img {
        width: 65px;
        height: 65px;
        max-width: none;
    }

    .symbol.symbol-lg-65px.symbol-2by3 .symbol-label {
        height: 65px;
        width: 97.5px;
    }

    .symbol.symbol-lg-65px.symbol-2by3 > img {
        height: 65px;
        width: 97.5px;
        max-width: none;
    }

    .symbol.symbol-lg-70px > img {
        width: 70px;
        height: 70px;
    }

    .symbol.symbol-lg-70px .symbol-label {
        width: 70px;
        height: 70px;
    }

    .symbol.symbol-lg-70px.symbol-fixed .symbol-label {
        width: 70px;
        height: 70px;
    }

    .symbol.symbol-lg-70px.symbol-fixed > img {
        width: 70px;
        height: 70px;
        max-width: none;
    }

    .symbol.symbol-lg-70px.symbol-2by3 .symbol-label {
        height: 70px;
        width: 105px;
    }

    .symbol.symbol-lg-70px.symbol-2by3 > img {
        height: 70px;
        width: 105px;
        max-width: none;
    }

    .symbol.symbol-lg-75px > img {
        width: 75px;
        height: 75px;
    }

    .symbol.symbol-lg-75px .symbol-label {
        width: 75px;
        height: 75px;
    }

    .symbol.symbol-lg-75px.symbol-fixed .symbol-label {
        width: 75px;
        height: 75px;
    }

    .symbol.symbol-lg-75px.symbol-fixed > img {
        width: 75px;
        height: 75px;
        max-width: none;
    }

    .symbol.symbol-lg-75px.symbol-2by3 .symbol-label {
        height: 75px;
        width: 112.5px;
    }

    .symbol.symbol-lg-75px.symbol-2by3 > img {
        height: 75px;
        width: 112.5px;
        max-width: none;
    }

    .symbol.symbol-lg-90px > img {
        width: 90px;
        height: 90px;
    }

    .symbol.symbol-lg-90px .symbol-label {
        width: 90px;
        height: 90px;
    }

    .symbol.symbol-lg-90px.symbol-fixed .symbol-label {
        width: 90px;
        height: 90px;
    }

    .symbol.symbol-lg-90px.symbol-fixed > img {
        width: 90px;
        height: 90px;
        max-width: none;
    }

    .symbol.symbol-lg-90px.symbol-2by3 .symbol-label {
        height: 90px;
        width: 135px;
    }

    .symbol.symbol-lg-90px.symbol-2by3 > img {
        height: 90px;
        width: 135px;
        max-width: none;
    }

    .symbol.symbol-lg-100px > img {
        width: 100px;
        height: 100px;
    }

    .symbol.symbol-lg-100px .symbol-label {
        width: 100px;
        height: 100px;
    }

    .symbol.symbol-lg-100px.symbol-fixed .symbol-label {
        width: 100px;
        height: 100px;
    }

    .symbol.symbol-lg-100px.symbol-fixed > img {
        width: 100px;
        height: 100px;
        max-width: none;
    }

    .symbol.symbol-lg-100px.symbol-2by3 .symbol-label {
        height: 100px;
        width: 150px;
    }

    .symbol.symbol-lg-100px.symbol-2by3 > img {
        height: 100px;
        width: 150px;
        max-width: none;
    }

    .symbol.symbol-lg-125px > img {
        width: 125px;
        height: 125px;
    }

    .symbol.symbol-lg-125px .symbol-label {
        width: 125px;
        height: 125px;
    }

    .symbol.symbol-lg-125px.symbol-fixed .symbol-label {
        width: 125px;
        height: 125px;
    }

    .symbol.symbol-lg-125px.symbol-fixed > img {
        width: 125px;
        height: 125px;
        max-width: none;
    }

    .symbol.symbol-lg-125px.symbol-2by3 .symbol-label {
        height: 125px;
        width: 187.5px;
    }

    .symbol.symbol-lg-125px.symbol-2by3 > img {
        height: 125px;
        width: 187.5px;
        max-width: none;
    }

    .symbol.symbol-lg-150px > img {
        width: 150px;
        height: 150px;
    }

    .symbol.symbol-lg-150px .symbol-label {
        width: 150px;
        height: 150px;
    }

    .symbol.symbol-lg-150px.symbol-fixed .symbol-label {
        width: 150px;
        height: 150px;
    }

    .symbol.symbol-lg-150px.symbol-fixed > img {
        width: 150px;
        height: 150px;
        max-width: none;
    }

    .symbol.symbol-lg-150px.symbol-2by3 .symbol-label {
        height: 150px;
        width: 225px;
    }

    .symbol.symbol-lg-150px.symbol-2by3 > img {
        height: 150px;
        width: 225px;
        max-width: none;
    }

    .symbol.symbol-lg-160px > img {
        width: 160px;
        height: 160px;
    }

    .symbol.symbol-lg-160px .symbol-label {
        width: 160px;
        height: 160px;
    }

    .symbol.symbol-lg-160px.symbol-fixed .symbol-label {
        width: 160px;
        height: 160px;
    }

    .symbol.symbol-lg-160px.symbol-fixed > img {
        width: 160px;
        height: 160px;
        max-width: none;
    }

    .symbol.symbol-lg-160px.symbol-2by3 .symbol-label {
        height: 160px;
        width: 240px;
    }

    .symbol.symbol-lg-160px.symbol-2by3 > img {
        height: 160px;
        width: 240px;
        max-width: none;
    }

    .symbol.symbol-lg-175px > img {
        width: 175px;
        height: 175px;
    }

    .symbol.symbol-lg-175px .symbol-label {
        width: 175px;
        height: 175px;
    }

    .symbol.symbol-lg-175px.symbol-fixed .symbol-label {
        width: 175px;
        height: 175px;
    }

    .symbol.symbol-lg-175px.symbol-fixed > img {
        width: 175px;
        height: 175px;
        max-width: none;
    }

    .symbol.symbol-lg-175px.symbol-2by3 .symbol-label {
        height: 175px;
        width: 262.5px;
    }

    .symbol.symbol-lg-175px.symbol-2by3 > img {
        height: 175px;
        width: 262.5px;
        max-width: none;
    }

    .symbol.symbol-lg-200px > img {
        width: 200px;
        height: 200px;
    }

    .symbol.symbol-lg-200px .symbol-label {
        width: 200px;
        height: 200px;
    }

    .symbol.symbol-lg-200px.symbol-fixed .symbol-label {
        width: 200px;
        height: 200px;
    }

    .symbol.symbol-lg-200px.symbol-fixed > img {
        width: 200px;
        height: 200px;
        max-width: none;
    }

    .symbol.symbol-lg-200px.symbol-2by3 .symbol-label {
        height: 200px;
        width: 300px;
    }

    .symbol.symbol-lg-200px.symbol-2by3 > img {
        height: 200px;
        width: 300px;
        max-width: none;
    }
}

@media (min-width: 1200px) {
    .symbol.symbol-xl-20px > img {
        width: 20px;
        height: 20px;
    }

    .symbol.symbol-xl-20px .symbol-label {
        width: 20px;
        height: 20px;
    }

    .symbol.symbol-xl-20px.symbol-fixed .symbol-label {
        width: 20px;
        height: 20px;
    }

    .symbol.symbol-xl-20px.symbol-fixed > img {
        width: 20px;
        height: 20px;
        max-width: none;
    }

    .symbol.symbol-xl-20px.symbol-2by3 .symbol-label {
        height: 20px;
        width: 30px;
    }

    .symbol.symbol-xl-20px.symbol-2by3 > img {
        height: 20px;
        width: 30px;
        max-width: none;
    }

    .symbol.symbol-xl-25px > img {
        width: 25px;
        height: 25px;
    }

    .symbol.symbol-xl-25px .symbol-label {
        width: 25px;
        height: 25px;
    }

    .symbol.symbol-xl-25px.symbol-fixed .symbol-label {
        width: 25px;
        height: 25px;
    }

    .symbol.symbol-xl-25px.symbol-fixed > img {
        width: 25px;
        height: 25px;
        max-width: none;
    }

    .symbol.symbol-xl-25px.symbol-2by3 .symbol-label {
        height: 25px;
        width: 37.5px;
    }

    .symbol.symbol-xl-25px.symbol-2by3 > img {
        height: 25px;
        width: 37.5px;
        max-width: none;
    }

    .symbol.symbol-xl-30px > img {
        width: 30px;
        height: 30px;
    }

    .symbol.symbol-xl-30px .symbol-label {
        width: 30px;
        height: 30px;
    }

    .symbol.symbol-xl-30px.symbol-fixed .symbol-label {
        width: 30px;
        height: 30px;
    }

    .symbol.symbol-xl-30px.symbol-fixed > img {
        width: 30px;
        height: 30px;
        max-width: none;
    }

    .symbol.symbol-xl-30px.symbol-2by3 .symbol-label {
        height: 30px;
        width: 45px;
    }

    .symbol.symbol-xl-30px.symbol-2by3 > img {
        height: 30px;
        width: 45px;
        max-width: none;
    }

    .symbol.symbol-xl-35px > img {
        width: 35px;
        height: 35px;
    }

    .symbol.symbol-xl-35px .symbol-label {
        width: 35px;
        height: 35px;
    }

    .symbol.symbol-xl-35px.symbol-fixed .symbol-label {
        width: 35px;
        height: 35px;
    }

    .symbol.symbol-xl-35px.symbol-fixed > img {
        width: 35px;
        height: 35px;
        max-width: none;
    }

    .symbol.symbol-xl-35px.symbol-2by3 .symbol-label {
        height: 35px;
        width: 52.5px;
    }

    .symbol.symbol-xl-35px.symbol-2by3 > img {
        height: 35px;
        width: 52.5px;
        max-width: none;
    }

    .symbol.symbol-xl-40px > img {
        width: 40px;
        height: 40px;
    }

    .symbol.symbol-xl-40px .symbol-label {
        width: 40px;
        height: 40px;
    }

    .symbol.symbol-xl-40px.symbol-fixed .symbol-label {
        width: 40px;
        height: 40px;
    }

    .symbol.symbol-xl-40px.symbol-fixed > img {
        width: 40px;
        height: 40px;
        max-width: none;
    }

    .symbol.symbol-xl-40px.symbol-2by3 .symbol-label {
        height: 40px;
        width: 60px;
    }

    .symbol.symbol-xl-40px.symbol-2by3 > img {
        height: 40px;
        width: 60px;
        max-width: none;
    }

    .symbol.symbol-xl-45px > img {
        width: 45px;
        height: 45px;
    }

    .symbol.symbol-xl-45px .symbol-label {
        width: 45px;
        height: 45px;
    }

    .symbol.symbol-xl-45px.symbol-fixed .symbol-label {
        width: 45px;
        height: 45px;
    }

    .symbol.symbol-xl-45px.symbol-fixed > img {
        width: 45px;
        height: 45px;
        max-width: none;
    }

    .symbol.symbol-xl-45px.symbol-2by3 .symbol-label {
        height: 45px;
        width: 67.5px;
    }

    .symbol.symbol-xl-45px.symbol-2by3 > img {
        height: 45px;
        width: 67.5px;
        max-width: none;
    }

    .symbol.symbol-xl-50px > img {
        width: 50px;
        height: 50px;
    }

    .symbol.symbol-xl-50px .symbol-label {
        width: 50px;
        height: 50px;
    }

    .symbol.symbol-xl-50px.symbol-fixed .symbol-label {
        width: 50px;
        height: 50px;
    }

    .symbol.symbol-xl-50px.symbol-fixed > img {
        width: 50px;
        height: 50px;
        max-width: none;
    }

    .symbol.symbol-xl-50px.symbol-2by3 .symbol-label {
        height: 50px;
        width: 75px;
    }

    .symbol.symbol-xl-50px.symbol-2by3 > img {
        height: 50px;
        width: 75px;
        max-width: none;
    }

    .symbol.symbol-xl-55px > img {
        width: 55px;
        height: 55px;
    }

    .symbol.symbol-xl-55px .symbol-label {
        width: 55px;
        height: 55px;
    }

    .symbol.symbol-xl-55px.symbol-fixed .symbol-label {
        width: 55px;
        height: 55px;
    }

    .symbol.symbol-xl-55px.symbol-fixed > img {
        width: 55px;
        height: 55px;
        max-width: none;
    }

    .symbol.symbol-xl-55px.symbol-2by3 .symbol-label {
        height: 55px;
        width: 82.5px;
    }

    .symbol.symbol-xl-55px.symbol-2by3 > img {
        height: 55px;
        width: 82.5px;
        max-width: none;
    }

    .symbol.symbol-xl-60px > img {
        width: 60px;
        height: 60px;
    }

    .symbol.symbol-xl-60px .symbol-label {
        width: 60px;
        height: 60px;
    }

    .symbol.symbol-xl-60px.symbol-fixed .symbol-label {
        width: 60px;
        height: 60px;
    }

    .symbol.symbol-xl-60px.symbol-fixed > img {
        width: 60px;
        height: 60px;
        max-width: none;
    }

    .symbol.symbol-xl-60px.symbol-2by3 .symbol-label {
        height: 60px;
        width: 90px;
    }

    .symbol.symbol-xl-60px.symbol-2by3 > img {
        height: 60px;
        width: 90px;
        max-width: none;
    }

    .symbol.symbol-xl-65px > img {
        width: 65px;
        height: 65px;
    }

    .symbol.symbol-xl-65px .symbol-label {
        width: 65px;
        height: 65px;
    }

    .symbol.symbol-xl-65px.symbol-fixed .symbol-label {
        width: 65px;
        height: 65px;
    }

    .symbol.symbol-xl-65px.symbol-fixed > img {
        width: 65px;
        height: 65px;
        max-width: none;
    }

    .symbol.symbol-xl-65px.symbol-2by3 .symbol-label {
        height: 65px;
        width: 97.5px;
    }

    .symbol.symbol-xl-65px.symbol-2by3 > img {
        height: 65px;
        width: 97.5px;
        max-width: none;
    }

    .symbol.symbol-xl-70px > img {
        width: 70px;
        height: 70px;
    }

    .symbol.symbol-xl-70px .symbol-label {
        width: 70px;
        height: 70px;
    }

    .symbol.symbol-xl-70px.symbol-fixed .symbol-label {
        width: 70px;
        height: 70px;
    }

    .symbol.symbol-xl-70px.symbol-fixed > img {
        width: 70px;
        height: 70px;
        max-width: none;
    }

    .symbol.symbol-xl-70px.symbol-2by3 .symbol-label {
        height: 70px;
        width: 105px;
    }

    .symbol.symbol-xl-70px.symbol-2by3 > img {
        height: 70px;
        width: 105px;
        max-width: none;
    }

    .symbol.symbol-xl-75px > img {
        width: 75px;
        height: 75px;
    }

    .symbol.symbol-xl-75px .symbol-label {
        width: 75px;
        height: 75px;
    }

    .symbol.symbol-xl-75px.symbol-fixed .symbol-label {
        width: 75px;
        height: 75px;
    }

    .symbol.symbol-xl-75px.symbol-fixed > img {
        width: 75px;
        height: 75px;
        max-width: none;
    }

    .symbol.symbol-xl-75px.symbol-2by3 .symbol-label {
        height: 75px;
        width: 112.5px;
    }

    .symbol.symbol-xl-75px.symbol-2by3 > img {
        height: 75px;
        width: 112.5px;
        max-width: none;
    }

    .symbol.symbol-xl-90px > img {
        width: 90px;
        height: 90px;
    }

    .symbol.symbol-xl-90px .symbol-label {
        width: 90px;
        height: 90px;
    }

    .symbol.symbol-xl-90px.symbol-fixed .symbol-label {
        width: 90px;
        height: 90px;
    }

    .symbol.symbol-xl-90px.symbol-fixed > img {
        width: 90px;
        height: 90px;
        max-width: none;
    }

    .symbol.symbol-xl-90px.symbol-2by3 .symbol-label {
        height: 90px;
        width: 135px;
    }

    .symbol.symbol-xl-90px.symbol-2by3 > img {
        height: 90px;
        width: 135px;
        max-width: none;
    }

    .symbol.symbol-xl-100px > img {
        width: 100px;
        height: 100px;
    }

    .symbol.symbol-xl-100px .symbol-label {
        width: 100px;
        height: 100px;
    }

    .symbol.symbol-xl-100px.symbol-fixed .symbol-label {
        width: 100px;
        height: 100px;
    }

    .symbol.symbol-xl-100px.symbol-fixed > img {
        width: 100px;
        height: 100px;
        max-width: none;
    }

    .symbol.symbol-xl-100px.symbol-2by3 .symbol-label {
        height: 100px;
        width: 150px;
    }

    .symbol.symbol-xl-100px.symbol-2by3 > img {
        height: 100px;
        width: 150px;
        max-width: none;
    }

    .symbol.symbol-xl-125px > img {
        width: 125px;
        height: 125px;
    }

    .symbol.symbol-xl-125px .symbol-label {
        width: 125px;
        height: 125px;
    }

    .symbol.symbol-xl-125px.symbol-fixed .symbol-label {
        width: 125px;
        height: 125px;
    }

    .symbol.symbol-xl-125px.symbol-fixed > img {
        width: 125px;
        height: 125px;
        max-width: none;
    }

    .symbol.symbol-xl-125px.symbol-2by3 .symbol-label {
        height: 125px;
        width: 187.5px;
    }

    .symbol.symbol-xl-125px.symbol-2by3 > img {
        height: 125px;
        width: 187.5px;
        max-width: none;
    }

    .symbol.symbol-xl-150px > img {
        width: 150px;
        height: 150px;
    }

    .symbol.symbol-xl-150px .symbol-label {
        width: 150px;
        height: 150px;
    }

    .symbol.symbol-xl-150px.symbol-fixed .symbol-label {
        width: 150px;
        height: 150px;
    }

    .symbol.symbol-xl-150px.symbol-fixed > img {
        width: 150px;
        height: 150px;
        max-width: none;
    }

    .symbol.symbol-xl-150px.symbol-2by3 .symbol-label {
        height: 150px;
        width: 225px;
    }

    .symbol.symbol-xl-150px.symbol-2by3 > img {
        height: 150px;
        width: 225px;
        max-width: none;
    }

    .symbol.symbol-xl-160px > img {
        width: 160px;
        height: 160px;
    }

    .symbol.symbol-xl-160px .symbol-label {
        width: 160px;
        height: 160px;
    }

    .symbol.symbol-xl-160px.symbol-fixed .symbol-label {
        width: 160px;
        height: 160px;
    }

    .symbol.symbol-xl-160px.symbol-fixed > img {
        width: 160px;
        height: 160px;
        max-width: none;
    }

    .symbol.symbol-xl-160px.symbol-2by3 .symbol-label {
        height: 160px;
        width: 240px;
    }

    .symbol.symbol-xl-160px.symbol-2by3 > img {
        height: 160px;
        width: 240px;
        max-width: none;
    }

    .symbol.symbol-xl-175px > img {
        width: 175px;
        height: 175px;
    }

    .symbol.symbol-xl-175px .symbol-label {
        width: 175px;
        height: 175px;
    }

    .symbol.symbol-xl-175px.symbol-fixed .symbol-label {
        width: 175px;
        height: 175px;
    }

    .symbol.symbol-xl-175px.symbol-fixed > img {
        width: 175px;
        height: 175px;
        max-width: none;
    }

    .symbol.symbol-xl-175px.symbol-2by3 .symbol-label {
        height: 175px;
        width: 262.5px;
    }

    .symbol.symbol-xl-175px.symbol-2by3 > img {
        height: 175px;
        width: 262.5px;
        max-width: none;
    }

    .symbol.symbol-xl-200px > img {
        width: 200px;
        height: 200px;
    }

    .symbol.symbol-xl-200px .symbol-label {
        width: 200px;
        height: 200px;
    }

    .symbol.symbol-xl-200px.symbol-fixed .symbol-label {
        width: 200px;
        height: 200px;
    }

    .symbol.symbol-xl-200px.symbol-fixed > img {
        width: 200px;
        height: 200px;
        max-width: none;
    }

    .symbol.symbol-xl-200px.symbol-2by3 .symbol-label {
        height: 200px;
        width: 300px;
    }

    .symbol.symbol-xl-200px.symbol-2by3 > img {
        height: 200px;
        width: 300px;
        max-width: none;
    }
}

@media (min-width: 1400px) {
    .symbol.symbol-xxl-20px > img {
        width: 20px;
        height: 20px;
    }

    .symbol.symbol-xxl-20px .symbol-label {
        width: 20px;
        height: 20px;
    }

    .symbol.symbol-xxl-20px.symbol-fixed .symbol-label {
        width: 20px;
        height: 20px;
    }

    .symbol.symbol-xxl-20px.symbol-fixed > img {
        width: 20px;
        height: 20px;
        max-width: none;
    }

    .symbol.symbol-xxl-20px.symbol-2by3 .symbol-label {
        height: 20px;
        width: 30px;
    }

    .symbol.symbol-xxl-20px.symbol-2by3 > img {
        height: 20px;
        width: 30px;
        max-width: none;
    }

    .symbol.symbol-xxl-25px > img {
        width: 25px;
        height: 25px;
    }

    .symbol.symbol-xxl-25px .symbol-label {
        width: 25px;
        height: 25px;
    }

    .symbol.symbol-xxl-25px.symbol-fixed .symbol-label {
        width: 25px;
        height: 25px;
    }

    .symbol.symbol-xxl-25px.symbol-fixed > img {
        width: 25px;
        height: 25px;
        max-width: none;
    }

    .symbol.symbol-xxl-25px.symbol-2by3 .symbol-label {
        height: 25px;
        width: 37.5px;
    }

    .symbol.symbol-xxl-25px.symbol-2by3 > img {
        height: 25px;
        width: 37.5px;
        max-width: none;
    }

    .symbol.symbol-xxl-30px > img {
        width: 30px;
        height: 30px;
    }

    .symbol.symbol-xxl-30px .symbol-label {
        width: 30px;
        height: 30px;
    }

    .symbol.symbol-xxl-30px.symbol-fixed .symbol-label {
        width: 30px;
        height: 30px;
    }

    .symbol.symbol-xxl-30px.symbol-fixed > img {
        width: 30px;
        height: 30px;
        max-width: none;
    }

    .symbol.symbol-xxl-30px.symbol-2by3 .symbol-label {
        height: 30px;
        width: 45px;
    }

    .symbol.symbol-xxl-30px.symbol-2by3 > img {
        height: 30px;
        width: 45px;
        max-width: none;
    }

    .symbol.symbol-xxl-35px > img {
        width: 35px;
        height: 35px;
    }

    .symbol.symbol-xxl-35px .symbol-label {
        width: 35px;
        height: 35px;
    }

    .symbol.symbol-xxl-35px.symbol-fixed .symbol-label {
        width: 35px;
        height: 35px;
    }

    .symbol.symbol-xxl-35px.symbol-fixed > img {
        width: 35px;
        height: 35px;
        max-width: none;
    }

    .symbol.symbol-xxl-35px.symbol-2by3 .symbol-label {
        height: 35px;
        width: 52.5px;
    }

    .symbol.symbol-xxl-35px.symbol-2by3 > img {
        height: 35px;
        width: 52.5px;
        max-width: none;
    }

    .symbol.symbol-xxl-40px > img {
        width: 40px;
        height: 40px;
    }

    .symbol.symbol-xxl-40px .symbol-label {
        width: 40px;
        height: 40px;
    }

    .symbol.symbol-xxl-40px.symbol-fixed .symbol-label {
        width: 40px;
        height: 40px;
    }

    .symbol.symbol-xxl-40px.symbol-fixed > img {
        width: 40px;
        height: 40px;
        max-width: none;
    }

    .symbol.symbol-xxl-40px.symbol-2by3 .symbol-label {
        height: 40px;
        width: 60px;
    }

    .symbol.symbol-xxl-40px.symbol-2by3 > img {
        height: 40px;
        width: 60px;
        max-width: none;
    }

    .symbol.symbol-xxl-45px > img {
        width: 45px;
        height: 45px;
    }

    .symbol.symbol-xxl-45px .symbol-label {
        width: 45px;
        height: 45px;
    }

    .symbol.symbol-xxl-45px.symbol-fixed .symbol-label {
        width: 45px;
        height: 45px;
    }

    .symbol.symbol-xxl-45px.symbol-fixed > img {
        width: 45px;
        height: 45px;
        max-width: none;
    }

    .symbol.symbol-xxl-45px.symbol-2by3 .symbol-label {
        height: 45px;
        width: 67.5px;
    }

    .symbol.symbol-xxl-45px.symbol-2by3 > img {
        height: 45px;
        width: 67.5px;
        max-width: none;
    }

    .symbol.symbol-xxl-50px > img {
        width: 50px;
        height: 50px;
    }

    .symbol.symbol-xxl-50px .symbol-label {
        width: 50px;
        height: 50px;
    }

    .symbol.symbol-xxl-50px.symbol-fixed .symbol-label {
        width: 50px;
        height: 50px;
    }

    .symbol.symbol-xxl-50px.symbol-fixed > img {
        width: 50px;
        height: 50px;
        max-width: none;
    }

    .symbol.symbol-xxl-50px.symbol-2by3 .symbol-label {
        height: 50px;
        width: 75px;
    }

    .symbol.symbol-xxl-50px.symbol-2by3 > img {
        height: 50px;
        width: 75px;
        max-width: none;
    }

    .symbol.symbol-xxl-55px > img {
        width: 55px;
        height: 55px;
    }

    .symbol.symbol-xxl-55px .symbol-label {
        width: 55px;
        height: 55px;
    }

    .symbol.symbol-xxl-55px.symbol-fixed .symbol-label {
        width: 55px;
        height: 55px;
    }

    .symbol.symbol-xxl-55px.symbol-fixed > img {
        width: 55px;
        height: 55px;
        max-width: none;
    }

    .symbol.symbol-xxl-55px.symbol-2by3 .symbol-label {
        height: 55px;
        width: 82.5px;
    }

    .symbol.symbol-xxl-55px.symbol-2by3 > img {
        height: 55px;
        width: 82.5px;
        max-width: none;
    }

    .symbol.symbol-xxl-60px > img {
        width: 60px;
        height: 60px;
    }

    .symbol.symbol-xxl-60px .symbol-label {
        width: 60px;
        height: 60px;
    }

    .symbol.symbol-xxl-60px.symbol-fixed .symbol-label {
        width: 60px;
        height: 60px;
    }

    .symbol.symbol-xxl-60px.symbol-fixed > img {
        width: 60px;
        height: 60px;
        max-width: none;
    }

    .symbol.symbol-xxl-60px.symbol-2by3 .symbol-label {
        height: 60px;
        width: 90px;
    }

    .symbol.symbol-xxl-60px.symbol-2by3 > img {
        height: 60px;
        width: 90px;
        max-width: none;
    }

    .symbol.symbol-xxl-65px > img {
        width: 65px;
        height: 65px;
    }

    .symbol.symbol-xxl-65px .symbol-label {
        width: 65px;
        height: 65px;
    }

    .symbol.symbol-xxl-65px.symbol-fixed .symbol-label {
        width: 65px;
        height: 65px;
    }

    .symbol.symbol-xxl-65px.symbol-fixed > img {
        width: 65px;
        height: 65px;
        max-width: none;
    }

    .symbol.symbol-xxl-65px.symbol-2by3 .symbol-label {
        height: 65px;
        width: 97.5px;
    }

    .symbol.symbol-xxl-65px.symbol-2by3 > img {
        height: 65px;
        width: 97.5px;
        max-width: none;
    }

    .symbol.symbol-xxl-70px > img {
        width: 70px;
        height: 70px;
    }

    .symbol.symbol-xxl-70px .symbol-label {
        width: 70px;
        height: 70px;
    }

    .symbol.symbol-xxl-70px.symbol-fixed .symbol-label {
        width: 70px;
        height: 70px;
    }

    .symbol.symbol-xxl-70px.symbol-fixed > img {
        width: 70px;
        height: 70px;
        max-width: none;
    }

    .symbol.symbol-xxl-70px.symbol-2by3 .symbol-label {
        height: 70px;
        width: 105px;
    }

    .symbol.symbol-xxl-70px.symbol-2by3 > img {
        height: 70px;
        width: 105px;
        max-width: none;
    }

    .symbol.symbol-xxl-75px > img {
        width: 75px;
        height: 75px;
    }

    .symbol.symbol-xxl-75px .symbol-label {
        width: 75px;
        height: 75px;
    }

    .symbol.symbol-xxl-75px.symbol-fixed .symbol-label {
        width: 75px;
        height: 75px;
    }

    .symbol.symbol-xxl-75px.symbol-fixed > img {
        width: 75px;
        height: 75px;
        max-width: none;
    }

    .symbol.symbol-xxl-75px.symbol-2by3 .symbol-label {
        height: 75px;
        width: 112.5px;
    }

    .symbol.symbol-xxl-75px.symbol-2by3 > img {
        height: 75px;
        width: 112.5px;
        max-width: none;
    }

    .symbol.symbol-xxl-90px > img {
        width: 90px;
        height: 90px;
    }

    .symbol.symbol-xxl-90px .symbol-label {
        width: 90px;
        height: 90px;
    }

    .symbol.symbol-xxl-90px.symbol-fixed .symbol-label {
        width: 90px;
        height: 90px;
    }

    .symbol.symbol-xxl-90px.symbol-fixed > img {
        width: 90px;
        height: 90px;
        max-width: none;
    }

    .symbol.symbol-xxl-90px.symbol-2by3 .symbol-label {
        height: 90px;
        width: 135px;
    }

    .symbol.symbol-xxl-90px.symbol-2by3 > img {
        height: 90px;
        width: 135px;
        max-width: none;
    }

    .symbol.symbol-xxl-100px > img {
        width: 100px;
        height: 100px;
    }

    .symbol.symbol-xxl-100px .symbol-label {
        width: 100px;
        height: 100px;
    }

    .symbol.symbol-xxl-100px.symbol-fixed .symbol-label {
        width: 100px;
        height: 100px;
    }

    .symbol.symbol-xxl-100px.symbol-fixed > img {
        width: 100px;
        height: 100px;
        max-width: none;
    }

    .symbol.symbol-xxl-100px.symbol-2by3 .symbol-label {
        height: 100px;
        width: 150px;
    }

    .symbol.symbol-xxl-100px.symbol-2by3 > img {
        height: 100px;
        width: 150px;
        max-width: none;
    }

    .symbol.symbol-xxl-125px > img {
        width: 125px;
        height: 125px;
    }

    .symbol.symbol-xxl-125px .symbol-label {
        width: 125px;
        height: 125px;
    }

    .symbol.symbol-xxl-125px.symbol-fixed .symbol-label {
        width: 125px;
        height: 125px;
    }

    .symbol.symbol-xxl-125px.symbol-fixed > img {
        width: 125px;
        height: 125px;
        max-width: none;
    }

    .symbol.symbol-xxl-125px.symbol-2by3 .symbol-label {
        height: 125px;
        width: 187.5px;
    }

    .symbol.symbol-xxl-125px.symbol-2by3 > img {
        height: 125px;
        width: 187.5px;
        max-width: none;
    }

    .symbol.symbol-xxl-150px > img {
        width: 150px;
        height: 150px;
    }

    .symbol.symbol-xxl-150px .symbol-label {
        width: 150px;
        height: 150px;
    }

    .symbol.symbol-xxl-150px.symbol-fixed .symbol-label {
        width: 150px;
        height: 150px;
    }

    .symbol.symbol-xxl-150px.symbol-fixed > img {
        width: 150px;
        height: 150px;
        max-width: none;
    }

    .symbol.symbol-xxl-150px.symbol-2by3 .symbol-label {
        height: 150px;
        width: 225px;
    }

    .symbol.symbol-xxl-150px.symbol-2by3 > img {
        height: 150px;
        width: 225px;
        max-width: none;
    }

    .symbol.symbol-xxl-160px > img {
        width: 160px;
        height: 160px;
    }

    .symbol.symbol-xxl-160px .symbol-label {
        width: 160px;
        height: 160px;
    }

    .symbol.symbol-xxl-160px.symbol-fixed .symbol-label {
        width: 160px;
        height: 160px;
    }

    .symbol.symbol-xxl-160px.symbol-fixed > img {
        width: 160px;
        height: 160px;
        max-width: none;
    }

    .symbol.symbol-xxl-160px.symbol-2by3 .symbol-label {
        height: 160px;
        width: 240px;
    }

    .symbol.symbol-xxl-160px.symbol-2by3 > img {
        height: 160px;
        width: 240px;
        max-width: none;
    }

    .symbol.symbol-xxl-175px > img {
        width: 175px;
        height: 175px;
    }

    .symbol.symbol-xxl-175px .symbol-label {
        width: 175px;
        height: 175px;
    }

    .symbol.symbol-xxl-175px.symbol-fixed .symbol-label {
        width: 175px;
        height: 175px;
    }

    .symbol.symbol-xxl-175px.symbol-fixed > img {
        width: 175px;
        height: 175px;
        max-width: none;
    }

    .symbol.symbol-xxl-175px.symbol-2by3 .symbol-label {
        height: 175px;
        width: 262.5px;
    }

    .symbol.symbol-xxl-175px.symbol-2by3 > img {
        height: 175px;
        width: 262.5px;
        max-width: none;
    }

    .symbol.symbol-xxl-200px > img {
        width: 200px;
        height: 200px;
    }

    .symbol.symbol-xxl-200px .symbol-label {
        width: 200px;
        height: 200px;
    }

    .symbol.symbol-xxl-200px.symbol-fixed .symbol-label {
        width: 200px;
        height: 200px;
    }

    .symbol.symbol-xxl-200px.symbol-fixed > img {
        width: 200px;
        height: 200px;
        max-width: none;
    }

    .symbol.symbol-xxl-200px.symbol-2by3 .symbol-label {
        height: 200px;
        width: 300px;
    }

    .symbol.symbol-xxl-200px.symbol-2by3 > img {
        height: 200px;
        width: 300px;
        max-width: none;
    }
}

.symbol-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px;
}

    .symbol-group .symbol {
        position: relative;
        z-index: 0;
        margin-left: -10px;
        transition: all 0.3s ease;
    }

        .symbol-group .symbol:hover {
            transition: all 0.3s ease;
            z-index: 1;
        }

    .symbol-group .symbol-badge {
        border: 2px solid var(--kt-body-bg);
    }

    .symbol-group .symbol-label {
        position: relative;
    }

        .symbol-group .symbol-label:after {
            display: block;
            content: " ";
            border-radius: inherit;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            border: 2px solid var(--kt-symbol-border-color);
            -webkit-background-clip: padding-box; /* for Safari */
            background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
        }

    .symbol-group.symbol-hover .symbol {
        cursor: pointer;
    }

.pulse {
    position: relative;
}

    .pulse.pulse-white .pulse-ring {
        border-color: #ffffff;
    }

    .pulse.pulse-light .pulse-ring {
        border-color: #F9F9F9;
    }

    .pulse.pulse-primary .pulse-ring {
        border-color: #3E97FF;
    }

    .pulse.pulse-secondary .pulse-ring {
        border-color: #E1E3EA;
    }

    .pulse.pulse-success .pulse-ring {
        border-color: #50CD89;
    }

    .pulse.pulse-info .pulse-ring {
        border-color: #7239EA;
    }

    .pulse.pulse-warning .pulse-ring {
        border-color: #FFC700;
    }

    .pulse.pulse-danger .pulse-ring {
        border-color: #F1416C;
    }

    .pulse.pulse-dark .pulse-ring {
        border-color: #181C32;
    }

.pulse-ring {
    display: block;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    position: absolute;
    animation: animation-pulse 3.5s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    border-width: 3px;
    border-style: solid;
    border-color: var(--kt-gray-500);
}

@keyframes animation-pulse {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0;
    }

    65% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

[data-kt-app-page-loading=on] *,
.page-loading * {
    transition: none !important;
}

.page-loader {
    background-color: var(--kt-body-bg);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    display: none;
}

[data-kt-app-page-loading=on] .page-loader, .page-loading .page-loader {
    display: flex;
    justify-content: center;
    align-items: center;
}

.scrolltop {
    position: fixed;
    display: none;
    cursor: pointer;
    z-index: 105;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    bottom: 43px;
    right: 7px;
    background-color: var(--kt-scrolltop-bg-color);
    box-shadow: var(--kt-scrolltop-box-shadow);
    opacity: 0;
    transition: color 0.2s ease;
    border-radius: 0.475rem;
}

    .scrolltop .svg-icon {
        color: var(--kt-scrolltop-icon-color);
    }

        .scrolltop .svg-icon svg {
            height: 24px;
            width: 24px;
        }

    .scrolltop > i {
        font-size: 1.3rem;
        color: var(--kt-scrolltop-icon-color);
    }

    .scrolltop:hover {
        background-color: var(--kt-scrolltop-bg-color-hover);
    }

        .scrolltop:hover .svg-icon,
        .scrolltop:hover i {
            color: var(--kt-scrolltop-icon-color-hover);
        }

[data-kt-scrolltop=on] .scrolltop {
    opacity: var(--kt-scrolltop-opacity-on);
    animation: animation-scrolltop 0.4s ease-out 1;
    display: flex;
}

    [data-kt-scrolltop=on] .scrolltop:hover {
        transition: color 0.2s ease;
        opacity: var(--kt-scrolltop-opacity-hover);
    }

@media (max-width: 991.98px) {
    .scrolltop {
        bottom: 23px;
        right: 5px;
        width: 30px;
        height: 30px;
    }
}

@keyframes animation-scrolltop {
    from {
        margin-bottom: -15px;
    }

    to {
        margin-bottom: 0;
    }
}

.svg-icon {
    line-height: 1;
    color: var(--kt-text-muted);
}

    .svg-icon svg {
        height: 1.15rem;
        width: 1.15rem;
    }

    .svg-icon.svg-icon-white {
        color: var(--kt-text-white);
    }

    .svg-icon.svg-icon-primary {
        color: var(--kt-text-primary);
    }

    .svg-icon.svg-icon-secondary {
        color: var(--kt-text-secondary);
    }

    .svg-icon.svg-icon-light {
        color: var(--kt-text-light);
    }

    .svg-icon.svg-icon-success {
        color: var(--kt-text-success);
    }

    .svg-icon.svg-icon-info {
        color: var(--kt-text-info);
    }

    .svg-icon.svg-icon-warning {
        color: var(--kt-text-warning);
    }

    .svg-icon.svg-icon-danger {
        color: var(--kt-text-danger);
    }

    .svg-icon.svg-icon-dark {
        color: var(--kt-text-dark);
    }

    .svg-icon.svg-icon-muted {
        color: var(--kt-text-muted);
    }

    .svg-icon.svg-icon-gray-100 {
        color: var(--kt-text-gray-100);
    }

    .svg-icon.svg-icon-gray-200 {
        color: var(--kt-text-gray-200);
    }

    .svg-icon.svg-icon-gray-300 {
        color: var(--kt-text-gray-300);
    }

    .svg-icon.svg-icon-gray-400 {
        color: var(--kt-text-gray-400);
    }

    .svg-icon.svg-icon-gray-500 {
        color: var(--kt-text-gray-500);
    }

    .svg-icon.svg-icon-gray-600 {
        color: var(--kt-text-gray-600);
    }

    .svg-icon.svg-icon-gray-700 {
        color: var(--kt-text-gray-700);
    }

    .svg-icon.svg-icon-gray-800 {
        color: var(--kt-text-gray-800);
    }

    .svg-icon.svg-icon-gray-900 {
        color: var(--kt-text-gray-900);
    }

    .svg-icon.svg-icon-1 svg {
        height: 1.75rem !important;
        width: 1.75rem !important;
    }

    .svg-icon.svg-icon-2 svg {
        height: 1.5rem !important;
        width: 1.5rem !important;
    }

    .svg-icon.svg-icon-3 svg {
        height: 1.35rem !important;
        width: 1.35rem !important;
    }

    .svg-icon.svg-icon-4 svg {
        height: 1.25rem !important;
        width: 1.25rem !important;
    }

    .svg-icon.svg-icon-5 svg {
        height: 1.15rem !important;
        width: 1.15rem !important;
    }

    .svg-icon.svg-icon-6 svg {
        height: 1.075rem !important;
        width: 1.075rem !important;
    }

    .svg-icon.svg-icon-7 svg {
        height: 0.95rem !important;
        width: 0.95rem !important;
    }

    .svg-icon.svg-icon-8 svg {
        height: 0.85rem !important;
        width: 0.85rem !important;
    }

    .svg-icon.svg-icon-9 svg {
        height: 0.75rem !important;
        width: 0.75rem !important;
    }

    .svg-icon.svg-icon-10 svg {
        height: 0.5rem !important;
        width: 0.5rem !important;
    }

    .svg-icon.svg-icon-base svg {
        height: 1rem !important;
        width: 1rem !important;
    }

    .svg-icon.svg-icon-fluid svg {
        height: 100% !important;
        width: 100% !important;
    }

    .svg-icon.svg-icon-2x svg {
        height: 2rem !important;
        width: 2rem !important;
    }

    .svg-icon.svg-icon-2qx svg {
        height: 2.25rem !important;
        width: 2.25rem !important;
    }

    .svg-icon.svg-icon-2hx svg {
        height: 2.5rem !important;
        width: 2.5rem !important;
    }

    .svg-icon.svg-icon-2tx svg {
        height: 2.75rem !important;
        width: 2.75rem !important;
    }

    .svg-icon.svg-icon-3x svg {
        height: 3rem !important;
        width: 3rem !important;
    }

    .svg-icon.svg-icon-3qx svg {
        height: 3.25rem !important;
        width: 3.25rem !important;
    }

    .svg-icon.svg-icon-3hx svg {
        height: 3.5rem !important;
        width: 3.5rem !important;
    }

    .svg-icon.svg-icon-3tx svg {
        height: 3.75rem !important;
        width: 3.75rem !important;
    }

    .svg-icon.svg-icon-4x svg {
        height: 4rem !important;
        width: 4rem !important;
    }

    .svg-icon.svg-icon-4qx svg {
        height: 4.25rem !important;
        width: 4.25rem !important;
    }

    .svg-icon.svg-icon-4hx svg {
        height: 4.5rem !important;
        width: 4.5rem !important;
    }

    .svg-icon.svg-icon-4tx svg {
        height: 4.75rem !important;
        width: 4.75rem !important;
    }

    .svg-icon.svg-icon-5x svg {
        height: 5rem !important;
        width: 5rem !important;
    }

    .svg-icon.svg-icon-5qx svg {
        height: 5.25rem !important;
        width: 5.25rem !important;
    }

    .svg-icon.svg-icon-5hx svg {
        height: 5.5rem !important;
        width: 5.5rem !important;
    }

    .svg-icon.svg-icon-5tx svg {
        height: 5.75rem !important;
        width: 5.75rem !important;
    }

@media (min-width: 576px) {
    .svg-icon.svg-icon-sm-1 svg {
        height: 1.75rem !important;
        width: 1.75rem !important;
    }

    .svg-icon.svg-icon-sm-2 svg {
        height: 1.5rem !important;
        width: 1.5rem !important;
    }

    .svg-icon.svg-icon-sm-3 svg {
        height: 1.35rem !important;
        width: 1.35rem !important;
    }

    .svg-icon.svg-icon-sm-4 svg {
        height: 1.25rem !important;
        width: 1.25rem !important;
    }

    .svg-icon.svg-icon-sm-5 svg {
        height: 1.15rem !important;
        width: 1.15rem !important;
    }

    .svg-icon.svg-icon-sm-6 svg {
        height: 1.075rem !important;
        width: 1.075rem !important;
    }

    .svg-icon.svg-icon-sm-7 svg {
        height: 0.95rem !important;
        width: 0.95rem !important;
    }

    .svg-icon.svg-icon-sm-8 svg {
        height: 0.85rem !important;
        width: 0.85rem !important;
    }

    .svg-icon.svg-icon-sm-9 svg {
        height: 0.75rem !important;
        width: 0.75rem !important;
    }

    .svg-icon.svg-icon-sm-10 svg {
        height: 0.5rem !important;
        width: 0.5rem !important;
    }

    .svg-icon.svg-icon-sm-base svg {
        height: 1rem !important;
        width: 1rem !important;
    }

    .svg-icon.svg-icon-sm-fluid svg {
        height: 100% !important;
        width: 100% !important;
    }

    .svg-icon.svg-icon-sm-2x svg {
        height: 2rem !important;
        width: 2rem !important;
    }

    .svg-icon.svg-icon-sm-2qx svg {
        height: 2.25rem !important;
        width: 2.25rem !important;
    }

    .svg-icon.svg-icon-sm-2hx svg {
        height: 2.5rem !important;
        width: 2.5rem !important;
    }

    .svg-icon.svg-icon-sm-2tx svg {
        height: 2.75rem !important;
        width: 2.75rem !important;
    }

    .svg-icon.svg-icon-sm-3x svg {
        height: 3rem !important;
        width: 3rem !important;
    }

    .svg-icon.svg-icon-sm-3qx svg {
        height: 3.25rem !important;
        width: 3.25rem !important;
    }

    .svg-icon.svg-icon-sm-3hx svg {
        height: 3.5rem !important;
        width: 3.5rem !important;
    }

    .svg-icon.svg-icon-sm-3tx svg {
        height: 3.75rem !important;
        width: 3.75rem !important;
    }

    .svg-icon.svg-icon-sm-4x svg {
        height: 4rem !important;
        width: 4rem !important;
    }

    .svg-icon.svg-icon-sm-4qx svg {
        height: 4.25rem !important;
        width: 4.25rem !important;
    }

    .svg-icon.svg-icon-sm-4hx svg {
        height: 4.5rem !important;
        width: 4.5rem !important;
    }

    .svg-icon.svg-icon-sm-4tx svg {
        height: 4.75rem !important;
        width: 4.75rem !important;
    }

    .svg-icon.svg-icon-sm-5x svg {
        height: 5rem !important;
        width: 5rem !important;
    }

    .svg-icon.svg-icon-sm-5qx svg {
        height: 5.25rem !important;
        width: 5.25rem !important;
    }

    .svg-icon.svg-icon-sm-5hx svg {
        height: 5.5rem !important;
        width: 5.5rem !important;
    }

    .svg-icon.svg-icon-sm-5tx svg {
        height: 5.75rem !important;
        width: 5.75rem !important;
    }
}

@media (min-width: 768px) {
    .svg-icon.svg-icon-md-1 svg {
        height: 1.75rem !important;
        width: 1.75rem !important;
    }

    .svg-icon.svg-icon-md-2 svg {
        height: 1.5rem !important;
        width: 1.5rem !important;
    }

    .svg-icon.svg-icon-md-3 svg {
        height: 1.35rem !important;
        width: 1.35rem !important;
    }

    .svg-icon.svg-icon-md-4 svg {
        height: 1.25rem !important;
        width: 1.25rem !important;
    }

    .svg-icon.svg-icon-md-5 svg {
        height: 1.15rem !important;
        width: 1.15rem !important;
    }

    .svg-icon.svg-icon-md-6 svg {
        height: 1.075rem !important;
        width: 1.075rem !important;
    }

    .svg-icon.svg-icon-md-7 svg {
        height: 0.95rem !important;
        width: 0.95rem !important;
    }

    .svg-icon.svg-icon-md-8 svg {
        height: 0.85rem !important;
        width: 0.85rem !important;
    }

    .svg-icon.svg-icon-md-9 svg {
        height: 0.75rem !important;
        width: 0.75rem !important;
    }

    .svg-icon.svg-icon-md-10 svg {
        height: 0.5rem !important;
        width: 0.5rem !important;
    }

    .svg-icon.svg-icon-md-base svg {
        height: 1rem !important;
        width: 1rem !important;
    }

    .svg-icon.svg-icon-md-fluid svg {
        height: 100% !important;
        width: 100% !important;
    }

    .svg-icon.svg-icon-md-2x svg {
        height: 2rem !important;
        width: 2rem !important;
    }

    .svg-icon.svg-icon-md-2qx svg {
        height: 2.25rem !important;
        width: 2.25rem !important;
    }

    .svg-icon.svg-icon-md-2hx svg {
        height: 2.5rem !important;
        width: 2.5rem !important;
    }

    .svg-icon.svg-icon-md-2tx svg {
        height: 2.75rem !important;
        width: 2.75rem !important;
    }

    .svg-icon.svg-icon-md-3x svg {
        height: 3rem !important;
        width: 3rem !important;
    }

    .svg-icon.svg-icon-md-3qx svg {
        height: 3.25rem !important;
        width: 3.25rem !important;
    }

    .svg-icon.svg-icon-md-3hx svg {
        height: 3.5rem !important;
        width: 3.5rem !important;
    }

    .svg-icon.svg-icon-md-3tx svg {
        height: 3.75rem !important;
        width: 3.75rem !important;
    }

    .svg-icon.svg-icon-md-4x svg {
        height: 4rem !important;
        width: 4rem !important;
    }

    .svg-icon.svg-icon-md-4qx svg {
        height: 4.25rem !important;
        width: 4.25rem !important;
    }

    .svg-icon.svg-icon-md-4hx svg {
        height: 4.5rem !important;
        width: 4.5rem !important;
    }

    .svg-icon.svg-icon-md-4tx svg {
        height: 4.75rem !important;
        width: 4.75rem !important;
    }

    .svg-icon.svg-icon-md-5x svg {
        height: 5rem !important;
        width: 5rem !important;
    }

    .svg-icon.svg-icon-md-5qx svg {
        height: 5.25rem !important;
        width: 5.25rem !important;
    }

    .svg-icon.svg-icon-md-5hx svg {
        height: 5.5rem !important;
        width: 5.5rem !important;
    }

    .svg-icon.svg-icon-md-5tx svg {
        height: 5.75rem !important;
        width: 5.75rem !important;
    }
}

@media (min-width: 992px) {
    .svg-icon.svg-icon-lg-1 svg {
        height: 1.75rem !important;
        width: 1.75rem !important;
    }

    .svg-icon.svg-icon-lg-2 svg {
        height: 1.5rem !important;
        width: 1.5rem !important;
    }

    .svg-icon.svg-icon-lg-3 svg {
        height: 1.35rem !important;
        width: 1.35rem !important;
    }

    .svg-icon.svg-icon-lg-4 svg {
        height: 1.25rem !important;
        width: 1.25rem !important;
    }

    .svg-icon.svg-icon-lg-5 svg {
        height: 1.15rem !important;
        width: 1.15rem !important;
    }

    .svg-icon.svg-icon-lg-6 svg {
        height: 1.075rem !important;
        width: 1.075rem !important;
    }

    .svg-icon.svg-icon-lg-7 svg {
        height: 0.95rem !important;
        width: 0.95rem !important;
    }

    .svg-icon.svg-icon-lg-8 svg {
        height: 0.85rem !important;
        width: 0.85rem !important;
    }

    .svg-icon.svg-icon-lg-9 svg {
        height: 0.75rem !important;
        width: 0.75rem !important;
    }

    .svg-icon.svg-icon-lg-10 svg {
        height: 0.5rem !important;
        width: 0.5rem !important;
    }

    .svg-icon.svg-icon-lg-base svg {
        height: 1rem !important;
        width: 1rem !important;
    }

    .svg-icon.svg-icon-lg-fluid svg {
        height: 100% !important;
        width: 100% !important;
    }

    .svg-icon.svg-icon-lg-2x svg {
        height: 2rem !important;
        width: 2rem !important;
    }

    .svg-icon.svg-icon-lg-2qx svg {
        height: 2.25rem !important;
        width: 2.25rem !important;
    }

    .svg-icon.svg-icon-lg-2hx svg {
        height: 2.5rem !important;
        width: 2.5rem !important;
    }

    .svg-icon.svg-icon-lg-2tx svg {
        height: 2.75rem !important;
        width: 2.75rem !important;
    }

    .svg-icon.svg-icon-lg-3x svg {
        height: 3rem !important;
        width: 3rem !important;
    }

    .svg-icon.svg-icon-lg-3qx svg {
        height: 3.25rem !important;
        width: 3.25rem !important;
    }

    .svg-icon.svg-icon-lg-3hx svg {
        height: 3.5rem !important;
        width: 3.5rem !important;
    }

    .svg-icon.svg-icon-lg-3tx svg {
        height: 3.75rem !important;
        width: 3.75rem !important;
    }

    .svg-icon.svg-icon-lg-4x svg {
        height: 4rem !important;
        width: 4rem !important;
    }

    .svg-icon.svg-icon-lg-4qx svg {
        height: 4.25rem !important;
        width: 4.25rem !important;
    }

    .svg-icon.svg-icon-lg-4hx svg {
        height: 4.5rem !important;
        width: 4.5rem !important;
    }

    .svg-icon.svg-icon-lg-4tx svg {
        height: 4.75rem !important;
        width: 4.75rem !important;
    }

    .svg-icon.svg-icon-lg-5x svg {
        height: 5rem !important;
        width: 5rem !important;
    }

    .svg-icon.svg-icon-lg-5qx svg {
        height: 5.25rem !important;
        width: 5.25rem !important;
    }

    .svg-icon.svg-icon-lg-5hx svg {
        height: 5.5rem !important;
        width: 5.5rem !important;
    }

    .svg-icon.svg-icon-lg-5tx svg {
        height: 5.75rem !important;
        width: 5.75rem !important;
    }
}

@media (min-width: 1200px) {
    .svg-icon.svg-icon-xl-1 svg {
        height: 1.75rem !important;
        width: 1.75rem !important;
    }

    .svg-icon.svg-icon-xl-2 svg {
        height: 1.5rem !important;
        width: 1.5rem !important;
    }

    .svg-icon.svg-icon-xl-3 svg {
        height: 1.35rem !important;
        width: 1.35rem !important;
    }

    .svg-icon.svg-icon-xl-4 svg {
        height: 1.25rem !important;
        width: 1.25rem !important;
    }

    .svg-icon.svg-icon-xl-5 svg {
        height: 1.15rem !important;
        width: 1.15rem !important;
    }

    .svg-icon.svg-icon-xl-6 svg {
        height: 1.075rem !important;
        width: 1.075rem !important;
    }

    .svg-icon.svg-icon-xl-7 svg {
        height: 0.95rem !important;
        width: 0.95rem !important;
    }

    .svg-icon.svg-icon-xl-8 svg {
        height: 0.85rem !important;
        width: 0.85rem !important;
    }

    .svg-icon.svg-icon-xl-9 svg {
        height: 0.75rem !important;
        width: 0.75rem !important;
    }

    .svg-icon.svg-icon-xl-10 svg {
        height: 0.5rem !important;
        width: 0.5rem !important;
    }

    .svg-icon.svg-icon-xl-base svg {
        height: 1rem !important;
        width: 1rem !important;
    }

    .svg-icon.svg-icon-xl-fluid svg {
        height: 100% !important;
        width: 100% !important;
    }

    .svg-icon.svg-icon-xl-2x svg {
        height: 2rem !important;
        width: 2rem !important;
    }

    .svg-icon.svg-icon-xl-2qx svg {
        height: 2.25rem !important;
        width: 2.25rem !important;
    }

    .svg-icon.svg-icon-xl-2hx svg {
        height: 2.5rem !important;
        width: 2.5rem !important;
    }

    .svg-icon.svg-icon-xl-2tx svg {
        height: 2.75rem !important;
        width: 2.75rem !important;
    }

    .svg-icon.svg-icon-xl-3x svg {
        height: 3rem !important;
        width: 3rem !important;
    }

    .svg-icon.svg-icon-xl-3qx svg {
        height: 3.25rem !important;
        width: 3.25rem !important;
    }

    .svg-icon.svg-icon-xl-3hx svg {
        height: 3.5rem !important;
        width: 3.5rem !important;
    }

    .svg-icon.svg-icon-xl-3tx svg {
        height: 3.75rem !important;
        width: 3.75rem !important;
    }

    .svg-icon.svg-icon-xl-4x svg {
        height: 4rem !important;
        width: 4rem !important;
    }

    .svg-icon.svg-icon-xl-4qx svg {
        height: 4.25rem !important;
        width: 4.25rem !important;
    }

    .svg-icon.svg-icon-xl-4hx svg {
        height: 4.5rem !important;
        width: 4.5rem !important;
    }

    .svg-icon.svg-icon-xl-4tx svg {
        height: 4.75rem !important;
        width: 4.75rem !important;
    }

    .svg-icon.svg-icon-xl-5x svg {
        height: 5rem !important;
        width: 5rem !important;
    }

    .svg-icon.svg-icon-xl-5qx svg {
        height: 5.25rem !important;
        width: 5.25rem !important;
    }

    .svg-icon.svg-icon-xl-5hx svg {
        height: 5.5rem !important;
        width: 5.5rem !important;
    }

    .svg-icon.svg-icon-xl-5tx svg {
        height: 5.75rem !important;
        width: 5.75rem !important;
    }
}

@media (min-width: 1400px) {
    .svg-icon.svg-icon-xxl-1 svg {
        height: 1.75rem !important;
        width: 1.75rem !important;
    }

    .svg-icon.svg-icon-xxl-2 svg {
        height: 1.5rem !important;
        width: 1.5rem !important;
    }

    .svg-icon.svg-icon-xxl-3 svg {
        height: 1.35rem !important;
        width: 1.35rem !important;
    }

    .svg-icon.svg-icon-xxl-4 svg {
        height: 1.25rem !important;
        width: 1.25rem !important;
    }

    .svg-icon.svg-icon-xxl-5 svg {
        height: 1.15rem !important;
        width: 1.15rem !important;
    }

    .svg-icon.svg-icon-xxl-6 svg {
        height: 1.075rem !important;
        width: 1.075rem !important;
    }

    .svg-icon.svg-icon-xxl-7 svg {
        height: 0.95rem !important;
        width: 0.95rem !important;
    }

    .svg-icon.svg-icon-xxl-8 svg {
        height: 0.85rem !important;
        width: 0.85rem !important;
    }

    .svg-icon.svg-icon-xxl-9 svg {
        height: 0.75rem !important;
        width: 0.75rem !important;
    }

    .svg-icon.svg-icon-xxl-10 svg {
        height: 0.5rem !important;
        width: 0.5rem !important;
    }

    .svg-icon.svg-icon-xxl-base svg {
        height: 1rem !important;
        width: 1rem !important;
    }

    .svg-icon.svg-icon-xxl-fluid svg {
        height: 100% !important;
        width: 100% !important;
    }

    .svg-icon.svg-icon-xxl-2x svg {
        height: 2rem !important;
        width: 2rem !important;
    }

    .svg-icon.svg-icon-xxl-2qx svg {
        height: 2.25rem !important;
        width: 2.25rem !important;
    }

    .svg-icon.svg-icon-xxl-2hx svg {
        height: 2.5rem !important;
        width: 2.5rem !important;
    }

    .svg-icon.svg-icon-xxl-2tx svg {
        height: 2.75rem !important;
        width: 2.75rem !important;
    }

    .svg-icon.svg-icon-xxl-3x svg {
        height: 3rem !important;
        width: 3rem !important;
    }

    .svg-icon.svg-icon-xxl-3qx svg {
        height: 3.25rem !important;
        width: 3.25rem !important;
    }

    .svg-icon.svg-icon-xxl-3hx svg {
        height: 3.5rem !important;
        width: 3.5rem !important;
    }

    .svg-icon.svg-icon-xxl-3tx svg {
        height: 3.75rem !important;
        width: 3.75rem !important;
    }

    .svg-icon.svg-icon-xxl-4x svg {
        height: 4rem !important;
        width: 4rem !important;
    }

    .svg-icon.svg-icon-xxl-4qx svg {
        height: 4.25rem !important;
        width: 4.25rem !important;
    }

    .svg-icon.svg-icon-xxl-4hx svg {
        height: 4.5rem !important;
        width: 4.5rem !important;
    }

    .svg-icon.svg-icon-xxl-4tx svg {
        height: 4.75rem !important;
        width: 4.75rem !important;
    }

    .svg-icon.svg-icon-xxl-5x svg {
        height: 5rem !important;
        width: 5rem !important;
    }

    .svg-icon.svg-icon-xxl-5qx svg {
        height: 5.25rem !important;
        width: 5.25rem !important;
    }

    .svg-icon.svg-icon-xxl-5hx svg {
        height: 5.5rem !important;
        width: 5.5rem !important;
    }

    .svg-icon.svg-icon-xxl-5tx svg {
        height: 5.75rem !important;
        width: 5.75rem !important;
    }
}

.fixed-top {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
}

@media (min-width: 576px) {
    .fixed-top-sm {
        position: fixed;
        z-index: 101;
        top: 0;
        left: 0;
        right: 0;
    }
}

@media (min-width: 768px) {
    .fixed-top-md {
        position: fixed;
        z-index: 101;
        top: 0;
        left: 0;
        right: 0;
    }
}

@media (min-width: 992px) {
    .fixed-top-lg {
        position: fixed;
        z-index: 101;
        top: 0;
        left: 0;
        right: 0;
    }
}

@media (min-width: 1200px) {
    .fixed-top-xl {
        position: fixed;
        z-index: 101;
        top: 0;
        left: 0;
        right: 0;
    }
}

@media (min-width: 1400px) {
    .fixed-top-xxl {
        position: fixed;
        z-index: 101;
        top: 0;
        left: 0;
        right: 0;
    }
}

.timeline .timeline-item {
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
}

    .timeline .timeline-item:last-child .timeline-line {
        bottom: 100%;
    }

.timeline .timeline-line {
    display: block;
    content: " ";
    justify-content: center;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    transform: translate(50%);
    border-left-width: 1px;
    border-left-style: dashed;
    border-left-color: var(--kt-gray-300);
}

.timeline .timeline-icon {
    z-index: 1;
    flex-shrink: 0;
    margin-right: 1rem;
}

.timeline .timeline-content {
    width: 100%;
    overflow: auto;
    margin-bottom: 1.5rem;
}

.timeline.timeline-center .timeline-item {
    align-items: center;
}

    .timeline.timeline-center .timeline-item:first-child .timeline-line {
        top: 50%;
    }

    .timeline.timeline-center .timeline-item:last-child .timeline-line {
        bottom: 50%;
    }

.timeline-label {
    position: relative;
}

    .timeline-label:before {
        content: "";
        position: absolute;
        left: 51px;
        width: 3px;
        top: 0;
        bottom: 0;
        background-color: var(--kt-gray-200);
    }

    .timeline-label .timeline-item {
        display: flex;
        align-items: flex-start;
        position: relative;
        margin-bottom: 1.7rem;
    }

        .timeline-label .timeline-item:last-child {
            margin-bottom: 0;
        }

    .timeline-label .timeline-label {
        width: 50px;
        flex-shrink: 0;
        position: relative;
        color: var(--kt-gray-800);
    }

    .timeline-label .timeline-badge {
        flex-shrink: 0;
        background-color: var(--kt-body-bg);
        width: 1rem;
        height: 1rem;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        position: relative;
        margin-top: 1px;
        margin-left: -0.5rem;
        padding: 3px !important;
        border: 6px solid var(--kt-body-bg) !important;
    }

        .timeline-label .timeline-badge span {
            display: block;
            border-radius: 100%;
            width: 6px;
            height: 6px;
            background-color: var(--kt-gray-200);
        }

    .timeline-label .timeline-content {
        flex-grow: 1;
    }

.overlay {
    position: relative;
}

    .overlay .overlay-layer {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--kt-overlay-bg);
        transition: all 0.3s ease;
        opacity: 0;
    }

    .overlay.overlay-show .overlay-layer, .overlay.overlay-block .overlay-layer, .overlay:hover .overlay-layer {
        transition: all 0.3s ease;
        opacity: 1;
    }

    .overlay.overlay-block {
        cursor: wait;
    }

.bullet {
    display: inline-block;
    background-color: var(--kt-bullet-bg-color);
    border-radius: 6px;
    width: 8px;
    height: 4px;
    flex-shrink: 0;
}

.bullet-dot {
    width: 4px;
    height: 4px;
    border-radius: 100% !important;
}

.bullet-vertical {
    width: 4px;
    height: 8px;
}

.bullet-line {
    width: 5px;
    height: 1px;
    border-radius: 0;
}

.drawer {
    display: flex !important;
    overflow: auto;
    z-index: 110;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: var(--kt-drawer-bg-color);
    transition: transform 0.3s ease-in-out !important;
}

    .drawer.drawer-start {
        left: 0;
        transform: translateX(-100%);
    }

    .drawer.drawer-end {
        right: 0;
        transform: translateX(100%);
    }

    .drawer.drawer-on {
        transform: none;
        box-shadow: var(--kt-drawer-box-shadow);
        transition: transform 0.3s ease-in-out !important;
    }

.drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 109;
    background-color: var(--kt-drawer-overlay-bg-color);
    animation: animation-drawer-fade-in 0.3s ease-in-out 1;
}

[data-kt-drawer=true] {
    display: none;
}

@keyframes animation-drawer-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 991.98px) {
    body[data-kt-drawer=on] {
        overflow: hidden;
    }
}

.badge {
    --bs-badge-color: var(--kt-badge-color);
    display: inline-flex;
    align-items: center;
}

    .badge.badge-circle, .badge.badge-square {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 1.75rem;
        min-width: 1.75rem;
        padding: 0 0.1rem;
        line-height: 0;
    }

    .badge.badge-circle {
        border-radius: 50%;
        padding: 0;
        min-width: unset;
        width: 1.75rem;
    }

    .badge.badge-sm {
        min-width: 1.5rem;
        font-size: 0.8rem;
    }

        .badge.badge-sm.badge-square {
            height: 1.5rem;
        }

        .badge.badge-sm.badge-circle {
            width: 1.5rem;
            height: 1.5rem;
        }

    .badge.badge-lg {
        min-width: 2rem;
        font-size: 1rem;
    }

        .badge.badge-lg.badge-square {
            height: 2rem;
        }

        .badge.badge-lg.badge-circle {
            width: 2rem;
            height: 2rem;
        }

.badge-white {
    color: var(--kt-white-inverse);
    background-color: var(--kt-white);
}

    .badge-white.badge-outline {
        border: 1px solid var(--kt-white);
        color: var(--kt-white);
        background-color: transparent;
    }

.badge-light-white {
    color: var(--kt-white);
    background-color: var(--kt-white-light);
}

.badge-light {
    color: var(--kt-light-inverse);
    background-color: var(--kt-light);
}

    .badge-light.badge-outline {
        border: 1px solid var(--kt-light);
        color: var(--kt-light);
        background-color: transparent;
    }

.badge-light-light {
    color: var(--kt-light);
    background-color: var(--kt-light-light);
}

.badge-primary {
    color: var(--kt-primary-inverse);
    background-color: var(--kt-primary);
}

    .badge-primary.badge-outline {
        border: 1px solid var(--kt-primary);
        color: var(--kt-primary);
        background-color: transparent;
    }

.badge-light-primary {
    color: var(--kt-primary);
    background-color: var(--kt-primary-light);
}

.badge-secondary {
    color: var(--kt-secondary-inverse);
    background-color: var(--kt-secondary);
}

    .badge-secondary.badge-outline {
        border: 1px solid var(--kt-secondary);
        color: var(--kt-secondary);
        background-color: transparent;
    }

.badge-light-secondary {
    color: var(--kt-secondary);
    background-color: var(--kt-secondary-light);
}

.badge-success {
    color: var(--kt-success-inverse);
    background-color: var(--kt-success);
}

    .badge-success.badge-outline {
        border: 1px solid var(--kt-success);
        color: var(--kt-success);
        background-color: transparent;
    }

.badge-light-success {
    color: var(--kt-success);
    background-color: var(--kt-success-light);
}

.badge-info {
    color: var(--kt-info-inverse);
    background-color: var(--kt-info);
}

    .badge-info.badge-outline {
        border: 1px solid var(--kt-info);
        color: var(--kt-info);
        background-color: transparent;
    }

.badge-light-info {
    color: var(--kt-info);
    background-color: var(--kt-info-light);
}

.badge-warning {
    color: var(--kt-warning-inverse);
    background-color: var(--kt-warning);
}

    .badge-warning.badge-outline {
        border: 1px solid var(--kt-warning);
        color: var(--kt-warning);
        background-color: transparent;
    }

.badge-light-warning {
    color: var(--kt-warning);
    background-color: var(--kt-warning-light);
}

.badge-danger {
    color: var(--kt-danger-inverse);
    background-color: var(--kt-danger);
}

    .badge-danger.badge-outline {
        border: 1px solid var(--kt-danger);
        color: var(--kt-danger);
        background-color: transparent;
    }

.badge-light-danger {
    color: var(--kt-danger);
    background-color: var(--kt-danger-light);
}

.badge-dark {
    color: var(--kt-dark-inverse);
    background-color: var(--kt-dark);
}

    .badge-dark.badge-outline {
        border: 1px solid var(--kt-dark);
        color: var(--kt-dark);
        background-color: transparent;
    }

.badge-light-dark {
    color: var(--kt-dark);
    background-color: var(--kt-dark-light);
}

.indicator-progress {
    display: none;
}

[data-kt-indicator=on] > .indicator-progress {
    display: inline-block;
}

[data-kt-indicator=on] > .indicator-label {
    display: none;
}

.hover-elevate-up {
    transition: transform 0.3s ease;
}

    .hover-elevate-up:hover {
        transform: translateY(-2.5%);
        transition: transform 0.3s ease;
    }

.hover-elevate-down {
    transition: transform 0.3s ease;
}

    .hover-elevate-down:hover {
        transform: translateY(2.5%);
        transition: transform 0.3s ease;
    }

.hover-scale {
    transition: transform 0.3s ease;
}

    .hover-scale:hover {
        transform: scale(1.1);
        transition: transform 0.3s ease;
    }

.hover-rotate-end {
    transition: transform 0.3s ease;
}

    .hover-rotate-end:hover {
        transform: rotate(4deg);
        transition: transform 0.3s ease;
    }

.hover-rotate-start {
    transition: transform 0.3s ease;
}

    .hover-rotate-start:hover {
        transform: rotate(-4deg);
        transition: transform 0.3s ease;
    }

.rotate {
    display: inline-flex;
    align-items: center;
}

.rotate-90 {
    transition: transform 0.3s ease;
    backface-visibility: hidden;
    will-change: transform;
}

.collapsible:not(.collapsed) > .rotate-90, .show > .rotate-90, .active > .rotate-90 {
    transform: rotateZ(90deg);
    transition: transform 0.3s ease;
}

[direction=rtl] .collapsible:not(.collapsed) > .rotate-90, [direction=rtl] .show > .rotate-90, [direction=rtl] .active > .rotate-90 {
    transform: rotateZ(-90deg);
}

.rotate-n90 {
    transition: transform 0.3s ease;
    backface-visibility: hidden;
    will-change: transform;
}

.collapsible:not(.collapsed) > .rotate-n90, .show > .rotate-n90, .active > .rotate-n90 {
    transform: rotateZ(-90deg);
    transition: transform 0.3s ease;
}

[direction=rtl] .collapsible:not(.collapsed) > .rotate-n90, [direction=rtl] .show > .rotate-n90, [direction=rtl] .active > .rotate-n90 {
    transform: rotateZ(90deg);
}

.rotate-180 {
    transition: transform 0.3s ease;
    backface-visibility: hidden;
    will-change: transform;
}

.collapsible:not(.collapsed) > .rotate-180, .show > .rotate-180, .active > .rotate-180 {
    transform: rotateZ(180deg);
    transition: transform 0.3s ease;
}

[direction=rtl] .collapsible:not(.collapsed) > .rotate-180, [direction=rtl] .show > .rotate-180, [direction=rtl] .active > .rotate-180 {
    transform: rotateZ(-180deg);
}

.rotate-n180 {
    transition: transform 0.3s ease;
    backface-visibility: hidden;
    will-change: transform;
}

.collapsible:not(.collapsed) > .rotate-n180, .show > .rotate-n180, .active > .rotate-n180 {
    transform: rotateZ(-180deg);
    transition: transform 0.3s ease;
}

[direction=rtl] .collapsible:not(.collapsed) > .rotate-n180, [direction=rtl] .show > .rotate-n180, [direction=rtl] .active > .rotate-n180 {
    transform: rotateZ(180deg);
}

.rotate-270 {
    transition: transform 0.3s ease;
    backface-visibility: hidden;
    will-change: transform;
}

.collapsible:not(.collapsed) > .rotate-270, .show > .rotate-270, .active > .rotate-270 {
    transform: rotateZ(270deg);
    transition: transform 0.3s ease;
}

[direction=rtl] .collapsible:not(.collapsed) > .rotate-270, [direction=rtl] .show > .rotate-270, [direction=rtl] .active > .rotate-270 {
    transform: rotateZ(-270deg);
}

.rotate-n270 {
    transition: transform 0.3s ease;
    backface-visibility: hidden;
    will-change: transform;
}

.collapsible:not(.collapsed) > .rotate-n270, .show > .rotate-n270, .active > .rotate-n270 {
    transform: rotateZ(-270deg);
    transition: transform 0.3s ease;
}

[direction=rtl] .collapsible:not(.collapsed) > .rotate-n270, [direction=rtl] .show > .rotate-n270, [direction=rtl] .active > .rotate-n270 {
    transform: rotateZ(270deg);
}

@media (min-width: 992px) {
    main,
    span,
    ol,
    ul,
    pre,
    div {
        scrollbar-width: thin;
        scrollbar-color: var(--kt-scrollbar-color) transparent;
    }

        main::-webkit-scrollbar,
        span::-webkit-scrollbar,
        ol::-webkit-scrollbar,
        ul::-webkit-scrollbar,
        pre::-webkit-scrollbar,
        div::-webkit-scrollbar {
            width: var(--kt-scrollbar-size);
            height: var(--kt-scrollbar-size);
        }

        main ::-webkit-scrollbar-track,
        span ::-webkit-scrollbar-track,
        ol ::-webkit-scrollbar-track,
        ul ::-webkit-scrollbar-track,
        pre ::-webkit-scrollbar-track,
        div ::-webkit-scrollbar-track {
            background-color: transparent;
        }

        main ::-webkit-scrollbar-thumb,
        span ::-webkit-scrollbar-thumb,
        ol ::-webkit-scrollbar-thumb,
        ul ::-webkit-scrollbar-thumb,
        pre ::-webkit-scrollbar-thumb,
        div ::-webkit-scrollbar-thumb {
            border-radius: var(--kt-scrollbar-size);
        }

        main::-webkit-scrollbar-thumb,
        span::-webkit-scrollbar-thumb,
        ol::-webkit-scrollbar-thumb,
        ul::-webkit-scrollbar-thumb,
        pre::-webkit-scrollbar-thumb,
        div::-webkit-scrollbar-thumb {
            background-color: var(--kt-scrollbar-color);
        }

        main::-webkit-scrollbar-corner,
        span::-webkit-scrollbar-corner,
        ol::-webkit-scrollbar-corner,
        ul::-webkit-scrollbar-corner,
        pre::-webkit-scrollbar-corner,
        div::-webkit-scrollbar-corner {
            background-color: transparent;
        }

        main:hover,
        span:hover,
        ol:hover,
        ul:hover,
        pre:hover,
        div:hover {
            scrollbar-color: var(--kt-scrollbar-hover-color) transparent;
        }

            main:hover::-webkit-scrollbar-thumb,
            span:hover::-webkit-scrollbar-thumb,
            ol:hover::-webkit-scrollbar-thumb,
            ul:hover::-webkit-scrollbar-thumb,
            pre:hover::-webkit-scrollbar-thumb,
            div:hover::-webkit-scrollbar-thumb {
                background-color: var(--kt-scrollbar-hover-color);
            }

            main:hover::-webkit-scrollbar-corner,
            span:hover::-webkit-scrollbar-corner,
            ol:hover::-webkit-scrollbar-corner,
            ul:hover::-webkit-scrollbar-corner,
            pre:hover::-webkit-scrollbar-corner,
            div:hover::-webkit-scrollbar-corner {
                background-color: transparent;
            }
}

.scroll {
    overflow: scroll;
    position: relative;
}

@media (max-width: 991.98px) {
    .scroll {
        overflow: auto;
    }
}

.scroll-x {
    overflow-x: scroll;
    position: relative;
}

@media (max-width: 991.98px) {
    .scroll-x {
        overflow-x: auto;
    }
}

.scroll-y {
    overflow-y: scroll;
    position: relative;
}

@media (max-width: 991.98px) {
    .scroll-y {
        overflow-y: auto;
    }
}

.hover-scroll,
.hover-scroll-overlay {
    position: relative;
}

@media (min-width: 992px) {
    .hover-scroll,
    .hover-scroll-overlay {
        overflow: hidden;
    }

    @-moz-document url-prefix() {
        .hover-scroll,
        .hover-scroll-overlay {
            overflow: scroll;
        }
    }

    .safari-mode .hover-scroll,
    .safari-mode .hover-scroll-overlay {
        overflow: scroll;
    }

    .hover-scroll::-webkit-scrollbar,
    .hover-scroll-overlay::-webkit-scrollbar {
        width: var(--kt-scrollbar-overlay-size);
        height: var(--kt-scrollbar-overlay-size);
    }

    .hover-scroll::-webkit-scrollbar-thumb,
    .hover-scroll-overlay::-webkit-scrollbar-thumb {
        background-clip: content-box;
        border: var(--kt-scrollbar-overlay-space) solid transparent;
        border-radius: var(--kt-scrollbar-overlay-size);
    }

    .hover-scroll:hover,
    .hover-scroll-overlay:hover {
        overflow: overlay;
    }
}

@media (max-width: 991.98px) {
    .hover-scroll,
    .hover-scroll-overlay {
        overflow: auto;
    }
}

.hover-scroll-y,
.hover-scroll-overlay-y {
    position: relative;
}

@media (min-width: 992px) {
    .hover-scroll-y,
    .hover-scroll-overlay-y {
        overflow-y: hidden;
    }

    @-moz-document url-prefix() {
        .hover-scroll-y,
        .hover-scroll-overlay-y {
            overflow-y: scroll;
        }
    }

    .safari-mode .hover-scroll-y,
    .safari-mode .hover-scroll-overlay-y {
        overflow-y: scroll;
    }

    .hover-scroll-y::-webkit-scrollbar,
    .hover-scroll-overlay-y::-webkit-scrollbar {
        width: var(--kt-scrollbar-overlay-size);
    }

    .hover-scroll-y::-webkit-scrollbar-thumb,
    .hover-scroll-overlay-y::-webkit-scrollbar-thumb {
        background-clip: content-box;
        border: var(--kt-scrollbar-overlay-space) solid transparent;
        border-radius: var(--kt-scrollbar-overlay-size);
    }

    .hover-scroll-y:hover,
    .hover-scroll-overlay-y:hover {
        overflow-y: overlay;
    }
}

@media (max-width: 991.98px) {
    .hover-scroll-y,
    .hover-scroll-overlay-y {
        overflow-y: auto;
    }
}

.hover-scroll-x,
.hover-scroll-overlay-x {
    position: relative;
}

@media (min-width: 992px) {
    .hover-scroll-x,
    .hover-scroll-overlay-x {
        overflow-x: hidden;
    }

    @-moz-document url-prefix() {
        .hover-scroll-x,
        .hover-scroll-overlay-x {
            overflow-x: scroll;
        }
    }

    .safari-mode .hover-scroll-x,
    .safari-mode .hover-scroll-overlay-x {
        overflow-x: scroll;
    }

    .hover-scroll-x::-webkit-scrollbar,
    .hover-scroll-overlay-x::-webkit-scrollbar {
        height: var(--kt-scrollbar-overlay-size);
    }

    .hover-scroll-x::-webkit-scrollbar-thumb,
    .hover-scroll-overlay-x::-webkit-scrollbar-thumb {
        background-clip: content-box;
        border: var(--kt-scrollbar-overlay-space) solid transparent;
        border-radius: var(--kt-scrollbar-overlay-size);
    }

    .hover-scroll-x:hover,
    .hover-scroll-overlay-x:hover {
        overflow-x: overlay;
    }
}

@media (max-width: 991.98px) {
    .hover-scroll-x,
    .hover-scroll-overlay-x {
        overflow-x: auto;
    }
}

.scroll-ps {
    padding-left: var(--kt-scrollbar-size) !important;
}

.scroll-ms {
    margin-left: var(--kt-scrollbar-size) !important;
}

.scroll-mb {
    margin-bottom: var(--kt-scrollbar-size) !important;
}

.scroll-pe {
    padding-right: var(--kt-scrollbar-size) !important;
}

.scroll-me {
    margin-right: var(--kt-scrollbar-size) !important;
}

.scroll-px {
    padding-left: var(--kt-scrollbar-size) !important;
    padding-right: var(--kt-scrollbar-size) !important;
}

.scroll-mx {
    margin-left: var(--kt-scrollbar-size) !important;
    margin-right: var(--kt-scrollbar-size) !important;
}

.rating {
    display: flex;
    align-items: center;
}

.rating-input {
    position: absolute !important;
    left: -9999px !important;
}

    .rating-input[disabled] {
        display: none;
    }

.rating-label {
    padding: 0;
    margin: 0;
}

    .rating-label > i, .rating-label > .svg-icon {
        line-height: 1;
        color: var(--kt-rating-color-default);
    }

label.rating-label {
    cursor: pointer;
}

    div.rating-label.checked > i, div.rating-label.checked > .svg-icon,
    label.rating-label > i,
    label.rating-label > .svg-icon {
        color: var(--kt-rating-color-active);
    }

.rating-input:checked ~ .rating-label > i, .rating-input:checked ~ .rating-label > .svg-icon {
    color: var(--kt-rating-color-default);
}

.rating:hover label.rating-label > i, .rating:hover label.rating-label > .svg-icon {
    color: var(--kt-rating-color-active);
}

label.rating-label:hover ~ .rating-label {
    color: var(--kt-rating-color-default);
}

    label.rating-label:hover ~ .rating-label > i, label.rating-label:hover ~ .rating-label > .svg-icon {
        color: var(--kt-rating-color-default);
    }

.stepper [data-kt-stepper-element=info],
.stepper [data-kt-stepper-element=content] {
    display: none;
}

    .stepper [data-kt-stepper-element=info].current,
    .stepper [data-kt-stepper-element=content].current {
        display: flex;
    }

.stepper .stepper-item[data-kt-stepper-action=step] {
    cursor: pointer;
}

.stepper [data-kt-stepper-action=final] {
    display: none;
}

.stepper [data-kt-stepper-action=previous] {
    display: none;
}

.stepper [data-kt-stepper-action=next] {
    display: inline-block;
}

.stepper [data-kt-stepper-action=submit] {
    display: none;
}

.stepper.first [data-kt-stepper-action=previous] {
    display: none;
}

.stepper.first [data-kt-stepper-action=next] {
    display: inline-block;
}

.stepper.first [data-kt-stepper-action=submit] {
    display: none;
}

.stepper.between [data-kt-stepper-action=previous] {
    display: inline-block;
}

.stepper.between [data-kt-stepper-action=next] {
    display: inline-block;
}

.stepper.between [data-kt-stepper-action=submit] {
    display: none;
}

.stepper.last [data-kt-stepper-action=final] {
    display: inline-block;
}

    .stepper.last [data-kt-stepper-action=final].btn-flex {
        display: flex;
    }

.stepper.last [data-kt-stepper-action=previous] {
    display: inline-block;
}

    .stepper.last [data-kt-stepper-action=previous].btn-flex {
        display: flex;
    }

.stepper.last [data-kt-stepper-action=next] {
    display: none;
}

    .stepper.last [data-kt-stepper-action=next].btn-flex {
        display: flex;
    }

.stepper.last [data-kt-stepper-action=submit] {
    display: inline-block;
}

    .stepper.last [data-kt-stepper-action=submit].btn-flex {
        display: flex;
    }

.stepper.stepper-pills {
    --kt-stepper-pills-size: 40px;
    --kt-stepper-icon-border-radius: 9px;
    --kt-stepper-icon-check-size: 1rem;
    --kt-stepper-icon-bg-color: var(--kt-primary-light);
    --kt-stepper-icon-bg-color-current: var(--kt-primary);
    --kt-stepper-icon-bg-color-completed: var(--kt-primary-light);
    --kt-stepper-icon-border: 0;
    --kt-stepper-icon-border-current: 0;
    --kt-stepper-icon-border-completed: 0;
    --kt-stepper-icon-number-color: var(--kt-primary);
    --kt-stepper-icon-number-color-current: var(--kt-white);
    --kt-stepper-icon-check-color-completed: var(--kt-primary);
    --kt-stepper-label-title-opacity: 1;
    --kt-stepper-label-title-opacity-current: 1;
    --kt-stepper-label-title-opacity-completed: 1;
    --kt-stepper-label-title-color: var(--kt-gray-800);
    --kt-stepper-label-title-color-current: var(--kt-gray-600);
    --kt-stepper-label-title-color-completed: var(--kt-text-muted);
    --kt-stepper-label-desc-opacity: 1;
    --kt-stepper-label-desc-opacity-current: 1;
    --kt-stepper-label-desc-opacity-completed: 1;
    --kt-stepper-label-desc-color: var(--kt-text-muted);
    --kt-stepper-label-desc-color-current: var(--kt-text-400);
    --kt-stepper-label-desc-color-completed: var(--kt-gray-400);
    --kt-stepper-line-border: 1px dashed var(--kt-gray-300);
}

    .stepper.stepper-pills .stepper-nav {
        display: flex;
    }

    .stepper.stepper-pills .stepper-item {
        display: flex;
        align-items: center;
        transition: color 0.2s ease;
    }

        .stepper.stepper-pills .stepper-item .stepper-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            transition: color 0.2s ease;
            width: var(--kt-stepper-pills-size);
            height: var(--kt-stepper-pills-size);
            border-radius: var(--kt-stepper-icon-border-radius);
            background-color: var(--kt-stepper-icon-bg-color);
            border: var(--kt-stepper-icon-border);
            margin-right: 1.5rem;
        }

            .stepper.stepper-pills .stepper-item .stepper-icon .stepper-check {
                display: none;
                font-size: var(--kt-stepper-icon-check-size);
            }

            .stepper.stepper-pills .stepper-item .stepper-icon .stepper-number {
                font-weight: 600;
                color: var(--kt-stepper-icon-number-color);
                font-size: 1.25rem;
            }

        .stepper.stepper-pills .stepper-item .stepper-label {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .stepper.stepper-pills .stepper-item .stepper-label .stepper-title {
                color: var(--kt-stepper-label-title-color);
                opacity: var(--kt-stepper-label-title-opacity);
                font-weight: 600;
                font-size: 1.25rem;
                margin-bottom: 0.3rem;
            }

            .stepper.stepper-pills .stepper-item .stepper-label .stepper-desc {
                opacity: var(--kt-stepper-label-desc-opacity);
                color: var(--kt-stepper-label-desc-color);
            }

        .stepper.stepper-pills .stepper-item.current {
            transition: color 0.2s ease;
        }

            .stepper.stepper-pills .stepper-item.current .stepper-icon {
                transition: color 0.2s ease;
                background-color: var(--kt-stepper-icon-bg-color-current);
                border: var(--kt-stepper-icon-border-current);
            }

                .stepper.stepper-pills .stepper-item.current .stepper-icon .stepper-check {
                    display: none;
                }

                .stepper.stepper-pills .stepper-item.current .stepper-icon .stepper-number {
                    color: var(--kt-stepper-icon-number-color-current);
                    font-size: 1.35rem;
                }

            .stepper.stepper-pills .stepper-item.current .stepper-label .stepper-title {
                opacity: var(--kt-stepper-label-title-opacity-current);
                color: var(--kt-stepper-label-title-color-current);
            }

            .stepper.stepper-pills .stepper-item.current .stepper-label .stepper-desc {
                opacity: var(--kt-stepper-label-desc-opacity-current);
                color: var(--kt-stepper-label-desc-color-current);
            }

            .stepper.stepper-pills .stepper-item.current.mark-completed:last-child .stepper-icon, .stepper.stepper-pills .stepper-item.completed .stepper-icon {
                transition: color 0.2s ease;
                background-color: var(--kt-stepper-icon-bg-color-completed);
                border: var(--kt-stepper-icon-border-completed);
            }

                .stepper.stepper-pills .stepper-item.current.mark-completed:last-child .stepper-icon .stepper-check, .stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-check {
                    color: var(--kt-stepper-icon-check-color-completed);
                    display: inline-block;
                }

                .stepper.stepper-pills .stepper-item.current.mark-completed:last-child .stepper-icon .stepper-number, .stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-number {
                    display: none;
                }

            .stepper.stepper-pills .stepper-item.current.mark-completed:last-child .stepper-label .stepper-title, .stepper.stepper-pills .stepper-item.completed .stepper-label .stepper-title {
                opacity: var(--kt-stepper-label-title-opacity-completed);
                color: var(--kt-stepper-label-title-color-completed);
            }

            .stepper.stepper-pills .stepper-item.current.mark-completed:last-child .stepper-label .stepper-desc, .stepper.stepper-pills .stepper-item.completed .stepper-label .stepper-desc {
                opacity: var(--kt-stepper-label-desc-opacity-completed);
                color: var(--kt-stepper-label-desc-color-completed);
            }

    .stepper.stepper-pills.stepper-column .stepper-nav {
        flex-direction: column;
        align-items: start;
    }

    .stepper.stepper-pills.stepper-column .stepper-item {
        flex-direction: column;
        justify-content: start;
        align-items: stretch;
        padding: 0;
        margin: 0;
    }

    .stepper.stepper-pills.stepper-column .stepper-wrapper {
        display: flex;
        align-items: center;
    }

    .stepper.stepper-pills.stepper-column .stepper-icon {
        z-index: 1;
    }

    .stepper.stepper-pills.stepper-column .stepper-line {
        display: block;
        flex-grow: 1;
        margin-left: calc(var(--kt-stepper-pills-size) / 2);
        border-left: var(--kt-stepper-line-border);
        margin-top: 2px;
        margin-bottom: 2px;
    }

.stepper.stepper-links .stepper-nav {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .stepper.stepper-links .stepper-nav .stepper-item {
        position: relative;
        flex-shrink: 0;
        margin: 1rem 1.5rem;
    }

        .stepper.stepper-links .stepper-nav .stepper-item:after {
            content: " ";
            position: absolute;
            top: 2.3rem;
            left: 0;
            height: 2px;
            width: 100%;
            background-color: transparent;
            transition: color 0.2s ease;
        }

        .stepper.stepper-links .stepper-nav .stepper-item .stepper-title {
            color: var(--kt-dark);
            font-weight: 600;
            font-size: 1.25rem;
        }

        .stepper.stepper-links .stepper-nav .stepper-item.current {
            transition: color 0.2s ease;
        }

            .stepper.stepper-links .stepper-nav .stepper-item.current .stepper-title {
                color: var(--kt-primary);
            }

            .stepper.stepper-links .stepper-nav .stepper-item.current:after {
                background-color: var(--kt-primary);
            }

            .stepper.stepper-links .stepper-nav .stepper-item.current.mark-completed:last-child .stepper-title, .stepper.stepper-links .stepper-nav .stepper-item.completed .stepper-title {
                color: var(--kt-gray-400);
            }

.toggle.collapsible:not(.collapsed) .toggle-off, .toggle.active .toggle-off {
    display: none;
}

.toggle.collapsible.collapsed .toggle-on, .toggle:not(.collapsible):not(.active) .toggle-on {
    display: none;
}

.xehagon {
    clip-path: polygon(45% 1.3397459622%, 46.5797985667% 0.6030737921%, 48.2635182233% 0.1519224699%, 50% 0%, 51.7364817767% 0.1519224699%, 53.4202014333% 0.6030737921%, 55% 1.3397459622%, 89.6410161514% 21.3397459622%, 91.0688922482% 22.3395555688%, 92.3014605826% 23.5721239031%, 93.3012701892% 25%, 94.0379423592% 26.5797985667%, 94.4890936815% 28.2635182233%, 94.6410161514% 30%, 94.6410161514% 70%, 94.4890936815% 71.7364817767%, 94.0379423592% 73.4202014333%, 93.3012701892% 75%, 92.3014605826% 76.4278760969%, 91.0688922482% 77.6604444312%, 89.6410161514% 78.6602540378%, 55% 98.6602540378%, 53.4202014333% 99.3969262079%, 51.7364817767% 99.8480775301%, 50% 100%, 48.2635182233% 99.8480775301%, 46.5797985667% 99.3969262079%, 45% 98.6602540378%, 10.3589838486% 78.6602540378%, 8.9311077518% 77.6604444312%, 7.6985394174% 76.4278760969%, 6.6987298108% 75%, 5.9620576408% 73.4202014333%, 5.5109063185% 71.7364817767%, 5.3589838486% 70%, 5.3589838486% 30%, 5.5109063185% 28.2635182233%, 5.9620576408% 26.5797985667%, 6.6987298108% 25%, 7.6985394174% 23.5721239031%, 8.9311077518% 22.3395555688%, 10.3589838486% 21.3397459622%);
}

.octagon {
    clip-path: polygon(46.1731656763% 0.7612046749%, 47.411809549% 0.3407417371%, 48.6947380778% 0.0855513863%, 50% 0%, 51.3052619222% 0.0855513863%, 52.588190451% 0.3407417371%, 53.8268343237% 0.7612046749%, 82.1111055711% 12.4769334274%, 83.2842712475% 13.0554747147%, 84.3718855375% 13.7821953496%, 85.3553390593% 14.6446609407%, 86.2178046504% 15.6281144625%, 86.9445252853% 16.7157287525%, 87.5230665726% 17.8888944289%, 99.2387953251% 46.1731656763%, 99.6592582629% 47.411809549%, 99.9144486137% 48.6947380778%, 100% 50%, 99.9144486137% 51.3052619222%, 99.6592582629% 52.588190451%, 99.2387953251% 53.8268343237%, 87.5230665726% 82.1111055711%, 86.9445252853% 83.2842712475%, 86.2178046504% 84.3718855375%, 85.3553390593% 85.3553390593%, 84.3718855375% 86.2178046504%, 83.2842712475% 86.9445252853%, 82.1111055711% 87.5230665726%, 53.8268343237% 99.2387953251%, 52.588190451% 99.6592582629%, 51.3052619222% 99.9144486137%, 50% 100%, 48.6947380778% 99.9144486137%, 47.411809549% 99.6592582629%, 46.1731656763% 99.2387953251%, 17.8888944289% 87.5230665726%, 16.7157287525% 86.9445252853%, 15.6281144625% 86.2178046504%, 14.6446609407% 85.3553390593%, 13.7821953496% 84.3718855375%, 13.0554747147% 83.2842712475%, 12.4769334274% 82.1111055711%, 0.7612046749% 53.8268343237%, 0.3407417371% 52.588190451%, 0.0855513863% 51.3052619222%, 0% 50%, 0.0855513863% 48.6947380778%, 0.3407417371% 47.411809549%, 0.7612046749% 46.1731656763%, 12.4769334274% 17.8888944289%, 13.0554747147% 16.7157287525%, 13.7821953496% 15.6281144625%, 14.6446609407% 14.6446609407%, 15.6281144625% 13.7821953496%, 16.7157287525% 13.0554747147%, 17.8888944289% 12.4769334274%);
}

.ribbon {
    position: relative;
}

    .ribbon .ribbon-label {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 10px;
        position: absolute;
        z-index: 1;
        background-color: var(--kt-ribbon-label-bg);
        box-shadow: var(--kt-ribbon-label-box-shadow);
        color: var(--kt-primary-inverse);
        top: 50%;
        right: 0;
        transform: translateX(5px) translateY(-50%);
    }

        .ribbon .ribbon-label > .ribbon-inner {
            z-index: -1;
            position: absolute;
            padding: 0;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

        .ribbon .ribbon-label:after {
            border-color: var(--kt-ribbon-label-border-color);
        }

.ribbon-vertical .ribbon-label {
    padding: 5px 10px;
    min-width: 36px;
    min-height: 46px;
    text-align: center;
}

.ribbon.ribbon-top .ribbon-label {
    top: 0;
    transform: translateX(-15px) translateY(-4px);
    border-bottom-right-radius: 0.475rem;
    border-bottom-left-radius: 0.475rem;
}

.ribbon.ribbon-bottom .ribbon-label {
    border-top-right-radius: 0.475rem;
    border-top-left-radius: 0.475rem;
}

.ribbon.ribbon-start .ribbon-label {
    top: 50%;
    left: 0;
    right: auto;
    transform: translateX(-5px) translateY(-50%);
    border-top-right-radius: 0.475rem;
    border-bottom-right-radius: 0.475rem;
}

.ribbon.ribbon-end .ribbon-label {
    border-top-left-radius: 0.475rem;
    border-bottom-left-radius: 0.475rem;
}

.ribbon.ribbon-clip.ribbon-start .ribbon-label {
    left: -5px;
}

    .ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner {
        border-top-right-radius: 0.475rem;
        border-bottom-right-radius: 0.475rem;
    }

        .ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:before, .ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:after {
            content: "";
            position: absolute;
            border-style: solid;
            border-color: transparent !important;
            bottom: -10px;
        }

        .ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:before {
            border-width: 0 10px 10px 0;
            border-right-color: var(--kt-ribbon-clip-bg) !important;
            left: 0;
        }

.ribbon.ribbon-clip.ribbon-end .ribbon-label {
    right: -5px;
}

    .ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner {
        border-top-left-radius: 0.475rem;
        border-bottom-left-radius: 0.475rem;
    }

        .ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:before, .ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:after {
            content: "";
            position: absolute;
            border-style: solid;
            border-color: transparent !important;
            bottom: -10px;
        }

        .ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:before {
            border-width: 0 0 10px 10px;
            border-left-color: var(--kt-ribbon-clip-bg) !important;
            right: 0;
        }

.ribbon.ribbon-triangle {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

    .ribbon.ribbon-triangle.ribbon-top-start {
        top: 0;
        left: 0;
        width: 4rem;
        height: 4rem;
        border-bottom: solid 2rem transparent !important;
        border-left: solid 2rem transparent;
        border-right: solid 2rem transparent !important;
        border-top: solid 2rem transparent;
    }

    .ribbon.ribbon-triangle.ribbon-top-end {
        top: 0;
        right: 0;
        width: 4rem;
        height: 4rem;
        border-bottom: solid 2rem transparent !important;
        border-left: solid 2rem transparent !important;
        border-right: solid 2rem transparent;
        border-top: solid 2rem transparent;
    }

    .ribbon.ribbon-triangle.ribbon-bottom-start {
        bottom: 0;
        left: 0;
        width: 4rem;
        height: 4rem;
        border-bottom: solid 2rem transparent;
        border-left: solid 2rem transparent;
        border-right: solid 2rem transparent !important;
        border-top: solid 2rem transparent !important;
    }

    .ribbon.ribbon-triangle.ribbon-bottom-end {
        bottom: 0;
        right: 0;
        width: 4rem;
        height: 4rem;
        border-bottom: solid 2rem transparent;
        border-right: solid 2rem transparent;
        border-left: solid 2rem transparent !important;
        border-top: solid 2rem transparent !important;
    }

.blockui {
    position: relative;
}

    .blockui .blockui-overlay {
        transition: all 0.3s ease;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--kt-blockui-overlay-bg);
    }

        .blockui .blockui-overlay .spinner-border {
            height: 1.35rem;
            width: 1.35rem;
        }

    .blockui .blockui-message {
        display: flex;
        align-items: center;
        border-radius: 0.475rem;
        box-shadow: var(--kt-dropdown-box-shadow);
        background-color: var(--kt-tooltip-bg);
        color: var(--kt-gray-700);
        font-weight: 600;
        margin: 0 !important;
        width: auto;
        padding: 0.85rem 1.75rem !important;
    }

        .blockui .blockui-message .spinner-border {
            margin-right: 0.65rem;
        }

.explore-btn-toggle {
    color: var(--kt-gray-600);
    background-color: #ffffff;
}

    .explore-btn-toggle:hover, .explore-btn-toggle:focus, .explore-btn-toggle:active {
        color: #ffffff;
        background-color: #00B2FF;
    }

.explore-btn-dismiss {
    border: 0;
}

    .explore-btn-dismiss:hover i,
    .explore-btn-dismiss:hover .svg-icon {
        color: #00B2FF;
    }

.explore-btn-primary {
    border: 0;
    color: #ffffff;
    background-color: #00B2FF;
}

    .explore-btn-primary:hover {
        color: #ffffff;
        background-color: #0098DA;
    }

.explore-btn-secondary {
    border: 0;
    color: var(--kt-gray-600);
    background-color: var(--kt-gray-100);
}

    .explore-btn-secondary:hover {
        color: var(--kt-gray-800);
        background-color: var(--kt-gray-200);
    }

.explore-btn-outline {
    border: 1px dashed var(--kt-gray-300) !important;
}

    .explore-btn-outline:hover, .explore-btn-outline.active {
        border: 1px dashed #50CD89 !important;
        background-color: #E8FFF3;
    }

.explore-link {
    color: #00B2FF;
}

    .explore-link:hover {
        color: #0098DA;
    }

.explore-link-hover:hover {
    color: #00B2FF !important;
}

.explore-icon-success {
    color: #50CD89;
}

.explore-icon-danger {
    color: #F1416C;
}

.explore-label-free {
    color: #ffffff;
    background-color: #FFC700;
}

.explore-label-pro {
    color: #ffffff;
    background-color: #50CD89;
}

.engage-btn {
    display: flex;
    align-items: center;
    height: 35px !important;
    color: var(--kt-engage-btn-color);
    border-color: var(--kt-engage-btn-bg);
    background-color: var(--kt-engage-btn-bg);
}

    .engage-btn i,
    .engage-btn .svg-icon {
        color: var(--kt-engage-btn-color);
    }

    .engage-btn.dropdown-toggle:after {
        color: var(--kt-engage-btn-color);
    }

    .btn-check:checked + .engage-btn, .btn-check:active + .engage-btn, .engage-btn:focus:not(.btn-active), .engage-btn:hover:not(.btn-active), .engage-btn:active:not(.btn-active), .engage-btn.active, .engage-btn.show, .show > .engage-btn {
        color: var(--kt-engage-btn-color-active);
        border-color: var(--kt-engage-btn-bg);
        background-color: var(--kt-engage-btn-bg) !important;
    }

        .btn-check:checked + .engage-btn i,
        .btn-check:checked + .engage-btn .svg-icon, .btn-check:active + .engage-btn i,
        .btn-check:active + .engage-btn .svg-icon, .engage-btn:focus:not(.btn-active) i,
        .engage-btn:focus:not(.btn-active) .svg-icon, .engage-btn:hover:not(.btn-active) i,
        .engage-btn:hover:not(.btn-active) .svg-icon, .engage-btn:active:not(.btn-active) i,
        .engage-btn:active:not(.btn-active) .svg-icon, .engage-btn.active i,
        .engage-btn.active .svg-icon, .engage-btn.show i,
        .engage-btn.show .svg-icon, .show > .engage-btn i,
        .show > .engage-btn .svg-icon {
            color: var(--kt-engage-btn-color-active);
        }

        .btn-check:checked + .engage-btn.dropdown-toggle:after, .btn-check:active + .engage-btn.dropdown-toggle:after, .engage-btn:focus:not(.btn-active).dropdown-toggle:after, .engage-btn:hover:not(.btn-active).dropdown-toggle:after, .engage-btn:active:not(.btn-active).dropdown-toggle:after, .engage-btn.active.dropdown-toggle:after, .engage-btn.show.dropdown-toggle:after, .show > .engage-btn.dropdown-toggle:after {
            color: var(--kt-engage-btn-color-active);
        }

.cookiealert {
    background: inherit;
    color: inherit;
}

@media print {
    .print-content-only {
        padding: 0 !important;
        background: none !important;
    }

        .print-content-only .wrapper,
        .print-content-only .page,
        .print-content-only .page-title .content,
        .print-content-only .container,
        .print-content-only .container-xxl,
        .print-content-only .container-fluid,
        .print-content-only .container-sm,
        .print-content-only .container-md,
        .print-content-only .container-lg,
        .print-content-only .container-xl {
            background: none !important;
            padding: 0 !important;
            margin: 0 !important;
        }

        .print-content-only .aside,
        .print-content-only .sidebar,
        .print-content-only .scrolltop,
        .print-content-only .header,
        .print-content-only .footer,
        .print-content-only .toolbar,
        .print-content-only .drawer,
        .print-content-only .btn {
            display: none !important;
        }
}

.bg-white {
    --kt-bg-rgb-color: var(--kt-white-bg-rgb);
    background-color: #000000 !important;
}

.bg-black {
    --kt-bg-rgb-color: var(--kt-black-bg-rgb);
    background-color: #000000 !important;
}

.bg-body {
    --kt-bg-rgb-color: var(--kt-body-bg-rgb);
    background-color: var(--kt-body-bg) !important;
}

.bg-hover-body {
    cursor: pointer;
}

    .bg-hover-body:hover {
        background-color: var(--kt-body-bg) !important;
    }

.bg-active-body.active {
    background-color: var(--kt-body-bg) !important;
}

.bg-state-body {
    cursor: pointer;
}

    .bg-state-body.active, .bg-state-body:hover {
        background-color: var(--kt-body-bg) !important;
    }

.bg-white {
    --kt-bg-rgb-color: var(--kt-white-rgb);
    background-color: var(--kt-white) !important;
}

.bg-white-active {
    --kt-bg-rgb-color: var(--kt-white-active-rgb);
    background-color: var(--kt-white-active) !important;
}

.bg-hover-white {
    cursor: pointer;
}

    .bg-hover-white:hover {
        background-color: var(--kt-white) !important;
    }

.bg-active-white.active {
    background-color: var(--kt-white) !important;
}

.bg-state-white {
    cursor: pointer;
}

    .bg-state-white.active, .bg-state-white:hover {
        background-color: var(--kt-white) !important;
    }

.bg-light {
    --kt-bg-rgb-color: var(--kt-light-rgb);
    background-color: var(--kt-light) !important;
}

.bg-light-active {
    --kt-bg-rgb-color: var(--kt-light-active-rgb);
    background-color: var(--kt-light-active) !important;
}

.bg-hover-light {
    cursor: pointer;
}

    .bg-hover-light:hover {
        background-color: var(--kt-light) !important;
    }

.bg-active-light.active {
    background-color: var(--kt-light) !important;
}

.bg-state-light {
    cursor: pointer;
}

    .bg-state-light.active, .bg-state-light:hover {
        background-color: var(--kt-light) !important;
    }

.bg-light-primary {
    background-color: var(--kt-primary-light) !important;
}

.bg-primary {
    --kt-bg-rgb-color: var(--kt-primary-rgb);
    background-color: var(--kt-primary) !important;
}

.bg-primary-active {
    --kt-bg-rgb-color: var(--kt-primary-active-rgb);
    background-color: var(--kt-primary-active) !important;
}

.bg-hover-light-primary {
    cursor: pointer;
}

    .bg-hover-light-primary:hover {
        background-color: var(--kt-primary-light) !important;
    }

.bg-state-light-primary {
    cursor: pointer;
}

    .bg-state-light-primary.active, .bg-state-light-primary:hover {
        background-color: var(--kt-primary-light) !important;
    }

.bg-hover-primary {
    cursor: pointer;
}

    .bg-hover-primary:hover {
        background-color: var(--kt-primary) !important;
    }

.bg-active-primary.active {
    background-color: var(--kt-primary) !important;
}

.bg-state-primary {
    cursor: pointer;
}

    .bg-state-primary.active, .bg-state-primary:hover {
        background-color: var(--kt-primary) !important;
    }

.bg-light-secondary {
    background-color: var(--kt-secondary-light) !important;
}

.bg-secondary {
    --kt-bg-rgb-color: var(--kt-secondary-rgb);
    background-color: var(--kt-secondary) !important;
}

.bg-secondary-active {
    --kt-bg-rgb-color: var(--kt-secondary-active-rgb);
    background-color: var(--kt-secondary-active) !important;
}

.bg-hover-light-secondary {
    cursor: pointer;
}

    .bg-hover-light-secondary:hover {
        background-color: var(--kt-secondary-light) !important;
    }

.bg-state-light-secondary {
    cursor: pointer;
}

    .bg-state-light-secondary.active, .bg-state-light-secondary:hover {
        background-color: var(--kt-secondary-light) !important;
    }

.bg-hover-secondary {
    cursor: pointer;
}

    .bg-hover-secondary:hover {
        background-color: var(--kt-secondary) !important;
    }

.bg-active-secondary.active {
    background-color: var(--kt-secondary) !important;
}

.bg-state-secondary {
    cursor: pointer;
}

    .bg-state-secondary.active, .bg-state-secondary:hover {
        background-color: var(--kt-secondary) !important;
    }

.bg-light-success {
    background-color: var(--kt-success-light) !important;
}

.bg-success {
    --kt-bg-rgb-color: var(--kt-success-rgb);
    background-color: var(--kt-success) !important;
}

.bg-success-active {
    --kt-bg-rgb-color: var(--kt-success-active-rgb);
    background-color: var(--kt-success-active) !important;
}

.bg-hover-light-success {
    cursor: pointer;
}

    .bg-hover-light-success:hover {
        background-color: var(--kt-success-light) !important;
    }

.bg-state-light-success {
    cursor: pointer;
}

    .bg-state-light-success.active, .bg-state-light-success:hover {
        background-color: var(--kt-success-light) !important;
    }

.bg-hover-success {
    cursor: pointer;
}

    .bg-hover-success:hover {
        background-color: var(--kt-success) !important;
    }

.bg-active-success.active {
    background-color: var(--kt-success) !important;
}

.bg-state-success {
    cursor: pointer;
}

    .bg-state-success.active, .bg-state-success:hover {
        background-color: var(--kt-success) !important;
    }

.bg-light-info {
    background-color: var(--kt-info-light) !important;
}

.bg-info {
    --kt-bg-rgb-color: var(--kt-info-rgb);
    background-color: var(--kt-info) !important;
}

.bg-info-active {
    --kt-bg-rgb-color: var(--kt-info-active-rgb);
    background-color: var(--kt-info-active) !important;
}

.bg-hover-light-info {
    cursor: pointer;
}

    .bg-hover-light-info:hover {
        background-color: var(--kt-info-light) !important;
    }

.bg-state-light-info {
    cursor: pointer;
}

    .bg-state-light-info.active, .bg-state-light-info:hover {
        background-color: var(--kt-info-light) !important;
    }

.bg-hover-info {
    cursor: pointer;
}

    .bg-hover-info:hover {
        background-color: var(--kt-info) !important;
    }

.bg-active-info.active {
    background-color: var(--kt-info) !important;
}

.bg-state-info {
    cursor: pointer;
}

    .bg-state-info.active, .bg-state-info:hover {
        background-color: var(--kt-info) !important;
    }

.bg-light-warning {
    background-color: var(--kt-warning-light) !important;
}

.bg-warning {
    --kt-bg-rgb-color: var(--kt-warning-rgb);
    background-color: var(--kt-warning) !important;
}

.bg-warning-active {
    --kt-bg-rgb-color: var(--kt-warning-active-rgb);
    background-color: var(--kt-warning-active) !important;
}

.bg-hover-light-warning {
    cursor: pointer;
}

    .bg-hover-light-warning:hover {
        background-color: var(--kt-warning-light) !important;
    }

.bg-state-light-warning {
    cursor: pointer;
}

    .bg-state-light-warning.active, .bg-state-light-warning:hover {
        background-color: var(--kt-warning-light) !important;
    }

.bg-hover-warning {
    cursor: pointer;
}

    .bg-hover-warning:hover {
        background-color: var(--kt-warning) !important;
    }

.bg-active-warning.active {
    background-color: var(--kt-warning) !important;
}

.bg-state-warning {
    cursor: pointer;
}

    .bg-state-warning.active, .bg-state-warning:hover {
        background-color: var(--kt-warning) !important;
    }

.bg-light-danger {
    background-color: var(--kt-danger-light) !important;
}

.bg-danger {
    --kt-bg-rgb-color: var(--kt-danger-rgb);
    background-color: var(--kt-danger) !important;
}

.bg-danger-active {
    --kt-bg-rgb-color: var(--kt-danger-active-rgb);
    background-color: var(--kt-danger-active) !important;
}

.bg-hover-light-danger {
    cursor: pointer;
}

    .bg-hover-light-danger:hover {
        background-color: var(--kt-danger-light) !important;
    }

.bg-state-light-danger {
    cursor: pointer;
}

    .bg-state-light-danger.active, .bg-state-light-danger:hover {
        background-color: var(--kt-danger-light) !important;
    }

.bg-hover-danger {
    cursor: pointer;
}

    .bg-hover-danger:hover {
        background-color: var(--kt-danger) !important;
    }

.bg-active-danger.active {
    background-color: var(--kt-danger) !important;
}

.bg-state-danger {
    cursor: pointer;
}

    .bg-state-danger.active, .bg-state-danger:hover {
        background-color: var(--kt-danger) !important;
    }

.bg-light-dark {
    background-color: var(--kt-dark-light) !important;
}

.bg-dark {
    --kt-bg-rgb-color: var(--kt-dark-rgb);
    background-color: var(--kt-dark) !important;
}

.bg-dark-active {
    --kt-bg-rgb-color: var(--kt-dark-active-rgb);
    background-color: var(--kt-dark-active) !important;
}

.bg-hover-light-dark {
    cursor: pointer;
}

    .bg-hover-light-dark:hover {
        background-color: var(--kt-dark-light) !important;
    }

.bg-state-light-dark {
    cursor: pointer;
}

    .bg-state-light-dark.active, .bg-state-light-dark:hover {
        background-color: var(--kt-dark-light) !important;
    }

.bg-hover-dark {
    cursor: pointer;
}

    .bg-hover-dark:hover {
        background-color: var(--kt-dark) !important;
    }

.bg-active-dark.active {
    background-color: var(--kt-dark) !important;
}

.bg-state-dark {
    cursor: pointer;
}

    .bg-state-dark.active, .bg-state-dark:hover {
        background-color: var(--kt-dark) !important;
    }

.bg-gray-100 {
    background-color: var(--kt-gray-100);
}

.bg-gray-100i {
    background-color: var(--kt-gray-100) !important;
}

.bg-gray-200 {
    background-color: var(--kt-gray-200);
}

.bg-gray-200i {
    background-color: var(--kt-gray-200) !important;
}

.bg-gray-300 {
    background-color: var(--kt-gray-300);
}

.bg-gray-300i {
    background-color: var(--kt-gray-300) !important;
}

.bg-gray-400 {
    background-color: var(--kt-gray-400);
}

.bg-gray-400i {
    background-color: var(--kt-gray-400) !important;
}

.bg-gray-500 {
    background-color: var(--kt-gray-500);
}

.bg-gray-500i {
    background-color: var(--kt-gray-500) !important;
}

.bg-gray-600 {
    background-color: var(--kt-gray-600);
}

.bg-gray-600i {
    background-color: var(--kt-gray-600) !important;
}

.bg-gray-700 {
    background-color: var(--kt-gray-700);
}

.bg-gray-700i {
    background-color: var(--kt-gray-700) !important;
}

.bg-gray-800 {
    background-color: var(--kt-gray-800);
}

.bg-gray-800i {
    background-color: var(--kt-gray-800) !important;
}

.bg-gray-900 {
    background-color: var(--kt-gray-900);
}

.bg-gray-900i {
    background-color: var(--kt-gray-900) !important;
}

.bg-opacity-0 {
    background-color: rgba(var(--kt-bg-rgb-color), 0) !important;
}

.bg-hover-opacity-0:hover {
    background-color: rgba(var(--kt-bg-rgb-color), 0) !important;
}

.bg-active-opacity-0.active {
    background-color: rgba(var(--kt-bg-rgb-color), 0) !important;
}

.bg-state-opacity-0 .active, .bg-state-opacity-0:hover {
    background-color: rgba(var(--kt-bg-rgb-color), 0) !important;
}

.bg-opacity-5 {
    background-color: rgba(var(--kt-bg-rgb-color), 0.05) !important;
}

.bg-hover-opacity-5:hover {
    background-color: rgba(var(--kt-bg-rgb-color), 0.05) !important;
}

.bg-active-opacity-5.active {
    background-color: rgba(var(--kt-bg-rgb-color), 0.05) !important;
}

.bg-state-opacity-5 .active, .bg-state-opacity-5:hover {
    background-color: rgba(var(--kt-bg-rgb-color), 0.05) !important;
}

.bg-opacity-10 {
    background-color: rgba(var(--kt-bg-rgb-color), 0.1) !important;
}

.bg-hover-opacity-10:hover {
    background-color: rgba(var(--kt-bg-rgb-color), 0.1) !important;
}

.bg-active-opacity-10.active {
    background-color: rgba(var(--kt-bg-rgb-color), 0.1) !important;
}

.bg-state-opacity-10 .active, .bg-state-opacity-10:hover {
    background-color: rgba(var(--kt-bg-rgb-color), 0.1) !important;
}

.bg-opacity-15 {
    background-color: rgba(var(--kt-bg-rgb-color), 0.15) !important;
}

.bg-hover-opacity-15:hover {
    background-color: rgba(var(--kt-bg-rgb-color), 0.15) !important;
}

.bg-active-opacity-15.active {
    background-color: rgba(var(--kt-bg-rgb-color), 0.15) !important;
}

.bg-state-opacity-15 .active, .bg-state-opacity-15:hover {
    background-color: rgba(var(--kt-bg-rgb-color), 0.15) !important;
}

.bg-opacity-20 {
    background-color: rgba(var(--kt-bg-rgb-color), 0.2) !important;
}

.bg-hover-opacity-20:hover {
    background-color: rgba(var(--kt-bg-rgb-color), 0.2) !important;
}

.bg-active-opacity-20.active {
    background-color: rgba(var(--kt-bg-rgb-color), 0.2) !important;
}

.bg-state-opacity-20 .active, .bg-state-opacity-20:hover {
    background-color: rgba(var(--kt-bg-rgb-color), 0.2) !important;
}

.bg-opacity-25 {
    background-color: rgba(var(--kt-bg-rgb-color), 0.25) !important;
}

.bg-hover-opacity-25:hover {
    background-color: rgba(var(--kt-bg-rgb-color), 0.25) !important;
}

.bg-active-opacity-25.active {
    background-color: rgba(var(--kt-bg-rgb-color), 0.25) !important;
}

.bg-state-opacity-25 .active, .bg-state-opacity-25:hover {
    background-color: rgba(var(--kt-bg-rgb-color), 0.25) !important;
}

.bg-opacity-50 {
    background-color: rgba(var(--kt-bg-rgb-color), 0.5) !important;
}

.bg-hover-opacity-50:hover {
    background-color: rgba(var(--kt-bg-rgb-color), 0.5) !important;
}

.bg-active-opacity-50.active {
    background-color: rgba(var(--kt-bg-rgb-color), 0.5) !important;
}

.bg-state-opacity-50 .active, .bg-state-opacity-50:hover {
    background-color: rgba(var(--kt-bg-rgb-color), 0.5) !important;
}

.bg-opacity-75 {
    background-color: rgba(var(--kt-bg-rgb-color), 0.75) !important;
}

.bg-hover-opacity-75:hover {
    background-color: rgba(var(--kt-bg-rgb-color), 0.75) !important;
}

.bg-active-opacity-75.active {
    background-color: rgba(var(--kt-bg-rgb-color), 0.75) !important;
}

.bg-state-opacity-75 .active, .bg-state-opacity-75:hover {
    background-color: rgba(var(--kt-bg-rgb-color), 0.75) !important;
}

.bg-opacity-100 {
    background-color: rgba(var(--kt-bg-rgb-color), 1) !important;
}

.bg-hover-opacity-100:hover {
    background-color: rgba(var(--kt-bg-rgb-color), 1) !important;
}

.bg-active-opacity-100.active {
    background-color: rgba(var(--kt-bg-rgb-color), 1) !important;
}

.bg-state-opacity-100 .active, .bg-state-opacity-100:hover {
    background-color: rgba(var(--kt-bg-rgb-color), 1) !important;
}

.bgi-no-repeat {
    background-repeat: no-repeat;
}

.bgi-position-y-top {
    background-position-y: top;
}

.bgi-position-y-bottom {
    background-position-y: bottom;
}

.bgi-position-y-center {
    background-position-y: center;
}

.bgi-position-x-start {
    background-position-x: left;
}

.bgi-position-x-end {
    background-position-x: right;
}

.bgi-position-x-center {
    background-position-x: center;
}

.bgi-position-top {
    background-position: 0 top;
}

.bgi-position-bottom {
    background-position: 0 bottom;
}

.bgi-position-center {
    background-position: center;
}

.bgi-size-auto {
    background-size: auto;
}

.bgi-size-cover {
    background-size: cover;
}

.bgi-size-contain {
    background-size: contain;
}

.bgi-attachment-fixed {
    background-attachment: fixed;
}

.bgi-attachment-scroll {
    background-attachment: scroll;
}

@media (min-width: 576px) {
    .bgi-size-sm-auto {
        background-size: auto;
    }

    .bgi-size-sm-cover {
        background-size: cover;
    }

    .bgi-size-sm-contain {
        background-size: contain;
    }

    .bgi-attachment-sm-fixed {
        background-attachment: fixed;
    }

    .bgi-attachment-sm-scroll {
        background-attachment: scroll;
    }
}

@media (min-width: 768px) {
    .bgi-size-md-auto {
        background-size: auto;
    }

    .bgi-size-md-cover {
        background-size: cover;
    }

    .bgi-size-md-contain {
        background-size: contain;
    }

    .bgi-attachment-md-fixed {
        background-attachment: fixed;
    }

    .bgi-attachment-md-scroll {
        background-attachment: scroll;
    }
}

@media (min-width: 992px) {
    .bgi-size-lg-auto {
        background-size: auto;
    }

    .bgi-size-lg-cover {
        background-size: cover;
    }

    .bgi-size-lg-contain {
        background-size: contain;
    }

    .bgi-attachment-lg-fixed {
        background-attachment: fixed;
    }

    .bgi-attachment-lg-scroll {
        background-attachment: scroll;
    }
}

@media (min-width: 1200px) {
    .bgi-size-xl-auto {
        background-size: auto;
    }

    .bgi-size-xl-cover {
        background-size: cover;
    }

    .bgi-size-xl-contain {
        background-size: contain;
    }

    .bgi-attachment-xl-fixed {
        background-attachment: fixed;
    }

    .bgi-attachment-xl-scroll {
        background-attachment: scroll;
    }
}

@media (min-width: 1400px) {
    .bgi-size-xxl-auto {
        background-size: auto;
    }

    .bgi-size-xxl-cover {
        background-size: cover;
    }

    .bgi-size-xxl-contain {
        background-size: contain;
    }

    .bgi-attachment-xxl-fixed {
        background-attachment: fixed;
    }

    .bgi-attachment-xxl-scroll {
        background-attachment: scroll;
    }
}

.border-active:not(.active):not(:active):not(:hover):not(:focus) {
    border-color: transparent !important;
}

.border-hover:not(:hover):not(:focus):not(.active):not(:active) {
    cursor: pointer;
    border-color: transparent !important;
}

.border-gray-100 {
    border-color: var(--kt-gray-100) !important;
}

.border-gray-200 {
    border-color: var(--kt-gray-200) !important;
}

.border-gray-300 {
    border-color: var(--kt-gray-300) !important;
}

.border-gray-400 {
    border-color: var(--kt-gray-400) !important;
}

.border-gray-500 {
    border-color: var(--kt-gray-500) !important;
}

.border-gray-600 {
    border-color: var(--kt-gray-600) !important;
}

.border-gray-700 {
    border-color: var(--kt-gray-700) !important;
}

.border-gray-800 {
    border-color: var(--kt-gray-800) !important;
}

.border-gray-900 {
    border-color: var(--kt-gray-900) !important;
}

.border-hover-white:hover {
    border-color: var(--kt-white) !important;
}

.border-active-white.active {
    border-color: var(--kt-white) !important;
}

.border-hover-light:hover {
    border-color: var(--kt-light) !important;
}

.border-active-light.active {
    border-color: var(--kt-light) !important;
}

.border-hover-primary:hover {
    border-color: var(--kt-primary) !important;
}

.border-active-primary.active {
    border-color: var(--kt-primary) !important;
}

.border-hover-secondary:hover {
    border-color: var(--kt-secondary) !important;
}

.border-active-secondary.active {
    border-color: var(--kt-secondary) !important;
}

.border-hover-success:hover {
    border-color: var(--kt-success) !important;
}

.border-active-success.active {
    border-color: var(--kt-success) !important;
}

.border-hover-info:hover {
    border-color: var(--kt-info) !important;
}

.border-active-info.active {
    border-color: var(--kt-info) !important;
}

.border-hover-warning:hover {
    border-color: var(--kt-warning) !important;
}

.border-active-warning.active {
    border-color: var(--kt-warning) !important;
}

.border-hover-danger:hover {
    border-color: var(--kt-danger) !important;
}

.border-active-danger.active {
    border-color: var(--kt-danger) !important;
}

.border-hover-dark:hover {
    border-color: var(--kt-dark) !important;
}

.border-active-dark.active {
    border-color: var(--kt-dark) !important;
}

.border-hover-transparent:hover {
    border-color: transparent !important;
}

.border-dashed {
    border-style: dashed !important;
    border-color: var(--kt-border-dashed-color);
}

.border-top-dashed {
    border-top-style: dashed !important;
}

.border-bottom-dashed {
    border-bottom-style: dashed !important;
}

.border-start-dashed {
    border-left-style: dashed !important;
}

.border-end-dashed {
    border-right-style: dashed !important;
}

.border-dotted {
    border-style: dotted !important;
}

.border-top-dotted {
    border-top-style: dotted !important;
}

.border-bottom-dotted {
    border-bottom-style: dotted !important;
}

.border-start-dotted {
    border-left-style: dotted !important;
}

.border-end-dotted {
    border-right-style: dotted !important;
}

.border-transparent {
    border-color: transparent !important;
}

.border-body {
    border-color: var(--kt-body-bg) !important;
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.rounded-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-start-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.flex-root {
    flex: 1;
}

.flex-column-auto {
    flex: none;
}

.flex-column-fluid {
    flex: 1 0 auto;
}

.flex-row-auto {
    flex: 0 0 auto;
}

.flex-row-fluid {
    flex: 1 auto;
    min-width: 0;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.flex-start {
    justify-content: start;
    align-items: start;
}

.flex-end {
    justify-content: end;
    align-items: end;
}

.flex-stack {
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 576px) {
    .flex-sm-root {
        flex: 1;
    }

    .flex-sm-column-auto {
        flex: none;
    }

    .flex-sm-column-fluid {
        flex: 1 0 auto;
    }

    .flex-sm-row-auto {
        flex: 0 0 auto;
    }

    .flex-sm-row-fluid {
        flex: 1 auto;
        min-width: 0;
    }

    .flex-sm-center {
        justify-content: center;
        align-items: center;
    }

    .flex-sm-start {
        justify-content: start;
        align-items: start;
    }

    .flex-sm-end {
        justify-content: end;
        align-items: end;
    }

    .flex-sm-stack {
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .flex-md-root {
        flex: 1;
    }

    .flex-md-column-auto {
        flex: none;
    }

    .flex-md-column-fluid {
        flex: 1 0 auto;
    }

    .flex-md-row-auto {
        flex: 0 0 auto;
    }

    .flex-md-row-fluid {
        flex: 1 auto;
        min-width: 0;
    }

    .flex-md-center {
        justify-content: center;
        align-items: center;
    }

    .flex-md-start {
        justify-content: start;
        align-items: start;
    }

    .flex-md-end {
        justify-content: end;
        align-items: end;
    }

    .flex-md-stack {
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .flex-lg-root {
        flex: 1;
    }

    .flex-lg-column-auto {
        flex: none;
    }

    .flex-lg-column-fluid {
        flex: 1 0 auto;
    }

    .flex-lg-row-auto {
        flex: 0 0 auto;
    }

    .flex-lg-row-fluid {
        flex: 1 auto;
        min-width: 0;
    }

    .flex-lg-center {
        justify-content: center;
        align-items: center;
    }

    .flex-lg-start {
        justify-content: start;
        align-items: start;
    }

    .flex-lg-end {
        justify-content: end;
        align-items: end;
    }

    .flex-lg-stack {
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .flex-xl-root {
        flex: 1;
    }

    .flex-xl-column-auto {
        flex: none;
    }

    .flex-xl-column-fluid {
        flex: 1 0 auto;
    }

    .flex-xl-row-auto {
        flex: 0 0 auto;
    }

    .flex-xl-row-fluid {
        flex: 1 auto;
        min-width: 0;
    }

    .flex-xl-center {
        justify-content: center;
        align-items: center;
    }

    .flex-xl-start {
        justify-content: start;
        align-items: start;
    }

    .flex-xl-end {
        justify-content: end;
        align-items: end;
    }

    .flex-xl-stack {
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width: 1400px) {
    .flex-xxl-root {
        flex: 1;
    }

    .flex-xxl-column-auto {
        flex: none;
    }

    .flex-xxl-column-fluid {
        flex: 1 0 auto;
    }

    .flex-xxl-row-auto {
        flex: 0 0 auto;
    }

    .flex-xxl-row-fluid {
        flex: 1 auto;
        min-width: 0;
    }

    .flex-xxl-center {
        justify-content: center;
        align-items: center;
    }

    .flex-xxl-start {
        justify-content: start;
        align-items: start;
    }

    .flex-xxl-end {
        justify-content: end;
        align-items: end;
    }

    .flex-xxl-stack {
        justify-content: space-between;
        align-items: center;
    }
}

.flex-equal {
    flex-grow: 1;
    flex-basis: 0;
    flex-shrink: 0;
}

.shadow-xs {
    box-shadow: var(--kt-box-shadow-xs);
}

.shadow-sm {
    box-shadow: var(--kt-box-shadow-sm);
}

.shadow {
    box-shadow: var(--kt-box-shadow);
}

.shadow-lg {
    box-shadow: var(--kt-box-shadow-lg);
}

.text-white {
    color: var(--kt-text-white) !important;
}

.text-hover-white {
    transition: color 0.2s ease;
}

    .text-hover-white i {
        transition: color 0.2s ease;
    }

    .text-hover-white:hover {
        transition: color 0.2s ease;
        color: var(--kt-text-white) !important;
    }

        .text-hover-white:hover i {
            transition: color 0.2s ease;
            color: var(--kt-text-white) !important;
        }

        .text-hover-white:hover .svg-icon {
            color: var(--kt-text-white) !important;
        }

.text-active-white {
    transition: color 0.2s ease;
}

    .text-active-white i {
        transition: color 0.2s ease;
    }

    .text-active-white.active {
        transition: color 0.2s ease;
        color: var(--kt-text-white) !important;
    }

        .text-active-white.active i {
            transition: color 0.2s ease;
            color: var(--kt-text-white) !important;
        }

        .text-active-white.active .svg-icon {
            color: var(--kt-text-white) !important;
        }

.parent-hover .parent-hover-white {
    transition: color 0.2s ease;
}

.parent-hover:hover .parent-hover-white {
    transition: color 0.2s ease;
    color: var(--kt-text-white) !important;
}

.text-primary {
    color: var(--kt-text-primary) !important;
}

.text-inverse-primary {
    color: var(--kt-primary-inverse) !important;
}

.text-light-primary {
    color: var(--kt-primary-light) !important;
}

.text-hover-primary {
    transition: color 0.2s ease;
}

    .text-hover-primary i {
        transition: color 0.2s ease;
    }

    .text-hover-primary:hover {
        transition: color 0.2s ease;
        color: var(--kt-text-primary) !important;
    }

        .text-hover-primary:hover i {
            transition: color 0.2s ease;
            color: var(--kt-text-primary) !important;
        }

        .text-hover-primary:hover .svg-icon {
            color: var(--kt-text-primary) !important;
        }

.text-active-primary {
    transition: color 0.2s ease;
}

    .text-active-primary i {
        transition: color 0.2s ease;
    }

    .text-active-primary.active {
        transition: color 0.2s ease;
        color: var(--kt-text-primary) !important;
    }

        .text-active-primary.active i {
            transition: color 0.2s ease;
            color: var(--kt-text-primary) !important;
        }

        .text-active-primary.active .svg-icon {
            color: var(--kt-text-primary) !important;
        }

.parent-hover .parent-hover-primary {
    transition: color 0.2s ease;
}

.parent-hover:hover .parent-hover-primary {
    transition: color 0.2s ease;
    color: var(--kt-text-primary) !important;
}

.text-secondary {
    color: var(--kt-text-secondary) !important;
}

.text-inverse-secondary {
    color: var(--kt-secondary-inverse) !important;
}

.text-light-secondary {
    color: var(--kt-secondary-light) !important;
}

.text-hover-secondary {
    transition: color 0.2s ease;
}

    .text-hover-secondary i {
        transition: color 0.2s ease;
    }

    .text-hover-secondary:hover {
        transition: color 0.2s ease;
        color: var(--kt-text-secondary) !important;
    }

        .text-hover-secondary:hover i {
            transition: color 0.2s ease;
            color: var(--kt-text-secondary) !important;
        }

        .text-hover-secondary:hover .svg-icon {
            color: var(--kt-text-secondary) !important;
        }

.text-active-secondary {
    transition: color 0.2s ease;
}

    .text-active-secondary i {
        transition: color 0.2s ease;
    }

    .text-active-secondary.active {
        transition: color 0.2s ease;
        color: var(--kt-text-secondary) !important;
    }

        .text-active-secondary.active i {
            transition: color 0.2s ease;
            color: var(--kt-text-secondary) !important;
        }

        .text-active-secondary.active .svg-icon {
            color: var(--kt-text-secondary) !important;
        }

.parent-hover .parent-hover-secondary {
    transition: color 0.2s ease;
}

.parent-hover:hover .parent-hover-secondary {
    transition: color 0.2s ease;
    color: var(--kt-text-secondary) !important;
}

.text-light {
    color: var(--kt-text-light) !important;
}

.text-inverse-light {
    color: var(--kt-light-inverse) !important;
}

.text-hover-light {
    transition: color 0.2s ease;
}

    .text-hover-light i {
        transition: color 0.2s ease;
    }

    .text-hover-light:hover {
        transition: color 0.2s ease;
        color: var(--kt-text-light) !important;
    }

        .text-hover-light:hover i {
            transition: color 0.2s ease;
            color: var(--kt-text-light) !important;
        }

        .text-hover-light:hover .svg-icon {
            color: var(--kt-text-light) !important;
        }

.text-active-light {
    transition: color 0.2s ease;
}

    .text-active-light i {
        transition: color 0.2s ease;
    }

    .text-active-light.active {
        transition: color 0.2s ease;
        color: var(--kt-text-light) !important;
    }

        .text-active-light.active i {
            transition: color 0.2s ease;
            color: var(--kt-text-light) !important;
        }

        .text-active-light.active .svg-icon {
            color: var(--kt-text-light) !important;
        }

.parent-hover .parent-hover-light {
    transition: color 0.2s ease;
}

.parent-hover:hover .parent-hover-light {
    transition: color 0.2s ease;
    color: var(--kt-text-light) !important;
}

.text-success {
    color: var(--kt-text-success) !important;
}

.text-inverse-success {
    color: var(--kt-success-inverse) !important;
}

.text-light-success {
    color: var(--kt-success-light) !important;
}

.text-hover-success {
    transition: color 0.2s ease;
}

    .text-hover-success i {
        transition: color 0.2s ease;
    }

    .text-hover-success:hover {
        transition: color 0.2s ease;
        color: var(--kt-text-success) !important;
    }

        .text-hover-success:hover i {
            transition: color 0.2s ease;
            color: var(--kt-text-success) !important;
        }

        .text-hover-success:hover .svg-icon {
            color: var(--kt-text-success) !important;
        }

.text-active-success {
    transition: color 0.2s ease;
}

    .text-active-success i {
        transition: color 0.2s ease;
    }

    .text-active-success.active {
        transition: color 0.2s ease;
        color: var(--kt-text-success) !important;
    }

        .text-active-success.active i {
            transition: color 0.2s ease;
            color: var(--kt-text-success) !important;
        }

        .text-active-success.active .svg-icon {
            color: var(--kt-text-success) !important;
        }

.parent-hover .parent-hover-success {
    transition: color 0.2s ease;
}

.parent-hover:hover .parent-hover-success {
    transition: color 0.2s ease;
    color: var(--kt-text-success) !important;
}

.text-info {
    color: var(--kt-text-info) !important;
}

.text-inverse-info {
    color: var(--kt-info-inverse) !important;
}

.text-light-info {
    color: var(--kt-info-light) !important;
}

.text-hover-info {
    transition: color 0.2s ease;
}

    .text-hover-info i {
        transition: color 0.2s ease;
    }

    .text-hover-info:hover {
        transition: color 0.2s ease;
        color: var(--kt-text-info) !important;
    }

        .text-hover-info:hover i {
            transition: color 0.2s ease;
            color: var(--kt-text-info) !important;
        }

        .text-hover-info:hover .svg-icon {
            color: var(--kt-text-info) !important;
        }

.text-active-info {
    transition: color 0.2s ease;
}

    .text-active-info i {
        transition: color 0.2s ease;
    }

    .text-active-info.active {
        transition: color 0.2s ease;
        color: var(--kt-text-info) !important;
    }

        .text-active-info.active i {
            transition: color 0.2s ease;
            color: var(--kt-text-info) !important;
        }

        .text-active-info.active .svg-icon {
            color: var(--kt-text-info) !important;
        }

.parent-hover .parent-hover-info {
    transition: color 0.2s ease;
}

.parent-hover:hover .parent-hover-info {
    transition: color 0.2s ease;
    color: var(--kt-text-info) !important;
}

.text-warning {
    color: var(--kt-text-warning) !important;
}

.text-inverse-warning {
    color: var(--kt-warning-inverse) !important;
}

.text-light-warning {
    color: var(--kt-warning-light) !important;
}

.text-hover-warning {
    transition: color 0.2s ease;
}

    .text-hover-warning i {
        transition: color 0.2s ease;
    }

    .text-hover-warning:hover {
        transition: color 0.2s ease;
        color: var(--kt-text-warning) !important;
    }

        .text-hover-warning:hover i {
            transition: color 0.2s ease;
            color: var(--kt-text-warning) !important;
        }

        .text-hover-warning:hover .svg-icon {
            color: var(--kt-text-warning) !important;
        }

.text-active-warning {
    transition: color 0.2s ease;
}

    .text-active-warning i {
        transition: color 0.2s ease;
    }

    .text-active-warning.active {
        transition: color 0.2s ease;
        color: var(--kt-text-warning) !important;
    }

        .text-active-warning.active i {
            transition: color 0.2s ease;
            color: var(--kt-text-warning) !important;
        }

        .text-active-warning.active .svg-icon {
            color: var(--kt-text-warning) !important;
        }

.parent-hover .parent-hover-warning {
    transition: color 0.2s ease;
}

.parent-hover:hover .parent-hover-warning {
    transition: color 0.2s ease;
    color: var(--kt-text-warning) !important;
}

.text-danger {
    color: var(--kt-text-danger) !important;
}

.text-inverse-danger {
    color: var(--kt-danger-inverse) !important;
}

.text-light-danger {
    color: var(--kt-danger-light) !important;
}

.text-hover-danger {
    transition: color 0.2s ease;
}

    .text-hover-danger i {
        transition: color 0.2s ease;
    }

    .text-hover-danger:hover {
        transition: color 0.2s ease;
        color: var(--kt-text-danger) !important;
    }

        .text-hover-danger:hover i {
            transition: color 0.2s ease;
            color: var(--kt-text-danger) !important;
        }

        .text-hover-danger:hover .svg-icon {
            color: var(--kt-text-danger) !important;
        }

.text-active-danger {
    transition: color 0.2s ease;
}

    .text-active-danger i {
        transition: color 0.2s ease;
    }

    .text-active-danger.active {
        transition: color 0.2s ease;
        color: var(--kt-text-danger) !important;
    }

        .text-active-danger.active i {
            transition: color 0.2s ease;
            color: var(--kt-text-danger) !important;
        }

        .text-active-danger.active .svg-icon {
            color: var(--kt-text-danger) !important;
        }

.parent-hover .parent-hover-danger {
    transition: color 0.2s ease;
}

.parent-hover:hover .parent-hover-danger {
    transition: color 0.2s ease;
    color: var(--kt-text-danger) !important;
}

.text-dark {
    color: var(--kt-text-dark) !important;
}

.text-inverse-dark {
    color: var(--kt-dark-inverse) !important;
}

.text-light-dark {
    color: var(--kt-dark-light) !important;
}

.text-hover-dark {
    transition: color 0.2s ease;
}

    .text-hover-dark i {
        transition: color 0.2s ease;
    }

    .text-hover-dark:hover {
        transition: color 0.2s ease;
        color: var(--kt-text-dark) !important;
    }

        .text-hover-dark:hover i {
            transition: color 0.2s ease;
            color: var(--kt-text-dark) !important;
        }

        .text-hover-dark:hover .svg-icon {
            color: var(--kt-text-dark) !important;
        }

.text-active-dark {
    transition: color 0.2s ease;
}

    .text-active-dark i {
        transition: color 0.2s ease;
    }

    .text-active-dark.active {
        transition: color 0.2s ease;
        color: var(--kt-text-dark) !important;
    }

        .text-active-dark.active i {
            transition: color 0.2s ease;
            color: var(--kt-text-dark) !important;
        }

        .text-active-dark.active .svg-icon {
            color: var(--kt-text-dark) !important;
        }

.parent-hover .parent-hover-dark {
    transition: color 0.2s ease;
}

.parent-hover:hover .parent-hover-dark {
    transition: color 0.2s ease;
    color: var(--kt-text-dark) !important;
}

.text-muted {
    color: var(--kt-text-muted) !important;
}

.text-hover-muted {
    transition: color 0.2s ease;
}

    .text-hover-muted i {
        transition: color 0.2s ease;
    }

    .text-hover-muted:hover {
        transition: color 0.2s ease;
        color: var(--kt-text-muted) !important;
    }

        .text-hover-muted:hover i {
            transition: color 0.2s ease;
            color: var(--kt-text-muted) !important;
        }

        .text-hover-muted:hover .svg-icon {
            color: var(--kt-text-muted) !important;
        }

.text-active-muted {
    transition: color 0.2s ease;
}

    .text-active-muted i {
        transition: color 0.2s ease;
    }

    .text-active-muted.active {
        transition: color 0.2s ease;
        color: var(--kt-text-muted) !important;
    }

        .text-active-muted.active i {
            transition: color 0.2s ease;
            color: var(--kt-text-muted) !important;
        }

        .text-active-muted.active .svg-icon {
            color: var(--kt-text-muted) !important;
        }

.parent-hover .parent-hover-muted {
    transition: color 0.2s ease;
}

.parent-hover:hover .parent-hover-muted {
    transition: color 0.2s ease;
    color: var(--kt-text-muted) !important;
}

.text-gray-100 {
    color: var(--kt-text-gray-100) !important;
}

.text-hover-gray-100 {
    transition: color 0.2s ease;
}

    .text-hover-gray-100 i {
        transition: color 0.2s ease;
    }

    .text-hover-gray-100:hover {
        transition: color 0.2s ease;
        color: var(--kt-text-gray-100) !important;
    }

        .text-hover-gray-100:hover i {
            transition: color 0.2s ease;
            color: var(--kt-text-gray-100) !important;
        }

        .text-hover-gray-100:hover .svg-icon {
            color: var(--kt-text-gray-100) !important;
        }

.text-active-gray-100 {
    transition: color 0.2s ease;
}

    .text-active-gray-100 i {
        transition: color 0.2s ease;
    }

    .text-active-gray-100.active {
        transition: color 0.2s ease;
        color: var(--kt-text-gray-100) !important;
    }

        .text-active-gray-100.active i {
            transition: color 0.2s ease;
            color: var(--kt-text-gray-100) !important;
        }

        .text-active-gray-100.active .svg-icon {
            color: var(--kt-text-gray-100) !important;
        }

.parent-hover .parent-hover-gray-100 {
    transition: color 0.2s ease;
}

.parent-hover:hover .parent-hover-gray-100 {
    transition: color 0.2s ease;
    color: var(--kt-text-gray-100) !important;
}

.text-gray-200 {
    color: var(--kt-text-gray-200) !important;
}

.text-hover-gray-200 {
    transition: color 0.2s ease;
}

    .text-hover-gray-200 i {
        transition: color 0.2s ease;
    }

    .text-hover-gray-200:hover {
        transition: color 0.2s ease;
        color: var(--kt-text-gray-200) !important;
    }

        .text-hover-gray-200:hover i {
            transition: color 0.2s ease;
            color: var(--kt-text-gray-200) !important;
        }

        .text-hover-gray-200:hover .svg-icon {
            color: var(--kt-text-gray-200) !important;
        }

.text-active-gray-200 {
    transition: color 0.2s ease;
}

    .text-active-gray-200 i {
        transition: color 0.2s ease;
    }

    .text-active-gray-200.active {
        transition: color 0.2s ease;
        color: var(--kt-text-gray-200) !important;
    }

        .text-active-gray-200.active i {
            transition: color 0.2s ease;
            color: var(--kt-text-gray-200) !important;
        }

        .text-active-gray-200.active .svg-icon {
            color: var(--kt-text-gray-200) !important;
        }

.parent-hover .parent-hover-gray-200 {
    transition: color 0.2s ease;
}

.parent-hover:hover .parent-hover-gray-200 {
    transition: color 0.2s ease;
    color: var(--kt-text-gray-200) !important;
}

.text-gray-300 {
    color: var(--kt-text-gray-300) !important;
}

.text-hover-gray-300 {
    transition: color 0.2s ease;
}

    .text-hover-gray-300 i {
        transition: color 0.2s ease;
    }

    .text-hover-gray-300:hover {
        transition: color 0.2s ease;
        color: var(--kt-text-gray-300) !important;
    }

        .text-hover-gray-300:hover i {
            transition: color 0.2s ease;
            color: var(--kt-text-gray-300) !important;
        }

        .text-hover-gray-300:hover .svg-icon {
            color: var(--kt-text-gray-300) !important;
        }

.text-active-gray-300 {
    transition: color 0.2s ease;
}

    .text-active-gray-300 i {
        transition: color 0.2s ease;
    }

    .text-active-gray-300.active {
        transition: color 0.2s ease;
        color: var(--kt-text-gray-300) !important;
    }

        .text-active-gray-300.active i {
            transition: color 0.2s ease;
            color: var(--kt-text-gray-300) !important;
        }

        .text-active-gray-300.active .svg-icon {
            color: var(--kt-text-gray-300) !important;
        }

.parent-hover .parent-hover-gray-300 {
    transition: color 0.2s ease;
}

.parent-hover:hover .parent-hover-gray-300 {
    transition: color 0.2s ease;
    color: var(--kt-text-gray-300) !important;
}

.text-gray-400 {
    color: var(--kt-text-gray-400) !important;
}

.text-hover-gray-400 {
    transition: color 0.2s ease;
}

    .text-hover-gray-400 i {
        transition: color 0.2s ease;
    }

    .text-hover-gray-400:hover {
        transition: color 0.2s ease;
        color: var(--kt-text-gray-400) !important;
    }

        .text-hover-gray-400:hover i {
            transition: color 0.2s ease;
            color: var(--kt-text-gray-400) !important;
        }

        .text-hover-gray-400:hover .svg-icon {
            color: var(--kt-text-gray-400) !important;
        }

.text-active-gray-400 {
    transition: color 0.2s ease;
}

    .text-active-gray-400 i {
        transition: color 0.2s ease;
    }

    .text-active-gray-400.active {
        transition: color 0.2s ease;
        color: var(--kt-text-gray-400) !important;
    }

        .text-active-gray-400.active i {
            transition: color 0.2s ease;
            color: var(--kt-text-gray-400) !important;
        }

        .text-active-gray-400.active .svg-icon {
            color: var(--kt-text-gray-400) !important;
        }

.parent-hover .parent-hover-gray-400 {
    transition: color 0.2s ease;
}

.parent-hover:hover .parent-hover-gray-400 {
    transition: color 0.2s ease;
    color: var(--kt-text-gray-400) !important;
}

.text-gray-500 {
    color: var(--kt-text-gray-500) !important;
}

.text-hover-gray-500 {
    transition: color 0.2s ease;
}

    .text-hover-gray-500 i {
        transition: color 0.2s ease;
    }

    .text-hover-gray-500:hover {
        transition: color 0.2s ease;
        color: var(--kt-text-gray-500) !important;
    }

        .text-hover-gray-500:hover i {
            transition: color 0.2s ease;
            color: var(--kt-text-gray-500) !important;
        }

        .text-hover-gray-500:hover .svg-icon {
            color: var(--kt-text-gray-500) !important;
        }

.text-active-gray-500 {
    transition: color 0.2s ease;
}

    .text-active-gray-500 i {
        transition: color 0.2s ease;
    }

    .text-active-gray-500.active {
        transition: color 0.2s ease;
        color: var(--kt-text-gray-500) !important;
    }

        .text-active-gray-500.active i {
            transition: color 0.2s ease;
            color: var(--kt-text-gray-500) !important;
        }

        .text-active-gray-500.active .svg-icon {
            color: var(--kt-text-gray-500) !important;
        }

.parent-hover .parent-hover-gray-500 {
    transition: color 0.2s ease;
}

.parent-hover:hover .parent-hover-gray-500 {
    transition: color 0.2s ease;
    color: var(--kt-text-gray-500) !important;
}

.text-gray-600 {
    color: var(--kt-text-gray-600) !important;
}

.text-hover-gray-600 {
    transition: color 0.2s ease;
}

    .text-hover-gray-600 i {
        transition: color 0.2s ease;
    }

    .text-hover-gray-600:hover {
        transition: color 0.2s ease;
        color: var(--kt-text-gray-600) !important;
    }

        .text-hover-gray-600:hover i {
            transition: color 0.2s ease;
            color: var(--kt-text-gray-600) !important;
        }

        .text-hover-gray-600:hover .svg-icon {
            color: var(--kt-text-gray-600) !important;
        }

.text-active-gray-600 {
    transition: color 0.2s ease;
}

    .text-active-gray-600 i {
        transition: color 0.2s ease;
    }

    .text-active-gray-600.active {
        transition: color 0.2s ease;
        color: var(--kt-text-gray-600) !important;
    }

        .text-active-gray-600.active i {
            transition: color 0.2s ease;
            color: var(--kt-text-gray-600) !important;
        }

        .text-active-gray-600.active .svg-icon {
            color: var(--kt-text-gray-600) !important;
        }

.parent-hover .parent-hover-gray-600 {
    transition: color 0.2s ease;
}

.parent-hover:hover .parent-hover-gray-600 {
    transition: color 0.2s ease;
    color: var(--kt-text-gray-600) !important;
}

.text-gray-700 {
    color: var(--kt-text-gray-700) !important;
}

.text-hover-gray-700 {
    transition: color 0.2s ease;
}

    .text-hover-gray-700 i {
        transition: color 0.2s ease;
    }

    .text-hover-gray-700:hover {
        transition: color 0.2s ease;
        color: var(--kt-text-gray-700) !important;
    }

        .text-hover-gray-700:hover i {
            transition: color 0.2s ease;
            color: var(--kt-text-gray-700) !important;
        }

        .text-hover-gray-700:hover .svg-icon {
            color: var(--kt-text-gray-700) !important;
        }

.text-active-gray-700 {
    transition: color 0.2s ease;
}

    .text-active-gray-700 i {
        transition: color 0.2s ease;
    }

    .text-active-gray-700.active {
        transition: color 0.2s ease;
        color: var(--kt-text-gray-700) !important;
    }

        .text-active-gray-700.active i {
            transition: color 0.2s ease;
            color: var(--kt-text-gray-700) !important;
        }

        .text-active-gray-700.active .svg-icon {
            color: var(--kt-text-gray-700) !important;
        }

.parent-hover .parent-hover-gray-700 {
    transition: color 0.2s ease;
}

.parent-hover:hover .parent-hover-gray-700 {
    transition: color 0.2s ease;
    color: var(--kt-text-gray-700) !important;
}

.text-gray-800 {
    color: var(--kt-text-gray-800) !important;
}

.text-hover-gray-800 {
    transition: color 0.2s ease;
}

    .text-hover-gray-800 i {
        transition: color 0.2s ease;
    }

    .text-hover-gray-800:hover {
        transition: color 0.2s ease;
        color: var(--kt-text-gray-800) !important;
    }

        .text-hover-gray-800:hover i {
            transition: color 0.2s ease;
            color: var(--kt-text-gray-800) !important;
        }

        .text-hover-gray-800:hover .svg-icon {
            color: var(--kt-text-gray-800) !important;
        }

.text-active-gray-800 {
    transition: color 0.2s ease;
}

    .text-active-gray-800 i {
        transition: color 0.2s ease;
    }

    .text-active-gray-800.active {
        transition: color 0.2s ease;
        color: var(--kt-text-gray-800) !important;
    }

        .text-active-gray-800.active i {
            transition: color 0.2s ease;
            color: var(--kt-text-gray-800) !important;
        }

        .text-active-gray-800.active .svg-icon {
            color: var(--kt-text-gray-800) !important;
        }

.parent-hover .parent-hover-gray-800 {
    transition: color 0.2s ease;
}

.parent-hover:hover .parent-hover-gray-800 {
    transition: color 0.2s ease;
    color: var(--kt-text-gray-800) !important;
}

.text-gray-900 {
    color: var(--kt-text-gray-900) !important;
}

.text-hover-gray-900 {
    transition: color 0.2s ease;
}

    .text-hover-gray-900 i {
        transition: color 0.2s ease;
    }

    .text-hover-gray-900:hover {
        transition: color 0.2s ease;
        color: var(--kt-text-gray-900) !important;
    }

        .text-hover-gray-900:hover i {
            transition: color 0.2s ease;
            color: var(--kt-text-gray-900) !important;
        }

        .text-hover-gray-900:hover .svg-icon {
            color: var(--kt-text-gray-900) !important;
        }

.text-active-gray-900 {
    transition: color 0.2s ease;
}

    .text-active-gray-900 i {
        transition: color 0.2s ease;
    }

    .text-active-gray-900.active {
        transition: color 0.2s ease;
        color: var(--kt-text-gray-900) !important;
    }

        .text-active-gray-900.active i {
            transition: color 0.2s ease;
            color: var(--kt-text-gray-900) !important;
        }

        .text-active-gray-900.active .svg-icon {
            color: var(--kt-text-gray-900) !important;
        }

.parent-hover .parent-hover-gray-900 {
    transition: color 0.2s ease;
}

.parent-hover:hover .parent-hover-gray-900 {
    transition: color 0.2s ease;
    color: var(--kt-text-gray-900) !important;
}

.text-transparent {
    color: transparent;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.cursor-move {
    cursor: move;
}

i.bi, i[class^=fonticon-], i[class*=" fonticon-"], i[class^=fa-], i[class*=" fa-"], i[class^=la-], i[class*=" la-"] {
    line-height: 1;
    font-size: 1rem;
    color: var(--kt-text-muted);
}

a {
    transition: color 0.2s ease;
}

    a:hover {
        transition: color 0.2s ease;
    }

.opacity-active-0.active {
    opacity: 0 !important;
}

.opacity-state-0:hover, .opacity-state-0.active {
    opacity: 0 !important;
}

.opacity-active-5.active {
    opacity: 0.05 !important;
}

.opacity-state-5:hover, .opacity-state-5.active {
    opacity: 0.05 !important;
}

.opacity-active-10.active {
    opacity: 0.1 !important;
}

.opacity-state-10:hover, .opacity-state-10.active {
    opacity: 0.1 !important;
}

.opacity-active-15.active {
    opacity: 0.15 !important;
}

.opacity-state-15:hover, .opacity-state-15.active {
    opacity: 0.15 !important;
}

.opacity-active-20.active {
    opacity: 0.2 !important;
}

.opacity-state-20:hover, .opacity-state-20.active {
    opacity: 0.2 !important;
}

.opacity-active-25.active {
    opacity: 0.25 !important;
}

.opacity-state-25:hover, .opacity-state-25.active {
    opacity: 0.25 !important;
}

.opacity-active-50.active {
    opacity: 0.5 !important;
}

.opacity-state-50:hover, .opacity-state-50.active {
    opacity: 0.5 !important;
}

.opacity-active-75.active {
    opacity: 0.75 !important;
}

.opacity-state-75:hover, .opacity-state-75.active {
    opacity: 0.75 !important;
}

.opacity-active-100.active {
    opacity: 1 !important;
}

.opacity-state-100:hover, .opacity-state-100.active {
    opacity: 1 !important;
}

.transform-90 {
    transform: rotate(90deg);
    transform-origin: right top;
}

.stepper.stepper-pills.stepper-multistep {
    --kt-stepper-pills-size: 46px;
    --kt-stepper-icon-border-radius: 9px;
    --kt-stepper-icon-check-size: 1.25rem;
    --kt-stepper-icon-bg-color: rgba(255, 255, 255, 0.03);
    --kt-stepper-icon-bg-color-current: var(--kt-success);
    --kt-stepper-icon-bg-color-completed: rgba(255, 255, 255, 0.03);
    --kt-stepper-icon-border: 1px dashed rgba(255, 255, 255, 0.3);
    --kt-stepper-icon-border-current: 0;
    --kt-stepper-icon-border-completed: 1px dashed rgba(255, 255, 255, 0.3);
    --kt-stepper-icon-number-color: var(--kt-white);
    --kt-stepper-icon-number-color-current: var(--kt-white);
    --kt-stepper-icon-number-color-completed: var(--kt-white);
    --kt-stepper-icon-check-color-completed: var(--kt-success);
    --kt-stepper-label-title-opacity: 0.7;
    --kt-stepper-label-title-opacity-current: 1;
    --kt-stepper-label-title-opacity-completed: 1;
    --kt-stepper-label-title-color: var(--kt-white);
    --kt-stepper-label-title-color-current: var(--kt-white);
    --kt-stepper-label-title-color-completed: var(--kt-white);
    --kt-stepper-label-desc-opacity: 0.7;
    --kt-stepper-label-desc-opacity-current: 0.7;
    --kt-stepper-label-desc-opacity-completed: 0.7;
    --kt-stepper-label-desc-color: var(--kt-white);
    --kt-stepper-label-desc-color-current: var(--kt-white);
    --kt-stepper-label-desc-color-completed: var(--kt-white);
    --kt-stepper-line-border: 1px dashed rgba(255, 255, 255, 0.3);
}

:root,
[data-theme=light] {
    --kt-app-bg-color: #F9F9F9;
    --kt-app-blank-bg-color: #ffffff;
    --kt-app-header-base-bg-color: #ffffff;
    --kt-app-header-base-bg-color-mobile: #ffffff;
    --kt-app-header-base-box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
    --kt-app-header-base-box-shadow-mobile: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
    --kt-app-toolbar-base-bg-color: #ffffff;
    --kt-app-toolbar-base-bg-color-mobile: #ffffff;
    --kt-app-toolbar-base-box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
    --kt-app-toolbar-base-box-shadow-mobile: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
    --kt-app-toolbar-base-border-top: 1px solid #F4F4F4;
    --kt-app-toolbar-base-border-top-mobile: 1px solid #F4F4F4;
    --kt-app-footer-bg-color: #ffffff;
    --kt-app-footer-bg-color-mobile: #ffffff;
}

[data-theme=dark] {
    --kt-app-bg-color: #151521;
    --kt-app-blank-bg-color: #151521;
    --kt-app-header-base-bg-color: #1e1e2d;
    --kt-app-header-base-box-shadow: none;
    --kt-app-toolbar-base-bg-color: #1a1a27;
    --kt-app-toolbar-base-box-shadow: none;
    --kt-app-toolbar-base-border-top: 0;
    --kt-app-footer-bg-color: #1e1e2d;
}

html {
    font-family: sans-serif;
    text-size-adjust: 100%;
}


canvas {
    user-select: none;
}

router-outlet {
    display: none;
}

.app-blank {
    background-color: var(--kt-app-blank-bg-color);
}

[data-kt-app-reset-transition=true] * {
    transition: none !important;
}

.app-page {
    display: flex;
}

[data-kt-app-page-loading=on] {
    overflow: hidden;
}

    [data-kt-app-page-loading=on] * {
        transition: none !important;
    }

.app-page-loader {
    background: var(--kt-body-bg);
    color: var(--kt-body-color);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    display: none;
}

[data-kt-app-page-loading=on] .app-page-loader {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 992px) {
    .app-container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .app-container-fit-desktop {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 991.98px) {
    .app-container {
        max-width: none;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .app-container-fit-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media print {
    .app-print-content-only {
        padding: 0 !important;
        background: none !important;
    }

        .app-print-content-only .app-wrapper,
        .app-print-content-only .app-page,
        .app-print-content-only .app-page-title,
        .app-print-content-only .app-content,
        .app-print-content-only .app-container {
            background: none !important;
            padding: 0 !important;
            margin: 0 !important;
        }

        .app-print-content-only .app-aside,
        .app-print-content-only .app-aside-panel,
        .app-print-content-only .app-sidebar,
        .app-print-content-only .app-sidebar-panel,
        .app-print-content-only .app-header,
        .app-print-content-only .app-footer,
        .app-print-content-only .app-toolbar,
        .app-print-content-only .drawer,
        .app-print-content-only .scrolltop,
        .app-print-content-only .btn {
            display: none !important;
        }
}

.app-navbar {
    display: flex;
    align-items: stretch;
}

    .app-navbar .app-navbar-item {
        display: flex;
        align-items: center;
    }

    .app-navbar.app-navbar-stretch .app-navbar-item {
        align-items: stretch;
    }

.app-header {
    transition: none;
    display: flex;
    align-items: stretch;
}

@media (min-width: 992px) {
    .app-header {
        background-color: var(--kt-app-header-base-bg-color);
        box-shadow: var(--kt-app-header-base-box-shadow);
        border-bottom: var(--kt-app-header-base-border-bottom);
    }

    :root {
        --kt-app-header-height: 70px;
        --kt-app-header-height-actual: 70px;
    }

    [data-kt-app-header-sticky=on] {
        --kt-app-header-height: 70px;
        --kt-app-header-height-actual: 70px;
    }

        [data-kt-app-header-sticky=on][data-kt-app-header-stacked=true] {
            --kt-app-header-height: calc(var(--kt-app-header-primary-height, 0px) + var(--kt-app-header-secondary-height, 0px) + var(--kt-app-header-tertiary-height, 0px));
            --kt-app-header-height-actual: calc(70px + 70px + 70px);
        }

    [data-kt-app-header-minimize=on] {
        --kt-app-header-height: 70px;
    }

    .app-header {
        height: var(--kt-app-header-height);
    }

    [data-kt-app-header-fixed=true] .app-header {
        z-index: 100;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }

    [data-kt-app-header-static=true] .app-header {
        position: relative;
    }

    [data-kt-app-header-stacked=true] .app-header {
        flex-direction: column;
        height: calc(var(--kt-app-header-primary-height) + var(--kt-app-header-secondary-height, 0px) + var(--kt-app-header-tertiary-height, 0px));
    }

    [data-kt-app-header-sticky=on] .app-header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 100;
        background-color: var(--kt-app-header-sticky-bg-color);
        box-shadow: var(--kt-app-header-sticky-box-shadow);
        border-bottom: var(--kt-app-header-sticky-border-bottom);
    }

    [data-kt-app-header-minimize=on] .app-header {
        transition: none;
        z-index: 100;
        background-color: var(--kt-app-header-minimize-bg-color);
        box-shadow: var(--kt-app-header-minimize-box-shadow);
        border-bottom: var(--kt-app-header-minimize-border-bottom);
    }

    .app-header .app-header-mobile-drawer {
        display: flex;
    }

    [data-kt-app-header-fixed=true][data-kt-app-sidebar-fixed=true][data-kt-app-sidebar-push-header=true] .app-header, [data-kt-app-header-fixed=true][data-kt-app-sidebar-sticky=on][data-kt-app-sidebar-push-header=true] .app-header {
        left: calc(var(--kt-app-sidebar-width) + var(--kt-app-sidebar-gap-start, 0px) + var(--kt-app-sidebar-gap-end, 0px));
    }

    body:not([data-kt-app-header-fixed=true])[data-kt-app-sidebar-fixed=true][data-kt-app-sidebar-push-header=true] .app-header, body:not([data-kt-app-header-fixed=true])[data-kt-app-sidebar-sticky=on][data-kt-app-sidebar-push-header=true] .app-header {
        margin-left: calc(var(--kt-app-sidebar-width) + var(--kt-app-sidebar-gap-start, 0px) + var(--kt-app-sidebar-gap-end, 0px));
    }

    [data-kt-app-header-fixed=true][data-kt-app-sidebar-panel-fixed=true][data-kt-app-sidebar-panel-push-header=true] .app-header, [data-kt-app-header-fixed=true][data-kt-app-sidebar-panel-sticky=on][data-kt-app-sidebar-panel-push-header=true] .app-header {
        left: calc(var(--kt-app-sidebar-width) + var(--kt-app-sidebar-gap-start, 0px) + var(--kt-app-sidebar-gap-end, 0px) + var(--kt-app-sidebar-panel-width) + var(--kt-app-sidebar-panel-gap-start, 0px) + var(--kt-app-sidebar-panel-gap-end, 0px));
    }

    body:not([data-kt-app-header-fixed=true])[data-kt-app-sidebar-panel-fixed=true][data-kt-app-sidebar-panel-push-header=true] .app-header, body:not([data-kt-app-header-fixed=true])[data-kt-app-sidebar-panel-sticky=on][data-kt-app-sidebar-panel-push-header=true] .app-header {
        margin-left: calc(var(--kt-app-sidebar-width) + var(--kt-app-sidebar-gap-start, 0px) + var(--kt-app-sidebar-gap-end, 0px) + var(--kt-app-sidebar-panel-width) + var(--kt-app-sidebar-panel-gap-start, 0px) + var(--kt-app-sidebar-panel-gap-end, 0px));
    }

    [data-kt-app-header-fixed=true][data-kt-app-toolbar-fixed=true] .app-header {
        box-shadow: none;
    }
}

@media (max-width: 991.98px) {
    .app-header {
        background-color: var(--kt-app-header-base-bg-color-mobile);
        box-shadow: var(--kt-app-header-base-box-shadow-mobile);
        border-bottom: var(--kt-app-header-base-border-bottom-mobile);
    }

    :root {
        --kt-app-header-height: 60px;
    }

    [data-kt-app-header-sticky=on] {
        --kt-app-header-height: 70px;
        --kt-app-header-height-actual: 70px;
    }

    [data-kt-app-header-minimize=on] {
        --kt-app-header-height: 70px;
        --kt-app-header-height-actual: 70px;
    }

    .app-header {
        height: var(--kt-app-header-height);
        align-items: stretch;
    }

        .app-header .app-header-mobile-drawer {
            display: none;
        }

    [data-kt-app-header-stacked=true] .app-header {
        flex-direction: column;
        height: calc(var(--kt-app-header-primary-height) + var(--kt-app-header-secondary-height, 0px) + var(--kt-app-header-tertiary-height, 0px));
    }

    [data-kt-app-header-fixed-mobile=true] .app-header {
        z-index: 100;
        transition: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }

    [data-kt-app-header-sticky=on] .app-header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 100;
        background-color: var(--kt-app-header-sticky-bg-color-mobile);
        box-shadow: var(--kt-app-header-sticky-box-shadow-mobile);
        border-bottom: var(--kt-app-header-sticky-border-bottom-mobile);
    }

    [data-kt-app-header-minimize=on] .app-header {
        z-index: 100;
        transition: none;
        background-color: var(--kt-app-header-minimize-bg-color-mobile);
        box-shadow: var(--kt-app-header-minimize-box-shadow-mobile);
        border-bottom: var(--kt-app-header-minimize-border-bottom-mobile);
    }

    [data-kt-app-header-fixed-mobile=true][data-kt-app-toolbar-fixed-mobile=true] .app-header {
        box-shadow: none;
    }

    [data-kt-app-header-fixed-mobile=true][data-kt-app-toolbar-sticky=on] .app-header {
        box-shadow: none;
    }
}

.app-header-primary {
    transition: none;
    display: flex;
    align-items: stretch;
}

@media (min-width: 992px) {
    .app-header-primary {
        background-color: var(--kt-app-header-primary-base-bg-color);
        box-shadow: var(--kt-app-header-primary-base-box-shadow);
        border-bottom: var(--kt-app-header-primary-base-border-bottom);
    }

    [data-kt-app-header-primary-enabled=true] {
        --kt-app-header-primary-height: 70px;
    }

        [data-kt-app-header-primary-enabled=true][data-kt-app-header-sticky=on] {
            --kt-app-header-primary-height: 70px;
        }

        [data-kt-app-header-primary-enabled=true][data-kt-app-header-minimize=on] {
            --kt-app-header-primary-height: 70px;
        }

        [data-kt-app-header-primary-enabled=true][data-kt-app-header-sticky=on][data-kt-app-header-primary-sticky-hide=true] {
            --kt-app-header-primary-height: 0;
        }

    .app-header-primary {
        height: var(--kt-app-header-primary-height);
    }

    [data-kt-app-header-primary-fixed=true] .app-header-primary {
        z-index: 100;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }

    [data-kt-app-header-primary-static=true] .app-header-primary {
        position: relative;
    }

    [data-kt-app-header-primary-sticky=on] .app-header-primary {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        height: 70px;
        z-index: 100;
        background-color: var(--kt-app-header-primary-sticky-bg-color);
        box-shadow: var(--kt-app-header-primary-sticky-box-shadow);
        border-bottom: var(--kt-app-header-primary-sticky-border-bottom);
    }

    [data-kt-app-header-primary-minimize=on] .app-header-primary {
        transition: none;
        height: 70px;
        z-index: 100;
        background-color: var(--kt-app-header-primary-minimize-bg-color);
        box-shadow: var(--kt-app-header-primary-minimize-box-shadow);
        border-bottom: var(--kt-app-header-primary-minimize-border-bottom);
    }

    [data-kt-app-header-sticky=on][data-kt-app-header-primary-sticky-hide=true] .app-header-primary {
        display: none !important;
    }

    [data-kt-app-header-primary-enabled=true][data-kt-app-sidebar-fixed=true][data-kt-app-sidebar-push-header=true] .app-header-primary {
        left: calc(var(--kt-app-sidebar-width) + var(--kt-app-sidebar-gap-start, 0px) + var(--kt-app-sidebar-gap-end, 0px));
    }

    [data-kt-app-header-primary-enabled=true][data-kt-app-sidebar-panel-fixed=true][data-kt-app-sidebar-panel-push-header=true] .app-header-primary {
        left: calc(var(--kt-app-sidebar-width) + var(--kt-app-sidebar-gap-start, 0px) + var(--kt-app-sidebar-gap-end, 0px) + var(--kt-app-sidebar-panel-width) + var(--kt-app-sidebar-panel-gap-start, 0px) + var(--kt-app-sidebar-panel-gap-end, 0px));
    }
}

@media (max-width: 991.98px) {
    .app-header .app-header-primary {
        flex-grow: 1;
        height: var(--kt-app-header-primary-height);
        border-bottom: var(--kt-app-header-primary-base-border-bottom-mobile);
        box-shadow: var(--kt-app-header-primary-base-box-shadow-mobile);
    }

    .app-header-primary {
        background-color: var(--kt-app-header-primary-base-bg-color-mobile);
    }

    [data-kt-app-header-primary-enabled=true] {
        --kt-app-header-primary-height: 60px;
    }

        [data-kt-app-header-primary-enabled=true][data-kt-app-header-sticky=on] {
            --kt-app-header-primary-height: 60px;
        }

        [data-kt-app-header-primary-enabled=true][data-kt-app-header-minimize=on] {
            --kt-app-header-primary-height: 60px;
        }
}

.app-header-secondary {
    transition: none;
    display: flex;
    align-items: stretch;
}

@media (min-width: 992px) {
    .app-header-secondary {
        background-color: var(--kt-app-header-secondary-base-bg-color);
        box-shadow: var(--kt-app-header-secondary-base-box-shadow);
        border-top: var(--kt-app-header-secondary-base-border-top);
        border-bottom: var(--kt-app-header-secondary-base-border-bottom);
    }

    [data-kt-app-header-secondary-enabled=true] {
        --kt-app-header-secondary-height: 70px;
    }

        [data-kt-app-header-secondary-enabled=true][data-kt-app-header-sticky=on] {
            --kt-app-header-secondary-height: 70px;
        }

        [data-kt-app-header-secondary-enabled=true][data-kt-app-header-minimize=on] {
            --kt-app-header-secondary-height: 70px;
        }

        [data-kt-app-header-secondary-enabled=true][data-kt-app-header-sticky=on][data-kt-app-header-secondary-sticky-hide=true] {
            --kt-app-header-secondary-height: 0;
        }

    .app-header-secondary {
        height: var(--kt-app-header-secondary-height);
    }

    [data-kt-app-header-secondary-fixed=true] .app-header-secondary {
        z-index: 100;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }

    [data-kt-app-header-secondary-static=true] .app-header-secondary {
        position: static;
    }

    [data-kt-app-header-secondary-sticky=on] .app-header-secondary {
        transition: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        height: 70px;
        z-index: 100;
        background-color: var(--kt-app-header-secondary-sticky-bg-color);
        box-shadow: var(--kt-app-header-secondary-sticky-box-shadow);
        border-bottom: var(--kt-app-header-secondary-sticky-border-bottom);
    }

    [data-kt-app-header-secondary-minimize=on] .app-header-secondary {
        transition: none;
        height: 70px;
        z-index: 100;
        background-color: var(--kt-app-header-secondary-minimize-bg-color);
        box-shadow: var(--kt-app-header-secondary-minimize-box-shadow);
        border-bottom: var(--kt-app-header-secondary-minimize-border-bottom);
    }

    [data-kt-app-header-sticky=on][data-kt-app-header-secondary-sticky-hide=true] .app-header-secondary {
        display: none !important;
    }

    [data-kt-app-header-secondary-enabled=true][data-kt-app-sidebar-fixed=true][data-kt-app-sidebar-push-header=true] .app-header-secondary {
        left: calc(var(--kt-app-sidebar-width) + var(--kt-app-sidebar-gap-start, 0px) + var(--kt-app-sidebar-gap-end, 0px));
    }

    [data-kt-app-header-secondary-enabled=true][data-kt-app-sidebar-panel-fixed=true][data-kt-app-sidebar-panel-push-header=true] .app-header-secondary {
        left: calc(var(--kt-app-sidebar-width) + var(--kt-app-sidebar-gap-start, 0px) + var(--kt-app-sidebar-gap-end, 0px) + var(--kt-app-sidebar-panel-width) + var(--kt-app-sidebar-panel-gap-start, 0px) + var(--kt-app-sidebar-panel-gap-end, 0px));
    }
}

@media (max-width: 991.98px) {
    .app-header .app-header-secondary {
        flex-grow: 1;
        height: var(--kt-app-header-secondary-height);
        box-shadow: var(--kt-app-header-secondary-base-box-shadow-mobile);
        border-top: var(--kt-app-header-secondary-base-border-top-mobile);
    }

    .app-header-secondary {
        background-color: var(--kt-app-header-secondary-base-bg-color-mobile);
    }

    [data-kt-app-header-secondary-enabled=true] {
        --kt-app-header-secondary-height: 60px;
    }

        [data-kt-app-header-secondary-enabled=true][data-kt-app-header-sticky=on] {
            --kt-app-header-secondary-height: 60px;
        }

        [data-kt-app-header-secondary-enabled=true][data-kt-app-header-minimize=on] {
            --kt-app-header-secondary-height: 60px;
        }
}

.app-header-tertiary {
    transition: none;
    display: flex;
    align-items: stretch;
}

@media (min-width: 992px) {
    .app-header-tertiary {
        background-color: var(--kt-app-header-tertiary-base-bg-color);
        box-shadow: var(--kt-app-header-tertiary-base-box-shadow);
        border-top: var(--kt-app-header-tertiary-base-border-top);
        border-bottom: var(--kt-app-header-tertiary-base-border-bottom);
    }

    [data-kt-app-header-tertiary-enabled=true] {
        --kt-app-header-tertiary-height: 70px;
    }

        [data-kt-app-header-tertiary-enabled=true][data-kt-app-header-sticky=on] {
            --kt-app-header-tertiary-height: 70px;
        }

        [data-kt-app-header-tertiary-enabled=true][data-kt-app-header-minimize=on] {
            --kt-app-header-tertiary-height: 70px;
        }

        [data-kt-app-header-tertiary-enabled=true][data-kt-app-header-sticky=on][data-kt-app-header-tertiary-sticky-hide=true] {
            --kt-app-header-tertiary-height: 0;
        }

    .app-header-tertiary {
        height: var(--kt-app-header-tertiary-height);
    }

    [data-kt-app-header-tertiary-fixed=true] .app-header-tertiary {
        z-index: 100;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }

    [data-kt-app-header-tertiary-static=true] .app-header-tertiary {
        position: static;
    }

    [data-kt-app-header-tertiary-sticky=on] .app-header-tertiary {
        transition: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        height: 70px;
        z-index: 100;
        background-color: var(--kt-app-header-tertiary-sticky-bg-color);
        box-shadow: var(--kt-app-header-tertiary-sticky-box-shadow);
        border-bottom: var(--kt-app-header-tertiary-sticky-border-bottom);
    }

    [data-kt-app-header-tertiary-minimize=on] .app-header-tertiary {
        transition: none;
        height: 70px;
        z-index: 100;
        background-color: var(--kt-app-header-tertiary-minimize-bg-color);
        box-shadow: var(--kt-app-header-tertiary-minimize-box-shadow);
        border-bottom: var(--kt-app-header-tertiary-minimize-border-bottom);
    }

    [data-kt-app-header-sticky=on][data-kt-app-header-tertiary-sticky-hide=true] .app-header-tertiary {
        display: none !important;
    }

    [data-kt-app-header-tertiary-enabled=true][data-kt-app-sidebar-fixed=true][data-kt-app-sidebar-push-header=true] .app-header-tertiary {
        left: calc(var(--kt-app-sidebar-width) + var(--kt-app-sidebar-gap-start, 0px) + var(--kt-app-sidebar-gap-end, 0px));
    }

    [data-kt-app-header-tertiary-enabled=true][data-kt-app-sidebar-panel-fixed=true][data-kt-app-sidebar-panel-push-header=true] .app-header-tertiary {
        left: calc(var(--kt-app-sidebar-width) + var(--kt-app-sidebar-gap-start, 0px) + var(--kt-app-sidebar-gap-end, 0px) + var(--kt-app-sidebar-panel-width) + var(--kt-app-sidebar-panel-gap-start, 0px) + var(--kt-app-sidebar-panel-gap-end, 0px));
    }
}

@media (max-width: 991.98px) {
    .app-header .app-header-tertiary {
        flex-grow: 1;
        height: var(--kt-app-header-tertiary-height);
        border-top: var(--kt-app-header-tertiary-base-border-top-mobile);
        box-shadow: var(--kt-app-header-tertiary-base-box-shadow-mobile);
    }

    .app-header-tertiary {
        background-color: var(--kt-app-header-tertiary-base-bg-color-mobile);
    }

    [data-kt-app-header-tertiary-enabled=true] {
        --kt-app-header-tertiary-height: 70px;
    }

        [data-kt-app-header-tertiary-enabled=true][data-kt-app-header-sticky=on] {
            --kt-app-header-tertiary-height: 60px;
        }

    [data-kt-app-header-secondary-enabled=true][data-kt-app-header-minimize=on] {
        --kt-app-header-tertiary-height: 60px;
    }
}

.app-toolbar {
    display: flex;
    align-items: stretch;
}

    .app-toolbar.app-toolbar-minimize {
        transition: none;
    }

@media (min-width: 992px) {
    .app-toolbar {
        background-color: var(--kt-app-toolbar-base-bg-color);
        box-shadow: var(--kt-app-toolbar-base-box-shadow);
        border-top: var(--kt-app-toolbar-base-border-top);
        border-bottom: var(--kt-app-toolbar-base-border-bottom);
    }

    :root {
        --kt-app-toolbar-height: 55px;
        --kt-app-toolbar-height-actual: 55px;
    }

    [data-kt-app-toolbar-sticky=on] {
        --kt-app-toolbar-height: 70px;
    }

    [data-kt-app-toolbar-minimize=on] {
        --kt-app-toolbar-height: 70px;
    }

    .app-toolbar {
        height: var(--kt-app-toolbar-height);
    }

    [data-kt-app-header-fixed=true][data-kt-app-toolbar-fixed=true] .app-toolbar {
        z-index: 99;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }

    [data-kt-app-toolbar-sticky=on] .app-toolbar {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        box-shadow: var(--kt-app-toolbar-sticky-box-shadow);
        background-color: var(--kt-app-toolbar-sticky-bg-color);
        border-top: var(--kt-app-toolbar-sticky-border-top);
        border-bottom: var(--kt-app-toolbar-sticky-border-bottom);
        z-index: 99;
    }

    [data-kt-app-toolbar-minimize=on] .app-toolbar {
        transition: none;
        box-shadow: var(--kt-app-toolbar-minimize-box-shadow);
        background-color: var(--kt-app-toolbar-minimize-bg-color);
        border-top: var(--kt-app-toolbar-minimize-border-top);
        border-bottom: var(--kt-app-toolbar-minimize-border-bottom);
        z-index: 99;
    }

    [data-kt-app-toolbar-fixed=true][data-kt-app-header-fixed=true] .app-toolbar {
        top: var(--kt-app-header-height);
    }

    [data-kt-app-toolbar-sticky=on][data-kt-app-sidebar-fixed=true][data-kt-app-sidebar-push-toolbar=true] .app-toolbar, [data-kt-app-toolbar-fixed=true][data-kt-app-sidebar-fixed=true][data-kt-app-sidebar-push-toolbar=true] .app-toolbar {
        left: calc(var(--kt-app-sidebar-width) + var(--kt-app-sidebar-gap-start, 0px) + var(--kt-app-sidebar-gap-end, 0px));
    }

    [data-kt-app-toolbar-sticky=on][data-kt-app-sidebar-panel-fixed=true][data-kt-app-sidebar-panel-push-toolbar=true] .app-toolbar, [data-kt-app-toolbar-fixed=true][data-kt-app-sidebar-panel-fixed=true][data-kt-app-sidebar-panel-push-toolbar=true] .app-toolbar {
        left: calc(var(--kt-app-sidebar-width) + var(--kt-app-sidebar-gap-start, 0px) + var(--kt-app-sidebar-gap-end, 0px) + var(--kt-app-sidebar-panel-width) + var(--kt-app-sidebar-panel-gap-start, 0px) + var(--kt-app-sidebar-panel-gap-end, 0px));
    }

    [data-kt-app-toolbar-sticky=on][data-kt-app-aside-fixed=true][data-kt-app-aside-push-toolbar=true] .app-toolbar, [data-kt-app-toolbar-fixed=true][data-kt-app-aside-fixed=true][data-kt-app-aside-push-toolbar=true] .app-toolbar {
        right: calc(var(--kt-app-aside-width) + var(--kt-app-aside-gap-start, 0px) + var(--kt-app-aside-gap-end, 0px));
    }
}

@media (max-width: 991.98px) {
    .app-toolbar {
        box-shadow: var(--kt-app-toolbar-base-box-shadow-mobile);
        background-color: var(--kt-app-toolbar-base-bg-color-mobile);
        border-top: var(--kt-app-toolbar-base-border-top-mobile);
        border-bottom: var(--kt-app-toolbar-base-border-bottom-mobile);
    }

    [data-kt-app-toolbar-sticky=on] {
        --kt-app-toolbar-height: 70px;
    }

    [data-kt-app-toolbar-minimize=on] {
        --kt-app-toolbar-height: 70px;
    }

    .app-toolbar {
        height: var(--kt-app-toolbar-height);
    }

    [data-kt-app-header-fixed-mobile=true][data-kt-app-toolbar-fixed-mobile=true] .app-toolbar {
        z-index: 99;
        position: fixed;
        top: calc(var(--kt-app-header-height, 0px) + var(--kt-app-header-mobile-height, 0px));
        left: 0;
        right: 0;
    }

    [data-kt-app-toolbar-sticky=on] .app-toolbar {
        position: fixed;
        left: 0;
        right: 0;
        top: var(--kt-app-header-height, 0px);
        box-shadow: var(--kt-app-toolbar-sticky-box-shadow-mobile);
        background-color: var(--kt-app-toolbar-sticky-bg-color-mobile);
        border-top: var(--kt-app-toolbar-sticky-border-top-mobile);
        border-bottom: var(--kt-app-toolbar-sticky-border-bottom-mobile);
        z-index: 99;
    }

    [data-kt-app-toolbar-minimize=on] .app-toolbar {
        transition: none;
        box-shadow: var(--kt-app-toolbar-minimize-box-shadow-mobile);
        background-color: var(--kt-app-toolbar-minimize-bg-color-mobile);
        border-top: var(--kt-app-toolbar-minimize-border-top-mobile);
        border-bottom: var(--kt-app-toolbar-minimize-border-bottom-mobile);
        z-index: 99;
    }
}

.app-hero {
    display: flex;
    align-items: stretch;
    background-color: var(--kt-app-hero-bg-color);
    box-shadow: var(--kt-app-hero-box-shadow);
    border-top: var(--kt-app-hero-border-top);
    border-bottom: var(--kt-app-hero-border-bottom);
}

.app-sidebar {
    transition: width 0.3s ease;
}

.app-sidebar-minimize-d-flex,
.app-sidebar-sticky-d-flex,
.app-sidebar-collapse-d-flex,
.app-sidebar-minimize-mobile-d-flex,
.app-sidebar-collapse-mobile-d-flex {
    display: none;
}

@media (min-width: 992px) {
    .app-sidebar {
        display: flex;
        flex-shrink: 0;
        width: var(--kt-app-sidebar-width);
        background-color: var(--kt-app-sidebar-base-bg-color);
        box-shadow: var(--kt-app-sidebar-base-box-shadow);
        border-left: var(--kt-app-sidebar-base-border-start);
        border-right: var(--kt-app-sidebar-base-border-end);
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    :root {
        --kt-app-sidebar-width: 265px;
        --kt-app-sidebar-width-actual: 265px;
        --kt-app-sidebar-gap-start: 0px;
        --kt-app-sidebar-gap-end: 0px;
        --kt-app-sidebar-gap-top: 0px;
        --kt-app-sidebar-gap-bottom: 0px;
    }

    [data-kt-app-sidebar-stacked=true] {
        --kt-app-sidebar-width: calc(var(--kt-app-sidebar-primary-width) + var(--kt-app-sidebar-secondary-width, 0));
    }

    [data-kt-app-sidebar-minimize=on] {
        --kt-app-sidebar-width: 75px;
        --kt-app-sidebar-gap-start: 0px;
        --kt-app-sidebar-gap-end: 0px;
        --kt-app-sidebar-gap-top: 0px;
        --kt-app-sidebar-gap-bottom: 0px;
    }

    [data-kt-app-sidebar-sticky=on] {
        --kt-app-sidebar-width: 300px;
        --kt-app-sidebar-gap-start: 0px;
        --kt-app-sidebar-gap-end: 0px;
        --kt-app-sidebar-gap-top: 0px;
        --kt-app-sidebar-gap-bottom: 0px;
    }

    [data-kt-app-sidebar-collapse=on] {
        --kt-app-sidebar-width: 0px;
    }

    [data-kt-app-sidebar-static=true] .app-sidebar {
        position: relative;
    }

    [data-kt-app-sidebar-offcanvas=true] .app-sidebar {
        display: none;
    }

    [data-kt-app-sidebar-fixed=true] .app-sidebar {
        position: fixed;
        z-index: 105;
        top: 0;
        bottom: 0;
        left: 0;
    }

    [data-kt-app-sidebar-stacked=true] .app-sidebar {
        align-items: stretch;
    }

    [data-kt-app-sidebar-sticky=on] .app-sidebar {
        position: fixed;
        transition: width 0.3s ease;
        top: auto;
        bottom: auto;
        left: auto;
        z-index: 105;
        box-shadow: var(--kt-app-sidebar-sticky-box-shadow);
        border-left: var(--kt-app-sidebar-sticky-border-start);
        border-right: var(--kt-app-sidebar-sticky-border-end);
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    [data-kt-app-sidebar-minimize=on] .app-sidebar {
        transition: width 0.3s ease;
        background-color: var(--kt-app-sidebar-minimize-bg-color);
        box-shadow: var(--kt-app-sidebar-minimize-box-shadow);
        border-left: var(--kt-app-sidebar-minimize-border-start);
        border-right: var(--kt-app-sidebar-minimize-border-end);
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    [data-kt-app-sidebar-hoverable=true] .app-sidebar .app-sidebar-wrapper {
        width: var(--kt-app-sidebar-width-actual);
    }

    [data-kt-app-sidebar-hoverable=true][data-kt-app-sidebar-minimize=on] .app-sidebar:hover:not(.animating) {
        transition: width 0.3s ease;
        width: var(--kt-app-sidebar-width-actual);
    }

    [data-kt-app-sidebar-collapse=on] .app-sidebar {
        transition: width 0.3s ease;
        width: var(--kt-app-sidebar-width-actual);
        margin-left: calc(-1 * var(--kt-app-sidebar-width-actual));
    }

    [data-kt-app-sidebar-minimize=on] .app-sidebar-minimize-d-none {
        display: none !important;
    }

    [data-kt-app-sidebar-minimize=on] .app-sidebar-minimize-d-flex {
        display: flex !important;
    }

    [data-kt-app-sidebar-sticky=on] .app-sidebar-sticky-d-none {
        display: none !important;
    }

    [data-kt-app-sidebar-sticky=on] .app-sidebar-sticky-d-flex {
        display: flex !important;
    }

    [data-kt-app-sidebar-collapse=on] .app-sidebar-collapse-d-none {
        display: none !important;
    }

    [data-kt-app-sidebar-collapse=on] .app-sidebar-collapse-d-flex {
        display: flex !important;
    }

    [data-kt-app-sidebar-fixed=true][data-kt-app-header-fixed=true]:not([data-kt-app-sidebar-push-header=true]) .app-sidebar {
        top: var(--kt-app-header-height);
    }

    [data-kt-app-sidebar-fixed=true][data-kt-app-header-fixed=true][data-kt-app-toolbar-fixed=true]:not([data-kt-app-sidebar-push-toolbar=true]) .app-sidebar {
        top: calc(var(--kt-app-header-height) + var(--kt-app-toolbar-height, 0px));
    }
}

@media (max-width: 991.98px) {
    .app-sidebar {
        display: none;
        width: var(--kt-app-sidebar-width);
        background-color: var(--kt-app-sidebar-base-bg-color-mobile);
        box-shadow: var(--kt-app-sidebar-base-box-shadow-mobile);
        border-left: var(--kt-app-sidebar-base-border-start-mobile);
        border-right: var(--kt-app-sidebar-base-border-end-mobile);
        z-index: 106;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    :root {
        --kt-app-sidebar-width: 250px;
        --kt-app-sidebar-width-actual: 250px;
        --kt-app-sidebar-gap-start: 0px;
        --kt-app-sidebar-gap-end: 0px;
        --kt-app-sidebar-gap-top: 0px;
        --kt-app-sidebar-gap-bottom: 0px;
    }

    [data-kt-app-sidebar-stacked=true] {
        --kt-app-sidebar-width: calc(var(--kt-app-sidebar-primary-width) + var(--kt-app-sidebar-secondary-width, 0));
    }

    [data-kt-app-sidebar-minimize-mobile=on] {
        --kt-app-sidebar-width: 75px;
        --kt-app-sidebar-gap-start: 0px;
        --kt-app-sidebar-gap-end: 0px;
        --kt-app-sidebar-gap-top: 0px;
        --kt-app-sidebar-gap-bottom: 0px;
    }

    [data-kt-app-sidebar-collapse-mobile=on] {
        --kt-app-sidebar-width: 0px;
    }

    [data-kt-app-sidebar-stacked=true] .app-sidebar {
        align-items: stretch;
    }

    [data-kt-app-sidebar-minimize-mobile=on] .app-sidebar {
        transition: width 0.3s ease;
        background-color: var(--kt-app-sidebar-minimize-bg-color-mobilee);
        box-shadow: var(--kt-app-sidebar-minimize-box-shadow-mobile);
        border-left: var(--kt-app-sidebar-minimize-border-start-mobile);
        border-right: var(--kt-app-sidebar-minimize-border-end-mobile);
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    [data-kt-app-sidebar-hoverable-mobile=true] .app-sidebar .app-sidebar-wrapper {
        width: var(--kt-app-sidebar-width-actual);
    }

    [data-kt-app-sidebar-hoverable-mobile=true][data-kt-app-sidebar-minimize-mobile=on] .app-sidebar:hover:not(.animating) {
        transition: width 0.3s ease;
        width: var(--kt-app-sidebar-width-actual);
        box-shadow: var(--kt-app-sidebar-minimize-hover-box-shadow-mobile);
    }

    [data-kt-app-sidebar-collapse-mobile=on] .app-sidebar {
        transition: width 0.3s ease;
        width: var(--kt-app-sidebar-width-actual);
        margin-left: calc(-1 * var(--kt-app-sidebar-width-actual));
    }

    [data-kt-app-sidebar-minimize-mobile=on] .app-sidebar-minimize-mobile-d-none {
        display: none !important;
    }

    [data-kt-app-sidebar-minimize-mobile=on] .app-sidebar-minimize-mobile-d-flex {
        display: flex !important;
    }

    [data-kt-app-sidebar-collapse-mobile=on] .app-sidebar-collapse-mobile-d-none {
        display: none !important;
    }

    [data-kt-app-sidebar-collapse-mobile=on] .app-sidebar-collapse-mobile-d-flex {
        display: flex !important;
    }
}

.app-sidebar-primary {
    transition: none;
    position: relative;
    flex-shrink: 0;
}

.app-sidebar-primary-collapse-d-flex,
.app-sidebar-primary-minimize-d-flex,
.app-sidebar-primary-collapse-mobile-d-flex,
.app-sidebar-primary-minimize-mobile-d-flex {
    display: none;
}

@media (min-width: 992px) {
    .app-sidebar-primary {
        background-color: var(--kt-app-sidebar-primary-base-bg-color);
        box-shadow: var(--kt-app-sidebar-primary-base-box-shadow);
        border-left: var(--kt-app-sidebar-primary-base-border-start);
        border-right: var(--kt-app-sidebar-primary-base-border-end);
        z-index: 1;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    :root {
        --kt-app-sidebar-primary-width-actual: 100px;
    }

    [data-kt-app-sidebar-stacked=true] {
        --kt-app-sidebar-primary-width: 100px;
        --kt-app-sidebar-primary-gap-start: 0px;
        --kt-app-sidebar-primary-gap-end: 0px;
        --kt-app-sidebar-primary-gap-top: 0px;
        --kt-app-sidebar-primary-gap-bottom: 0px;
    }

    [data-kt-app-sidebar-primary-minimize=on] {
        --kt-app-sidebar-primary-width: 75px;
        --kt-app-sidebar-primary-gap-start: 0px;
        --kt-app-sidebar-primary-gap-end: 0px;
        --kt-app-sidebar-primary-gap-top: 0px;
        --kt-app-sidebar-primary-gap-bottom: 0px;
    }

    [data-kt-app-sidebar-primary-collapse=on] {
        --kt-app-sidebar-primary-width: 0px;
    }

    .app-sidebar-primary {
        width: var(--kt-app-sidebar-primary-width);
    }

    [data-kt-app-sidebar-primary-collapse=on] .app-sidebar-primary {
        transition: none;
        width: var(--kt-app-sidebar-primary-width-actual);
        margin-left: calc(-1 * var(--kt-app-sidebar-primary-width-actual));
    }

    [data-kt-app-sidebar-primary-minimize=on] .app-sidebar-primary {
        transition: none;
        background-color: var(--kt-app-sidebar-primary-minimize-bg-color);
        box-shadow: var(--kt-app-sidebar-primary-minimize-box-shadow);
        border-left: var(--kt-app-sidebar-primary-minimize-border-start);
        border-right: var(--kt-app-sidebar-primary-minimize-border-end);
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    [data-kt-app-sidebar-primary-hoverable=true] .app-sidebar-primary .app-sidebar-primary-hoverable {
        width: var(--kt-app-sidebar-primary-width-actual);
    }

    [data-kt-app-sidebar-primary-hoverable=true][data-kt-app-sidebar-primary-minimize=on] .app-sidebar-primary:hover:not(.animating) {
        transition: none;
        width: var(--kt-app-sidebar-primary-width-actual);
        box-shadow: var(--kt-app-sidebar-primary-minimize-hover-box-shadow);
    }

    [data-kt-app-sidebar-fixed=true][data-kt-app-header-fixed=true][data-kt-app-sidebar-primary-below-header=true] .app-sidebar-primary {
        top: var(--kt-app-header-height);
    }

    [data-kt-app-sidebar-fixed=true][data-kt-app-header-fixed=true][data-kt-app-toolbar-fixed=true][data-kt-app-sidebar-primary-below-toolbar=true] .app-sidebar-primary {
        top: calc(var(--kt-app-header-height) + var(--kt-app-toolbar-height, 0));
    }

    [data-kt-app-sidebar-primary-minimize=on] .app-sidebar-primary-minimize-d-none {
        display: none !important;
    }

    [data-kt-app-sidebar-primary-minimize=on] .app-sidebar-primary-minimize-d-flex {
        display: flex !important;
    }

    [data-kt-app-sidebar-primary-collapse=on] .app-sidebar-primary-collapse-d-none {
        display: none !important;
    }

    [data-kt-app-sidebar-primary-collapse=on] .app-sidebar-primary-collapse-d-flex {
        display: flex !important;
    }
}

@media (max-width: 991.98px) {
    .app-sidebar-primary {
        z-index: 1;
        background-color: var(--kt-app-sidebar-primary-base-bg-color-mobile);
        box-shadow: var(--kt-app-sidebar-primary-base-box-shadow-mobile);
        border-left: var(--kt-app-sidebar-primary-base-border-start-mobile);
        border-right: var(--kt-app-sidebar-primary-base-border-end-mobile);
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    :root {
        --kt-app-sidebar-primary-width-actual: 100px;
    }

    [data-kt-app-sidebar-stacked=true] {
        --kt-app-sidebar-primary-width: 100px;
        --kt-app-sidebar-primary-gap-start: 0px;
        --kt-app-sidebar-primary-gap-end: 0px;
        --kt-app-sidebar-primary-gap-top: 0px;
        --kt-app-sidebar-primary-gap-bottom: 0px;
    }

    [data-kt-app-sidebar-primary-minimize-mobile=on] {
        --kt-app-sidebar-primary-width: 75px;
        --kt-app-sidebar-primary-gap-start: 0px;
        --kt-app-sidebar-primary-gap-end: 0px;
        --kt-app-sidebar-primary-gap-top: 0px;
        --kt-app-sidebar-primary-gap-bottom: 0px;
    }

    [data-kt-app-sidebar-primary-collapse-mobile=on] {
        --kt-app-sidebar-primary-width: 0px;
    }

    .app-sidebar-primary {
        width: var(--kt-app-sidebar-primary-width);
    }

    [data-kt-app-sidebar-primary-collapse-mobile=on] .app-sidebar-primary {
        transition: none;
        width: var(--kt-app-sidebar-primary-width-actual);
        margin-left: calc(-1 * var(--kt-app-sidebar-primary-width-actual));
    }

    [data-kt-app-sidebar-primary-minimize-mobile=on] .app-sidebar-primary {
        transition: none;
        background-color: var(--kt-app-sidebar-primary-minimize-bg-color-mobile);
        box-shadow: var(--kt-app-sidebar-primary-base-box-shadow-mobile);
        border-left: var(--kt-app-sidebar-primary-minimize-border-start-mobile);
        border-left: var(--kt-app-sidebar-primary-minimize-border-end-mobile);
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    [data-kt-app-sidebar-primary-hoverable-mobile=true] .app-sidebar-primary .app-sidebar-primary-hoverable {
        width: var(--kt-app-sidebar-primary-width-actual);
    }

    [data-kt-app-sidebar-primary-hoverable-mobile=true][data-kt-app-sidebar-primary-minimize-mobile=on] .app-sidebar-primary:hover:not(.animating) {
        transition: none;
        width: var(--kt-app-sidebar-primary-width-actual);
        box-shadow: var(--kt-app-sidebar-primary-minimize-hover-box-shadow-mobile);
    }

    [data-kt-app-sidebar-primary-minimize-mobile=on] .app-sidebar-primary-minimize-mobile-d-none {
        display: none !important;
    }

    [data-kt-app-sidebar-primary-minimize-mobile=on] .app-sidebar-primary-minimize-mobile-d-flex {
        display: flex !important;
    }

    [data-kt-app-sidebar-primary-collapse-mobile=on] .app-sidebar-primary-collapse-mobile-d-none {
        display: none !important;
    }

    [data-kt-app-sidebar-primary-collapse-mobile=on] .app-sidebar-primary-collapse-mobile-d-flex {
        display: flex !important;
    }
}

.app-sidebar-secondary {
    transition: width 0.3s ease, margin 0.3s ease;
    position: relative;
    flex-shrink: 0;
}

.app-sidebar-secondary-collapse-d-flex,
.app-sidebar-secondary-minimize-d-flex,
.app-sidebar-secondary-collapse-mobile-d-flex,
.app-sidebar-secondary-minimize-mobile-d-flex {
    display: none;
}

@media (min-width: 992px) {
    .app-sidebar-secondary {
        background-color: var(--kt-app-sidebar-secondary-base-bg-color);
        box-shadow: var(--kt-app-sidebar-secondary-base-box-shadow);
        border-left: var(--kt-app-sidebar-secondary-base-border-start);
        border-right: var(--kt-app-sidebar-secondary-base-border-end);
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    [data-kt-app-sidebar-secondary-enabled=true] {
        --kt-app-sidebar-secondary-width-actual: calc( 265px - 100px - 0px - 0px - 0px - 0px );
    }

        [data-kt-app-sidebar-secondary-enabled=true][data-kt-app-sidebar-stacked=true] {
            --kt-app-sidebar-secondary-width: calc( 265px - 100px - 0px - 0px - 0px - 0px );
            --kt-app-sidebar-secondary-gap-start: 0px;
            --kt-app-sidebar-secondary-gap-end: 0px;
            --kt-app-sidebar-secondary-gap-top: 0px;
            --kt-app-sidebar-secondary-gap-bottom: 0px;
        }

        [data-kt-app-sidebar-secondary-enabled=true][data-kt-app-sidebar-secondary-minimize=on] {
            --kt-app-sidebar-secondary-width: 75px;
            --kt-app-sidebar-secondary-gap-start: 0px;
            --kt-app-sidebar-secondary-gap-end: 0px;
            --kt-app-sidebar-secondary-gap-top: 0px;
            --kt-app-sidebar-secondary-gap-bottom: 0px;
        }

        [data-kt-app-sidebar-secondary-enabled=true][data-kt-app-sidebar-secondary-collapse=on] {
            --kt-app-sidebar-secondary-width-actual: calc( 265px - 100px - 0px - 0px - 0px - 0px );
            --kt-app-sidebar-secondary-width: 0px;
        }

    .app-sidebar-secondary {
        width: var(--kt-app-sidebar-secondary-width);
    }

    [data-kt-app-sidebar-secondary-collapse=on] .app-sidebar-secondary {
        transition: width 0.3s ease, margin 0.3s ease;
        width: var(--kt-app-sidebar-secondary-width-actual);
        margin-left: calc(-1 * var(--kt-app-sidebar-secondary-width-actual));
    }

    [data-kt-app-sidebar-secondary-minimize=on] .app-sidebar-secondary {
        transition: width 0.3s ease, margin 0.3s ease;
        background-color: var(--kt-app-sidebar-secondary-minimize-bg-color);
        box-shadow: var(--kt-app-sidebar-secondary-minimize-box-shadow);
        border-left: var(--kt-app-sidebar-secondary-minimize-border-start);
        border-right: var(--kt-app-sidebar-secondary-minimize-border-end);
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    [data-kt-app-sidebar-secondary-hoverable=true] .app-sidebar-secondary .app-sidebar-secondary-hoverable {
        width: var(--kt-app-sidebar-secondary-width-actual);
    }

    [data-kt-app-sidebar-secondary-hoverable=true][data-kt-app-sidebar-secondary-minimize=on] .app-sidebar-secondary:hover:not(.animating) {
        transition: width 0.3s ease, margin 0.3s ease;
        width: var(--kt-app-sidebar-secondary-width-actual);
        box-shadow: var(--kt-app-sidebar-secondary-minimize-hover-box-shadow);
    }

    [data-kt-app-sidebar-fixed=true][data-kt-app-header-fixed=true][data-kt-app-sidebar-secondary-below-header=true] .app-sidebar-secondary {
        top: var(--kt-app-header-height);
    }

    [data-kt-app-sidebar-fixed=true][data-kt-app-header-fixed=true][data-kt-app-toolbar-fixed=true][data-kt-app-sidebar-secondary-below-toolbar=true] .app-sidebar-secondary {
        top: calc(var(--kt-app-header-height) + var(--kt-app-toolbar-height, 0));
    }

    [data-kt-app-sidebar-secondary-enabled=true][data-kt-app-sidebar-secondary-minimize=on] .app-sidebar-secondary-minimize-d-none {
        display: none !important;
    }

    [data-kt-app-sidebar-secondary-enabled=true][data-kt-app-sidebar-secondary-minimize=on] .app-sidebar-secondary-minimize-d-flex {
        display: flex !important;
    }

    [data-kt-app-sidebar-secondary-enabled=true][data-kt-app-sidebar-secondary-collapse=on] .app-sidebar-secondary-collapse-d-none {
        display: none !important;
    }

    [data-kt-app-sidebar-secondary-enabled=true][data-kt-app-sidebar-secondary-collapse=on] .app-sidebar-secondary-collapse-d-flex {
        display: flex !important;
    }
}

@media (max-width: 991.98px) {
    .app-sidebar-secondary {
        background-color: var(--kt-app-sidebar-secondary-base-bg-color-mobile);
        box-shadow: var(--kt-app-sidebar-secondary-base-box-shadow-mobile);
        border-left: var(--kt-app-sidebar-secondary-base-border-start-mobile);
        border-right: var(--kt-app-sidebar-secondary-base-border-end-mobile);
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    [data-kt-app-sidebar-secondary-enabled=true] {
        --kt-app-sidebar-secondary-width-actual: calc( 250px - 100px - 0px - 0px - 0px - 0px );
    }

        [data-kt-app-sidebar-secondary-enabled=true][data-kt-app-sidebar-stacked=true] {
            --kt-app-sidebar-secondary-width: calc( 250px - 100px - 0px - 0px - 0px - 0px );
            --kt-app-sidebar-secondary-gap-start: 0px;
            --kt-app-sidebar-secondary-gap-end: 0px;
            --kt-app-sidebar-secondary-gap-top: 0px;
            --kt-app-sidebar-secondary-gap-bottom: 0px;
        }

        [data-kt-app-sidebar-secondary-enabled=true][data-kt-app-sidebar-secondary-minimize-mobile=on] {
            --kt-app-sidebar-secondary-width: 75px;
            --kt-app-sidebar-secondary-gap-start: 0px;
            --kt-app-sidebar-secondary-gap-end: 0px;
            --kt-app-sidebar-secondary-gap-top: 0px;
            --kt-app-sidebar-secondary-gap-bottom: 0px;
        }

        [data-kt-app-sidebar-secondary-enabled=true][data-kt-app-sidebar-secondary-collapse-mobile=on] {
            --kt-app-sidebar-secondary-width-actual: calc( 250px - 100px - 0px - 0px - 0px - 0px );
            --kt-app-sidebar-secondary-width: 0px;
        }

    .app-sidebar-secondary {
        width: var(--kt-app-sidebar-secondary-width);
    }

    [data-kt-app-sidebar-secondary-collapse-mobile=on] .app-sidebar-secondary {
        transition: width 0.3s ease, margin 0.3s ease;
        width: var(--kt-app-sidebar-secondary-width-actual);
        margin-left: calc(-1 * var(--kt-app-sidebar-secondary-width-actual));
    }

    [data-kt-app-sidebar-secondary-minimize-mobile=on] .app-sidebar-secondary {
        transition: width 0.3s ease, margin 0.3s ease;
        background-color: var(--kt-app-sidebar-secondary-minimize-bg-color-mobile);
        box-shadow: var(--kt-app-sidebar-secondary-minimize-box-shadow-mobile);
        border-left: var(--kt-app-sidebar-secondary-minimize-border-start-mobile);
        border-right: var(--kt-app-sidebar-secondary-minimize-border-end-mobile);
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    [data-kt-app-sidebar-secondary-hoverable-mobile=true] .app-sidebar-secondary .app-sidebar-secondary-hoverable {
        width: var(--kt-app-sidebar-secondary-width-actual);
    }

    [data-kt-app-sidebar-secondary-hoverable-mobile=true][data-kt-app-sidebar-secondary-minimize-mobile=on] .app-sidebar-secondary:hover:not(.animating) {
        transition: width 0.3s ease, margin 0.3s ease;
        width: var(--kt-app-sidebar-secondary-width-actual);
        box-shadow: var(--kt-app-sidebar-secondary-minimize-hover-box-shadow-mobile);
    }

    [data-kt-app-sidebar-secondary-enabled=true][data-kt-app-sidebar-secondary-minimize-mobile=on] .app-sidebar-secondary-minimize-mobile-d-none {
        display: none !important;
    }

    [data-kt-app-sidebar-secondary-enabled=true][data-kt-app-sidebar-secondary-minimize-mobile=on] .app-sidebar-secondary-minimize-mobile-d-flex {
        display: flex !important;
    }

    [data-kt-app-sidebar-secondary-enabled=true][data-kt-app-sidebar-secondary-collapse=on] .app-sidebar-secondary-collapse-mobile-d-none {
        display: none !important;
    }

    [data-kt-app-sidebar-secondary-enabled=true][data-kt-app-sidebar-secondary-collapse=on] .app-sidebar-secondary-collapse-mobile-d-flex {
        display: flex !important;
    }
}

.app-sidebar-panel {
    transition: none;
}

.app-sidebar-panel-minimize-d-flex,
.app-sidebar-panel-sticky-d-flex,
.app-sidebar-panel-collapse-d-flex,
.app-sidebar-panel-minimize-mobile-d-flex,
.app-sidebar-panel-collapse-mobile-d-flex {
    display: none;
}

@media (min-width: 992px) {
    .app-sidebar-panel {
        display: flex;
        flex-shrink: 0;
        width: var(--kt-app-sidebar-panel-width);
        background-color: var(--kt-app-sidebar-panel-base-bg-color);
        box-shadow: var(--kt-app-sidebar-panel-base-box-shadow);
        border-left: var(--kt-app-sidebar-panel-base-border-start);
        border-right: var(--kt-app-sidebar-panel-base-border-end);
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    :root {
        --kt-app-sidebar-panel-width: 300px;
        --kt-app-sidebar-panel-width-actual: 300px;
        --kt-app-sidebar-panel-gap-start: 0px;
        --kt-app-sidebar-panel-gap-end: 0px;
        --kt-app-sidebar-panel-gap-top: 0px;
        --kt-app-sidebar-panel-gap-bottom: 0px;
    }

    [data-kt-app-sidebar-panel-minimize=on] {
        --kt-app-sidebar-panel-width: 75px;
        --kt-app-sidebar-panel-gap-start: 0px;
        --kt-app-sidebar-panel-gap-end: 0px;
        --kt-app-sidebar-panel-gap-top: 0px;
        --kt-app-sidebar-panel-gap-bottom: 0px;
    }

    [data-kt-app-sidebar-panel-sticky=on] {
        --kt-app-sidebar-panel-width: 300px;
        --kt-app-sidebar-panel-gap-start: 0px;
        --kt-app-sidebar-panel-gap-end: 0px;
        --kt-app-sidebar-panel-gap-top: 0px;
        --kt-app-sidebar-panel-gap-bottom: 0px;
    }

    [data-kt-app-sidebar-panel-collapse=on] {
        --kt-app-sidebar-panel-width-actual: 300px;
        --kt-app-sidebar-panel-width: 0px;
    }

    [data-kt-app-sidebar-panel-static=true] .app-sidebar-panel {
        position: relative;
    }

    [data-kt-app-sidebar-panel-offcanvas=true] .app-sidebar-panel {
        display: none;
    }

    [data-kt-app-sidebar-panel-fixed=true] .app-sidebar-panel {
        z-index: 104;
        position: fixed;
        left: calc(var(--kt-app-sidebar-width) + var(--kt-app-sidebar-gap-start, 0px) + var(--kt-app-sidebar-gap-end, 0px));
        top: 0;
        bottom: 0;
    }

    [data-kt-app-sidebar-panel-sticky=on] .app-sidebar-panel {
        position: fixed;
        left: calc(var(--kt-app-sidebar-width) + var(--kt-app-sidebar-gap-start, 0px) + var(--kt-app-sidebar-gap-end, 0px));
        top: 0;
        bottom: 0;
        transition: none;
        box-shadow: var(--kt-app-sidebar-panel-sticky-box-shadow);
        border-left: var(--kt-app-sidebar-panel-sticky-border-start);
        border-right: var(--kt-app-sidebar-panel-sticky-border-end);
        z-index: 104;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    [data-kt-app-sidebar-panel-minimize=on] .app-sidebar-panel {
        transition: none;
        background-color: var(--kt-app-sidebar-panel-minimize-bg-color);
        box-shadow: var(--kt-app-sidebar-panel-minimize-box-shadow);
        border-left: var(--kt-app-sidebar-panel-minimize-border-start);
        border-right: var(--kt-app-sidebar-panel-minimize-border-end);
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    [data-kt-app-sidebar-panel-hoverable=true] .app-sidebar-panel .app-sidebar-panel-hoverable {
        width: var(--kt-app-sidebar-panel-width-actual);
    }

    [data-kt-app-sidebar-panel-hoverable=true][data-kt-app-sidebar-panel-minimize=on] .app-sidebar-panel:hover:not(.animating) {
        transition: none;
        width: var(--kt-app-sidebar-panel-width-actual);
        box-shadow: var(--kt-app-sidebar-panel-minimize-hover-box-shadow);
    }

    [data-kt-app-sidebar-panel-collapse=on] .app-sidebar-panel {
        transition: none;
        width: var(--kt-app-sidebar-panel-width-actual);
        margin-left: calc(-1 * (var(--kt-app-sidebar-panel-width-actual) + var(--kt-app-sidebar-gap-start, 0px) + var(--kt-app-sidebar-gap-end, 0px)));
    }

    [data-kt-app-sidebar-panel-fixed=true][data-kt-app-header-fixed=true]:not([data-kt-app-sidebar-panel-push-header=true]) .app-sidebar-panel {
        top: var(--kt-app-header-height);
    }

    [data-kt-app-sidebar-panel-fixed=true][data-kt-app-header-fixed=true][data-kt-app-toolbar-fixed=true]:not([data-kt-app-sidebar-panel-push-toolbar=true]) .app-sidebar-panel {
        top: calc(var(--kt-app-header-height) + var(--kt-app-toolbar-height, 0));
    }

    [data-kt-app-sidebar-panel-minimize=on] .app-sidebar-panel-minimize-d-none {
        display: none !important;
    }

    [data-kt-app-sidebar-panel-minimize=on] .app-sidebar-panel-minimize-d-flex {
        display: flex !important;
    }

    [data-kt-app-sidebar-panel-sticky=on] .app-sidebar-panel-sticky-d-none {
        display: none !important;
    }

    [data-kt-app-sidebar-panel-sticky=on] .app-sidebar-panel-sticky-d-flex {
        display: flex !important;
    }

    [data-kt-app-sidebar-panel-collapse=on] .app-sidebar-panel-collapse-d-none {
        display: none !important;
    }

    [data-kt-app-sidebar-panel-collapse=on] .app-sidebar-panel-collapse-d-flex {
        display: flex !important;
    }
}

@media (max-width: 991.98px) {
    .app-sidebar-panel {
        display: none;
        width: var(--kt-app-sidebar-panel-width);
        background-color: var(--kt-app-sidebar-panel-base-bg-color-mobile);
        box-shadow: var(--kt-app-sidebar-panel-base-box-shadow-mobile);
        border-left: var(--kt-app-sidebar-panel-base-border-start-mobile);
        border-right: var(--kt-app-sidebar-panel-base-border-end-mobile);
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    :root {
        --kt-app-sidebar-panel-gap-start: 0px;
        --kt-app-sidebar-panel-gap-end: 0px;
        --kt-app-sidebar-panel-gap-top: 0px;
        --kt-app-sidebar-panel-gap-bottom: 0px;
    }

    [data-kt-app-sidebar-panel-minimize-mobile=on] {
        --kt-app-sidebar-panel-width: 75px;
        --kt-app-sidebar-panel-gap-start: 0px;
        --kt-app-sidebar-panel-gap-end: 0px;
        --kt-app-sidebar-panel-gap-top: 0px;
        --kt-app-sidebar-panel-gap-bottom: 0px;
    }

    [data-kt-app-sidebar-panel-collapse-mobile=on] {
        --kt-app-sidebar-panel-width-actual: 300px;
        --kt-app-sidebar-panel-width: 0px;
    }

    [data-kt-app-sidebar-panel-minimize-mobile=on] .app-sidebar-panel {
        transition: none;
        background-color: var(--kt-app-sidebar-panel-minimize-bg-color-mobile);
        box-shadow: var(--kt-app-sidebar-panel-minimize-box-shadow-mobile);
        border-left: var(--kt-app-sidebar-panel-minimize-border-start-mobile);
        border-right: var(--kt-app-sidebar-panel-minimize-border-end-mobile);
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    [data-kt-app-sidebar-panel-hoverable-mobile=true] .app-sidebar-panel .app-sidebar-panel-hoverable {
        width: var(--kt-app-sidebar-panel-width-actual);
    }

    [data-kt-app-sidebar-panel-hoverable-mobile=true][data-kt-app-sidebar-panel-minimize-mobile=on] .app-sidebar-panel:hover:not(.animating) {
        transition: none;
        width: var(--kt-app-sidebar-panel-width-actual);
        box-shadow: var(--kt-app-sidebar-panel-minimize-hover-box-shadow-mobile);
    }

    [data-kt-app-sidebar-panel-collapse-mobile=on] .app-sidebar-panel {
        transition: none;
        width: var(--kt-app-sidebar-panel-width-actual);
        margin-left: calc(-1 * var(--kt-app-sidebar-panel-width-actual));
    }

    [data-kt-app-sidebar-panel-minimize-mobile=on] .app-sidebar-panel-minimize-mobile-d-none {
        display: none !important;
    }

    [data-kt-app-sidebar-panel-minimize-mobile=on] .app-sidebar-panel-minimize-mobile-d-flex {
        display: flex !important;
    }

    [data-kt-app-sidebar-panel-collapse-mobile=on] .app-sidebar-panel-collapse-mobile-d-none {
        display: none !important;
    }

    [data-kt-app-sidebar-panel-collapse-mobile=on] .app-sidebar-panel-collapse-mobile-d-flex {
        display: flex !important;
    }
}

.app-aside {
    transition: none;
}

.app-aside-minimize-d-flex,
.app-aside-sticky-d-flex,
.app-aside-collapse-d-flex,
.app-aside-minimize-mobile-d-flex,
.app-aside-collapse-mobile-d-flex {
    display: none;
}

@media (min-width: 992px) {
    .app-aside {
        display: flex;
        flex-shrink: 0;
        width: var(--kt-app-aside-width);
        background-color: var(--kt-app-aside-base-bg-color);
        box-shadow: var(--kt-app-aside-base-box-shadow);
        border-left: var(--kt-app-aside-base-border-left);
        border-right: var(--kt-app-aside-base-border-right);
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    :root {
        --kt-app-aside-width: 300px;
        --kt-app-aside-width-actual: 300px;
        --kt-app-aside-gap-start: 0px;
        --kt-app-aside-gap-end: 0px;
        --kt-app-aside-gap-top: 0px;
        --kt-app-aside-gap-bottom: 0px;
    }

    [data-kt-app-aside-stacked=true] {
        --kt-app-aside-width: calc(var(--kt-app-aside-primary-width) + var(--kt-app-aside-secondary-width));
    }

    [data-kt-app-aside-minimize=on] {
        --kt-app-aside-width: 75px;
        --kt-app-aside-gap-start: 0px;
        --kt-app-aside-gap-end: 0px;
        --kt-app-aside-gap-top: 0px;
        --kt-app-aside-gap-bottom: 0px;
    }

    [data-kt-app-aside-sticky=on] {
        --kt-app-aside-width: 300px;
        --kt-app-aside-gap-start: 0px;
        --kt-app-aside-gap-end: 0px;
        --kt-app-aside-gap-top: 0px;
        --kt-app-aside-gap-bottom: 0px;
    }

    [data-kt-app-aside-collapse=on] {
        --kt-app-aside-width: 0px;
    }

    [data-kt-app-aside-static=true] .app-aside {
        position: relative;
    }

    [data-kt-app-aside-offcanvas=true] .app-aside {
        display: none;
    }

    [data-kt-app-aside-fixed=true] .app-aside {
        position: fixed;
        z-index: 105;
        top: 0;
        bottom: 0;
        right: 0;
    }

    [data-kt-app-aside-stacked=true] .app-aside {
        align-items: stretch;
    }

    [data-kt-app-aside-sticky=on] .app-aside {
        position: fixed;
        transition: none;
        box-shadow: var(--kt-app-aside-sticky-box-shadow);
        border-left: var(--kt-aside-sticky-border-start);
        border-right: var(--kt-app-aside-sticky-border-end);
        top: auto;
        bottom: auto;
        left: auto;
        z-index: 105;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    [data-kt-app-aside-minimize=on] .app-aside {
        transition: none;
        background-color: var(--kt-app-aside-minimize-bg-color);
        box-shadow: var(--kt-app-aside-minimize-box-shadow);
        border-start: var(--kt-app-aside-minimize-border-start);
        border-end: var(--kt-app-aside-minimize-border-end);
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    [data-kt-app-aside-hoverable=true] .app-aside .app-aside-wrapper {
        width: var(--kt-app-aside-width-actual);
    }

    [data-kt-app-aside-hoverable=true][data-kt-app-aside-minimize=on] .app-aside:hover:not(.animating) {
        transition: none;
        width: var(--kt-app-aside-width-actual);
        box-shadow: var(--kt-app-aside-minimize-hover-box-shadow);
    }

    [data-kt-app-aside-collapse=on] .app-aside {
        transition: none;
        width: var(--kt-app-aside-width-actual);
        margin-right: calc(-1 * var(--kt-app-aside-width-actual));
    }

    [data-kt-app-aside-minimize=on] .app-aside-minimize-d-none {
        display: none !important;
    }

    [data-kt-app-aside-minimize=on] .app-aside-minimize-d-flex {
        display: flex !important;
    }

    [data-kt-app-aside-sticky=on] .app-aside-sticky-d-none {
        display: none !important;
    }

    [data-kt-app-aside-sticky=on] .app-aside-sticky-d-flex {
        display: flex !important;
    }

    [data-kt-app-aside-collapse=on] .app-aside-collapse-d-none {
        display: none !important;
    }

    [data-kt-app-aside-collapse=on] .app-aside-collapse-d-flex {
        display: flex !important;
    }

    [data-kt-app-aside-fixed=true][data-kt-app-header-fixed=true]:not([data-kt-app-aside-push-header=true]) .app-aside {
        top: var(--kt-app-header-height);
    }

    [data-kt-app-aside-fixed=true][data-kt-app-header-fixed=true][data-kt-app-toolbar-fixed=true]:not([data-kt-app-aside-push-toolbar=true]) .app-aside {
        top: calc(var(--kt-app-header-height) + var(--kt-app-toolbar-height, 0px));
    }
}

@media (max-width: 991.98px) {
    .app-aside {
        display: none;
        width: var(--kt-app-aside-width);
        z-index: 106;
        background-color: var(--kt-app-aside-base-bg-color-mobile);
        box-shadow: var(--kt-app-aside-base-box-shadow-mobile);
        border-left: var(--kt-app-aside-base-border-start-mobile);
        order-right: var(--kt-app-aside-base-border-end-mobile);
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    :root {
        --kt-app-aside-width: 275px;
        --kt-app-aside-width-actual: 275px;
        --kt-app-aside-gap-start: 0px;
        --kt-app-aside-gap-end: 0px;
        --kt-app-aside-gap-top: 0px;
        --kt-app-aside-gap-bottom: 0px;
    }

    [data-kt-app-aside-minimize-mobile=on] {
        --kt-app-aside-width: 75px;
        --kt-app-aside-gap-start: 0px;
        --kt-app-aside-gap-end: 0px;
        --kt-app-aside-gap-top: 0px;
        --kt-app-aside-gap-bottom: 0px;
    }

    [data-kt-app-aside-collapse-mobile=on] {
        --kt-app-aside-width: 0px;
    }

    [data-kt-app-aside-stacked=true] .app-aside {
        align-items: stretch;
    }

    [data-kt-app-aside-minimize-mobile=on] .app-aside {
        transition: none;
        background-color: var(--kt-app-aside-minimize-bg-color-mobile);
        box-shadow: var(--kt-app-aside-minimize-box-shadow-mobile);
        border-left: var(--kt-app-aside-minimize-border-start-mobile);
        border-right: var(--kt-app-aside-minimize-border-end-mobile);
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    [data-kt-app-aside-hoverable-mobile=true] .app-aside .app-aside-wrapper {
        width: var(--kt-app-aside-width-actual);
    }

    [data-kt-app-aside-hoverable-mobile=true][data-kt-app-aside-minimize-mobile=on] .app-aside:hover:not(.animating) {
        transition: none;
        width: var(--kt-app-aside-width-actual);
        box-shadow: var(--kt-app-aside-minimize-hover-box-shadow-mobile);
    }

    [data-kt-app-aside-collapse-mobile=on] .app-aside {
        transition: none;
        width: var(--kt-app-aside-width-actual);
        margin-right: calc(-1 * var(--kt-app-aside-width-actual));
    }

    [data-kt-app-aside-minimize-mobile=on] .app-aside-minimize-mobile-d-none {
        display: none !important;
    }

    [data-kt-app-aside-minimize-mobile=on] .app-aside-minimize-mobile-d-flex {
        display: flex !important;
    }

    [data-kt-app-aside-collapse-mobile=on] .app-aside-collapse-mobile-d-none {
        display: none !important;
    }

    [data-kt-app-aside-collapse-mobile=on] .app-aside-collapse-mobile-d-flex {
        display: flex !important;
    }
}

.app-wrapper {
    display: flex;
}

@media (min-width: 992px) {
    .app-wrapper {
        transition: margin-left 0.3s ease, margin-right 0.3s ease;
    }

    [data-kt-app-header-sticky=on] .app-wrapper {
        margin-top: var(--kt-app-header-height-actual);
    }

    [data-kt-app-header-fixed=true] .app-wrapper {
        margin-top: var(--kt-app-header-height);
    }

    [data-kt-app-toolbar-sticky=on] .app-wrapper {
        margin-top: var(--kt-app-toolbar-height);
    }

    [data-kt-app-header-fixed=true][data-kt-app-toolbar-sticky=on] .app-wrapper {
        margin-top: calc(var(--kt-app-header-height-actual) + var(--kt-app-toolbar-height-actual));
    }

    [data-kt-app-header-fixed=true][data-kt-app-toolbar-fixed=true] .app-wrapper {
        margin-top: calc(var(--kt-app-header-height) + var(--kt-app-toolbar-height));
    }

    [data-kt-app-sidebar-fixed=true] .app-wrapper {
        margin-left: calc(var(--kt-app-sidebar-width) + var(--kt-app-sidebar-gap-start, 0px) + var(--kt-app-sidebar-gap-end, 0px));
    }

    [data-kt-app-sidebar-panel-fixed=true] .app-wrapper {
        margin-left: calc(var(--kt-app-sidebar-width) + var(--kt-app-sidebar-gap-start, 0px) + var(--kt-app-sidebar-gap-end, 0px) + var(--kt-app-sidebar-panel-width) + var(--kt-app-sidebar-panel-gap-start, 0px) + var(--kt-app-sidebar-panel-gap-end, 0px));
    }

    [data-kt-app-aside-fixed=true] .app-wrapper {
        margin-right: calc(var(--kt-app-aside-width) + var(--kt-app-aside-gap-start, 0px) + var(--kt-app-aside-gap-end, 0px));
    }

    [data-kt-app-footer-fixed=true] .app-wrapper {
        margin-bottom: var(--kt-app-footer-height);
    }
}

@media (max-width: 991.98px) {
    .app-wrapper {
        transition: margin-left 0.3s ease, margin-right 0.3s ease;
    }

    [data-kt-app-header-sticky=on] .app-wrapper {
        margin-top: var(--kt-app-header-height-actual);
    }

    [data-kt-app-header-fixed-mobile=true] .app-wrapper {
        margin-top: var(--kt-app-header-height);
    }

    [data-kt-app-header-fixed-mobile=true][data-kt-app-toolbar-sticky=on] .app-wrapper {
        margin-top: calc(var(--kt-app-header-height-actual) + var(--kt-app-toolbar-height-actual));
    }

    [data-kt-app-footer-fixed-mobile=true] .app-wrapper {
        margin-bottom: var(--kt-app-footer-height);
    }
}

.app-main {
    display: flex;
}

@media (min-width: 992px) {
    .app-main {
        transition: margin 0.3s ease;
    }

    [data-kt-app-sidebar-sticky=true] .app-main {
        margin-left: calc(var(--kt-app-sidebar-width) + var(--kt-app-sidebar-gap-start, 0px) + var(--kt-app-sidebar-gap-end, 0px));
    }

    [data-kt-app-sidebar-panel-sticky=true] .app-main {
        margin-left: calc(var(--kt-app-sidebar-width) + var(--kt-app-sidebar-gap-start, 0px) + var(--kt-app-sidebar-gap-end, 0px) + var(--kt-app-sidebar-panel-width) + var(--kt-app-sidebar-panel-gap-start, 0px) + var(--kt-app-sidebar-panel-gap-end, 0px));
    }

    [data-kt-app-aside-sticky=true] .app-main {
        margin-right: calc(var(--kt-app-aside-width) + var(--kt-app-aside-gap-start, 0px) + var(--kt-app-aside-gap-end, 0px));
    }
}

@media (max-width: 991.98px) {
    .app-main {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .app-content {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991.98px) {
    .app-content {
        max-width: none;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }
}

.app-footer {
    transition: left 0.3s ease, right 0.3s ease;
    display: flex;
    align-items: stretch;
}

@media (min-width: 992px) {
    .app-footer {
        background-color: var(--kt-app-footer-bg-color);
        border-top: var(--kt-app-footer-border-top);
    }

    :root {
        --kt-app-footer-height: 60px;
    }

    .app-footer {
        height: var(--kt-app-footer-height);
    }

    [data-kt-app-footer-fixed=true] .app-footer {
        z-index: 100;
        box-shadow: var(--kt-app-footer-box-shadow);
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
    }

    [data-kt-app-sidebar-fixed=true][data-kt-app-sidebar-push-footer=true] .app-footer {
        left: calc(var(--kt-app-sidebar-width) + var(--kt-app-sidebar-gap-start, 0px) + var(--kt-app-sidebar-gap-end, 0px));
    }

    [data-kt-app-sidebar-panel-fixed=true][data-kt-app-sidebar-panel-push-footer=true] .app-footer {
        left: calc(var(--kt-app-sidebar-width) + var(--kt-app-sidebar-gap-start, 0px) + var(--kt-app-sidebar-gap-end, 0px) + var(--kt-app-sidebar-panel-width) + var(--kt-app-sidebar-panel-gap-start, 0px) + var(--kt-app-sidebar-panel-gap-end, 0px));
    }

    [data-kt-app-aside-fixed=true][data-kt-app-aside-push-footer=true] .app-footer {
        right: calc(var(--kt-app-aside-width) + var(--kt-app-aside-gap-start, 0px) + var(--kt-app-aside-gap-end, 0px));
    }
}

@media (max-width: 991.98px) {
    .app-footer {
        background-color: var(--kt-app-footer-bg-color-mobile);
        border-top: var(--kt-app-footer-border-top-mobile);
    }

    body {
        --kt-app-footer-height: auto;
    }

    .app-footer {
        height: var(--kt-app-footer-height);
    }

    [data-kt-app-footer-fixed-mobile=true] .app-footer {
        z-index: 100;
        box-shadow: var(--kt-app-footer-box-shadow-mobile);
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.app-layout-builder-toggle {
    position: fixed;
    z-index: 105;
    bottom: 40px;
    right: 50px;
}

@media (max-width: 991.98px) {
    .app-layout-builder-toggle {
        bottom: 20px;
        right: 40px;
    }
}

html:not([data-theme=dark]) {
    --kt-app-bg-color: #F9F9F9;
    --kt-app-blank-bg-color: #ffffff;
    --kt-app-header-base-bg-color: #ffffff;
    --kt-app-header-base-bg-color-mobile: #ffffff;
    --kt-app-header-base-box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
    --kt-app-header-base-box-shadow-mobile: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
    --kt-app-header-base-menu-link-bg-color-active: #F4F6FA;
    --kt-app-header-light-separator-color: #E4E6EF;
    --kt-app-sidebar-light-bg-color: #ffffff;
    --kt-app-sidebar-light-box-shadow: 0 0 28px 0 rgba(82, 63, 105, 0.05);
    --kt-app-sidebar-light-scrollbar-color: #F4F4F4;
    --kt-app-sidebar-light-scrollbar-color-hover: #F4F4F4;
    --kt-app-sidebar-light-menu-heading-color: #A1A5B7;
    --kt-app-sidebar-light-menu-link-bg-color-active: #F4F6FA;
    --kt-app-sidebar-light-header-menu-link-bg-color-active: #EAEEF2;
    --kt-app-sidebar-dark-bg-color: #202B46;
    --kt-app-sidebar-dark-separator-color: #33446C;
    --kt-app-sidebar-dark-menu-heading-color: #646477;
    --kt-app-sidebar-dark-toggle-btn-bg-color: #323C55;
    --kt-app-toolbar-base-bg-color: #ffffff;
    --kt-app-toolbar-base-box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
    --kt-app-toolbar-base-border-top: 1px solid #F4F4F4;
    --kt-app-footer-bg-color: #ffffff;
    --kt-app-layout-builder-toggle-bg-color: #323C55;
}

[data-theme=dark] {
    --kt-app-bg-color: #151521;
    --kt-app-blank-bg-color: #151521;
    --kt-app-header-base-bg-color: #1e1e2d;
    --kt-app-header-base-box-shadow: none;
    --kt-app-header-base-menu-link-bg-color-active: #2A2A3C;
    --kt-app-header-light-separator-color: #F4F4F4;
    --kt-app-sidebar-dark-bg-color: #1e1e2d;
    --kt-app-sidebar-dark-separator-color: #2B2B40;
    --kt-app-sidebar-dark-menu-heading-color: #646477;
    --kt-app-sidebar-dark-toggle-btn-bg-color: #2B2B40;
    --kt-app-sidebar-light-bg-color: #1e1e2d;
    --kt-app-sidebar-light-box-shadow: none;
    --kt-app-sidebar-light-scrollbar-color: #2B2B40;
    --kt-app-sidebar-light-scrollbar-color-hover: #2B2B40;
    --kt-app-sidebar-light-menu-heading-color: #565674;
    --kt-app-sidebar-light-menu-link-bg-color-active: #2A2A3C;
    --kt-app-sidebar-light-header-menu-link-bg-color-active: #1b1b29;
    --kt-app-toolbar-base-bg-color: #1a1a27;
    --kt-app-toolbar-base-box-shadow: none;
    --kt-app-toolbar-base-border-top: 0;
    --kt-app-footer-bg-color: #1e1e2d;
    --kt-app-layout-builder-toggle-bg-color: #F4F6FA;
}

@media (min-width: 992px) {
    .app-sidebar-logo {
        height: var(--kt-app-header-height);
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        flex-shrink: 0;
    }

    .app-sidebar-menu .menu > .menu-item {
        margin-left: 0.115rem;
    }

    [dir=rtl] .app-sidebar-toggle .svg-icon {
        transform: rotateZ(180deg);
    }

    [dir=rtl] .app-sidebar-toggle.active .svg-icon {
        transform: rotateZ(0deg) !important;
    }
}

@media (max-width: 991.98px) {
    .app-sidebar-logo {
        display: none;
    }
}

.app-sidebar-logo-minimize {
    display: none;
}

.app-sidebar-footer .btn-custom .btn-icon {
    display: none;
}

@media (min-width: 992px) {
    [data-kt-app-sidebar-minimize=on]:not([data-kt-app-sidebar-hoverable=true]) .app-sidebar .app-sidebar-logo {
        justify-content: center;
    }

        [data-kt-app-sidebar-minimize=on]:not([data-kt-app-sidebar-hoverable=true]) .app-sidebar .app-sidebar-logo .app-sidebar-logo-default {
            display: none;
        }

        [data-kt-app-sidebar-minimize=on]:not([data-kt-app-sidebar-hoverable=true]) .app-sidebar .app-sidebar-logo .app-sidebar-logo-minimize {
            display: inline-block;
        }

    [data-kt-app-sidebar-minimize=on]:not([data-kt-app-sidebar-hoverable=true]) .app-sidebar .app-sidebar-wrapper {
        width: var(--kt-app-sidebar-width-actual);
    }

    [data-kt-app-sidebar-minimize=on]:not([data-kt-app-sidebar-hoverable=true]) .app-sidebar .app-sidebar-menu .menu-content,
    [data-kt-app-sidebar-minimize=on]:not([data-kt-app-sidebar-hoverable=true]) .app-sidebar .app-sidebar-menu .menu-title {
        opacity: 0;
        transition: opacity 0.3s ease !important;
    }

    [data-kt-app-sidebar-minimize=on]:not([data-kt-app-sidebar-hoverable=true]) .app-sidebar .app-sidebar-menu .menu-item.show > .menu-sub {
        height: 0;
        overflow: hidden;
        transition: height 0.3s ease !important;
    }

    [data-kt-app-sidebar-minimize=on]:not([data-kt-app-sidebar-hoverable=true]) .app-sidebar .app-sidebar-footer .btn-custom {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        [data-kt-app-sidebar-minimize=on]:not([data-kt-app-sidebar-hoverable=true]) .app-sidebar .app-sidebar-footer .btn-custom .btn-label {
            width: 0;
            display: none;
        }

        [data-kt-app-sidebar-minimize=on]:not([data-kt-app-sidebar-hoverable=true]) .app-sidebar .app-sidebar-footer .btn-custom .btn-icon {
            width: auto;
            display: block;
        }

    [data-kt-app-sidebar-minimize=on][data-kt-app-sidebar-hoverable=true] .app-sidebar:not(:hover) .app-sidebar-logo {
        justify-content: center;
    }

        [data-kt-app-sidebar-minimize=on][data-kt-app-sidebar-hoverable=true] .app-sidebar:not(:hover) .app-sidebar-logo .app-sidebar-logo-default {
            display: none;
        }

        [data-kt-app-sidebar-minimize=on][data-kt-app-sidebar-hoverable=true] .app-sidebar:not(:hover) .app-sidebar-logo .app-sidebar-logo-minimize {
            display: inline-block;
        }

    [data-kt-app-sidebar-minimize=on][data-kt-app-sidebar-hoverable=true] .app-sidebar:not(:hover) .app-sidebar-wrapper {
        width: var(--kt-app-sidebar-width-actual);
    }

    [data-kt-app-sidebar-minimize=on][data-kt-app-sidebar-hoverable=true] .app-sidebar:not(:hover) .app-sidebar-menu .menu-content,
    [data-kt-app-sidebar-minimize=on][data-kt-app-sidebar-hoverable=true] .app-sidebar:not(:hover) .app-sidebar-menu .menu-title {
        opacity: 0;
        transition: opacity 0.3s ease !important;
    }

    [data-kt-app-sidebar-minimize=on][data-kt-app-sidebar-hoverable=true] .app-sidebar:not(:hover) .app-sidebar-menu .menu-item.show > .menu-sub {
        height: 0;
        overflow: hidden;
        transition: height 0.3s ease !important;
    }

    [data-kt-app-sidebar-minimize=on][data-kt-app-sidebar-hoverable=true] .app-sidebar:not(:hover) .app-sidebar-footer .btn-custom {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        [data-kt-app-sidebar-minimize=on][data-kt-app-sidebar-hoverable=true] .app-sidebar:not(:hover) .app-sidebar-footer .btn-custom .btn-label {
            width: 0;
            display: none;
        }

        [data-kt-app-sidebar-minimize=on][data-kt-app-sidebar-hoverable=true] .app-sidebar:not(:hover) .app-sidebar-footer .btn-custom .btn-icon {
            width: auto;
            display: block;
        }
}

[data-kt-app-layout=dark-sidebar] .app-sidebar {
    background-color: var(--kt-app-sidebar-dark-bg-color);
    border-right: 0 !important;
}

    [data-kt-app-layout=dark-sidebar] .app-sidebar .hover-scroll-overlay-y {
        scrollbar-color: #3b3b64 transparent;
    }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .hover-scroll-overlay-y::-webkit-scrollbar-thumb {
            background-color: #3b3b64;
        }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .hover-scroll-overlay-y::-webkit-scrollbar-corner {
            background-color: transparent;
        }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .hover-scroll-overlay-y:hover {
            scrollbar-color: #3f3f6a transparent;
        }

            [data-kt-app-layout=dark-sidebar] .app-sidebar .hover-scroll-overlay-y:hover::-webkit-scrollbar-thumb {
                background-color: #3f3f6a;
            }

            [data-kt-app-layout=dark-sidebar] .app-sidebar .hover-scroll-overlay-y:hover::-webkit-scrollbar-corner {
                background-color: transparent;
            }

    [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-logo {
        border-bottom: 1px dashed var(--kt-app-sidebar-dark-separator-color);
    }

    [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle {
        background-color: var(--kt-app-sidebar-dark-toggle-btn-bg-color);
    }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle i,
        [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle .svg-icon {
            color: #B5B5C3;
        }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle.dropdown-toggle:after {
            color: #B5B5C3;
        }

        .btn-check:checked + [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle i,
        .btn-check:checked + [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle .svg-icon, .btn-check:active + [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle i,
        .btn-check:active + [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle .svg-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle:focus:not(.btn-active) i,
        [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle:focus:not(.btn-active) .svg-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle:hover:not(.btn-active) i,
        [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle:hover:not(.btn-active) .svg-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle:active:not(.btn-active) i,
        [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle:active:not(.btn-active) .svg-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle.active i,
        [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle.active .svg-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle.show i,
        [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle.show .svg-icon, .show > [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle i,
        .show > [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle .svg-icon {
            color: #3E97FF;
        }

        .btn-check:checked + [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle.dropdown-toggle:after, .btn-check:active + [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle.dropdown-toggle:after, [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle:focus:not(.btn-active).dropdown-toggle:after, [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle:hover:not(.btn-active).dropdown-toggle:after, [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle:active:not(.btn-active).dropdown-toggle:after, [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle.active.dropdown-toggle:after, [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle.show.dropdown-toggle:after, .show > [data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-toggle.dropdown-toggle:after {
            color: #3E97FF;
        }

    [data-kt-app-layout=dark-sidebar] .app-sidebar .btn-custom {
        color: #B5B5C3;
        background-color: rgba(63, 66, 84, 0.35);
    }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .btn-custom i,
        [data-kt-app-layout=dark-sidebar] .app-sidebar .btn-custom .svg-icon {
            color: #B5B5C3;
        }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .btn-custom.dropdown-toggle:after {
            color: #B5B5C3;
        }

        .btn-check:checked + [data-kt-app-layout=dark-sidebar] .app-sidebar .btn-custom, .btn-check:active + [data-kt-app-layout=dark-sidebar] .app-sidebar .btn-custom, [data-kt-app-layout=dark-sidebar] .app-sidebar .btn-custom:focus:not(.btn-active), [data-kt-app-layout=dark-sidebar] .app-sidebar .btn-custom:hover:not(.btn-active), [data-kt-app-layout=dark-sidebar] .app-sidebar .btn-custom:active:not(.btn-active), [data-kt-app-layout=dark-sidebar] .app-sidebar .btn-custom.active, [data-kt-app-layout=dark-sidebar] .app-sidebar .btn-custom.show, .show > [data-kt-app-layout=dark-sidebar] .app-sidebar .btn-custom {
            color: #B5B5C3;
            background-color: rgba(63, 66, 84, 0.35) !important;
        }

    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-heading {
        color: var(--kt-app-sidebar-dark-menu-heading-color) !important;
    }

    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link {
        color: #8D98AF;
    }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-title {
            color: #8D98AF;
        }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon,
        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon .svg-icon,
        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon i {
            color: #C5C5D8;
        }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-bullet .bullet {
            background-color: #505465;
        }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-arrow:after {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: #4D5F82;
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='%234D5F82'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='%234D5F82'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            /*rtl:begin:remove*/
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: #4D5F82;
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='%234D5F82'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='%234D5F82'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            /*rtl:end:remove*/
        }

    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
        transition: color 0.2s ease;
        color: var(--kt-primary-inverse);
    }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
            color: var(--kt-primary-inverse);
        }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
            color: var(--kt-primary-inverse);
        }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
            background-color: var(--kt-primary-inverse);
        }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-primary-inverse);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            /*rtl:begin:remove*/
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-primary-inverse);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            /*rtl:end:remove*/
        }

    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.here > .menu-link {
        transition: color 0.2s ease;
        color: var(--kt-primary-inverse);
    }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.here > .menu-link .menu-title {
            color: var(--kt-primary-inverse);
        }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.here > .menu-link .menu-icon,
        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.here > .menu-link .menu-icon .svg-icon,
        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.here > .menu-link .menu-icon i {
            color: var(--kt-primary-inverse);
        }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.here > .menu-link .menu-bullet .bullet {
            background-color: var(--kt-primary-inverse);
        }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.here > .menu-link .menu-arrow:after {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-primary-inverse);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            /*rtl:begin:remove*/
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-primary-inverse);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            /*rtl:end:remove*/
        }

    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.show > .menu-link {
        transition: color 0.2s ease;
        color: var(--kt-primary-inverse);
    }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.show > .menu-link .menu-title {
            color: var(--kt-primary-inverse);
        }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.show > .menu-link .menu-icon,
        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.show > .menu-link .menu-icon .svg-icon,
        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.show > .menu-link .menu-icon i {
            color: var(--kt-primary-inverse);
        }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.show > .menu-link .menu-bullet .bullet {
            background-color: var(--kt-primary-inverse);
        }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.show > .menu-link .menu-arrow:after {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-primary-inverse);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            /*rtl:begin:remove*/
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-primary-inverse);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            /*rtl:end:remove*/
        }

    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link.active {
        transition: color 0.2s ease;
        background-color: #3E97FF;
        color: var(--kt-primary-inverse);
    }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link.active .menu-title {
            color: var(--kt-primary-inverse);
        }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link.active .menu-icon,
        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link.active .menu-icon .svg-icon,
        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link.active .menu-icon i {
            color: var(--kt-primary-inverse);
        }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link.active .menu-bullet .bullet {
            background-color: var(--kt-primary-inverse);
        }

        [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link.active .menu-arrow:after {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-primary-inverse);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            /*rtl:begin:remove*/
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-primary-inverse);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            /*rtl:end:remove*/
        }

[data-kt-app-layout=light-sidebar] .app-sidebar {
    background-color: var(--kt-app-sidebar-light-bg-color);
    border-right: 0 !important;
}

    [data-kt-app-layout=light-sidebar] .app-sidebar .hover-scroll-overlay-y {
        scrollbar-color: var(--kt-app-sidebar-light-scrollbar-color) transparent;
    }

        [data-kt-app-layout=light-sidebar] .app-sidebar .hover-scroll-overlay-y::-webkit-scrollbar-thumb {
            background-color: var(--kt-app-sidebar-light-scrollbar-color);
        }

        [data-kt-app-layout=light-sidebar] .app-sidebar .hover-scroll-overlay-y::-webkit-scrollbar-corner {
            background-color: transparent;
        }

        [data-kt-app-layout=light-sidebar] .app-sidebar .hover-scroll-overlay-y:hover {
            scrollbar-color: var(--kt-app-sidebar-light-scrollbar-color-hover) transparent;
        }

            [data-kt-app-layout=light-sidebar] .app-sidebar .hover-scroll-overlay-y:hover::-webkit-scrollbar-thumb {
                background-color: var(--kt-app-sidebar-light-scrollbar-color-hover);
            }

            [data-kt-app-layout=light-sidebar] .app-sidebar .hover-scroll-overlay-y:hover::-webkit-scrollbar-corner {
                background-color: transparent;
            }

    [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-logo {
        border-bottom: 1px solid var(--kt-app-sidebar-light-separator-color);
    }

    [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle {
        background-color: var(--kt-app-header-base-menu-link-bg-color-active);
    }

        [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle i,
        [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle .svg-icon {
            color: var(--kt-gray-500);
        }

        [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle.dropdown-toggle:after {
            color: var(--kt-gray-500);
        }

        .btn-check:checked + [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle i,
        .btn-check:checked + [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle .svg-icon, .btn-check:active + [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle i,
        .btn-check:active + [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle .svg-icon, [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle:focus:not(.btn-active) i,
        [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle:focus:not(.btn-active) .svg-icon, [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle:hover:not(.btn-active) i,
        [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle:hover:not(.btn-active) .svg-icon, [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle:active:not(.btn-active) i,
        [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle:active:not(.btn-active) .svg-icon, [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle.active i,
        [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle.active .svg-icon, [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle.show i,
        [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle.show .svg-icon, .show > [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle i,
        .show > [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle .svg-icon {
            color: var(--kt-primary);
        }

        .btn-check:checked + [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle.dropdown-toggle:after, .btn-check:active + [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle.dropdown-toggle:after, [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle:focus:not(.btn-active).dropdown-toggle:after, [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle:hover:not(.btn-active).dropdown-toggle:after, [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle:active:not(.btn-active).dropdown-toggle:after, [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle.active.dropdown-toggle:after, [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle.show.dropdown-toggle:after, .show > [data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-toggle.dropdown-toggle:after {
            color: var(--kt-primary);
        }

    [data-kt-app-layout=light-sidebar] .app-sidebar .menu {
        font-weight: 600;
    }

        [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-heading {
            color: var(--kt-app-sidebar-light-menu-heading-color) !important;
        }

        [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link {
            color: var(--kt-gray-700);
        }

            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-title {
                color: var(--kt-gray-700);
            }

            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon,
            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon .svg-icon,
            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon i {
                color: var(--kt-gray-500);
            }

            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-bullet .bullet {
                background-color: var(--kt-gray-500);
            }

            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-arrow:after {
                mask-repeat: no-repeat;
                mask-position: center;
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                background-color: var(--kt-gray-500);
                -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-500%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
                mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-500%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
                /*rtl:begin:remove*/
                mask-repeat: no-repeat;
                mask-position: center;
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                background-color: var(--kt-gray-500);
                -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-500%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
                mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-500%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
                /*rtl:end:remove*/
            }

        [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
            transition: color 0.2s ease;
            color: var(--kt-gray-900);
        }

            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
                color: var(--kt-gray-900);
            }

            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
                color: var(--kt-gray-700);
            }

            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
                background-color: var(--kt-gray-700);
            }

            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
                mask-repeat: no-repeat;
                mask-position: center;
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                background-color: var(--kt-gray-700);
                -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
                mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
                /*rtl:begin:remove*/
                mask-repeat: no-repeat;
                mask-position: center;
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                background-color: var(--kt-gray-700);
                -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-700%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
                mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-700%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
                /*rtl:end:remove*/
            }

        [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.show > .menu-link {
            transition: color 0.2s ease;
            color: var(--kt-gray-900);
        }

            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.show > .menu-link .menu-title {
                color: var(--kt-gray-900);
            }

            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.show > .menu-link .menu-icon,
            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.show > .menu-link .menu-icon .svg-icon,
            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.show > .menu-link .menu-icon i {
                color: var(--kt-gray-700);
            }

            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.show > .menu-link .menu-bullet .bullet {
                background-color: var(--kt-gray-700);
            }

            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.show > .menu-link .menu-arrow:after {
                mask-repeat: no-repeat;
                mask-position: center;
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                background-color: var(--kt-gray-700);
                -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
                mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
                /*rtl:begin:remove*/
                mask-repeat: no-repeat;
                mask-position: center;
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                background-color: var(--kt-gray-700);
                -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-700%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
                mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-700%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
                /*rtl:end:remove*/
            }

        [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.here > .menu-link {
            transition: color 0.2s ease;
            color: var(--kt-gray-900);
        }

            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.here > .menu-link .menu-title {
                color: var(--kt-gray-900);
            }

            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.here > .menu-link .menu-icon,
            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.here > .menu-link .menu-icon .svg-icon,
            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.here > .menu-link .menu-icon i {
                color: var(--kt-gray-700);
            }

            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.here > .menu-link .menu-bullet .bullet {
                background-color: var(--kt-gray-700);
            }

            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.here > .menu-link .menu-arrow:after {
                mask-repeat: no-repeat;
                mask-position: center;
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                background-color: var(--kt-gray-700);
                -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
                mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-700%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
                /*rtl:begin:remove*/
                mask-repeat: no-repeat;
                mask-position: center;
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                background-color: var(--kt-gray-700);
                -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-700%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
                mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-700%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
                /*rtl:end:remove*/
            }

        [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link.active {
            transition: color 0.2s ease;
            background-color: var(--kt-app-sidebar-light-menu-link-bg-color-active);
            color: #3E97FF;
        }

            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link.active .menu-title {
                color: #3E97FF;
            }

            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link.active .menu-icon,
            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link.active .menu-icon .svg-icon,
            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link.active .menu-icon i {
                color: #3E97FF;
            }

            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link.active .menu-bullet .bullet {
                background-color: #3E97FF;
            }

            [data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link.active .menu-arrow:after {
                mask-repeat: no-repeat;
                mask-position: center;
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                background-color: #3E97FF;
                -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='%233E97FF'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
                mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='%233E97FF'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
                /*rtl:begin:remove*/
                mask-repeat: no-repeat;
                mask-position: center;
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                background-color: #3E97FF;
                -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='%233E97FF'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
                mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='%233E97FF'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
                /*rtl:end:remove*/
            }

.app-header-menu .menu .menu-item .menu-link {
    color: var(--kt-gray-700);
}

    .app-header-menu .menu .menu-item .menu-link .menu-title {
        color: var(--kt-gray-700);
    }

    .app-header-menu .menu .menu-item .menu-link .menu-icon,
    .app-header-menu .menu .menu-item .menu-link .menu-icon .svg-icon,
    .app-header-menu .menu .menu-item .menu-link .menu-icon i {
        color: var(--kt-gray-500);
    }

    .app-header-menu .menu .menu-item .menu-link .menu-bullet .bullet {
        background-color: var(--kt-gray-500);
    }

    .app-header-menu .menu .menu-item .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-gray-500);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-500%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-500%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-gray-500);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-500%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-gray-500%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.app-header-menu .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .app-header-menu .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease;
    background-color: var(--kt-menu-link-bg-color-active);
    color: var(--kt-primary);
}

    .app-header-menu .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .app-header-menu .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
        color: var(--kt-primary);
    }

    .app-header-menu .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
    .app-header-menu .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .app-header-menu .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .app-header-menu .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
    .app-header-menu .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
    .app-header-menu .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
        color: var(--kt-primary);
    }

    .app-header-menu .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .app-header-menu .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

    .app-header-menu .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .app-header-menu .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.app-header-menu .menu .menu-item.show > .menu-link {
    transition: color 0.2s ease;
    color: var(--kt-primary);
}

    .app-header-menu .menu .menu-item.show > .menu-link .menu-title {
        color: var(--kt-primary);
    }

    .app-header-menu .menu .menu-item.show > .menu-link .menu-icon,
    .app-header-menu .menu .menu-item.show > .menu-link .menu-icon .svg-icon,
    .app-header-menu .menu .menu-item.show > .menu-link .menu-icon i {
        color: var(--kt-primary);
    }

    .app-header-menu .menu .menu-item.show > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

    .app-header-menu .menu .menu-item.show > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.app-header-menu .menu .menu-item.here > .menu-link {
    transition: color 0.2s ease;
    background-color: var(--kt-menu-link-bg-color-active);
    color: var(--kt-primary);
}

    .app-header-menu .menu .menu-item.here > .menu-link .menu-title {
        color: var(--kt-primary);
    }

    .app-header-menu .menu .menu-item.here > .menu-link .menu-icon,
    .app-header-menu .menu .menu-item.here > .menu-link .menu-icon .svg-icon,
    .app-header-menu .menu .menu-item.here > .menu-link .menu-icon i {
        color: var(--kt-primary);
    }

    .app-header-menu .menu .menu-item.here > .menu-link .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

    .app-header-menu .menu .menu-item.here > .menu-link .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.app-header-menu .menu .menu-item .menu-link.active {
    transition: color 0.2s ease;
    background-color: var(--kt-menu-link-bg-color-active);
    color: var(--kt-primary);
}

    .app-header-menu .menu .menu-item .menu-link.active .menu-title {
        color: var(--kt-primary);
    }

    .app-header-menu .menu .menu-item .menu-link.active .menu-icon,
    .app-header-menu .menu .menu-item .menu-link.active .menu-icon .svg-icon,
    .app-header-menu .menu .menu-item .menu-link.active .menu-icon i {
        color: var(--kt-primary);
    }

    .app-header-menu .menu .menu-item .menu-link.active .menu-bullet .bullet {
        background-color: var(--kt-primary);
    }

    .app-header-menu .menu .menu-item .menu-link.active .menu-arrow:after {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
        /*rtl:begin:remove*/
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: var(--kt-primary);
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
        /*rtl:end:remove*/
    }

.app-header-menu .menu-extended {
    --kt-menu-link-bg-color-active: rgba(var(--kt-gray-100-rgb), 0.7);
    --kt-menu-link-bg-color-hover: rgba(var(--kt-gray-100-rgb), 0.7);
}

    .app-header-menu .menu-extended .menu-custom-icon {
        background-color: var(--kt-gray-100);
    }

    .app-header-menu .menu-extended .menu-link.active .menu-custom-icon, .app-header-menu .menu-extended .menu-link:hover .menu-custom-icon {
        background-color: var(--kt-gray-200);
    }

@media (min-width: 992px) {
    .app-header-menu .menu > .menu-item {
        margin-right: 0.5rem;
    }

        .app-header-menu .menu > .menu-item > .menu-link {
            padding-top: 0.775rem;
            padding-bottom: 0.775rem;
            font-weight: 500;
        }

        .app-header-menu .menu > .menu-item.here > .menu-link {
            transition: color 0.2s ease;
            background-color: var(--kt-app-header-base-menu-link-bg-color-active);
            color: var(--kt-primary);
        }

            .app-header-menu .menu > .menu-item.here > .menu-link .menu-title {
                color: var(--kt-primary);
            }

            .app-header-menu .menu > .menu-item.here > .menu-link .menu-icon,
            .app-header-menu .menu > .menu-item.here > .menu-link .menu-icon .svg-icon,
            .app-header-menu .menu > .menu-item.here > .menu-link .menu-icon i {
                color: var(--kt-primary);
            }

            .app-header-menu .menu > .menu-item.here > .menu-link .menu-bullet .bullet {
                background-color: var(--kt-primary);
            }

            .app-header-menu .menu > .menu-item.here > .menu-link .menu-arrow:after {
                mask-repeat: no-repeat;
                mask-position: center;
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                background-color: var(--kt-primary);
                -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
                mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
                /*rtl:begin:remove*/
                mask-repeat: no-repeat;
                mask-position: center;
                -webkit-mask-repeat: no-repeat;
                -webkit-mask-position: center;
                background-color: var(--kt-primary);
                -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
                mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
                /*rtl:end:remove*/
            }
}

@media (max-width: 991.98px) {
    .app-header .page-title {
        display: none !important;
    }
}

[data-kt-app-layout=dark-header] .app-header {
    background-color: #1e1e2d;
    border-bottom: 0 !important;
}

    [data-kt-app-layout=dark-header] .app-header .btn-custom {
        color: #B5B5C3;
    }

        [data-kt-app-layout=dark-header] .app-header .btn-custom i,
        [data-kt-app-layout=dark-header] .app-header .btn-custom .svg-icon {
            color: #B5B5C3;
        }

        [data-kt-app-layout=dark-header] .app-header .btn-custom.dropdown-toggle:after {
            color: #B5B5C3;
        }

        .btn-check:checked + [data-kt-app-layout=dark-header] .app-header .btn-custom, .btn-check:active + [data-kt-app-layout=dark-header] .app-header .btn-custom, [data-kt-app-layout=dark-header] .app-header .btn-custom:focus:not(.btn-active), [data-kt-app-layout=dark-header] .app-header .btn-custom:hover:not(.btn-active), [data-kt-app-layout=dark-header] .app-header .btn-custom:active:not(.btn-active), [data-kt-app-layout=dark-header] .app-header .btn-custom.active, [data-kt-app-layout=dark-header] .app-header .btn-custom.show, .show > [data-kt-app-layout=dark-header] .app-header .btn-custom {
            color: #B5B5C3;
            background-color: rgba(63, 66, 84, 0.35) !important;
        }

            .btn-check:checked + [data-kt-app-layout=dark-header] .app-header .btn-custom i,
            .btn-check:checked + [data-kt-app-layout=dark-header] .app-header .btn-custom .svg-icon, .btn-check:active + [data-kt-app-layout=dark-header] .app-header .btn-custom i,
            .btn-check:active + [data-kt-app-layout=dark-header] .app-header .btn-custom .svg-icon, [data-kt-app-layout=dark-header] .app-header .btn-custom:focus:not(.btn-active) i,
            [data-kt-app-layout=dark-header] .app-header .btn-custom:focus:not(.btn-active) .svg-icon, [data-kt-app-layout=dark-header] .app-header .btn-custom:hover:not(.btn-active) i,
            [data-kt-app-layout=dark-header] .app-header .btn-custom:hover:not(.btn-active) .svg-icon, [data-kt-app-layout=dark-header] .app-header .btn-custom:active:not(.btn-active) i,
            [data-kt-app-layout=dark-header] .app-header .btn-custom:active:not(.btn-active) .svg-icon, [data-kt-app-layout=dark-header] .app-header .btn-custom.active i,
            [data-kt-app-layout=dark-header] .app-header .btn-custom.active .svg-icon, [data-kt-app-layout=dark-header] .app-header .btn-custom.show i,
            [data-kt-app-layout=dark-header] .app-header .btn-custom.show .svg-icon, .show > [data-kt-app-layout=dark-header] .app-header .btn-custom i,
            .show > [data-kt-app-layout=dark-header] .app-header .btn-custom .svg-icon {
                color: var(--kt-primary);
            }

            .btn-check:checked + [data-kt-app-layout=dark-header] .app-header .btn-custom.dropdown-toggle:after, .btn-check:active + [data-kt-app-layout=dark-header] .app-header .btn-custom.dropdown-toggle:after, [data-kt-app-layout=dark-header] .app-header .btn-custom:focus:not(.btn-active).dropdown-toggle:after, [data-kt-app-layout=dark-header] .app-header .btn-custom:hover:not(.btn-active).dropdown-toggle:after, [data-kt-app-layout=dark-header] .app-header .btn-custom:active:not(.btn-active).dropdown-toggle:after, [data-kt-app-layout=dark-header] .app-header .btn-custom.active.dropdown-toggle:after, [data-kt-app-layout=dark-header] .app-header .btn-custom.show.dropdown-toggle:after, .show > [data-kt-app-layout=dark-header] .app-header .btn-custom.dropdown-toggle:after {
                color: var(--kt-primary);
            }

@media (min-width: 992px) {
    [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item > .menu-link {
        color: #9D9DA6;
    }

        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item > .menu-link .menu-title {
            color: #9D9DA6;
        }

        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item > .menu-link .menu-icon,
        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item > .menu-link .menu-icon .svg-icon,
        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item > .menu-link .menu-icon i {
            color: #C5C5D8;
        }

        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item > .menu-link .menu-bullet .bullet {
            background-color: #787887;
        }

        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item > .menu-link .menu-arrow:after {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: #787887;
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='%23787887'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='%23787887'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            /*rtl:begin:remove*/
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: #787887;
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='%23787887'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='%23787887'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            /*rtl:end:remove*/
        }

    [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item:not(.here) > .menu-link:hover:not(.disabled):not(.active):not(.here) {
        transition: color 0.2s ease;
        background-color: #3E97FF;
        color: var(--kt-primary-inverse);
    }

        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item:not(.here) > .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
            color: var(--kt-primary-inverse);
        }

        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item:not(.here) > .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item:not(.here) > .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item:not(.here) > .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
            color: var(--kt-primary-inverse);
        }

        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item:not(.here) > .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
            background-color: var(--kt-primary-inverse);
        }

        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item:not(.here) > .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-primary-inverse);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            /*rtl:begin:remove*/
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-primary-inverse);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            /*rtl:end:remove*/
        }

    [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item.show > .menu-link {
        transition: color 0.2s ease;
        color: var(--kt-primary-inverse);
    }

        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item.show > .menu-link .menu-title {
            color: var(--kt-primary-inverse);
        }

        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item.show > .menu-link .menu-icon,
        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item.show > .menu-link .menu-icon .svg-icon,
        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item.show > .menu-link .menu-icon i {
            color: var(--kt-primary-inverse);
        }

        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item.show > .menu-link .menu-bullet .bullet {
            background-color: var(--kt-primary-inverse);
        }

        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item.show > .menu-link .menu-arrow:after {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-primary-inverse);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            /*rtl:begin:remove*/
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-primary-inverse);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            /*rtl:end:remove*/
        }

    [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item.here > .menu-link {
        transition: color 0.2s ease;
        background-color: #3E97FF;
        color: var(--kt-primary-inverse);
    }

        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item.here > .menu-link .menu-title {
            color: var(--kt-primary-inverse);
        }

        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item.here > .menu-link .menu-icon,
        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item.here > .menu-link .menu-icon .svg-icon,
        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item.here > .menu-link .menu-icon i {
            color: var(--kt-primary-inverse);
        }

        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item.here > .menu-link .menu-bullet .bullet {
            background-color: var(--kt-primary-inverse);
        }

        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item.here > .menu-link .menu-arrow:after {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-primary-inverse);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            /*rtl:begin:remove*/
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-primary-inverse);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            /*rtl:end:remove*/
        }

    [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item > .menu-link.active {
        transition: color 0.2s ease;
        background-color: #3E97FF;
        color: var(--kt-primary-inverse);
    }

        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item > .menu-link.active .menu-title {
            color: var(--kt-primary-inverse);
        }

        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item > .menu-link.active .menu-icon,
        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item > .menu-link.active .menu-icon .svg-icon,
        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item > .menu-link.active .menu-icon i {
            color: var(--kt-primary-inverse);
        }

        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item > .menu-link.active .menu-bullet .bullet {
            background-color: var(--kt-primary-inverse);
        }

        [data-kt-app-layout=dark-header] .app-header-menu .menu > .menu-item > .menu-link.active .menu-arrow:after {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-primary-inverse);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            /*rtl:begin:remove*/
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-primary-inverse);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary-inverse%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            /*rtl:end:remove*/
        }
}

[data-kt-app-layout=light-sidebar] .app-header {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid var(--kt-app-sidebar-light-separator-color);
}

@media (min-width: 992px) {
    [data-kt-app-layout=light-sidebar] .app-header-menu .menu > .menu-item.here > .menu-link {
        transition: color 0.2s ease;
        background-color: var(--kt-app-sidebar-light-header-menu-link-bg-color-active);
        color: var(--kt-primary);
    }

        [data-kt-app-layout=light-sidebar] .app-header-menu .menu > .menu-item.here > .menu-link .menu-title {
            color: var(--kt-primary);
        }

        [data-kt-app-layout=light-sidebar] .app-header-menu .menu > .menu-item.here > .menu-link .menu-icon,
        [data-kt-app-layout=light-sidebar] .app-header-menu .menu > .menu-item.here > .menu-link .menu-icon .svg-icon,
        [data-kt-app-layout=light-sidebar] .app-header-menu .menu > .menu-item.here > .menu-link .menu-icon i {
            color: var(--kt-primary);
        }

        [data-kt-app-layout=light-sidebar] .app-header-menu .menu > .menu-item.here > .menu-link .menu-bullet .bullet {
            background-color: var(--kt-primary);
        }

        [data-kt-app-layout=light-sidebar] .app-header-menu .menu > .menu-item.here > .menu-link .menu-arrow:after {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-primary);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            /*rtl:begin:remove*/
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-primary);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            /*rtl:end:remove*/
        }

    [data-kt-app-layout=light-sidebar] .app-header-menu .menu > .menu-item > .menu-link.active {
        transition: color 0.2s ease;
        background-color: var(--kt-app-sidebar-light-header-menu-link-bg-color-active);
        color: var(--kt-primary);
    }

        [data-kt-app-layout=light-sidebar] .app-header-menu .menu > .menu-item > .menu-link.active .menu-title {
            color: var(--kt-primary);
        }

        [data-kt-app-layout=light-sidebar] .app-header-menu .menu > .menu-item > .menu-link.active .menu-icon,
        [data-kt-app-layout=light-sidebar] .app-header-menu .menu > .menu-item > .menu-link.active .menu-icon .svg-icon,
        [data-kt-app-layout=light-sidebar] .app-header-menu .menu > .menu-item > .menu-link.active .menu-icon i {
            color: var(--kt-primary);
        }

        [data-kt-app-layout=light-sidebar] .app-header-menu .menu > .menu-item > .menu-link.active .menu-bullet .bullet {
            background-color: var(--kt-primary);
        }

        [data-kt-app-layout=light-sidebar] .app-header-menu .menu > .menu-item > .menu-link.active .menu-arrow:after {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-primary);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z'/%3e%3c/svg%3e");
            /*rtl:begin:remove*/
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--kt-primary);
            -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--kt-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
            /*rtl:end:remove*/
        }
}

@media (min-width: 992px) {
    [data-kt-app-toolbar-enabled=true]:not([data-kt-app-toolbar-fixed=true]) .app-content {
        padding-top: 0;
    }
}

@media (max-width: 991.98px) {
    [data-kt-app-toolbar-enabled=true]:not([data-kt-app-toolbar-fixed-mobile=true]) .app-content {
        padding-top: 0;
    }
}

:is([data-kt-app-layout=light-sidebar], [data-kt-app-layout=light-header], [data-kt-app-layout=dark-header]) .app-toolbar .form-select.form-select {
    background-color: var(--kt-body-bg) !important;
}

@media (min-width: 992px) {
    body:not([data-kt-app-toolbar-fixed=true]) .app-toolbar {
        height: auto;
        background-color: transparent;
        border-top: 0;
        border-bottom: 0;
        box-shadow: none;
    }
}

@media (max-width: 991.98px) {
    body:not([data-kt-app-toolbar-fixed-mobile=true]) .app-toolbar {
        height: auto;
        background-color: transparent;
        border-top: 0;
        border-bottom: 0;
        box-shadow: none;
    }
}

@media (min-width: 992px) {
    [data-kt-app-layout=dark-header] .app-header .page-heading {
        color: #ffffff !important;
    }
}
