:root,
[data-bs-theme='light'] {
    --bs-text-muted: #99a1b7;
    --bs-gray-100: #f9f9f9;
    --bs-gray-100-rgb: 249, 249, 249;
    --bs-gray-200: #f1f1f4;
    --bs-gray-200-rgb: 241, 241, 244;
    --bs-gray-300: #dbdfe9;
    --bs-gray-300-rgb: 219, 223, 233;
    --bs-gray-400: #c4cada;
    --bs-gray-400-rgb: 196, 202, 218;
    --bs-gray-500: #99a1b7;
    --bs-gray-500-rgb: 153, 161, 183;
    --bs-gray-600: #78829d;
    --bs-gray-600-rgb: 120, 130, 157;
    --bs-gray-700: #4b5675;
    --bs-gray-700-rgb: 75, 86, 117;
    --bs-gray-800: #252f4a;
    --bs-gray-800-rgb: 37, 47, 74;
    --bs-gray-900: #071437;
    --bs-gray-900-rgb: 7, 20, 55;
    --bs-light: #f9f9f9;
    --bs-primary: #0177a4;
    --bs-secondary: #f9f9f9;
    --bs-success: #17c653;
    --bs-info: #7239ea;
    --bs-warning: #f6c000;
    --bs-danger: #f8285a;
    --bs-dark: #1e2129;
    --bs-primary-active: #0177a4;
    --bs-secondary-active: #dbdfe9;
    --bs-light-active: #fcfcfc;
    --bs-success-active: #04b440;
    --bs-info-active: #5014d0;
    --bs-warning-active: #dead00;
    --bs-danger-active: #d81a48;
    --bs-dark-active: #111318;
    --bs-primary-light: #f3fdff;
    --bs-secondary-light: #f9f9f9;
    --bs-success-light: #dfffea;
    --bs-info-light: #f8f5ff;
    --bs-warning-light: #fff8dd;
    --bs-danger-light: #ffeef3;
    --bs-dark-light: #f9f9f9;
    --bs-light-light: #ffffff;
    --bs-primary-inverse: #ffffff;
    --bs-secondary-inverse: #252f4a;
    --bs-light-inverse: #252f4a;
    --bs-success-inverse: #ffffff;
    --bs-info-inverse: #ffffff;
    --bs-warning-inverse: #ffffff;
    --bs-danger-inverse: #ffffff;
    --bs-dark-inverse: #ffffff;
    --bs-primary-clarity: rgba(27, 132, 255, 0.2);
    --bs-secondary-clarity: rgba(249, 249, 249, 0.2);
    --bs-success-clarity: rgba(23, 198, 83, 0.2);
    --bs-info-clarity: rgba(114, 57, 234, 0.2);
    --bs-warning-clarity: rgba(246, 192, 0, 0.2);
    --bs-danger-clarity: rgba(248, 40, 90, 0.2);
    --bs-dark-clarity: rgba(30, 33, 41, 0.2);
    --bs-light-clarity: rgba(255, 255, 255, 0.2);
    --bs-light-rgb: 249, 249, 249;
    --bs-primary-rgb: 1, 119, 164;
    --bs-secondary-rgb: 249, 249, 249;
    --bs-success-rgb: 23, 198, 83;
    --bs-info-rgb: 114, 57, 234;
    --bs-warning-rgb: 246, 192, 0;
    --bs-danger-rgb: 248, 40, 90;
    --bs-dark-rgb: 30, 33, 41;
    --bs-text-white: #ffffff;
    --bs-text-primary: #0177a4;
    --bs-text-secondary: #f9f9f9;
    --bs-text-light: #f9f9f9;
    --bs-text-success: #17c653;
    --bs-text-info: #7239ea;
    --bs-text-warning: #f6c000;
    --bs-text-danger: #f8285a;
    --bs-text-dark: #1e2129;
    --bs-text-gray-100: #f9f9f9;
    --bs-text-gray-200: #f1f1f4;
    --bs-text-gray-300: #dbdfe9;
    --bs-text-gray-400: #c4cada;
    --bs-text-gray-500: #99a1b7;
    --bs-text-gray-600: #78829d;
    --bs-text-gray-700: #4b5675;
    --bs-text-gray-800: #252f4a;
    --bs-text-gray-900: #071437;
    --bs-border-color: #f1f1f4;
    --bs-border-dashed-color: #dbdfe9;
    --bs-component-active-color: #ffffff;
    --bs-component-active-bg: #0177a4;
    --bs-component-hover-color: #0177a4;
    --bs-component-hover-bg: #f9f9f9;
    --bs-component-checked-color: #ffffff;
    --bs-component-checked-bg: #0177a4;
    --bs-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
    --bs-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
    --bs-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
    --bs-input-bg: var(--bs-body-bg);
    --bs-input-color: var(--bs-gray-700);
    --bs-input-solid-color: var(--bs-gray-700);
    --bs-input-solid-bg: var(--bs-gray-100);
    --bs-input-solid-bg-focus: var(--bs-gray-200);
    --bs-input-solid-placeholder-color: var(--bs-gray-500);
    --bs-root-card-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    --bs-root-card-border-color: #f1f1f4;
    --bs-tooltip-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    --bs-table-striped-bg: rgba(var(--bs-gray-100-rgb), 0.75);
    --bs-table-loading-message-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    --bs-code-bg: #f1f3f8;
    --bs-code-shadow: 0px 3px 9px rgba(0, 0, 0, 0.08);
    --bs-code-border-color: transparent;
    --bs-code-color: #b93993;
    --bs-symbol-label-color: var(--bs-gray-800);
    --bs-symbol-label-bg: var(--bs-gray-100);
    --bs-symbol-border-color: rgba(var(--bs-body-bg), 0.5);
    --bs-bullet-bg-color: var(--bs-gray-400);
    --bs-scrolltop-opacity: 0;
    --bs-scrolltop-opacity-on: 0.3;
    --bs-scrolltop-opacity-hover: 1;
    --bs-scrolltop-box-shadow: var(--bs-box-shadow);
    --bs-scrolltop-bg-color: var(--bs-primary);
    --bs-scrolltop-bg-color-hover: var(--bs-primary);
    --bs-scrolltop-icon-color: var(--bs-primary-inverse);
    --bs-scrolltop-icon-color-hover: var(--bs-primary-inverse);
    --bs-drawer-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.05);
    --bs-drawer-bg-color: #ffffff;
    --bs-drawer-overlay-bg-color: rgba(0, 0, 0, 0.2);
    --bs-menu-dropdown-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    --bs-menu-dropdown-bg-color: var(--bs-body-bg);
    --bs-menu-heading-color: #99a1b7;
    --bs-menu-link-color-hover: #0177a4;
    --bs-menu-link-color-show: #0177a4;
    --bs-menu-link-color-here: #0177a4;
    --bs-menu-link-color-active: #0177a4;
    --bs-menu-link-bg-color-hover: #f9f9f9;
    --bs-menu-link-bg-color-show: #f9f9f9;
    --bs-menu-link-bg-color-here: #f9f9f9;
    --bs-menu-link-bg-color-active: #f9f9f9;
    --bs-scrollbar-color: #f1f1f4;
    --bs-scrollbar-hover-color: #dbdfe9;
    --bs-overlay-bg: rgba(0, 0, 0, 0.05);
    --bs-blockui-overlay-bg: rgba(0, 0, 0, 0.05);
    --bs-rating-color-default: #c4cada;
    --bs-rating-color-active: #ffad0f;
    --bs-ribbon-label-box-shadow: 0px -1px 5px 0px rgba(30, 33, 41, 0.1);
    --bs-ribbon-label-bg: #6b8345;
    --bs-ribbon-label-border-color: #0053b4;
    --bs-ribbon-clip-bg: #1e2129;
    --bs-engage-btn-bg: #ffffff;
    --bs-engage-btn-box-shadow: 0px 0px 22px #e0e0e0;
    --bs-engage-btn-border-color: #e8e8e8;
    --bs-engage-btn-color: #252f4a;
    --bs-engage-btn-icon-color: #78829d;
    --bs-engage-btn-color-active: #252f4a;
    --bs-link-color-rgb: 1, 119, 164;
    --bs-link-hover-color: #0053b4;
    --bs-link-hover-color-rgb: 0, 83, 180;
}

