:root { --bs-blue: #375a7f; --bs-indigo: #6610f2; --bs-purple: #6f42c1; --bs-pink: #e83e8c; --bs-red: #e74c3c; --bs-orange: #fd7e14; --bs-yellow: #f39c12; --bs-green: #00bc8c; --bs-teal: #20c997; --bs-cyan: #3498db; --bs-white: #fff; --bs-gray: #888; --bs-gray-dark: #303030; --bs-gray-100: #f8f9fa; --bs-gray-200: #ebebeb; --bs-gray-300: #dee2e6; --bs-gray-400: #ced4da; --bs-gray-500: #adb5bd; --bs-gray-600: #888; --bs-gray-700: #444; --bs-gray-800: #303030; --bs-gray-900: #222; --bs-primary: #375a7f; --bs-secondary: #444; --bs-success: #00bc8c; --bs-info: #3498db; --bs-warning: #f39c12; --bs-danger: #e74c3c; --bs-light: #adb5bd; --bs-dark: #303030; --bs-primary-rgb: 55, 90, 127; --bs-secondary-rgb: 68, 68, 68; --bs-success-rgb: 0, 188, 140; --bs-info-rgb: 52, 152, 219; --bs-warning-rgb: 243, 156, 18; --bs-danger-rgb: 231, 76, 60; --bs-light-rgb: 173, 181, 189; --bs-dark-rgb: 48, 48, 48; --bs-white-rgb: 255, 255, 255; --bs-black-rgb: 0, 0, 0; --bs-body-color-rgb: 255, 255, 255; --bs-body-bg-rgb: 34, 34, 34; --bs-font-sans-serif: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); --bs-body-font-family: var(--bs-font-sans-serif); --bs-body-font-size: 1rem; --bs-body-font-weight: 400; --bs-body-line-height: 1.5; --bs-body-color: #fff; --bs-body-bg: #222; } .fade { transition: opacity 0.15s linear; } @media (prefers-reduced-motion: reduce) { .fade { transition: none; } } .fade:not(.show) { opacity: 0; } .collapse:not(.show) { display: none; } .collapsing { height: 0; overflow: hidden; transition: height 0.35s cubic-bezier(0, 0.71, 0.58, 1); } @media (prefers-reduced-motion: reduce) { .collapsing { transition: none; } } .collapsing.collapse-horizontal { width: 0; height: auto; transition: width 0.35s ease; } @media (prefers-reduced-motion: reduce) { .collapsing.collapse-horizontal { transition: none; } } /* Callout */ .callout { border: 1px solid 1px solid none; border-radius: 0.25rem; background-color: #363636; box-shadow: none; } .callout-primary { border-left-color: #375a7f; border-left-width: 0.25rem; border-left-style: solid; } .callout-secondary { border-left-color: #444; border-left-width: 0.25rem; border-left-style: solid; } .callout-success { border-left-color: #00bc8c; border-left-width: 0.25rem; border-left-style: solid; } .callout-info { border-left-color: #3498db; border-left-width: 0.25rem; border-left-style: solid; } .callout-warning { border-left-color: #f39c12; border-left-width: 0.25rem; border-left-style: solid; } .callout-danger { border-left-color: #e74c3c; border-left-width: 0.25rem; border-left-style: solid; } .callout-light { border-left-color: #adb5bd; border-left-width: 0.25rem; border-left-style: solid; } .callout-dark { border-left-color: #303030; border-left-width: 0.25rem; border-left-style: solid; } /* Toasts */ .toast { min-width: 250px; } .toast-primary { color: #111b26; background-color: #c3ced9; border-color: #afbdcc; } .toast-primary strong { border-top-color: #9fb0c2; } .toast-secondary { color: #141414; background-color: #c7c7c7; border-color: #b4b4b4; } .toast-secondary strong { border-top-color: #a7a7a7; } .toast-success { color: #00382a; background-color: #b3ebdd; border-color: #99e4d1; } .toast-success strong { border-top-color: #85dfc8; } .toast-info { color: #102e42; background-color: #c2e0f4; border-color: #aed6f1; } .toast-info strong { border-top-color: #98cbed; } .toast-warning { color: #492f05; background-color: #fbe1b8; border-color: #fad7a0; } .toast-warning strong { border-top-color: #f9cd88; } .toast-danger { color: #451712; background-color: #f8c9c5; border-color: #f5b7b1; } .toast-danger strong { border-top-color: #f2a29a; } .toast-light { color: #343639; background-color: #e6e9eb; border-color: #dee1e5; } .toast-light strong { border-top-color: #d0d4da; } .toast-dark { color: #0e0e0e; background-color: #c1c1c1; border-color: #acacac; } .toast-dark strong { border-top-color: #9f9f9f; } /* Dropdown-item */ .dropdown-item.dropdown-item-primary { color: #fff; text-decoration: none; background-color: #375a7f; } .dropdown-item.dropdown-item-primary:hover { color: #fff; background-color: #2f4d6c; } .dropdown-item.dropdown-item-outline-primary:hover { color: #fff; background-color: #375a7f; } .dropdown-item.dropdown-item-secondary { color: #fff; text-decoration: none; background-color: #444; } .dropdown-item.dropdown-item-secondary:hover { color: #fff; background-color: #3a3a3a; } .dropdown-item.dropdown-item-outline-secondary:hover { color: #fff; background-color: #444; } .dropdown-item.dropdown-item-success { color: #fff; text-decoration: none; background-color: #00bc8c; } .dropdown-item.dropdown-item-success:hover { color: #fff; background-color: #00a077; } .dropdown-item.dropdown-item-outline-success:hover { color: #fff; background-color: #00bc8c; } .dropdown-item.dropdown-item-info { color: #fff; text-decoration: none; background-color: #3498db; } .dropdown-item.dropdown-item-info:hover { color: #fff; background-color: #2c81ba; } .dropdown-item.dropdown-item-outline-info:hover { color: #fff; background-color: #3498db; } .dropdown-item.dropdown-item-warning { color: #fff; text-decoration: none; background-color: #f39c12; } .dropdown-item.dropdown-item-warning:hover { color: #fff; background-color: #cf850f; } .dropdown-item.dropdown-item-outline-warning:hover { color: #fff; background-color: #f39c12; } .dropdown-item.dropdown-item-danger { color: #fff; text-decoration: none; background-color: #e74c3c; } .dropdown-item.dropdown-item-danger:hover { color: #fff; background-color: #c44133; } .dropdown-item.dropdown-item-outline-danger:hover { color: #fff; background-color: #e74c3c; } .dropdown-item.dropdown-item-light { color: #fff; text-decoration: none; background-color: #adb5bd; } .dropdown-item.dropdown-item-light:hover { color: #fff; background-color: #939aa1; } .dropdown-item.dropdown-item-outline-light:hover { color: #fff; background-color: #adb5bd; } .dropdown-item.dropdown-item-dark { color: #fff; text-decoration: none; background-color: #303030; } .dropdown-item.dropdown-item-dark:hover { color: #fff; background-color: #292929; } .dropdown-item.dropdown-item-outline-dark:hover { color: #fff; background-color: #303030; } .btn-outline-text { color: #fff; border-color: #fff; } .btn-outline-text:hover { color: #000; background-color: #fff; border-color: #fff; } .btn-check:focus + .btn-outline-text, .btn-outline-text:focus { box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5); } .btn-check:checked + .btn-outline-text, .btn-check:active + .btn-outline-text, .btn-outline-text:active, .btn-outline-text.active, .btn-outline-text.dropdown-toggle.show { color: #000; background-color: #fff; border-color: #fff; } .btn-check:checked + .btn-outline-text:focus, .btn-check:active + .btn-outline-text:focus, .btn-outline-text:active:focus, .btn-outline-text.active:focus, .btn-outline-text.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5); } .btn-outline-text:disabled, .btn-outline-text.disabled { color: #fff; background-color: transparent; } /* Progress Timeline */ .progress-timeline { padding: 0.2em 0.2em 0.5em 0.2em; } .progress-timeline ul { position: relative; padding: 0; } .progress-timeline li { list-style-type: none; position: relative; } .progress-timeline li.progress-inactive { opacity: 0.5; } .progress-timeline .progress-line { height: 2px; } .progress-timeline .progress-line.progress-inactive { opacity: 0.5; } /* Forms severity */ .form-control.is-invalid.info { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%233498db' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%233498db' stroke='none'/%3e%3c/svg%3e"); } .form-control.is-invalid.info:focus { border-color: #3498db; box-shadow: 0 0 0 0.25rem rgba(52, 152, 219, 0.25); } .form-control.is-invalid.warning { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f39c12' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f39c12' stroke='none'/%3e%3c/svg%3e"); } .form-control.is-invalid.warning:focus { border-color: #f39c12; box-shadow: 0 0 0 0.25rem rgba(243, 156, 18, 0.25); } .form-select.is-invalid:not([multiple]):not([size]).info, .form-select.is-invalid:not([multiple])[size="1"] .form-select.is-invalid.info { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%233498db'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%233498db' stroke='none'/%3e%3c/svg%3e"); background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } .form-select.is-invalid:not([multiple]):not([size]).info:focus, .form-select.is-invalid:not([multiple])[size="1"] .form-select.is-invalid.info:focus { box-shadow: 0 0 0 0.25rem rgba(52, 152, 219, 0.25); } .form-select.is-invalid:not([multiple]):not([size]).warning, .form-select.is-invalid:not([multiple])[size="1"] .form-select.is-invalid.warning { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f39c12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f39c12' stroke='none'/%3e%3c/svg%3e"); background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } .form-select.is-invalid:not([multiple]):not([size]).warning:focus, .form-select.is-invalid:not([multiple])[size="1"] .form-select.is-invalid.warning:focus { box-shadow: 0 0 0 0.25rem rgba(243, 156, 18, 0.25); } .form-check-input.is-invalid.info { border-color: #3498db; } .form-check-input.is-invalid.info:checked { background-color: #3498db; } .form-check-input.is-invalid.info ~ .form-check-label { color: unset; } .form-check-input.is-invalid.info:focus { box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25); } .form-check-input.is-invalid.warning { border-color: #f39c12; } .form-check-input.is-invalid.warning:checked { background-color: #f39c12; } .form-check-input.is-invalid.warning ~ .form-check-label { color: unset; } .form-check-input.is-invalid.warning:focus { box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.25); } .table-xs > :not(caption) > * > * { padding: 0.05rem 0.05rem; } /* Utilities */ .mw-75 { max-width: 75% !important; } .mw-66 { max-width: 66% !important; } .mw-50 { max-width: 50% !important; } .mw-33 { max-width: 33% !important; } .mw-25 { max-width: 25% !important; } .mh-75 { max-height: 75% !important; } .mh-66 { max-height: 66% !important; } .mh-50 { max-height: 50% !important; } .mh-33 { max-height: 33% !important; } .mh-25 { max-height: 25% !important; } .p-abs-center-y { top: 50%; transform: translateY(-50%); } .p-abs-center-x { left: 50%; transform: translateX(-50%); } .p-abs-center-both { top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); } .fs-7 { font-size: 0.875rem !important; } .fs-8 { font-size: 0.7rem !important; } .btn-xs, .btn-group-xs > .btn { padding: 0.1rem; font-size: 0.7rem; border-radius: 0.15rem; line-height: 1.15; } .btn-check:focus + .btn.btn-xs, .btn.btn-xs:focus { box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); } .multi-metafields-container { position: relative; } @media (min-width: 576px) { .multi-metafields-container::before { content: none !important; } } .multi-metafields-container::before { border-style: solid; border-color: #444; border-width: 2px 0px 2px 2px; border-radius: 3px 0px 0px 3px; opacity: 0.5; position: absolute; content: " "; width: 0.5rem; height: calc(100% - 33px); transform: translate(0px, 18px); } .multi-metafields-container > .multi-metafield-container { position: relative; } .multi-metafields-container > .multi-metafield-container > .multi-metafield-input-container::before { content: " "; } @media (min-width: 576px) { .multi-metafields-container > .multi-metafield-container > .multi-metafield-input-container::before { background-color: #444; opacity: 0.5; position: absolute; width: 0.25rem; transform: translateX(calc(-0.75rem + 3px)); height: calc(100% + 4px); } } @media (max-width: 575.98px) { .multi-metafields-container > .multi-metafield-container:not(:first-child) label.form-label { display: none; } } .multi-metafields-container > .multi-metafield-container:first-child > .multi-metafield-input-container::before { border-top-left-radius: 3px; border-top-right-radius: 3px; } .multi-metafields-container > .multi-metafield-container:last-child > .multi-metafield-input-container::before { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; height: 100%; } :root { --application-color: #924da6; } /* Body */ body { background-color: var(--bs-body-bg); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100%'%3e%3cdefs%3e%3clinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%' gradientTransform='rotate%280,960,497%29'%3e%3cstop offset='0.7' stop-color='%23F8F9FA'/%3e%3cstop offset='1' stop-color='%23d6bbdd'/%3e%3c/linearGradient%3e%3cpattern patternUnits='userSpaceOnUse' id='b' width='300' height='250' x='0' y='0' viewBox='0 0 1080 900'%3e%3cg fill-opacity='0.05'%3e%3cpolygon fill='%23444' points='90 150 0 300 180 300'/%3e%3cpolygon points='90 150 180 0 0 0'/%3e%3cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3e%3cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3e%3cpolygon fill='%23999' points='450 150 540 0 360 0'/%3e%3cpolygon points='630 150 540 300 720 300'/%3e%3cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3e%3cpolygon fill='%23444' points='810 150 720 300 900 300'/%3e%3cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3e%3cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3e%3cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3e%3cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3e%3cpolygon points='90 450 180 300 0 300'/%3e%3cpolygon fill='%23666' points='270 450 180 600 360 600'/%3e%3cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3e%3cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3e%3cpolygon fill='%23999' points='450 450 540 300 360 300'/%3e%3cpolygon fill='%23999' points='630 450 540 600 720 600'/%3e%3cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3e%3cpolygon points='810 450 720 600 900 600'/%3e%3cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3e%3cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3e%3cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3e%3cpolygon fill='%23222' points='90 750 0 900 180 900'/%3e%3cpolygon points='270 750 180 900 360 900'/%3e%3cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3e%3cpolygon points='450 750 540 600 360 600'/%3e%3cpolygon points='630 750 540 900 720 900'/%3e%3cpolygon fill='%23444' points='630 750 720 600 540 600'/%3e%3cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3e%3cpolygon fill='%23666' points='810 750 900 600 720 600'/%3e%3cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3e%3cpolygon fill='%23999' points='180 0 90 150 270 150'/%3e%3cpolygon fill='%23444' points='360 0 270 150 450 150'/%3e%3cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3e%3cpolygon points='900 0 810 150 990 150'/%3e%3cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3e%3cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3e%3cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3e%3cpolygon fill='%23666' points='180 300 270 150 90 150'/%3e%3cpolygon fill='%23222' points='360 300 270 450 450 450'/%3e%3cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3e%3cpolygon fill='%23444' points='540 300 450 450 630 450'/%3e%3cpolygon fill='%23222' points='540 300 630 150 450 150'/%3e%3cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3e%3cpolygon fill='%23666' points='720 300 810 150 630 150'/%3e%3cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3e%3cpolygon fill='%23999' points='900 300 990 150 810 150'/%3e%3cpolygon points='0 600 -90 750 90 750'/%3e%3cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3e%3cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3e%3cpolygon fill='%23444' points='180 600 270 450 90 450'/%3e%3cpolygon fill='%23444' points='360 600 270 750 450 750'/%3e%3cpolygon fill='%23999' points='360 600 450 450 270 450'/%3e%3cpolygon fill='%23666' points='540 600 630 450 450 450'/%3e%3cpolygon fill='%23222' points='720 600 630 750 810 750'/%3e%3cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3e%3cpolygon fill='%23222' points='900 600 990 450 810 450'/%3e%3cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3e%3cpolygon fill='%23444' points='180 900 270 750 90 750'/%3e%3cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3e%3cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3e%3cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3e%3cpolygon fill='%23222' points='900 900 990 750 810 750'/%3e%3cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3e%3cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3e%3cpolygon points='1080 600 990 750 1170 750'/%3e%3cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3e%3cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3e%3c/g%3e%3c/pattern%3e%3c/defs%3e%3crect x='0' y='0' fill='url%28%23a%29' width='100%' height='100%'/%3e%3crect x='0' y='0' fill='url%28%23b%29' width='100%' height='100%'/%3e%3c/svg%3e"); /* background by SVGBackgrounds.com */ background-attachment: fixed; background-size: cover; background-blend-mode: soft-light; } .panel { background-color: #363636; border: 1px solid #454545; box-shadow: none; } .loading-overlay { background-color: #222; opacity: 0.65; } /* Top navbar */ .top-navbar { background-color: #375a7f; } .center-navbar nav.header-breadcrumb { color: #fff; } header.top-navbar .header-menu > a:hover, header.top-navbar .header-breadcrumb .header-breadcrumb-item > a:hover { color: #d6d6d6 !important; } .top-navbar .center-navbar nav.header-breadcrumb li.header-breadcrumb-item a { color: #fff; } .top-navbar .right-navbar .header-menu a.nav-link { color: #fff; } .top-navbar .left-navbar .navbar-brand img { filter: invert(1); } .top-navbar .left-navbar .navbar-brand:hover img { filter: invert(1) drop-shadow(0px 0px 3px #fff); } .top-navbar .composed-app-icon-container > .app-icon { background-color: #fff; } .breadcrumb-link-container { box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12); background-color: #adb5bd; } /* Sidebar */ .sidebar { transition: width 0.08s linear; box-shadow: none; background-color: #444; } .sidebar ~ main.content:after { background: #000; } .sidebar .sidebar-wrapper { border-right: 1px solid none; } .sidebar .sidebar-wrapper { border-right: 1px solid rgba(0, 0, 0, 0.125); } .sidebar ul.sidebar-elements li > a.sidebar-link { color: #fff; } .sidebar ul.sidebar-elements li > a.sidebar-link.active { background-color: #595f64; color: #fff; } .sidebar ul.sidebar-elements li > a.sidebar-link.have-active-child { background-color: #595f64; color: #fff; } .sidebar ul.sidebar-elements li > a.sidebar-link.have-active-child::after { background-color: var(--application-color); } .sidebar ul.sidebar-elements li > a.sidebar-link:hover { background-color: #60676c; color: #fff; } .sidebar.expanded ul.sidebar-elements li > a.sidebar-link.have-active-child, .sidebar:hover ul.sidebar-elements li > a.sidebar-link.have-active-child { background-color: unset; } .sidebar.expanded ul.sidebar-elements li > a.sidebar-link.have-active-child:hover, .sidebar:hover ul.sidebar-elements li > a.sidebar-link.have-active-child:hover { background-color: #60676c; } .sidebar ul.sidebar-elements li > a.sidebar-link.active:hover { background-color: #50565a; color: #fff; } ul.sidebar-elements li > a.sidebar-link.active::after { background-color: var(--application-color); } .lock-sidebar > a.btn { background-color: unset; } .sidebar ul.sidebar-elements li ul.sub-menu { background-color: #3e4346; box-shadow: inset #11111a1a 0px 0px 0px 1px; }