<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root, .theme-dark {
    --hex-accent-color: #FAC80B;
    --hex-accent-color-transparent: #FAC80B22;
    --hex-window-background-color: #000000; /* Used for main right window background*/
    --hex-window-title-color: #FAFAFA; /* Used for the title displayed on the main right window */
    --hex-panel-background-color: #242424;
    --hex-control-background-color: #1D1D1D;
    --hex-control-selected-color: #CFCFCF;
    --hex-control-selected-background-color: #2C3B41;
    --hex-data-available-color: #2cab3f;
    --hex-panel-title-color: #FAFAFA;
    --hex-selected-background-color: #FAFAFA;
    --hex-secondary-button-background-color: #242424;
    --hex-secondary-button-text-color: #FAFAFA;
    --hex-secondary-button-text-size: 12px;
    --hex-secondary-button-selected-color: #FAC80B;
    --hex-selectable-button-color: #BCBEC5;
    --hex-selectable-button-hover-color: #FAC80B;
    --hex-selectable-button-text-size: 12px;
    --hex-subtitle-text-color: #BCBEC5;
    --hex-subtitle-text-size: 16px;
    --hex-description-text-size: 16px;
    --hex-paragraph-text-color: #FAFAFA;
    --hex-paragraph-text-size: 14px;
    --hex-separator-color: #fafafa33; /*with opacity:0.2*/
    --hex-layer-item-arrow-color: #FAFAFA;
    --hex-small-round-button-color: #FFFFFF;
    --hex-small-round-button-text-color: #000000;
    --hex-range-thumb-color: #FAFAFA;
    --hex-range-value-color: #1D1D1D;
    --hex-table-values-color: #FAFAFA;
    --hex-value-color: #FFFFFF;
    --hex-input-container-background-color: #FFFFFF;
    --hex-link-color: #2f80cc;
    --hex-link-visited: #cfcfcf;
    --hex-switch-panel-color: #212121;
    --hex-modal-header-color: #FFFFFF;
    --hex-modal-background-color: #222D32;
    --hex-modal-footer-background-color: #2C3B41;
    --hex-flat-tab-selected-border-color: #FFFFFF;
    --hex-flat-tab-title-color: #FFFFFF;
    --hex-flat-tab-separator-color: #FFFFFF;
    --hex-group-list-group-background-color: #2C3B41;
    --hex-group-list-container-color: #28353A;
    --hex-group-list-item-background-color: #506066;
    --hex-file-upload-container-background-color: #414E53; /* Upload file container, background */
    --hex-file-upload-container-border-color: #B5B5B5; /* Upload file container, border */
    --hex-map-panel-button-color: #000000;
    --hex-map-panel-button-active-color: #FFFFFF;
    --hex-panel-table-row-active-color: #677377;
    --hex-panel-table-row-inactive-color: #333e42;
    --hex-action-button-color: #BCBEC5;
    --hex-action-button-background-color: #212121;
    --hex-map-right-panel-width: 330px;
    --hex-nav-icon-color: #FFFFFFFA; /*with opacity 98% */
    --hex-nav-top-color: #FFFFFFF0; /* with opacity 94% */
    --hex-nav-top-selected-background-color: #3E3E3E;
    --hex-left-menu-background-color: #3E3E3E;
    --hex-left-menu-open-background-color: #212121;
    --hex-menu-active-background-color: #000000;
    --hex-select-active-background-color: #00000080; /*with opacity 50%*/
    --hex-dashboard-widget-background-color: #303030;
    --hex-dashboard-widget-background-color-hover: #616161;
    --hex-disabled-color: #616161;
}