[data-bs-theme='dark'] {
    --bs-light: #1b1c22;
    --bs-primary: #0177a4;
    --bs-secondary: #363843;
    --bs-success: #00a261;
    --bs-info: #883fff;
    --bs-warning: #c59a00;
    --bs-danger: #e42855;
    --bs-dark: #272a34;
    --bs-primary-active: #0177a4;
    --bs-secondary-active: #464852;
    --bs-light-active: #1f212a;
    --bs-success-active: #01bf73;
    --bs-info-active: #9e63ff;
    --bs-warning-active: #d9aa00;
    --bs-danger-active: #ff3767;
    --bs-dark-active: #2d2f39;
    --bs-primary-light: #f7f3ec;
    --bs-secondary-light: #363843;
    --bs-success-light: #1f212a;
    --bs-info-light: #272134;
    --bs-warning-light: #242320;
    --bs-danger-light: #302024;
    --bs-dark-light: #1e2027;
    --bs-light-light: #1f212a;
    --bs-primary-inverse: #ffffff;
    --bs-secondary-inverse: #ffffff;
    --bs-light-inverse: #808290;
    --bs-success-inverse: #ffffff;
    --bs-info-inverse: #ffffff;
    --bs-warning-inverse: #ffffff;
    --bs-danger-inverse: #ffffff;
    --bs-dark-inverse: #ffffff;
    --bs-primary-clarity: rgba(0, 106, 230, 0.2);
    --bs-secondary-clarity: rgba(54, 56, 67, 0.2);
    --bs-success-clarity: rgba(0, 162, 97, 0.2);
    --bs-info-clarity: rgba(136, 63, 255, 0.2);
    --bs-warning-clarity: rgba(197, 154, 0, 0.2);
    --bs-danger-clarity: rgba(228, 40, 85, 0.2);
    --bs-dark-clarity: rgba(39, 42, 52, 0.2);
    --bs-light-clarity: rgba(31, 33, 42, 0.2);
    --bs-light-rgb: 27, 28, 34;
    --bs-primary-rgb: 0, 106, 230;
    --bs-secondary-rgb: 54, 56, 67;
    --bs-success-rgb: 0, 162, 97;
    --bs-info-rgb: 136, 63, 255;
    --bs-warning-rgb: 197, 154, 0;
    --bs-danger-rgb: 228, 40, 85;
    --bs-dark-rgb: 39, 42, 52;
    --bs-text-white: #ffffff;
    --bs-text-primary: #0177a4;
    --bs-text-secondary: #363843;
    --bs-text-light: #1b1c22;
    --bs-text-success: #00a261;
    --bs-text-info: #883fff;
    --bs-text-warning: #c59a00;
    --bs-text-danger: #e42855;
    --bs-text-dark: #272a34;
    --bs-text-muted: #636674;
    --bs-text-gray-100: #1b1c22;
    --bs-text-gray-200: #26272f;
    --bs-text-gray-300: #363843;
    --bs-text-gray-400: #464852;
    --bs-text-gray-500: #636674;
    --bs-text-gray-600: #808290;
    --bs-text-gray-700: #9a9cae;
    --bs-text-gray-800: #b5b7c8;
    --bs-text-gray-900: #f5f5f5;
    --bs-border-color: #26272f;
    --bs-border-dashed-color: #363843;
    --bs-component-active-color: #ffffff;
    --bs-component-active-bg: #0177a4;
    --bs-component-hover-color: #0177a4;
    --bs-component-hover-bg: #1b1c22;
    --bs-component-checked-color: #ffffff;
    --bs-component-checked-bg: #0177a4;
    --bs-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
    --bs-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
    --bs-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
    --bs-input-color: var(--bs-gray-700);
    --bs-input-bg: var(--bs-body-bg);
    --bs-input-solid-color: var(--bs-gray-700);
    --bs-input-solid-bg: var(--bs-gray-100);
    --bs-input-solid-bg-focus: var(--bs-gray-200);
    --bs-input-solid-placeholder-color: var(--bs-gray-500);
    --bs-tooltip-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    --bs-root-card-box-shadow: none;
    --bs-root-card-border-color: #1e2027;
    --bs-table-striped-bg: rgba(27, 28, 34, 0.75);
    --bs-table-loading-message-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    --bs-dropdown-bg: #1c1d22;
    --bs-dropdown-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    --bs-code-bg: #2b2b40;
    --bs-code-shadow: rgba(0, 0, 0, 0.08) 0px 3px 9px 0px;
    --bs-code-border-color: transparent;
    --bs-code-color: #b93993;
    --bs-symbol-label-color: #b5b7c8;
    --bs-symbol-label-bg: #1b1c22;
    --bs-symbol-border-color: rgba(255, 255, 255, 0.5);
    --bs-bullet-bg-color: #464852;
    --bs-scrolltop-opacity: 0;
    --bs-scrolltop-opacity-on: 0.3;
    --bs-scrolltop-opacity-hover: 1;
    --bs-scrolltop-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    --bs-scrolltop-bg-color: #0177a4;
    --bs-scrolltop-bg-color-hover: #0177a4;
    --bs-scrolltop-icon-color: #ffffff;
    --bs-scrolltop-icon-color-hover: #ffffff;
    --bs-drawer-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    --bs-drawer-bg-color: #1c1d22;
    --bs-drawer-overlay-bg-color: rgba(0, 0, 0, 0.4);
    --bs-menu-dropdown-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    --bs-menu-dropdown-bg-color: #1c1d22;
    --bs-menu-heading-color: #636674;
    --bs-menu-link-color-hover: #006ae6;
    --bs-menu-link-color-show: #006ae6;
    --bs-menu-link-color-here: #006ae6;
    --bs-menu-link-color-active: #006ae6;
    --bs-menu-link-bg-color-hover: #1b1c22;
    --bs-menu-link-bg-color-show: #1b1c22;
    --bs-menu-link-bg-color-here: #1b1c22;
    --bs-menu-link-bg-color-active: #1b1c22;
    --bs-scrollbar-color: #26272f;
    --bs-scrollbar-hover-color: #363843;
    --bs-overlay-bg: rgba(255, 255, 255, 0.05);
    --bs-blockui-overlay-bg: rgba(255, 255, 255, 0.05);
    --bs-rating-color-default: #464852;
    --bs-rating-color-active: #ffad0f;
    --bs-ribbon-label-box-shadow: 0px -1px 5px 0px rgba(255, 255, 255, 0.1);
    --bs-ribbon-label-bg: #0177a4;
    --bs-ribbon-label-border-color: #0053b4;
    --bs-ribbon-clip-bg: #f9f9f9;
    --bs-engage-btn-bg: #26272f;
    --bs-engage-btn-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    --bs-engage-btn-border-color: #26272f;
    --bs-engage-btn-color: #b5b7c8;
    --bs-engage-btn-icon-color: #808290;
    --bs-engage-btn-color-active: #b5b7c8;
    --bs-link-color-rgb: 1, 119, 164;
    --bs-link-hover-color: #0053b4;
    --bs-link-hover-color-rgb: 0, 83, 180;
}

.app-sidebar-menu
.menu
> .menu-item:not(.here)
> .menu-link
.menu-icon
.svg-icon,
.app-sidebar-menu .menu > .menu-item:not(.here) > .menu-link .menu-icon i {
    color: #0177a4;
}

.app-sidebar-menu .menu > .menu-item.here > .menu-link > .menu-icon {
    color: #ffffff;
}

.text-orange {
    color: var(--bs-orange) !important;
}

.jstree-node {
    font-size: 15px !important;
    font-weight: 500;
}

.jstree-themeicon {
    font-size: 1rem !important;
}

.jstree-default .jstree-wholerow {
    height: 35px !important;
}

.jstree-icon.jstree-ocl {
    margin-top: 5px;
}

.jstree-default .jstree-anchor {
    line-height: 25px !important;
    height: 35px !important;
    padding-top: 5px;
}

.jstree-default .jstree-icon:empty {
    width: 24px;
    height: 25px;
    line-height: 25px;
}

.jstree-default .jstree-wholerow-clicked,
.jstree-clicked,
.jstree-clicked i {
    /*background: var(--kt-primary-light);*/
    background: none;
    color: var(--kt-primary) !important;
}

div[class^='cluster'] {
    background-size: contain;
}

.flatpickr-weekend {
    background-color: var(--bs-primary-light) !important;
}