.theme-light {
    --hex-accent-color: #f27405;
    --hex-accent-color-transparent: #FAC80B22;
    --hex-window-background-color: #FFFFFF; /* Used for main right window background */
    --hex-window-title-color: #242424; /* Used for the title displayed on the main right window */
    --hex-panel-background-color: #FFFFFF;
    --hex-control-background-color: #F5F5F5;
    --hex-control-selected-color: #0000000;
    --hex-control-selected-background-color: #DBDBDB;
    --hex-data-available-color: #2cab3f;
    --hex-panel-title-color: #242424;
    --hex-selected-background-color: #242424;
    --hex-secondary-button-background-color: #FFFFFF;
    --hex-secondary-button-text-color: #242424;
    --hex-secondary-button-text-size: 12px;
    --hex-secondary-button-selected-color: #f27405;
    --hex-selectable-button-color: #585858;
    --hex-selectable-button-hover-color: #f27405;
    --hex-selectable-button-text-size: 12px;
    --hex-subtitle-text-color: #585858;
    --hex-subtitle-text-size: 16px;
    --hex-description-text-size: 16px;
    --hex-paragraph-text-color: #242424;
    --hex-paragraph-text-size: 14px;
    --hex-separator-color: #24242433;
    --hex-layer-item-arrow-color: #242424;
    --hex-small-round-button-color: #585858;
    --hex-small-round-button-text-color: #FAFAFA;
    --hex-range-thumb-color: #242424;
    --hex-range-value-color: #F5F5F5;
    --hex-table-values-color: #242424;
    --hex-value-color: #272727;
    --hex-input-container-background-color: #272727;
    --hex-link-color: #2f80cc;
    --hex-link-visited: #cfcfcf;
    --hex-switch-panel-color: #eeeeee;
    --hex-modal-header-color: #000000;
    --hex-modal-background-color: #E0E0E0;
    --hex-modal-footer-background-color: #A1A1A1;
    --hex-flat-tab-selected-border-color: #000000;
    --hex-flat-tab-title-color: #000000;
    --hex-flat-tab-separator-color: #000000;
    --hex-group-list-group-background-color: #DBDBDB;
    --hex-group-list-container-color: #F5F5F5;
    --hex-group-list-item-background-color: #FFFFFF;
    --hex-file-upload-container-background-color: #EEEEEE; /* Upload file container, background */
    --hex-file-upload-container-border-color: #B5B5B5; /* Upload file container, border */
    --hex-map-panel-button-color: #FFFFFF;
    --hex-map-panel-button-active-color: #000000;
    --hex-panel-table-row-active-color: #e3e3e3;
    --hex-panel-table-row-inactive-color: #e8e8e8;
    --hex-action-button-color: #424242;
    --hex-action-button-background-color: #EEEEEE;
    --hex-map-right-panel-width: 330px;
    --hex-nav-icon-color: #000000;
    --hex-nav-top-color: #585858;
    --hex-nav-top-selected-background-color: #CCCCCC;
    --hex-left-menu-background-color: #CCCCCC;
    --hex-left-menu-open-background-color: #E0E0E0;
    --hex-menu-active-background-color: #afafaf;
    --hex-select-active-background-color: #00000014;
    --hex-dashboard-widget-background-color: #EEE;
    --hex-dashboard-widget-background-color-hover: #E0E0E0;
    --hex-disabled-color: #9E9E9E;
}

/* Hexagon tab component*/
.hex-tabs-container {
    display: inline-flex;
    overflow: hidden;
    border-radius: 10px;
}

.hex-tabs-header-container {
    position: relative;
    background-color: var(--hex-control-background-color);
    z-index: 5;
    width: 360px;
    height: 40px;
}