.flatpickr-weekend:hover {
    background-color: var(--bs-primary-light);
}

.dashboard-stat {
    overflow: hidden;
}

.dashboard-stat .visual {
    width: 80px;
    /*height: 80px;*/
    display: block;
    float: left;
    /*padding-top: 10px;*/
    /*padding-left: 15px;*/
    /*margin-bottom: 15px;*/
    font-size: 35px;
    line-height: 35px;
    overflow: hidden;
    margin-top: -25px;
}

.dashboard-stat .visual > i,
.dashboard-stat .visual > span {
    position: absolute;
    /*color: var(--bs-gray-400);*/
    color: rgba(var(--kt-primary-rgb), 0.7);
    opacity: 0.2;
    /*margin-left: -35px;*/
    /*font-size: 110px;*/
    /*line-height: 110px;*/
    margin-left: -25px;
    font-size: 75px;
    line-height: 75px;
    margin-top: 10px;
}

.container-dashboard {
    height: 100%;
}

#kt_content:has(.container-dashboard) {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.jstree-default .jstree-clicked {
    background: transparent;
}

/* MAP */

.gm-style-iw-d {
    overflow: visible !important;
    width: 100% !important;
    padding: 0 !important;
}

#map .gm-style-iw {
    width: auto !important;
    height: auto !important;
    left: 0 !important;
    font-size: 15px !important;
    font-weight: normal !important;
    top: 0 !important;
    overflow: visible !important;
    border-radius: 4px;
    padding: 0 !important;
    background: transparent;
}

#map .gm-style-iw .gm-ui-hover-effect span {
    background-color: var(--bs-gray-800);
}

#map .gm-style .gm-style-iw-tc::after {
    background-color: var(--kt-card-bg);
}

.markerContainer {
    border-radius: 8px !important;
    min-width: 260px;
}

[aria-label='warehouseInfoSuccess'],
.shadow-success {
    /*box-shadow: inset 0 0 1rem 0.25rem var(--bs-green) !important;*/
    /*-webkit-box-shadow: inset 0px 0px 0px 2px rgba(var(--bs-green-rgb), 1) !important;*/
    -webkit-box-shadow: 0px 0px 15px 5px rgba(var(--bs-green-rgb), 0.7) !important;
    -moz-box-shadow: 0px 0px 15px 5px rgba(var(--bs-green-rgb), 0.7) !important;
    box-shadow: 0px 0px 15px 5px rgba(var(--bs-green-rgb), 0.7) !important;
    padding-bottom: 20px !important;
}

[aria-label='warehouseInfoSuccess'] + .gm-style-iw-tc::after {
    background-color: rgba(var(--bs-green-rgb), 0.7);
}

[aria-label='warehouseInfoDanger'],
.shadow-danger {
    /*box-shadow: 0 0 1rem 0.25rem var(--bs-green) !important;*/
    -webkit-box-shadow: 0px 0px 15px 5px rgba(var(--bs-danger-rgb), 0.7) !important;
    -moz-box-shadow: 0px 0px 15px 5px rgba(var(--bs-danger-rgb), 0.7) !important;
    box-shadow: 0px 0px 15px 5px rgba(var(--bs-danger-rgb), 0.7) !important;
    padding-bottom: 20px !important;
}

[aria-label='warehouseInfoDanger'] + .gm-style-iw-tc::after {
    background-color: rgba(var(--bs-danger-rgb), 0.7);
}

[aria-label='warehouseInfoWarning'],
.shadow-warning {
    /*box-shadow: 0 0 1rem 0.25rem var(--bs-green) !important;*/
    -webkit-box-shadow: 0px 0px 15px 5px rgba(var(--bs-warning-rgb), 0.7) !important;
    -moz-box-shadow: 0px 0px 15px 5px rgba(var(--bs-warning-rgb), 0.7) !important;
    box-shadow: 0px 0px 15px 5px rgba(var(--bs-warning-rgb), 0.7) !important;
    padding-bottom: 20px !important;
}

[aria-label='warehouseInfo warehouseInfoWarning'] + .gm-style-iw-tc::after {
    background-color: rgba(var(--bs-warning-rgb), 0.7);
}

/* Popup box BEGIN */
/*.hover_bkgr_fricc {*/
.gm-style-iw {
    background: rgba(0, 0, 0, 0.4);
    cursor: default;
    /*display:none;*/
    height: 100%;
    width: 100%;
    /*position:fixed;*/
    /*text-align: center;*/
    top: 0;
    z-index: 10000;
}

.gm-style-iw .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.gm-style-iw > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    overflow: visible;
}

.gm-ui-hover-effect {
    background-color: #fff !important;
    border: 3px solid #999 !important;
    border-radius: 50px !important;
    cursor: pointer !important;
    display: inline-block !important;
    /*font-family: arial !important;*/
    font-weight: bold !important;
    position: absolute !important;
    top: -20px !important;
    right: -20px !important;
    font-size: 25px !important;
    line-height: 30px !important;
    width: 30px !important;
    height: 30px !important;
    /*text-align: center !important;*/
    opacity: 0.7;
}

.gm-ui-hover-effect:hover {
    background-color: #ccc;
}

.gm-ui-hover-effect span {
    margin: 5px !important;
}

.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }
}

.dataTable td {
    vertical-align: middle;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    background-color: var(--bs-gray-100) !important;
}