.hex-tab-selection,
.hex-tab-title {
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    margin-right: -3px;
    z-index: 2;
    cursor: pointer;
    color: var(--hex-selected-background-color);
    margin-top: 0 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.hex-tab-radio-input {
    display: none;
}

.hex-tab-title.selected {
    color: var(--hex-control-background-color);
}

.hex-tab-selection {
    background-color: var(--hex-selected-background-color);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.hex-tab-container {
    display: none;
}

    .hex-tab-container.selected {
        display: block;
    }

.hex-flat-tab-header {
    border-bottom: var(--hex-flat-tab-separator-color) 1px solid;
    backdrop-filter: blur(22.5px);
}
/* Hexagon tab component*/


/* Hexagon title components */
.hex-description-text {
    color: var(--hex-subtitle-text-color);
    font-family: 'Roboto', sans-serif;
    font-size: var(--hex-description-text-size);
    font-weight: 400;
}
/* Hexagon title components */

.hex-panel-subtitle {
    color: var(--hex-subtitle-text-color);
    font-family: 'Roboto', sans-serif;
    font-size: var(--hex-subtitle-text-size);
    font-weight: 400;
    text-transform: uppercase;
}

/* Hexagon secondary button component*/
.hex-secondary-button {
    display: inline-block;
    line-height: 36px;
    border: 1px solid var(--hex-secondary-button-text-color);
    border-radius: 5px;
    background-color: var(--hex-secondary-button-background-color);
    height: 38px;
    cursor: pointer;
    margin-left: 8px;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--hex-secondary-button-text-color);
    font-family: 'Roboto', sans-serif;
    font-size: var(--hex-secondary-button-text-size);
    font-weight: 400;
    text-transform: uppercase;
}
    .hex-secondary-button:hover {
        border: 1px solid var(--hex-secondary-button-selected-color);
        color: var(--hex-secondary-button-selected-color);
    }

.hex-secondary-button-text {
    color: var(--hex-value-color);
}

.hex-secondary-button-with-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    line-height: 28px;
    border-radius: 5px;
    background-color: var(--hex-action-button-background-color);
    height: 38px;
    cursor: pointer;
    color: var(--hex-secondary-button-text-color);
    font-family: 'Roboto', sans-serif;
    font-size: var(--hex-secondary-button-text-size);
    font-weight: 400;
    text-transform: uppercase;
}

.hex-secondary-button-icon {
    line-height: 28px;
}

.hex-secondary-button-with-icon:hover {
    border: 1px solid var(--hex-secondary-button-selected-color);
    color: var(--hex-secondary-button-selected-color);
}

.hex-secondary-button-with-icon.disabled {
    pointer-events: none;
    color: var(--hex-disabled-color);
}

.hex-secondary-button.disabled {
    pointer-events: none;
}
/* Hexagon secondary button component*/
/* Hexagon small round button component*/
.hex-small-round-button {
    background-color: var(--hex-small-round-button-color);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    color: var(--hex-small-round-button-text-color);
}
    .hex-small-round-button:focus {
        background-color: var(--hex-small-round-button-color);
    }
/* Hexagon small round button component*/

.hex-switch-panel {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--hex-switch-panel-color);
    padding: 8px;
    border-radius: 8px;
}

.hex-selectable-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--hex-selectable-button-color);
    border-radius: 8px;
    padding-top: 8px;
    padding-bottom: 4px;
}

.hex-selectable-button-selected {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--hex-selectable-button-hover-color);
    border-radius: 8px;
    padding-top: 8px;
    padding-bottom: 4px;
}

    .hex-selectable-button-selected .hex-selectable-button-text {
        color: var(--hex-switch-panel-color);
    }

    .hex-selectable-button-selected .hex-selectable-button-icon {
        color: var(--hex-switch-panel-color);
    }

        .hex-selectable-button-text {
        color: var(--hex-selectable-button-color);
        font-family: 'Roboto', sans-serif;
        font-size: var(--hex-selectable-button-text-size);
        font-weight: 300;
    }
.hex-selectable-button:hover .hex-selectable-button-text {
    color: var(--hex-selectable-button-hover-color);
}

.hex-selectable-button-icon {
    height: 28px;
    color: var(--hex-selectable-button-color);
}
.hex-selectable-button:hover .hex-selectable-button-icon {
    color: var(--hex-selectable-button-hover-color);
}

input[type=range] {
    border: none !important;
}

input[type=range]::-webkit-slider-thumb {
    background-color: var(--hex-range-thumb-color) !important;
}

input[type=range]::-moz-range-thumb {
    background-color: var(--hex-range-thumb-color) !important;
}

input[type=range]::-ms-thumb {
    background-color: var(--hex-range-thumb-color) !important;
}

/***** These are to edit the thumb and the text inside the thumb *****/
input[type=range] + .thumb {
    background-color: var(--hex-range-thumb-color) !important;
}

    input[type=range] + .thumb.active .value {
        color: var(--hex-range-value-color) !important;
    }

.input-field {
    color: var(--hex-value-color);
}

input {
    pointer-events:auto;
}

input[type="text"]:disabled, textarea:disabled {
    color: var(--hex-control-selected-color) !important;
    pointer-events: none;
}

/* This styles are used to override standart Cromium based browser styles on input autocomplete*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: all 5000s ease-in-out 0s !important;
}
    /* Hexagon table component*/
    .hex-panel-table-box {
        padding: 10px;
        margin-bottom: 20px;
        background: var(--hex-group-list-container-color);
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 0px 0px 6px 6px;
    }

.hex-panel-table {
    border-collapse: separate;
    border-spacing: 0px 10px;
}

.hex-panel-table td, .hex-panel-table th {
    padding: 0 0 0 20px;
}

.hex-panel-table thead th {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: var(--hex-window-title-color);
}

.hex-panel-table thead tr input[type=search] {
    color: var(--hex-table-values-color);
}

.hex-panel-table thead tr input[type=search]:focus:not([readonly]) {
    border-bottom: 1px solid var(--hex-accent-color) !important;
    box-shadow: 0 1px 0 0 var(--hex-accent-color) !important
}

.hex-panel-table tbody tr {
    background: var(--hex-group-list-item-background-color);
    height: 50px;
    color: var(--hex-window-title-color);
}
.hex-panel-table tbody tr:hover {
    background-color: var(--hex-panel-table-row-active-color);
}

.hex-panel-table tbody td {
    border-radius: 0px;
}

.hex-panel-table tbody td:first-child {
    border-radius: 6px 0 0 6px;
}

.hex-panel-table tbody td:last-child { 
    border-radius: 0 6px 6px 0;
}

.hex-panel-table tbody td:only-child {
    border-radius: 6px;
}

.hex-panel-table tbody tr.inactive {
    background-color: var(--hex-panel-table-row-inactive-color);
}
/* Hexagon table component*/

/* Hexagon checkbox component */
.hex-panel-checkbox {
    color: var(--hex-table-values-color);
    font-family: 'Roboto', sans-serif;
    font-size: 12px !important;
    font-weight: 400;
}
/* Hexagon checkbox component */

/* Hexagon loading components */
.hex-horizontal-loading-container {
    margin-left: 0px;
}
  
.hex-horizontal-loading-progress-bar {
    height: 4px;
    background-color: var(--hex-accent-color-transparent);
    width: 100%;
    overflow: hidden;
}
  
.hex-horizontal-loading-progress-bar-value {
    width: 100%;
    height: 100%;
    background-color: var(--hex-accent-color);
    animation: indeterminateAnimation 1s infinite linear;
    transform-origin: 0% 50%;
}
  
@keyframes indeterminateAnimation {
    0% {
        transform:  translateX(0) scaleX(0);
    }
    40% {
        transform:  translateX(0) scaleX(0.4);
    }
    100% {
        transform:  translateX(100%) scaleX(0.5);
    }
}
/* Hexagon loading components */