.app-sidebar-menu .menu > .menu-item.here > .menu-link .menu-icon {
    background: linear-gradient(135deg, #0177a4 0, #0177a4 100%);
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

input[type='checkbox'] {
    cursor: pointer;
    width: 2em;
    height: 1.5rem;
    accent-color: #d65f3a;
}

.observations-width {
    width: 30%;
}

.h-150 {
    height: 150px;
}

/*.btn-check.btn:not(.btn-active) {*/
/*span.fw-bold.d-block.fs-3 {*/
/*    color: var(--bs-gray-700);*/
/*}*/

.btn-check + .btn {
    color: var(--bs-gray-700);
}

/* AUTA */
.configurator-container {
    /*cursor: pointer;*/
}

.input-group.select {
    flex-wrap: nowrap !important;
}

.input-group.select > .select2 > .selection > .form-select {
    border-radius: 0px 0.5rem 0.5rem 0px !important;
}

/* .configurator-container:hover {
  transition: 0.5s ease-in-out;
  border: #0053b4 1px solid;
} */
/* .configurator-container:hover > .configurator-div {
  transition: 0.3s ease-in-out;
  scale: 101%;
} */

.background {
    /* background-image: linear-gradient(#a9aeb1bd, #8a8c8da9),
      url('/public/assets/images/configurators/aasd.jpg'); */
    background-image: url('/public/assets/images/configurators/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.background-gradient {
    background: rgb(255, 255, 255);
    background: linear-gradient(
            165deg,
            rgba(255, 255, 255, 0) 26%,
            rgba(1, 79, 123, 0.4422401685393258) 61%
    );
}

.btn-primary:hover {
    background-color: rgb(123, 1, 1);
}

.draggable.is-pointer-down {
    background: #09f;
    z-index: 2;
}

.draggable.is-dragging {
    opacity: 0.7;
}

.menu-configurator-link.active {
    background-color: #0176a4ad;
    color: white;
}

.menu-configurator-link:hover {
    background-color: #0176a4ad;
    color: white;
    transition: 0.4s;
}

/* Hide the images by default */
.mySlides {
    display: none;
    margin: auto;
}

.mySlides > p {
    margin-block: auto;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    padding: 1px 7px !important;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
    /*background-color: #0177a4;*/
}

.prev:hover,
.next:hover {
    /*background-color: #1c3e52;*/
}

.configurator-label {
    border: 2px solid;
    border-color: rgb(1 119 164);
}

.configurator-container-boards,
.configurator-container-boards > .configurator-div {
    width: 60%;
    grid-template-rows: min-content;
}

/*.configurator-div {*/
/*  font-size: 14px;*/
/*  padding: 32px 16px;*/
/*  font-weight: 400;*/
/*  border: none;*/
/*  outline: none;*/
/*  color: #000;*/
/*  -webkit-box-shadow: 0px 0px 3px 1px rgba(255, 255, 255, 0.623);*/
/*  -moz-box-shadow: 0px 0px 3px 1px rgba(255, 255, 255, 0.644);*/
/*  box-shadow: 0px 0px 3px 1px rgba(255, 255, 255, 0.63);*/
/*  !*border-radius: 10px;*!*/
/*  !*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);*!*/
/*  cursor: pointer;*/
/*  transition: all 0.2s ease-in-out;*/
/*  background: linear-gradient(-6deg,*/
/*      #999 5%,*/
/*      #bfbfbf 10%,*/
/*      #ccc 30%,*/
/*      #ddd 50%,*/
/*      #ccc 70%,*/
/*      #fff 80%,*/
/*      #999 95%);*/
/*  !*border-image: url('/public/assets/images/configurators/boards/xenia/Marco + Perfil/marco_perfil1.png') 130 fill/15px / 20px;*!*/
/*  !*padding: 0;*!*/
/*  width: 200px;*/
/*  margin: 1px;*/
/*  !*padding-block: 25px;*!*/
/*}*/
.configurator-div {
    font-size: 14px;
    /*padding: 32px 16px;*/
    font-weight: 400;
    border: none;
    outline: none;
    color: #000;
    /*cursor: pointer;*/
    transition: all 0.2s ease-in-out;
    /*background: linear-gradient(*/
    /*        -6deg,*/
    /*        #999 5%,*/
    /*        #bfbfbf 10%,*/
    /*        #ccc 30%,*/
    /*        #ddd 50%,*/
    /*        #ccc 70%,*/
    /*        #fff 80%,*/
    /*        #999 95%*/
    /*);*/
    /*border-image: url('/public/assets/images/configurators/boards/xenia/Marco + Perfil/marco_perfil1.png') 130 fill/15px / 20px;*/
    /*padding: 0;*/
    /*width: 200px;*/
    margin: 20px;
    /*padding-block: 25px;*/
}

.configurator-div.parent {
    grid-template-rows: min-content;
}

.configurator-div.products-inox {
    border-image: none;
    margin: 0px !important;
}

.configurator-div.products-1 {
    /* background-image: url('/public/assets/images/configurators/boards/xenia/Marco + Perfil/marco_perfil1.png'); */
    border-image: url('/public/assets/images/configurators/boards/xenia/Marco + Perfil/marco_perfil1.png') 130 fill/30px;
    border-image-outset: 48px 25px;
}

.configurator-div.products-2 {
    /* background-image: url('/public/assets/images/configurators/boards/xenia/Marco + Perfil/marco_perfil2.png'); */
    border-image: url('/public/assets/images/configurators/boards/xenia/Marco + Perfil/marco_perfil2.png') 130 fill/30px;
    border-image-outset: 48px 25px;
}

.configurator-div.products-3 {
    /* background-image: url('/public/assets/images/configurators/boards/xenia/Marco + Perfil/marco_perfil3.png'); */
    border-image: url('/public/assets/images/configurators/boards/xenia/Marco + Perfil/marco_perfil3.png') 130 fill/30px;
    border-image-outset: 48px 25px;
}

.configurator-div.products-4 {
    /* background-image: url('/public/assets/images/configurators/boards/xenia/Marco + Perfil/marco_perfil4.png'); */
    border-image: url('/public/assets/images/configurators/boards/xenia/Marco + Perfil/marco_perfil4.png') 130 fill/30px;
    border-image-outset: 48px 25px;
}

.configurator-div.products-5 {
    /* background-image: url('/public/assets/images/configurators/boards/xenia/Marco + Perfil/marco_perfil5.png'); */
    border-image: url('/public/assets/images/configurators/boards/xenia/Marco + Perfil/marco_perfil5.png') 130 fill/30px;
    border-image-outset: 48px 25px;
}

.configurator-div.products-6 {
    /* background-image: url('/public/assets/images/configurators/boards/xenia/Marco + Perfil/marco_perfil5.png'); */
    border-image: url('/public/assets/images/configurators/boards/xenia/Marco + Perfil/marco_perfil5.png') 130 fill/30px;
    border-image-outset: 48px 25px;
}

/*.configurator-div {*/
/*    border: 40px solid transparent;*/
/*}*/

/*.configurator-div.products-1 {*/
/*    border-image: url('/public/assets/images/configurators/boards/xenia/Marco + Perfil/marco_perfil1.png') 100 fill / 36px 55px 20px 49px;*/
/*}*/

/*.configurator-div.products-2 {*/
/*    border-image: url('/public/assets/images/configurators/boards/xenia/Marco + Perfil/marco_perfil2.png') 100 fill / 36px 55px 20px 49px;*/
/*}*/

/*.configurator-div.products-3 {*/
/*    border-image: url('/public/assets/images/configurators/boards/xenia/Marco + Perfil/marco_perfil3.png') 100 fill / 36px 55px 20px 49px;*/
/*}*/

/*.configurator-div.products-4 {*/
/*    border-image: url('/public/assets/images/configurators/boards/xenia/Marco + Perfil/marco_perfil4.png') 100 fill / 36px 55px 20px 49px;*/
/*}*/

/*.configurator-div.products-5 {*/
/*    border-image: url('/public/assets/images/configurators/boards/xenia/Marco + Perfil/marco_perfil5.png') 100 fill / 36px 55px 20px 49px;*/
/*}*/

/*.configurator-div.products-6 {*/
/*    border-image: url('/public/assets/images/configurators/boards/xenia/Marco + Perfil/marco_perfil5.png') 100 fill / 36px 55px 20px 49px;*/
/*}*/

.configurator-div img {
    width: 180px;
    height: 100%;
}

.configurator-container {
    margin-block: 40px;
}

.parent {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
}

.parent > div > .draggable {
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    max-width: 100%;
    padding: 0;
    display: block;
    margin: auto;
}

.parent2 > div > .draggable {
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    max-width: 100%;
    padding: 0;
    display: block;
    margin: auto;
}

.parent2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
}

@font-face {
    font-family: 'montserrat';
    src: url('./fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat-semibold';
    src: url('./fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat-bold';
    src: url('./fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'raleway-semibold';
    src: url('./fonts/Raleway/static/Raleway-SemiBold.ttf') format('truetype');
}

#list_products {
    height: 700px;
    overflow: scroll;
}

.accordion img {
    max-height: 150px;
    max-width: 80px;
}

.accordion-collapse {
    max-height: 500px;
    overflow-y: scroll;
}

.accordion-collapse.collapse {
    /*background-color: rgba(0, 11, 22, 0.063) !important;*/
}

.accordion-collapse.collapse > img {
    width: 400px;
}

.accordion-header h3 {
    color: var(--bs-primary);
}

.accordion-header.collapsed h3 {
    color: var(--bs-gray-800);
}

.droppable {
    transition: all 0.6s;
}

/* 
.hide {
  display: none;
} */

.divProduct {
    position: relative;
    font-size: 14px;
    /*padding: 6px 16px;*/
    font-weight: 400;
    border: none;
    outline: none;
    /*background: linear-gradient(45deg, #595959 5%, #6c6c6c 10%, #9b9b9b 30%, #9d9d9d 50%, #a3a3a3 70%, #938f8f 80%, #999 95%);*/
    background: #595959;
    /*text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);*/
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);*/
    padding: 0;
    /*height: min-content;*/
    width: 180px;
}

.divProduct.droppable:not(:last-child) {
    border-bottom: 1px solid white;
}

.divProduct:hover > .btn-delete-product {
    transition-duration: 0.5s;
    opacity: 1;
    background-color: red;
}

.btn-delete-product {
    position: absolute;
    width: 10px;
    height: 10px;
    right: 2%;
    top: 1%;
    cursor: pointer;
    border-radius: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    opacity: 0;
    box-shadow: #00000077;
}

/* .myDIV:hover + .hide {
  display: block;
  color: red;
} */

.card-hover {
    background-color: #0177a4;
    color: black;
}

.ui-droppable-active:not(.card-hover) {
    background-color: #0176a4d0;
    color: black;
}

.copy-btn-container {
    /*position: absolute;*/
    text-align: center;
}

.copy-config-button {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50px;
    border-color: transparent;
    background-color: #0176a4d0;
    color: #fff;
    transition: width 0.7s;
}

.copy-config-button:hover {
    width: 180px;
    transition: width 0.7s;
}

.copy-config-button i {
    opacity: 1;
    transition: opacity 0.6s;
}

.copy-config-button:hover i {
    opacity: 0;
    transition: opacity 0.6s;
}

.copy-config-button .copy-config-button-text {
    opacity: 0;
    transition: opacity 0.6s;
    position: absolute;
    width: 100%;
    left: 0;
}

.copy-config-button:hover .copy-config-button-text {
    opacity: 1;
    transition: opacity 0.6s;
}

.copy-configurator-link {
    background-color: #0176a42a;
}

.copy-configurator-link:hover {
    background-color: #0176a4ad;
    color: white;
    transition: 0.4s;
}

/* price range */

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    position: absolute;
    display: block;
    content: '';
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    font-size: 1rem;
    border-top-color: #0177a4;
}

.irs-grid-text {
    font-size: 1rem;
}

.irs-grid-pol.small {
    height: 40% !important;
}

.irs-grid-pol {
    height: 60% !important;
}

.irs-grid-text.js-grid-text-0,
.irs-grid-text.js-grid-text-1,
.irs-grid-text.js-grid-text-2,
.irs-grid-text.js-grid-text-3,
.irs-grid-text.js-grid-text-4 {
    top: 85% !important;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-handle > i:first-child,
.irs--flat .irs-bar,
.irs--flat .irs-single {
    background-color: #0177a4;
}

.irs .irs--flat .js-irs-0 {
    flex-shrink: 0;
    width: 26% !important;
    max-width: 26% !important;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.irs--flat .irs-line,
.irs-bar {
    height: 8px !important;
}

.irs--flat .irs-handle > i:first-child {
    position: absolute;
    display: block;
    top: -2px;
    left: 50%;
    width: 7px;
    height: 100%;
    margin-left: -1px;
    /* background-color: #0176a4ad; */
}

.irs-bar,
.irs-from,
.irs-to,
.irs-line,
.irs-handle.from,
.irs-handle.to {
    cursor: pointer;
}

.quick-links > i {
    color: #0177a4;
}

.quick-links:hover {
    border-radius: 1rem;
    transition: all 0.3s;
    color: white;
    background-color: #097ba8c0;
}

.quick-links:hover > div > span {
    color: white !important;
    font-weight: bold !important;
}

.quick-links:hover > div > div > i {
    color: white;
}

/* Giriş stil */
.toggle-switch .toggle-input {
    display: none;
}

/* Anahtarın stilinin etrafındaki etiketin stil */
.toggle-switch .toggle-label {
    position: relative;
    top: 0;
    left: 0;
    width: 60px;
    height: 24px;
    background-color: #097ba8c0;
    border-radius: 34px;
    cursor: pointer;
}

/* Anahtarın yuvarlak kısmının stil */
.toggle-switch .toggle-label::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
}

.toggle-switch .toggle-input:checked + .toggle-label::before {
    transform: translateX(36px);
}

.toggle-switch-unselected {
    transition: color 0.6s;
    color: #a3a3a3e8;
}

.toggle-switch-selected {
    transition: color 0.6s;
    color: #006c97;
}

.parent > div.productType_2 > .draggable {
    min-height: auto !important;
}

.parentProductType_2 {
    height: min-content;
}

.parentProductType_2 > div.productType_2 {
    height: min-content;
}

.product_serie {
    display: flex;
}

.card-products {
    -webkit-border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.aside-configurator #dropdownMenuButton1, .aside-configurator .dropdown-menu {
    min-width: 180px;
}

.corporative-line {
    background: linear-gradient(-7deg, rgb(34 118 166 / 6%) 0%, rgba(231, 247, 255, 1) 22%, rgba(249, 250, 251, 1) 27%, rgb(255 255 255) 39%);
    /*background: linear-gradient(-7deg, rgb(1 119 164) 220px, rgba(231, 247, 255, 1) 225px, rgba(255, 255, 255, 1) 245px);*/
}

.corporative-line-solid {
    background: linear-gradient(-7deg, rgb(var(--bs-primary-rgb)) 0%, rgb(var(--bs-primary-rgb)) 16%, rgb(255 255 255) 17%, rgb(255 255 255) 100%);
}