@font-face {
    font-family: 'icomoon';
    src: url('/cassette.axd/file/fonts/icomoon-d128c3cf828c106588ba8414159761564bedd100.eot?iahnry');
    src: url('/cassette.axd/file/fonts/icomoon-d128c3cf828c106588ba8414159761564bedd100.eot?iahnry#iefix') format('embedded-opentype'), url('/cassette.axd/file/fonts/icomoon-0a042227f8e6ddfacd18523b1597f02810ac8e8f.ttf?iahnry') format('truetype'), url('/cassette.axd/file/fonts/icomoon-7842363ea937fa236b069c1269915d087f2708c8.woff?iahnry') format('woff'), url('/cassette.axd/file/fonts/icomoon-0912f964d37f8d5edbe3e2819da69a91d79b883c.svg?iahnry#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-hex-aspect-ratio:before {
    content: "\ebce";
}

.icon-hex-info:before {
    content: "\ee90";
}


/* label focus color */
.input-field input:focus + label {
    color: var(--hex-accent-color) !important;
}
/* label underline focus color */

input[type="checkbox"]:checked + span:not(.lever)::before{
    border:2px solid transparent;
    border-bottom:2px solid var(--hex-accent-color);
    border-right:2px solid var(--hex-accent-color);
    background:transparent;
}

.hex-text-color {
    color: var(--hex-paragraph-text-color);
}

.hex-label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var( --hex-paragraph-text-color);
}

.hex-label-big, input[type="checkbox"] + span.hex-label-big {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: var( --hex-paragraph-text-color);
}









.draggable {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: var(--hex-group-list-item-background-color);
    border-radius: 6px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--hex-window-title-color);
    padding-left: 20px;
}

.drop-zone {
    padding: 10px;
    background: var(--hex-group-list-container-color);
    min-height: 36px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 6px 6px;
}

.dragged {
    border-style: dashed;
}

.drag-feedback {
    background: lightskyblue;
    border: 1px solid dodgerblue;
}

.active-zone {
    background: #fffad6;
    border: 2px solid #aaa479;
}

.over-zone {
    background: #ffc6c6;
    border: 2px solid #931414;
}

.draggable.dragging {
    border-style: dashed solid;
    border-width: 2px;
    border-color: red;
}



/* Upload files */
.drop-zone-file-container, .dropzone.drop-zone-file-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 4px dashed var(--hex-file-upload-container-border-color);
    border-radius: 10px;
    background-color: var(--hex-file-upload-container-background-color);
}

.drop-zone-file-input {
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.drop-zone-file-text {
    position: absolute;
    width: 300px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
    font-weight: 300;
    color: var(--hex-window-title-color);
}

.drop-zone-file-progress-container {
    padding-top: 150px;
    position: absolute;
}
/* Upload files */

/* Hexagon select input component*/

.hex-select-container {
    height: 50px;
    color: var(--hex-value-color);
    border: 1px solid var(--hex-input-container-background-color);
    position: relative;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}

    .hex-select-container:hover {
        border: 1px solid var(--hex-accent-color);
    }

/* Hexagon select input component*/

/* Tags multi select component*/

.hex-tags-select {
    height: auto;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.hex-tags-select-value-placeholder {
    position: relative;
    cursor: pointer;
    border: none;
    outline: none;
    line-height: 3rem;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 8px 0;
    padding: 0;
    width: 100%;
    display: block;
}

    .hex-tags-select-value-placeholder:hover, .hex-tags-select-option:hover {
        color: var(--hex-accent-color);
    }

.hex-tags-select-options {
    top: 4px;
    left: -2px !important;
    color: var(--hex-value-color);
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: none;
    left: 0;
    max-height: 560px;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    z-index: 5;
}

.hex-tags-select-option {
    background-color: var(--hex-control-background-color);
    box-sizing: border-box;
    line-height: 1.5rem;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 350;
    padding: 7px 8px;
}

.hex-tags-select-opened .hex-tags-select-options {
    display: block;
}

.hex-tags-select-option-selected {
    color: var(--hex-accent-color);
    background-color: var(--hex-control-selected-background-color);
    cursor: initial;
    pointer-events: none;

}

/* Tags multi select component*/

.listrow .row:last-child {
    border-bottom:none !important;
}

.hex-panel-title-container {
    display: flex;
    align-items: center;
}

.hex-panel-title-with-buttons {
    flex-grow: 1;
}

.hex-logo-container {
    padding: 15px;
    text-align: center;
    height: 130px;
    width: 300px;
}
.hex-logo-container &gt; img {
    display: inline;
    max-width: 210px;
    max-height: 100px;
    width: auto;
    height: auto;
    vertical-align: middle;
}</pre></body></html>