﻿@charset "UTF-8";

.fc {
    direction: ltr;
    text-align: left;
}

.fc-rtl {
    text-align: right;
}

body .fc {
    font-size: 1em;
}

.fc-highlight {
    background: #bce8f1;
    opacity: .3;
}

.fc-bgevent {
    background: #8fdf82;
    opacity: .3;
}

.fc-nonbusiness {
    background: #d7d7d7;
}

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

    .fc-popover .fc-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 2px 4px;
    }

.fc-rtl .fc-popover .fc-header {
    flex-direction: row-reverse;
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
    cursor: pointer;
    opacity: .65;
    font-size: 1.1em;
}

.fc-divider {
    border-style: solid;
    border-width: 1px;
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0;
}

.fc-bg, .fc-bgevent-skeleton, .fc-highlight-skeleton, .fc-mirror-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fc-bg {
    bottom: 0;
}

    .fc-bg table {
        height: 100%;
    }

.fc table {
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
}

.fc th {
    text-align: center;
}

.fc td, .fc th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
}

    .fc td.fc-today {
        border-style: double;
    }

a[data-goto] {
    cursor: pointer;
}

    a[data-goto]:hover {
        text-decoration: underline;
    }

.fc .fc-row {
    border-style: solid;
    border-width: 0;
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
    border-top: 0 hidden transparent;
}

.fc-row {
    position: relative;
}

    .fc-row .fc-bg {
        z-index: 1;
    }

    .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
        bottom: 0;
    }

        .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
            height: 100%;
        }

        .fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
            border-color: transparent;
        }

    .fc-row .fc-bgevent-skeleton {
        z-index: 2;
    }

    .fc-row .fc-highlight-skeleton {
        z-index: 3;
    }

    .fc-row .fc-content-skeleton {
        position: relative;
        z-index: 4;
        padding-bottom: 2px;
    }

    .fc-row .fc-mirror-skeleton {
        z-index: 5;
    }

.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-mirror-skeleton td {
    background: none;
    border-color: transparent;
}

.fc-row .fc-content-skeleton td, .fc-row .fc-mirror-skeleton td {
    border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td, .fc-row .fc-mirror-skeleton tbody td {
    border-top: 0;
}

.fc-scroller {
    -webkit-overflow-scrolling: touch;
}

    .fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid {
        position: relative;
        width: 100%;
    }

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.4;
    border-radius: 3px;
    border: 1px solid #3788d8;
}

.fc-event, .fc-event-dot {
    background-color: #3788d8;
}

    .fc-event, .fc-event:hover {
        color: #fff;
        text-decoration: none;
    }

        .fc-event.fc-draggable, .fc-event[href] {
            cursor: pointer;
        }

.fc-not-allowed, .fc-not-allowed .fc-event {
    cursor: not-allowed;
}

.fc-event .fc-content {
    position: relative;
    z-index: 2;
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 4;
    display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer, .fc-event.fc-selected .fc-resizer {
    display: block;
}

    .fc-event.fc-selected .fc-resizer:before {
        content: "";
        position: absolute;
        z-index: 9999;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px;
    }

.fc-event.fc-selected {
    z-index: 9999 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

    .fc-event.fc-selected:after {
        content: "";
        position: absolute;
        z-index: 1;
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
        background: #000;
        opacity: .25;
    }

.fc-event.fc-dragging.fc-selected {
    box-shadow: 0 2px 7px rgba(0,0,0,.3);
}

.fc-event.fc-dragging:not(.fc-selected) {
    opacity: .75;
}

.fc-h-event.fc-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0;
}

.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fc-ltr .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    left: -1px;
}

.fc-ltr .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    right: -1px;
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: 7px;
    top: -1px;
    bottom: -1px;
}

.fc-h-event.fc-selected .fc-resizer {
    border-radius: 4px;
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: inherit;
    background: #fff;
    top: 50%;
    margin-top: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer, .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-left: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer, .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-right: -4px;
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
    margin-top: 2px;
}

.fc-mirror-skeleton tr:first-child > td > .fc-day-grid-event {
    margin-top: 0;
}

.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden;
}

.fc-day-grid-event .fc-time {
    font-weight: 700;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left: -2px;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right: -2px;
}

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none;
}

    a.fc-more:hover {
        text-decoration: underline;
    }

.fc-limited {
    display: none;
}

.fc-day-grid .fc-row {
    z-index: 1;
}

.fc-more-popover {
    z-index: 2;
    width: 220px;
}

    .fc-more-popover .fc-event-container {
        padding: 10px;
    }

.fc-now-indicator {
    position: absolute;
    border: 0 solid red;
}

.fc-unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #ddd;
}

.fc-unthemed .fc-popover {
    background-color: #fff;
}

    .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
        background: #eee;
    }

.fc-unthemed td.fc-today {
    background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
    background: #d7d7d7;
    opacity: .3;
}

@font-face {
    font-family: fcicons;
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
    font-weight: 400;
    font-style: normal;
}

.fc-icon {
    font-family: fcicons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
    content: "";
}

.fc-icon-chevron-right:before {
    content: "";
}

.fc-icon-chevrons-left:before {
    content: "";
}

.fc-icon-chevrons-right:before {
    content: "";
}

.fc-icon-minus-square:before {
    content: "";
}

.fc-icon-plus-square:before {
    content: "";
}

.fc-icon-x:before {
    content: "";
}

.fc-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    text-align: center;
}

.fc-button {
    border-radius: 0;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

    .fc-button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

.fc-button {
    -webkit-appearance: button;
}

    .fc-button:not(:disabled) {
        cursor: pointer;
    }

    .fc-button::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

.fc-button {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .4em .65em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .25em;
}

    .fc-button:hover {
        color: #212529;
        text-decoration: none;
    }

    .fc-button:focus {
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(44,62,80,.25);
    }

    .fc-button:disabled {
        opacity: .65;
    }

.fc-button-primary {
    color: #fff;
    background-color: #2c3e50;
    border-color: #2c3e50;
}

    .fc-button-primary:hover {
        color: #fff;
        background-color: #1e2b37;
        border-color: #1a252f;
    }

    .fc-button-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(76,91,106,.5);
    }

    .fc-button-primary:disabled {
        color: #fff;
        background-color: #2c3e50;
        border-color: #2c3e50;
    }

    .fc-button-primary:not(:disabled).fc-button-active, .fc-button-primary:not(:disabled):active {
        color: #fff;
        background-color: #1a252f;
        border-color: #151e27;
    }

        .fc-button-primary:not(:disabled).fc-button-active:focus, .fc-button-primary:not(:disabled):active:focus {
            box-shadow: 0 0 0 .2rem rgba(76,91,106,.5);
        }

.fc-button .fc-icon {
    vertical-align: middle;
    font-size: 1.5em;
}

.fc-button-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

    .fc-button-group > .fc-button {
        position: relative;
        flex: 1 1 auto;
    }

        .fc-button-group > .fc-button.fc-button-active, .fc-button-group > .fc-button:active, .fc-button-group > .fc-button:focus, .fc-button-group > .fc-button:hover {
            z-index: 1;
        }

        .fc-button-group > .fc-button:not(:first-child) {
            margin-left: -1px;
        }

        .fc-button-group > .fc-button:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .fc-button-group > .fc-button:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid;
}

.fc-unthemed .fc-list-item:hover td {
    background-color: #f5f5f5;
}

.fc-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .fc-toolbar.fc-header-toolbar {
        margin-bottom: 1.5em;
    }

    .fc-toolbar.fc-footer-toolbar {
        margin-top: 1.5em;
    }

    .fc-toolbar > * > :not(:first-child) {
        margin-left: .75em;
    }

    .fc-toolbar h2 {
        font-size: 1.75em;
        margin: 0;
    }

.fc-view-container {
    position: relative;
}

    .fc-view-container *, .fc-view-container :after, .fc-view-container :before {
        box-sizing: content-box;
    }

.fc-view, .fc-view > table {
    position: relative;
    z-index: 1;
}

@media print {
    .fc {
        max-width: 100% !important;
    }

    .fc-event {
        background: #fff !important;
        color: #000 !important;
        page-break-inside: avoid;
    }

        .fc-event .fc-resizer {
            display: none;
        }

    .fc-row, .fc hr, .fc tbody, .fc td, .fc th, .fc thead {
        border-color: #ccc !important;
        background: #fff !important;
    }

    .fc-bg, .fc-bgevent-container, .fc-bgevent-skeleton, .fc-business-container, .fc-highlight-container, .fc-highlight-skeleton, .fc-mirror-container, .fc-mirror-skeleton {
        display: none;
    }

    .fc tbody .fc-row {
        height: auto !important;
        min-height: 0 !important;
    }

        .fc tbody .fc-row .fc-content-skeleton {
            position: static;
            padding-bottom: 0 !important;
        }

            .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
                padding-bottom: 1em;
            }

            .fc tbody .fc-row .fc-content-skeleton table {
                height: 1em;
            }

    .fc-more, .fc-more-cell {
        display: none !important;
    }

    .fc tr.fc-limited {
        display: table-row !important;
    }

    .fc td.fc-limited {
        display: table-cell !important;
    }

    .fc-popover {
        display: none;
    }

    .fc-time-grid {
        min-height: 0 !important;
    }

    .fc-timeGrid-view .fc-axis {
        display: none;
    }

    .fc-slats, .fc-time-grid hr {
        display: none !important;
    }

    .fc-time-grid .fc-content-skeleton {
        position: static;
    }

        .fc-time-grid .fc-content-skeleton table {
            height: 4em;
        }

    .fc-time-grid .fc-event-container {
        margin: 0 !important;
    }

    .fc-time-grid .fc-event {
        position: static !important;
        margin: 3px 2px !important;
    }

        .fc-time-grid .fc-event.fc-not-end {
            border-bottom-width: 1px !important;
        }

            .fc-time-grid .fc-event.fc-not-end:after {
                content: "...";
            }

        .fc-time-grid .fc-event.fc-not-start {
            border-top-width: 1px !important;
        }

            .fc-time-grid .fc-event.fc-not-start:before {
                content: "...";
            }

        .fc-time-grid .fc-event .fc-time {
            white-space: normal !important;
        }

            .fc-time-grid .fc-event .fc-time span {
                display: none;
            }

            .fc-time-grid .fc-event .fc-time:after {
                content: attr(data-full);
            }

    .fc-day-grid-container, .fc-scroller, .fc-time-grid-container {
        overflow: visible !important;
        height: auto !important;
    }

    .fc-row {
        border: 0 !important;
        margin: 0 !important;
    }

    .fc-button-group, .fc button {
        display: none;
    }
}

.fc-dayGridDay-view .fc-content-skeleton, .fc-dayGridWeek-view .fc-content-skeleton {
    padding-bottom: 1em;
}

.fc-dayGrid-view .fc-body .fc-row {
    min-height: 4em;
}

.fc-row.fc-rigid {
    overflow: hidden;
}

    .fc-row.fc-rigid .fc-content-skeleton {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

.fc-day-top.fc-other-month {
    opacity: .3;
}

.fc-dayGrid-view .fc-day-number, .fc-dayGrid-view .fc-week-number {
    padding: 2px;
}

.fc-dayGrid-view th.fc-day-number, .fc-dayGrid-view th.fc-week-number {
    padding: 0 2px;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    float: right;
}

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number {
    float: left;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number {
    float: left;
    border-radius: 0 0 3px 0;
}

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number {
    float: right;
    border-radius: 0 0 0 3px;
}

.fc-dayGrid-view .fc-day-top .fc-week-number {
    min-width: 1.5em;
    text-align: center;
    background-color: #f2f2f2;
    color: grey;
}

.fc-dayGrid-view td.fc-week-number {
    text-align: center;
}

    .fc-dayGrid-view td.fc-week-number > * {
        display: inline-block;
        min-width: 1.25em;
    }

.fc-timeGrid-view .fc-day-grid {
    position: relative;
    z-index: 2;
}

    .fc-timeGrid-view .fc-day-grid .fc-row {
        min-height: 3em;
    }

        .fc-timeGrid-view .fc-day-grid .fc-row .fc-content-skeleton {
            padding-bottom: 1em;
        }

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap;
}

.fc-ltr .fc-axis {
    text-align: right;
}

.fc-rtl .fc-axis {
    text-align: left;
}

.fc-time-grid, .fc-time-grid-container {
    position: relative;
    z-index: 1;
}

.fc-time-grid {
    min-height: 100%;
}

    .fc-time-grid table {
        border: 0 hidden transparent;
    }

    .fc-time-grid > .fc-bg {
        z-index: 1;
    }

    .fc-time-grid .fc-slats, .fc-time-grid > hr {
        position: relative;
        z-index: 2;
    }

    .fc-time-grid .fc-content-col {
        position: relative;
    }

    .fc-time-grid .fc-content-skeleton {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        right: 0;
    }

    .fc-time-grid .fc-business-container {
        position: relative;
        z-index: 1;
    }

    .fc-time-grid .fc-bgevent-container {
        position: relative;
        z-index: 2;
    }

    .fc-time-grid .fc-highlight-container {
        z-index: 3;
    }

    .fc-time-grid .fc-event-container {
        position: relative;
        z-index: 4;
    }

    .fc-time-grid .fc-now-indicator-line {
        z-index: 5;
    }

    .fc-time-grid .fc-mirror-container {
        position: relative;
        z-index: 6;
    }

    .fc-time-grid .fc-slats td {
        height: 1.5em;
        border-bottom: 0;
    }

    .fc-time-grid .fc-slats .fc-minor td {
        border-top-style: dotted;
    }

    .fc-time-grid .fc-highlight-container {
        position: relative;
    }

    .fc-time-grid .fc-highlight {
        position: absolute;
        left: 0;
        right: 0;
    }

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
    position: absolute;
    z-index: 1;
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0;
}

.fc-time-grid-event {
    margin-bottom: 1px;
}

.fc-time-grid-event-inset {
    box-shadow: 0 0 0 1px #fff;
}

.fc-time-grid-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fc-time-grid-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.fc-time-grid-event .fc-content {
    overflow: hidden;
    max-height: 100%;
}

.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
    padding: 0 1px;
}

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top;
}

    .fc-time-grid-event.fc-short .fc-time span {
        display: none;
    }

    .fc-time-grid-event.fc-short .fc-time:before {
        content: attr(data-start);
    }

    .fc-time-grid-event.fc-short .fc-time:after {
        content: " - ";
    }

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    padding: 0;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
}

    .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
        content: "=";
    }

.fc-time-grid-event.fc-selected .fc-resizer {
    border-radius: 5px;
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color: inherit;
    background: #fff;
    left: 50%;
    margin-left: -5px;
    bottom: -5px;
}

.fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    left: 0;
    right: 0;
}

.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px;
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.fc-event-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.fc-rtl .fc-list-view {
    direction: rtl;
}

.fc-list-view {
    border-width: 1px;
    border-style: solid;
}

.fc .fc-list-table {
    table-layout: auto;
}

.fc-list-table td {
    border-width: 1px 0 0;
    padding: 8px 14px;
}

.fc-list-table tr:first-child td {
    border-top-width: 0;
}

.fc-list-heading {
    border-bottom-width: 1px;
}

    .fc-list-heading td {
        font-weight: 700;
    }

.fc-ltr .fc-list-heading-main {
    float: left;
}

.fc-ltr .fc-list-heading-alt, .fc-rtl .fc-list-heading-main {
    float: right;
}

.fc-rtl .fc-list-heading-alt {
    float: left;
}

.fc-list-item.fc-has-url {
    cursor: pointer;
}

.fc-list-item-marker, .fc-list-item-time {
    white-space: nowrap;
    width: 1px;
}

.fc-ltr .fc-list-item-marker {
    padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
    padding-left: 0;
}

.fc-list-item-title a {
    text-decoration: none;
    color: inherit;
}

    .fc-list-item-title a[href]:hover {
        text-decoration: underline;
    }

.fc-list-empty-wrap2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fc-list-empty-wrap1 {
    width: 100%;
    height: 100%;
    display: table;
}

.fc-list-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.fc-unthemed .fc-list-empty {
    background-color: #eee;
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

.ps__rail-x {
    height: 15px;
    bottom: 0;
}

.ps__rail-x, .ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear,opacity .2s linear;
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    position: absolute;
}

.ps__rail-y {
    width: 15px;
    right: 0;
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y, .ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y {
    opacity: .6;
}

.ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9;
}

.ps__thumb-x {
    transition: background-color .2s linear,height .2s ease-in-out;
    -webkit-transition: background-color .2s linear,height .2s ease-in-out;
    height: 6px;
    bottom: 2px;
}

.ps__thumb-x, .ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    position: absolute;
}

.ps__thumb-y {
    transition: background-color .2s linear,width .2s ease-in-out;
    -webkit-transition: background-color .2s linear,width .2s ease-in-out;
    width: 6px;
    right: 2px;
}

.ps__rail-x.ps--clicking .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x:hover > .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y.ps--clicking .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y:hover > .ps__thumb-y {
    background-color: #999;
    width: 11px;
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important;
    }
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .ps {
        overflow: auto !important;
    }
}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */ .ql-container {
    box-sizing: border-box;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    position: relative;
}

    .ql-container.ql-disabled .ql-tooltip {
        visibility: hidden;
    }

    .ql-container.ql-disabled .ql-editor ul[data-checked] > li:before {
        pointer-events: none;
    }

.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%;
}

    .ql-clipboard p {
        margin: 0;
        padding: 0;
    }

.ql-editor {
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    -o-tab-size: 4;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
}

    .ql-editor > * {
        cursor: text;
    }

    .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6, .ql-editor ol, .ql-editor p, .ql-editor pre, .ql-editor ul {
        margin: 0;
        padding: 0;
        counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    }

    .ql-editor ol, .ql-editor ul {
        padding-left: 1.5em;
    }

        .ql-editor ol > li, .ql-editor ul > li {
            list-style-type: none;
        }

            .ql-editor ul > li:before {
                content: "\2022";
            }

        .ql-editor ul[data-checked=false], .ql-editor ul[data-checked=true] {
            pointer-events: none;
        }

            .ql-editor ul[data-checked=false] > li *, .ql-editor ul[data-checked=true] > li * {
                pointer-events: all;
            }

            .ql-editor ul[data-checked=false] > li:before, .ql-editor ul[data-checked=true] > li:before {
                color: #777;
                cursor: pointer;
                pointer-events: all;
            }

            .ql-editor ul[data-checked=true] > li:before {
                content: "\2611";
            }

            .ql-editor ul[data-checked=false] > li:before {
                content: "\2610";
            }

    .ql-editor li:before {
        display: inline-block;
        white-space: nowrap;
        width: 1.2em;
    }

    .ql-editor li:not(.ql-direction-rtl):before {
        margin-left: -1.5em;
        margin-right: .3em;
        text-align: right;
    }

    .ql-editor li.ql-direction-rtl:before {
        margin-left: .3em;
        margin-right: -1.5em;
    }

    .ql-editor ol li:not(.ql-direction-rtl), .ql-editor ul li:not(.ql-direction-rtl) {
        padding-left: 1.5em;
    }

    .ql-editor ol li.ql-direction-rtl, .ql-editor ul li.ql-direction-rtl {
        padding-right: 1.5em;
    }

    .ql-editor ol li {
        counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
        counter-increment: list-0;
    }

        .ql-editor ol li:before {
            content: counter(list-0,decimal) ". ";
        }

        .ql-editor ol li.ql-indent-1 {
            counter-increment: list-1;
        }

            .ql-editor ol li.ql-indent-1:before {
                content: counter(list-1,lower-alpha) ". ";
            }

        .ql-editor ol li.ql-indent-1 {
            counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
        }

        .ql-editor ol li.ql-indent-2 {
            counter-increment: list-2;
        }

            .ql-editor ol li.ql-indent-2:before {
                content: counter(list-2,lower-roman) ". ";
            }

        .ql-editor ol li.ql-indent-2 {
            counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
        }

        .ql-editor ol li.ql-indent-3 {
            counter-increment: list-3;
        }

            .ql-editor ol li.ql-indent-3:before {
                content: counter(list-3,decimal) ". ";
            }

        .ql-editor ol li.ql-indent-3 {
            counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
        }

        .ql-editor ol li.ql-indent-4 {
            counter-increment: list-4;
        }

            .ql-editor ol li.ql-indent-4:before {
                content: counter(list-4,lower-alpha) ". ";
            }

        .ql-editor ol li.ql-indent-4 {
            counter-reset: list-5 list-6 list-7 list-8 list-9;
        }

        .ql-editor ol li.ql-indent-5 {
            counter-increment: list-5;
        }

            .ql-editor ol li.ql-indent-5:before {
                content: counter(list-5,lower-roman) ". ";
            }

        .ql-editor ol li.ql-indent-5 {
            counter-reset: list-6 list-7 list-8 list-9;
        }

        .ql-editor ol li.ql-indent-6 {
            counter-increment: list-6;
        }

            .ql-editor ol li.ql-indent-6:before {
                content: counter(list-6,decimal) ". ";
            }

        .ql-editor ol li.ql-indent-6 {
            counter-reset: list-7 list-8 list-9;
        }

        .ql-editor ol li.ql-indent-7 {
            counter-increment: list-7;
        }

            .ql-editor ol li.ql-indent-7:before {
                content: counter(list-7,lower-alpha) ". ";
            }

        .ql-editor ol li.ql-indent-7 {
            counter-reset: list-8 list-9;
        }

        .ql-editor ol li.ql-indent-8 {
            counter-increment: list-8;
        }

            .ql-editor ol li.ql-indent-8:before {
                content: counter(list-8,lower-roman) ". ";
            }

        .ql-editor ol li.ql-indent-8 {
            counter-reset: list-9;
        }

        .ql-editor ol li.ql-indent-9 {
            counter-increment: list-9;
        }

            .ql-editor ol li.ql-indent-9:before {
                content: counter(list-9,decimal) ". ";
            }

    .ql-editor .ql-indent-1:not(.ql-direction-rtl) {
        padding-left: 3em;
    }

    .ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
        padding-left: 4.5em;
    }

    .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
        padding-right: 3em;
    }

    .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
        padding-right: 4.5em;
    }

    .ql-editor .ql-indent-2:not(.ql-direction-rtl) {
        padding-left: 6em;
    }

    .ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
        padding-left: 7.5em;
    }

    .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
        padding-right: 6em;
    }

    .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
        padding-right: 7.5em;
    }

    .ql-editor .ql-indent-3:not(.ql-direction-rtl) {
        padding-left: 9em;
    }

    .ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
        padding-left: 10.5em;
    }

    .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
        padding-right: 9em;
    }

    .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
        padding-right: 10.5em;
    }

    .ql-editor .ql-indent-4:not(.ql-direction-rtl) {
        padding-left: 12em;
    }

    .ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
        padding-left: 13.5em;
    }

    .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
        padding-right: 12em;
    }

    .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
        padding-right: 13.5em;
    }

    .ql-editor .ql-indent-5:not(.ql-direction-rtl) {
        padding-left: 15em;
    }

    .ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
        padding-left: 16.5em;
    }

    .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
        padding-right: 15em;
    }

    .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
        padding-right: 16.5em;
    }

    .ql-editor .ql-indent-6:not(.ql-direction-rtl) {
        padding-left: 18em;
    }

    .ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
        padding-left: 19.5em;
    }

    .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
        padding-right: 18em;
    }

    .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
        padding-right: 19.5em;
    }

    .ql-editor .ql-indent-7:not(.ql-direction-rtl) {
        padding-left: 21em;
    }

    .ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
        padding-left: 22.5em;
    }

    .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
        padding-right: 21em;
    }

    .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
        padding-right: 22.5em;
    }

    .ql-editor .ql-indent-8:not(.ql-direction-rtl) {
        padding-left: 24em;
    }

    .ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
        padding-left: 25.5em;
    }

    .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
        padding-right: 24em;
    }

    .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
        padding-right: 25.5em;
    }

    .ql-editor .ql-indent-9:not(.ql-direction-rtl) {
        padding-left: 27em;
    }

    .ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
        padding-left: 28.5em;
    }

    .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
        padding-right: 27em;
    }

    .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
        padding-right: 28.5em;
    }

    .ql-editor .ql-video {
        display: block;
        max-width: 100%;
    }

        .ql-editor .ql-video.ql-align-center {
            margin: 0 auto;
        }

        .ql-editor .ql-video.ql-align-right {
            margin: 0 0 0 auto;
        }

    .ql-editor .ql-bg-black {
        background-color: #000;
    }

    .ql-editor .ql-bg-red {
        background-color: #e60000;
    }

    .ql-editor .ql-bg-orange {
        background-color: #f90;
    }

    .ql-editor .ql-bg-yellow {
        background-color: #ff0;
    }

    .ql-editor .ql-bg-green {
        background-color: #008a00;
    }

    .ql-editor .ql-bg-blue {
        background-color: #06c;
    }

    .ql-editor .ql-bg-purple {
        background-color: #93f;
    }

    .ql-editor .ql-color-white {
        color: #fff;
    }

    .ql-editor .ql-color-red {
        color: #e60000;
    }

    .ql-editor .ql-color-orange {
        color: #f90;
    }

    .ql-editor .ql-color-yellow {
        color: #ff0;
    }

    .ql-editor .ql-color-green {
        color: #008a00;
    }

    .ql-editor .ql-color-blue {
        color: #06c;
    }

    .ql-editor .ql-color-purple {
        color: #93f;
    }

    .ql-editor .ql-font-serif {
        font-family: Georgia,Times New Roman,serif;
    }

    .ql-editor .ql-font-monospace {
        font-family: Monaco,Courier New,monospace;
    }

    .ql-editor .ql-size-small {
        font-size: .75em;
    }

    .ql-editor .ql-size-large {
        font-size: 1.5em;
    }

    .ql-editor .ql-size-huge {
        font-size: 2.5em;
    }

    .ql-editor .ql-direction-rtl {
        direction: rtl;
        text-align: inherit;
    }

    .ql-editor .ql-align-center {
        text-align: center;
    }

    .ql-editor .ql-align-justify {
        text-align: justify;
    }

    .ql-editor .ql-align-right {
        text-align: right;
    }

    .ql-editor.ql-blank:before {
        color: rgba(0,0,0,.6);
        content: attr(data-placeholder);
        font-style: italic;
        left: 15px;
        pointer-events: none;
        position: absolute;
        right: 15px;
    }

.ql-snow.ql-toolbar:after, .ql-snow .ql-toolbar:after {
    clear: both;
    content: "";
    display: table;
}

.ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px;
}

    .ql-snow.ql-toolbar button svg, .ql-snow .ql-toolbar button svg {
        float: left;
        height: 100%;
    }

    .ql-snow.ql-toolbar button:active:hover, .ql-snow .ql-toolbar button:active:hover {
        outline: none;
    }

.ql-snow.ql-toolbar input.ql-image[type=file], .ql-snow .ql-toolbar input.ql-image[type=file] {
    display: none;
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected, .ql-snow .ql-toolbar .ql-picker-item.ql-selected, .ql-snow.ql-toolbar .ql-picker-item:hover, .ql-snow .ql-toolbar .ql-picker-item:hover, .ql-snow.ql-toolbar .ql-picker-label.ql-active, .ql-snow .ql-toolbar .ql-picker-label.ql-active, .ql-snow.ql-toolbar .ql-picker-label:hover, .ql-snow .ql-toolbar .ql-picker-label:hover, .ql-snow.ql-toolbar button.ql-active, .ql-snow .ql-toolbar button.ql-active, .ql-snow.ql-toolbar button:focus, .ql-snow .ql-toolbar button:focus, .ql-snow.ql-toolbar button:hover, .ql-snow .ql-toolbar button:hover {
    color: #06c;
}

    .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:focus .ql-fill, .ql-snow .ql-toolbar button:focus .ql-fill, .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:hover .ql-fill, .ql-snow .ql-toolbar button:hover .ql-fill, .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill {
        fill: #06c;
    }

    .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow .ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar button:focus .ql-stroke, .ql-snow .ql-toolbar button:focus .ql-stroke, .ql-snow.ql-toolbar button:focus .ql-stroke-miter, .ql-snow .ql-toolbar button:focus .ql-stroke-miter, .ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow .ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-miter, .ql-snow .ql-toolbar button:hover .ql-stroke-miter {
        stroke: #06c;
    }

@media (pointer:coarse) {
    .ql-snow.ql-toolbar button:hover:not(.ql-active), .ql-snow .ql-toolbar button:hover:not(.ql-active) {
        color: #444;
    }

        .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
            fill: #444;
        }

        .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
            stroke: #444;
        }
}

.ql-snow, .ql-snow * {
    box-sizing: border-box;
}

    .ql-snow .ql-hidden {
        display: none;
    }

    .ql-snow .ql-out-bottom, .ql-snow .ql-out-top {
        visibility: hidden;
    }

    .ql-snow .ql-tooltip {
        position: absolute;
        transform: translateY(10px);
    }

        .ql-snow .ql-tooltip a {
            cursor: pointer;
            text-decoration: none;
        }

        .ql-snow .ql-tooltip.ql-flip {
            transform: translateY(-10px);
        }

    .ql-snow .ql-formats {
        display: inline-block;
        vertical-align: middle;
    }

        .ql-snow .ql-formats:after {
            clear: both;
            content: "";
            display: table;
        }

    .ql-snow .ql-stroke {
        fill: none;
        stroke: #444;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 2;
    }

    .ql-snow .ql-stroke-miter {
        fill: none;
        stroke: #444;
        stroke-miterlimit: 10;
        stroke-width: 2;
    }

    .ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
        fill: #444;
    }

    .ql-snow .ql-empty {
        fill: none;
    }

    .ql-snow .ql-even {
        fill-rule: evenodd;
    }

    .ql-snow .ql-stroke.ql-thin, .ql-snow .ql-thin {
        stroke-width: 1;
    }

    .ql-snow .ql-transparent {
        opacity: .4;
    }

    .ql-snow .ql-direction svg:last-child {
        display: none;
    }

    .ql-snow .ql-direction.ql-active svg:last-child {
        display: inline;
    }

    .ql-snow .ql-direction.ql-active svg:first-child {
        display: none;
    }

    .ql-snow .ql-editor h1 {
        font-size: 2em;
    }

    .ql-snow .ql-editor h2 {
        font-size: 1.5em;
    }

    .ql-snow .ql-editor h3 {
        font-size: 1.17em;
    }

    .ql-snow .ql-editor h4 {
        font-size: 1em;
    }

    .ql-snow .ql-editor h5 {
        font-size: .83em;
    }

    .ql-snow .ql-editor h6 {
        font-size: .67em;
    }

    .ql-snow .ql-editor a {
        text-decoration: underline;
    }

    .ql-snow .ql-editor blockquote {
        border-left: 4px solid #ccc;
        margin-bottom: 5px;
        margin-top: 5px;
        padding-left: 16px;
    }

    .ql-snow .ql-editor code, .ql-snow .ql-editor pre {
        background-color: #f0f0f0;
        border-radius: 3px;
    }

    .ql-snow .ql-editor pre {
        white-space: pre-wrap;
        margin-bottom: 5px;
        margin-top: 5px;
        padding: 5px 10px;
    }

    .ql-snow .ql-editor code {
        font-size: 85%;
        padding: 2px 4px;
    }

    .ql-snow .ql-editor pre.ql-syntax {
        background-color: #23241f;
        color: #f8f8f2;
        overflow: visible;
    }

    .ql-snow .ql-editor img {
        max-width: 100%;
    }

    .ql-snow .ql-picker {
        color: #444;
        display: inline-block;
        float: left;
        font-size: 14px;
        font-weight: 500;
        height: 24px;
        position: relative;
        vertical-align: middle;
    }

    .ql-snow .ql-picker-label {
        cursor: pointer;
        display: inline-block;
        height: 100%;
        padding-left: 8px;
        padding-right: 2px;
        position: relative;
        width: 100%;
    }

        .ql-snow .ql-picker-label:before {
            display: inline-block;
            line-height: 22px;
        }

    .ql-snow .ql-picker-options {
        background-color: #fff;
        display: none;
        min-width: 100%;
        padding: 4px 8px;
        position: absolute;
        white-space: nowrap;
    }

        .ql-snow .ql-picker-options .ql-picker-item {
            cursor: pointer;
            display: block;
            padding-bottom: 5px;
            padding-top: 5px;
        }

    .ql-snow .ql-picker.ql-expanded .ql-picker-label {
        color: #ccc;
        z-index: 2;
    }

        .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
            fill: #ccc;
        }

        .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
            stroke: #ccc;
        }

    .ql-snow .ql-picker.ql-expanded .ql-picker-options {
        display: block;
        margin-top: -1px;
        top: 100%;
        z-index: 1;
    }

    .ql-snow .ql-color-picker, .ql-snow .ql-icon-picker {
        width: 28px;
    }

        .ql-snow .ql-color-picker .ql-picker-label, .ql-snow .ql-icon-picker .ql-picker-label {
            padding: 2px 4px;
        }

            .ql-snow .ql-color-picker .ql-picker-label svg, .ql-snow .ql-icon-picker .ql-picker-label svg {
                right: 4px;
            }

        .ql-snow .ql-icon-picker .ql-picker-options {
            padding: 4px 0;
        }

        .ql-snow .ql-icon-picker .ql-picker-item {
            height: 24px;
            width: 24px;
            padding: 2px 4px;
        }

        .ql-snow .ql-color-picker .ql-picker-options {
            padding: 3px 5px;
            width: 152px;
        }

        .ql-snow .ql-color-picker .ql-picker-item {
            border: 1px solid transparent;
            float: left;
            height: 16px;
            margin: 2px;
            padding: 0;
            width: 16px;
        }

    .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
        position: absolute;
        margin-top: -9px;
        right: 0;
        top: 50%;
        width: 18px;
    }

    .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before {
        content: attr(data-label);
    }

    .ql-snow .ql-picker.ql-header {
        width: 98px;
    }

        .ql-snow .ql-picker.ql-header .ql-picker-item:before, .ql-snow .ql-picker.ql-header .ql-picker-label:before {
            content: "Normal";
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before {
            content: "Heading 1";
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before {
            content: "Heading 2";
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before {
            content: "Heading 3";
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before {
            content: "Heading 4";
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before {
            content: "Heading 5";
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before, .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before {
            content: "Heading 6";
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
            font-size: 2em;
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
            font-size: 1.5em;
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
            font-size: 1.17em;
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
            font-size: 1em;
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
            font-size: .83em;
        }

        .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
            font-size: .67em;
        }

    .ql-snow .ql-picker.ql-font {
        width: 108px;
    }

        .ql-snow .ql-picker.ql-font .ql-picker-item:before, .ql-snow .ql-picker.ql-font .ql-picker-label:before {
            content: "Sans Serif";
        }

        .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before {
            content: "Serif";
        }

        .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before {
            content: "Monospace";
        }

        .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before {
            font-family: Georgia,Times New Roman,serif;
        }

        .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before {
            font-family: Monaco,Courier New,monospace;
        }

    .ql-snow .ql-picker.ql-size {
        width: 98px;
    }

        .ql-snow .ql-picker.ql-size .ql-picker-item:before, .ql-snow .ql-picker.ql-size .ql-picker-label:before {
            content: "Normal";
        }

        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before {
            content: "Small";
        }

        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before {
            content: "Large";
        }

        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before {
            content: "Huge";
        }

        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before {
            font-size: 10px;
        }

        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before {
            font-size: 18px;
        }

        .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before {
            font-size: 32px;
        }

    .ql-snow .ql-color-picker.ql-background .ql-picker-item {
        background-color: #fff;
    }

    .ql-snow .ql-color-picker.ql-color .ql-picker-item {
        background-color: #000;
    }

.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    padding: 8px;
}

    .ql-toolbar.ql-snow .ql-formats {
        margin-right: 15px;
    }

    .ql-toolbar.ql-snow .ql-picker-label {
        border: 1px solid transparent;
    }

    .ql-toolbar.ql-snow .ql-picker-options {
        border: 1px solid transparent;
        box-shadow: 0 2px 8px rgba(0,0,0,.2);
    }

    .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label, .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
        border-color: #ccc;
    }

    .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected, .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
        border-color: #000;
    }

    .ql-toolbar.ql-snow + .ql-container.ql-snow {
        border-top: 0;
    }

.ql-snow .ql-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ddd;
    color: #444;
    padding: 5px 12px;
    white-space: nowrap;
}

    .ql-snow .ql-tooltip:before {
        content: "Visit URL:";
        line-height: 26px;
        margin-right: 8px;
    }

    .ql-snow .ql-tooltip input[type=text] {
        display: none;
        border: 1px solid #ccc;
        font-size: 13px;
        height: 26px;
        margin: 0;
        padding: 3px 5px;
        width: 170px;
    }

    .ql-snow .ql-tooltip a.ql-preview {
        display: inline-block;
        max-width: 200px;
        overflow-x: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }

    .ql-snow .ql-tooltip a.ql-action:after {
        border-right: 1px solid #ccc;
        content: "Edit";
        margin-left: 16px;
        padding-right: 8px;
    }

    .ql-snow .ql-tooltip a.ql-remove:before {
        content: "Remove";
        margin-left: 8px;
    }

    .ql-snow .ql-tooltip a {
        line-height: 26px;
    }

    .ql-snow .ql-tooltip.ql-editing a.ql-preview, .ql-snow .ql-tooltip.ql-editing a.ql-remove {
        display: none;
    }

    .ql-snow .ql-tooltip.ql-editing input[type=text] {
        display: inline-block;
    }

    .ql-snow .ql-tooltip.ql-editing a.ql-action:after {
        border-right: 0;
        content: "Save";
        padding-right: 0;
    }

    .ql-snow .ql-tooltip[data-mode=link]:before {
        content: "Enter link:";
    }

    .ql-snow .ql-tooltip[data-mode=formula]:before {
        content: "Enter formula:";
    }

    .ql-snow .ql-tooltip[data-mode=video]:before {
        content: "Enter video:";
    }

.ql-snow a {
    color: #06c;
}

.ql-container.ql-snow {
    border: 1px solid #ccc;
}

@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace,monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[hidden], template {
    display: none;
}

.mat-badge-content {
    font-family: Roboto,Helvetica Neue,sans-serif;
}

.mat-h1, .mat-headline, .mat-typography h1 {
    font: 400 24px/32px Roboto,Helvetica Neue,sans-serif;
}

.mat-h2, .mat-title, .mat-typography h2 {
    font: 500 20px/32px Roboto,Helvetica Neue,sans-serif;
}

.mat-h3, .mat-subheading-2, .mat-typography h3 {
    font: 400 16px/28px Roboto,Helvetica Neue,sans-serif;
}

.mat-h4, .mat-subheading-1, .mat-typography h4 {
    font: 400 15px/24px Roboto,Helvetica Neue,sans-serif;
}

.mat-h5, .mat-typography h5 {
    font: 400 calc(14px * .83)/20px Roboto,Helvetica Neue,sans-serif;
}

.mat-h6, .mat-typography h6 {
    font: 400 calc(14px * .67)/20px Roboto,Helvetica Neue,sans-serif;
}

.mat-body-2, .mat-body-strong {
    font: 500 14px/24px Roboto,Helvetica Neue,sans-serif;
}

.mat-body, .mat-body-1, .mat-typography {
    font: 400 14px/20px Roboto,Helvetica Neue,sans-serif;
}

.mat-caption, .mat-small {
    font: 400 12px/20px Roboto,Helvetica Neue,sans-serif;
}

.mat-display-4, .mat-typography .mat-display-4 {
    font: 300 112px/112px Roboto,Helvetica Neue,sans-serif;
}

.mat-display-3, .mat-typography .mat-display-3 {
    font: 400 56px/56px Roboto,Helvetica Neue,sans-serif;
}

.mat-display-2, .mat-typography .mat-display-2 {
    font: 400 45px/48px Roboto,Helvetica Neue,sans-serif;
}

.mat-display-1, .mat-typography .mat-display-1 {
    font: 400 34px/40px Roboto,Helvetica Neue,sans-serif;
}

.mat-bottom-sheet-container {
    font: 400 14px/20px Roboto,Helvetica Neue,sans-serif;
}

.mat-button, .mat-fab, .mat-flat-button, .mat-icon-button, .mat-mini-fab, .mat-raised-button, .mat-stroked-button {
    font-family: Roboto,Helvetica Neue,sans-serif;
    font-size: 14px;
}

.mat-button-toggle, .mat-card {
    font-family: Roboto,Helvetica Neue,sans-serif;
}

.mat-card-title {
    font-weight: 500;
}

.mat-card-header .mat-card-title {
    font-size: 20px;
}

.mat-checkbox {
    font-family: Roboto,Helvetica Neue,sans-serif;
}

.mat-checkbox-layout .mat-checkbox-label {
    line-height: 24px;
}

.mat-chip {
    font-size: 14px;
    font-weight: 500;
}

.mat-table {
    font-family: Roboto,Helvetica Neue,sans-serif;
}

.mat-header-cell {
    font-weight: 500;
}

.mat-calendar {
    font-family: Roboto,Helvetica Neue,sans-serif;
}

.mat-calendar-body-label, .mat-calendar-period-button {
    font-size: 14px;
}

.mat-dialog-title {
    font: 500 20px/32px Roboto,Helvetica Neue,sans-serif;
}

.mat-expansion-panel-header {
    font-family: Roboto,Helvetica Neue,sans-serif;
}

.mat-expansion-panel-content {
    font: 400 14px/20px Roboto,Helvetica Neue,sans-serif;
}

.mat-form-field {
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: Roboto,Helvetica Neue,sans-serif;
}

.mat-form-field-wrapper {
    padding-bottom: 1.34375em;
}

.mat-form-field-prefix .mat-icon, .mat-form-field-suffix .mat-icon {
    line-height: 1.125;
}

.mat-form-field-prefix .mat-icon-button .mat-icon, .mat-form-field-suffix .mat-icon-button .mat-icon {
    height: 1.125em;
    line-height: 1.125;
}

.mat-form-field-infix {
    border-top: .84375em solid transparent;
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.34375em) scale(.75);
    width: 133.3333333333%;
}

.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.34374em) scale(.75);
    width: 133.3333433333%;
}

.mat-form-field-label-wrapper {
    top: -.84375em;
    padding-top: .84375em;
}

.mat-form-field-label {
    top: 1.34375em;
}

.mat-form-field-underline {
    bottom: 1.34375em;
}

.mat-form-field-subscript-wrapper {
    top: calc(100% - 1.7916666667em);
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
    padding: .4375em 0;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);
    -ms-transform: translateY(-1.28125em) scale(.75);
    width: 133.3333333333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);
    -ms-transform: translateY(-1.28124em) scale(.75);
    width: 133.3333433333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);
    -ms-transform: translateY(-1.28123em) scale(.75);
    width: 133.3333533333%;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
    top: 1.28125em;
}

.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
    margin-top: .5416666667em;
}

@media print {
    .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
        transform: translateY(-1.28122em) scale(.75);
    }

    .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
        transform: translateY(-1.28121em) scale(.75);
    }

    .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
        transform: translateY(-1.2812em) scale(.75);
    }
}

.mat-form-field-appearance-fill .mat-form-field-label {
    top: 1.09375em;
}

.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-.59375em) scale(.75);
    width: 133.3333333333%;
}

.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-.59374em) scale(.75);
    width: 133.3333433333%;
}

.mat-form-field-appearance-outline .mat-form-field-label {
    top: 1.84375em;
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.59375em) scale(.75);
    width: 133.3333333333%;
}

.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.59374em) scale(.75);
    width: 133.3333433333%;
}

input.mat-input-element {
    margin-top: -.0625em;
}

.mat-menu-item, .mat-paginator, .mat-paginator-page-size .mat-select-trigger, .mat-radio-button, .mat-select {
    font-family: Roboto,Helvetica Neue,sans-serif;
}

.mat-select-trigger {
    height: 1.125em;
}

.mat-slide-toggle-content, .mat-slider-thumb-label-text {
    font-family: Roboto,Helvetica Neue,sans-serif;
}

.mat-slider-thumb-label-text {
    font-weight: 500;
}

.mat-stepper-horizontal, .mat-stepper-vertical {
    font-family: Roboto,Helvetica Neue,sans-serif;
}

.mat-step-label-error {
    font-size: 14px;
}

.mat-step-label-selected {
    font-size: 14px;
    font-weight: 500;
}

.mat-tab-group, .mat-tab-label, .mat-tab-link {
    font-family: Roboto,Helvetica Neue,sans-serif;
}

.mat-tab-label, .mat-tab-link {
    font-size: 14px;
}

.mat-toolbar, .mat-toolbar h1, .mat-toolbar h2, .mat-toolbar h3, .mat-toolbar h4, .mat-toolbar h5, .mat-toolbar h6 {
    font: 500 20px/32px Roboto,Helvetica Neue,sans-serif;
}

.mat-list-item, .mat-list-option, .mat-tooltip {
    font-family: Roboto,Helvetica Neue,sans-serif;
}

.mat-list-base .mat-subheader {
    font-size: 14px;
}

.mat-list-base .mat-subheader, .mat-list-base[dense] .mat-subheader {
    font-family: Roboto,Helvetica Neue,sans-serif;
    font-weight: 500;
}

.mat-option {
    font-family: Roboto,Helvetica Neue,sans-serif;
}

.mat-optgroup-label {
    font: 500 14px/24px Roboto,Helvetica Neue,sans-serif;
}

.mat-simple-snackbar, .mat-tree {
    font-family: Roboto,Helvetica Neue,sans-serif;
}

.mat-ripple {
    overflow: hidden;
    position: relative;
}

    .mat-ripple:not(:empty) {
        transform: translateZ(0);
    }

    .mat-ripple.mat-ripple-unbounded {
        overflow: visible;
    }

.mat-ripple-element {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    transition: opacity,transform 0ms cubic-bezier(0,0,.2,1);
    transform: scale(0);
}

.cdk-high-contrast-active .mat-ripple-element {
    display: none;
}

.cdk-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.cdk-global-overlay-wrapper, .cdk-overlay-container {
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.cdk-overlay-container {
    position: fixed;
    z-index: 1000;
}

    .cdk-overlay-container:empty {
        display: none;
    }

.cdk-global-overlay-wrapper, .cdk-overlay-pane {
    display: flex;
    position: absolute;
    z-index: 1000;
}

.cdk-overlay-pane {
    pointer-events: auto;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
}

.cdk-overlay-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    transition: opacity .4s cubic-bezier(.25,.8,.25,1);
    opacity: 0;
}

    .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
        opacity: 1;
    }

@media screen and (-ms-high-contrast:active) {
    .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
        opacity: .6;
    }
}

.cdk-overlay-dark-backdrop {
    background: rgba(0,0,0,.32);
}

.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0;
}

.cdk-overlay-connected-position-bounding-box {
    position: absolute;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    min-width: 1px;
    min-height: 1px;
}

.cdk-global-scrollblock {
    position: fixed;
    width: 100%;
    overflow-y: scroll;
}

@-webkit-keyframes cdk-text-field-autofill-start {
    /*!*/
}

@keyframes cdk-text-field-autofill-start {
    /*!*/
}

@-webkit-keyframes cdk-text-field-autofill-end {
    /*!*/
}

@keyframes cdk-text-field-autofill-end {
    /*!*/
}

.cdk-text-field-autofill-monitored:-webkit-autofill {
    -webkit-animation: cdk-text-field-autofill-start 0s 1ms;
    animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
    -webkit-animation: cdk-text-field-autofill-end 0s 1ms;
    animation: cdk-text-field-autofill-end 0s 1ms;
}

textarea.cdk-textarea-autosize {
    resize: none;
}

textarea.cdk-textarea-autosize-measuring {
    padding: 2px 0 !important;
    box-sizing: content-box !important;
    height: auto !important;
    overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
    padding: 2px 0 !important;
    box-sizing: content-box !important;
    height: 0 !important;
}

.mat-focus-indicator, .mat-mdc-focus-indicator {
    position: relative;
}

html {
    box-sizing: border-box;
    font-family: sans-serif;
}

*, :after, :before {
    box-sizing: inherit;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, p, pre {
    margin: 0;
}

button {
    background: transparent;
    padding: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

fieldset, ol, ul {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

html {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    line-height: 1.5;
}

*, :after, :before {
    border-width: 0;
}

*, :after, :before, img {
    border-style: solid;
}

textarea {
    resize: vertical;
}

    input::-moz-placeholder, textarea::-moz-placeholder {
        color: inherit;
    }

    input::-ms-input-placeholder, textarea::-ms-input-placeholder {
        color: inherit;
    }

    input::placeholder, textarea::placeholder {
        color: inherit;
    }

[role=button], button {
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

button, input, optgroup, select, textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

code, kbd, pre, samp {
    font-family: IBM Plex Mono,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}

img, video {
    max-width: 100%;
    height: auto;
}

* {
    text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -webkit-text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
}

:focus {
    outline: none !important;
}

* button.cdk-focused.cdk-keyboard-focused {
    outline: 1px dotted !important;
    outline: 5px auto -webkit-focus-ring-color !important;
}

body, html {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    min-height: 100%;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}

hr {
    margin: 32px 0;
    border-bottom-width: 1px;
}

img {
    width: 100%;
    vertical-align: top;
}

input[disabled] {
    opacity: 1;
    -webkit-text-fill-color: currentColor;
}

.mat-badge-content {
    font-weight: 600;
    font-size: 12px;
    font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.mat-badge-small .mat-badge-content {
    font-size: 9px;
}

.mat-badge-large .mat-badge-content {
    font-size: 24px;
}

.mat-h1, .mat-headline, .mat-typography h1 {
    font: 400 24px/32px Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    letter-spacing: normal;
    margin: 0 0 16px;
}

.mat-h2, .mat-title, .mat-typography h2 {
    font: 600 1.25rem/2rem Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    letter-spacing: normal;
    margin: 0 0 16px;
}

.mat-h3, .mat-subheading-2, .mat-typography h3 {
    font: 400 16px/28px Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    letter-spacing: normal;
    margin: 0 0 16px;
}

.mat-h4, .mat-subheading-1, .mat-typography h4 {
    font: 400 15px/24px Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    letter-spacing: normal;
    margin: 0 0 16px;
}

.mat-h5, .mat-typography h5 {
    font: 400 calc(14px * .83)/20px Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    margin: 0 0 12px;
}

.mat-h6, .mat-typography h6 {
    font: 400 calc(14px * .67)/20px Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    margin: 0 0 12px;
}

.mat-body-2, .mat-body-strong {
    font: 600 .875rem/1.5rem Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    letter-spacing: normal;
}

.mat-body, .mat-body-1, .mat-typography {
    font: 400 14px/20px Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    letter-spacing: normal;
}

    .mat-body-1 p, .mat-body p, .mat-typography p {
        margin: 0 0 12px;
    }

.mat-caption, .mat-small {
    font: 400 12px/20px Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    letter-spacing: normal;
}

.mat-display-4, .mat-typography .mat-display-4 {
    font: 300 112px/112px Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    letter-spacing: -.05em;
    margin: 0 0 56px;
}

.mat-display-3, .mat-typography .mat-display-3 {
    font: 400 56px/56px Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    letter-spacing: -.02em;
    margin: 0 0 64px;
}

.mat-display-2, .mat-typography .mat-display-2 {
    font: 400 45px/48px Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    letter-spacing: -.005em;
    margin: 0 0 64px;
}

.mat-display-1, .mat-typography .mat-display-1 {
    font: 400 34px/40px Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    letter-spacing: normal;
    margin: 0 0 64px;
}

.mat-bottom-sheet-container {
    font: 400 14px/20px Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    letter-spacing: normal;
}

.mat-button, .mat-fab, .mat-flat-button, .mat-icon-button, .mat-mini-fab, .mat-raised-button, .mat-stroked-button {
    font-size: .875rem;
    font-weight: 500;
}

.mat-button, .mat-button-toggle, .mat-card, .mat-fab, .mat-flat-button, .mat-icon-button, .mat-mini-fab, .mat-raised-button, .mat-stroked-button {
    font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.mat-card-title {
    font-size: 24px;
    font-weight: 600;
}

.mat-card-header .mat-card-title {
    font-size: 1.25rem;
}

.mat-card-content, .mat-card-subtitle {
    font-size: 14px;
}

.mat-checkbox {
    font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.mat-checkbox-layout .mat-checkbox-label {
    line-height: 1.5rem;
}

.mat-chip {
    font-size: .875rem;
    font-weight: 600;
}

    .mat-chip .mat-chip-remove.mat-icon, .mat-chip .mat-chip-trailing-icon.mat-icon {
        font-size: 18px;
    }

.mat-table {
    font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.mat-header-cell {
    font-size: 12px;
    font-weight: 600;
}

.mat-cell, .mat-footer-cell {
    font-size: 14px;
}

.mat-calendar {
    font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.mat-calendar-body {
    font-size: 13px;
}

.mat-calendar-body-label, .mat-calendar-period-button {
    font-size: .875rem;
    font-weight: 500;
}

.mat-calendar-table-header th {
    font-size: 11px;
    font-weight: 400;
}

.mat-dialog-title {
    font: 600 1.25rem/2rem Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    letter-spacing: normal;
}

.mat-expansion-panel-header {
    font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 15px;
    font-weight: 400;
}

.mat-expansion-panel-content {
    font: 400 14px/20px Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    letter-spacing: normal;
}

.mat-form-field {
    font: 400 .875rem/1.2857142857 Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    letter-spacing: normal;
}

.mat-form-field-wrapper {
    padding-bottom: 1.4642857143em;
}

.mat-form-field-prefix .mat-icon, .mat-form-field-suffix .mat-icon {
    font-size: 150%;
    line-height: 1.2857142857;
}

.mat-form-field-prefix .mat-icon-button, .mat-form-field-suffix .mat-icon-button {
    height: 1.5em;
    width: 1.5em;
}

    .mat-form-field-prefix .mat-icon-button .mat-icon, .mat-form-field-suffix .mat-icon-button .mat-icon {
        height: 1.2857142857em;
        line-height: 1.2857142857;
    }

.mat-form-field-infix {
    padding: .5em 0;
    border-top: .9642857143em solid transparent;
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.4642657143em) scale(.75);
    width: 133.3333533333%;
}

.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.4642557143em) scale(.75);
    width: 133.3333633333%;
}

.mat-form-field-label-wrapper {
    top: -.9642857143em;
    padding-top: .9642857143em;
}

.mat-form-field-label {
    top: 1.4642857143em;
}

.mat-form-field-underline {
    bottom: 1.4642857143em;
}

.mat-form-field-subscript-wrapper {
    font-size: 75%;
    margin-top: .6666666667em;
    top: calc(100% - 1.9523809524em);
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
    padding-bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
    padding: .3571428571em 0;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.3214285714em) scale(.75) perspective(100px) translateZ(.00106px);
    -ms-transform: translateY(-1.3213685714em) scale(.75);
    width: 133.3333933333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.3214285714em) scale(.75) perspective(100px) translateZ(.00107px);
    -ms-transform: translateY(-1.3213585714em) scale(.75);
    width: 133.3334033333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.3214285714em) scale(.75) perspective(100px) translateZ(.00108px);
    -ms-transform: translateY(-1.3213485714em) scale(.75);
    width: 133.3334133333%;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
    top: 1.3214285714em;
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
    bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
    margin-top: .380952381em;
    top: calc(100% - 1.6666666667em);
}

@media print {
    .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
        transform: translateY(-1.3213385714em) scale(.75);
    }

    .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
        transform: translateY(-1.3213285714em) scale(.75);
    }

    .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
        transform: translateY(-1.3213185714em) scale(.75);
    }
}

.mat-form-field-appearance-fill .mat-form-field-infix {
    padding: .25em 0 .75em;
}

.mat-form-field-appearance-fill .mat-form-field-label {
    top: 1.2142857143em;
    margin-top: -.5em;
}

.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-.7142657143em) scale(.75);
    width: 133.3333533333%;
}

.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-.7142557143em) scale(.75);
    width: 133.3333633333%;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
    padding: 1em 0;
}

.mat-form-field-appearance-outline .mat-form-field-label {
    top: 1.9642857143em;
    margin-top: -.25em;
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.7142657143em) scale(.75);
    width: 133.3333533333%;
}

.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.7142557143em) scale(.75);
    width: 133.3333633333%;
}

.mat-grid-tile-footer, .mat-grid-tile-header {
    font-size: 14px;
}

    .mat-grid-tile-footer .mat-line, .mat-grid-tile-header .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box;
    }

        .mat-grid-tile-footer .mat-line:nth-child(n+2), .mat-grid-tile-header .mat-line:nth-child(n+2) {
            font-size: 12px;
        }

input.mat-input-element {
    margin-top: -.1428571429em;
}

.mat-menu-item {
    font-size: 14px;
    font-weight: 400;
}

.mat-menu-item, .mat-paginator, .mat-paginator-page-size .mat-select-trigger {
    font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.mat-paginator, .mat-paginator-page-size .mat-select-trigger {
    font-size: 12px;
}

.mat-radio-button, .mat-select {
    font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.mat-select-trigger {
    height: 1.2857142857em;
}

.mat-slide-toggle-content, .mat-slider-thumb-label-text {
    font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.mat-slider-thumb-label-text {
    font-size: 12px;
    font-weight: 600;
}

.mat-stepper-horizontal, .mat-stepper-vertical {
    font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.mat-step-label {
    font-size: 14px;
    font-weight: 400;
}

.mat-step-sub-label-error {
    font-weight: 400;
}

.mat-step-label-error {
    font-size: .875rem;
}

.mat-step-label-selected {
    font-size: .875rem;
    font-weight: 600;
}

.mat-tab-group, .mat-tab-label, .mat-tab-link {
    font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.mat-tab-label, .mat-tab-link {
    font-size: .875rem;
    font-weight: 500;
}

.mat-toolbar, .mat-toolbar h1, .mat-toolbar h2, .mat-toolbar h3, .mat-toolbar h4, .mat-toolbar h5, .mat-toolbar h6 {
    font: 600 1.25rem/2rem Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    letter-spacing: normal;
    margin: 0;
}

.mat-tooltip {
    font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.mat-tooltip-handset {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.mat-list-item, .mat-list-option {
    font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.mat-list-base .mat-list-item {
    font-size: 16px;
}

    .mat-list-base .mat-list-item .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box;
    }

        .mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
            font-size: 14px;
        }

.mat-list-base .mat-list-option {
    font-size: 16px;
}

    .mat-list-base .mat-list-option .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box;
    }

        .mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
            font-size: 14px;
        }

.mat-list-base .mat-subheader {
    font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: .875rem;
    font-weight: 600;
}

.mat-list-base[dense] .mat-list-item {
    font-size: 12px;
}

    .mat-list-base[dense] .mat-list-item .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box;
    }

        .mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-list-base[dense] .mat-list-option {
            font-size: 12px;
        }

            .mat-list-base[dense] .mat-list-option .mat-line {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block;
                box-sizing: border-box;
            }

                .mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
                    font-size: 12px;
                }

.mat-list-base[dense] .mat-subheader {
    font-size: 12px;
    font-weight: 600;
}

.mat-list-base[dense] .mat-subheader, .mat-option {
    font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.mat-option {
    font-size: 16px;
}

.mat-optgroup-label {
    font: 600 .875rem/1.5rem Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    letter-spacing: normal;
}

.mat-simple-snackbar {
    font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 14px;
}

.mat-simple-snackbar-action {
    line-height: 1;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
}

.mat-tree {
    font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.mat-nested-tree-node, .mat-tree-node {
    font-weight: 400;
    font-size: 14px;
}

html {
    font-size: 16px;
}

body {
    font-size: .875rem;
    font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1.25em 0 .5em;
}

h1 {
    font-weight: 800;
}

h1, h2 {
    font-size: 32px;
    letter-spacing: -.022em;
    line-height: 1.25;
}

h2, h3 {
    font-weight: 600;
}

h3 {
    font-size: 24px;
    letter-spacing: -.019em;
    line-height: 1.25;
}

h4 {
    font-size: 20px;
    letter-spacing: -.017em;
}

h4, h5 {
    font-weight: 500;
}

h5 {
    font-size: 18px;
    letter-spacing: -.014em;
}

h6 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.011em;
}

a {
    color: currentColor;
    text-decoration: none;
}

.link {
    cursor: pointer;
}

    .link:focus, .link:hover {
        text-decoration: underline;
    }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

    .breadcrumb .path {
        white-space: nowrap;
    }

    .breadcrumb .patha {
        color: inherit;
    }

    .breadcrumb .separator {
        margin: 0 6px;
    }

code, pre {
    font-family: IBM Plex Mono,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 4px;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
}

pre {
    padding: 24px;
    margin: 0;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);
}

:not(pre) > code {
    padding: 2px 5px;
}

.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
    margin: 0;
}

.rich-text h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
}

    .rich-text h1 + * {
        margin-top: 32px;
    }

.rich-text h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}

.rich-text * + h2 {
    margin-top: 32px;
}

.rich-text h2 + * {
    margin-top: 16px;
}

.rich-text h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
}

.rich-text * + h3 {
    margin-top: 32px;
}

.rich-text h2 + h3 {
    margin-top: 16px;
}

.rich-text h3 + * {
    margin-top: 8px;
}

.rich-text h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.rich-text * + h4 {
    margin-top: 24px;
}

.rich-text h3 + h4, .rich-text h4 + * {
    margin-top: 8px;
}

.rich-text h5 {
    font-weight: 600;
}

.rich-text h5, .rich-text h6 {
    font-size: 14px;
    line-height: 1.5;
}

.rich-text h6 {
    font-weight: 500;
}

.rich-text p {
    line-height: 1.75;
}

    .rich-text p + p {
        margin-top: 16px;
    }

.rich-text ol {
    list-style-type: decimal;
    padding-left: 20px;
}

    .rich-text * + ol, .rich-text ol + * {
        margin-top: 16px;
    }

.rich-text li ol {
    margin-top: 8px;
}

.rich-text ul {
    list-style-type: disc;
    padding-left: 20px;
}

    .rich-text * + ul, .rich-text ul + :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
        margin-top: 16px;
    }

.rich-text li + li, .rich-text li ul {
    margin-top: 8px;
}

.rich-text li p {
    margin-top: 16px;
}

    .rich-text li:first-child p:first-child, .rich-text li p + p {
        margin-top: 8px;
    }

.rich-text a {
    font-weight: 500;
}

    .rich-text a:hover {
        text-decoration: underline;
    }

.rich-text abbr {
    cursor: help;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

.rich-text blockquote {
    border-left-width: 3px;
    font-style: italic;
    margin: 16px 0;
    padding-left: 16px;
}

    .rich-text blockquote footer {
        font-style: normal;
    }

        .rich-text blockquote footer:before {
            content: "— ";
        }

    .rich-text blockquote.reverse {
        border-left-width: 0;
        border-right-width: 3px;
        text-align: right;
        padding-left: 0;
        padding-right: 16px;
    }

        .rich-text blockquote.reverse footer:before {
            content: "";
        }

        .rich-text blockquote.reverse footer:after {
            content: "— ";
        }

    .rich-text * + blockquote, .rich-text blockquote + * {
        margin-top: 16px;
    }

.rich-text dl dt {
    font-weight: 700;
}

.rich-text dl dd {
    margin: 4px 0 16px;
}

.rich-text fieldset {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-before: 0;
    padding-block-start: 0;
    -webkit-padding-after: 0;
    padding-block-end: 0;
    width: 100%;
    border-width: 1px;
    border-radius: 4px;
    padding: 24px;
}

    .rich-text fieldset legend {
        padding: 0 6px;
        margin-left: -6px;
    }

.rich-text img {
    margin-top: 32px;
    margin-bottom: 32px;
}

.rich-text * + pre, .rich-text pre + * {
    margin-top: 16px;
}

.rich-text pre code {
    padding: 0;
}

.rich-text strong {
    font-weight: 700;
}

.rich-text * + .treo-highlight {
    margin-top: 16px;
}

.rich-text * + treo-message, .rich-text .treo-highlight + p, .rich-text treo-message + p {
    margin-top: 24px;
}



.theme-light .link {
    color: #000;
    border-bottom-color: #000;
}

.theme-light .breadcrumb .path {
    color: #000;
}

    .theme-light .breadcrumb .path.current, .theme-light .breadcrumb .separator {
        color: #64748b;
    }

.theme-light code, .theme-light pre {
    background: #fff;
    color: #728fcb;
}

.theme-light :not(pre) > code {
    color: #64748b;
    background: #e2e8f0;
}

.theme-light .rich-text a {
    color: #000;
    border-bottom-color: #000;
}

.theme-light .rich-text mark {
    background: #f7f49a;
}



.treo-theme-light {
    color: #27303f;
    background-color: #f1f5f9;
}

    .treo-theme-light *, .treo-theme-light :after, .treo-theme-light :before {
        border-color: #e2e8f0;
    }

    .treo-theme-light [disabled] * {
        color: #97a6ba !important;
    }

    .treo-theme-light .mat-icon {
        color: #64748b;
    }

    .treo-theme-light .text-card {
        color: #fff;
    }

    .treo-theme-light .text-default {
        color: #27303f;
    }

    .treo-theme-light .text-secondary {
        color: #64748b;
    }

    .treo-theme-light .text-disabled, .treo-theme-light .text-hint {
        color: #97a6ba;
    }

    .treo-theme-light .divider {
        color: #e2e8f0;
    }

    .treo-theme-light .bg-default {
        background-color: #f1f5f9;
    }

    .treo-theme-light .bg-card, .treo-theme-light .bg-dialog {
        background-color: #fff;
    }

    .treo-theme-light .bg-hover {
        background-color: rgba(151,166,186,.12);
    }

    .treo-theme-light.light\:text-normal, .treo-theme-light .light\:text-normal {
        color: #27303f;
    }

    .treo-theme-light.light\:text-secondary, .treo-theme-light .light\:text-secondary {
        color: #64748b;
    }

    .treo-theme-light.light\:text-disabled, .treo-theme-light .light\:text-disabled, .treo-theme-light.light\:text-hint, .treo-theme-light .light\:text-hint {
        color: #97a6ba;
    }

    .treo-theme-light.light\:text-divider, .treo-theme-light .light\:text-divider {
        color: #e2e8f0;
    }

    .treo-theme-light.light\:bg-default, .treo-theme-light .light\:bg-default {
        background-color: #f1f5f9;
    }

    .treo-theme-light.light\:bg-card, .treo-theme-light .light\:bg-card, .treo-theme-light.light\:bg-dialog, .treo-theme-light .light\:bg-dialog {
        background-color: #fff;
    }

    .treo-theme-light.light\:bg-hover, .treo-theme-light .light\:bg-hover {
        background-color: rgba(151,166,186,.12);
    }


.theme-light {
    color: #27303f;
    background-color: #f1f5f9;
}

    .theme-light *, .theme-light :after, .theme-light :before {
        border-color: #e2e8f0;
    }

    .theme-light [disabled] * {
        color: #97a6ba !important;
    }

    .theme-light .mat-icon {
        color: #64748b;
    }

    .theme-light .text-card {
        color: #fff;
    }

    .theme-light .text-default {
        color: #27303f;
    }

    .theme-light .text-secondary {
        color: #64748b;
    }

    .theme-light .text-disabled, .theme-light .text-hint {
        color: #97a6ba;
    }

    .theme-light .divider {
        color: #e2e8f0;
    }

    .theme-light .bg-default {
        background-color: #f1f5f9;
    }

    .theme-light .bg-card, .theme-light .bg-dialog {
        background-color: #fff;
    }

    .theme-light .bg-hover {
        background-color: rgba(151,166,186,.12);
    }

    .theme-light.light\:text-normal, .theme-light .light\:text-normal {
        color: #27303f;
    }

    .theme-light.light\:text-secondary, .theme-light .light\:text-secondary {
        color: #64748b;
    }

    .theme-light.light\:text-disabled, .theme-light .light\:text-disabled, .theme-light.light\:text-hint, .theme-light .light\:text-hint {
        color: #97a6ba;
    }

    .theme-light.light\:text-divider, .theme-light .light\:text-divider {
        color: #e2e8f0;
    }

    .theme-light.light\:bg-default, .theme-light .light\:bg-default {
        background-color: #f1f5f9;
    }

    .theme-light.light\:bg-card, .theme-light .light\:bg-card, .theme-light.light\:bg-dialog, .theme-light .light\:bg-dialog {
        background-color: #fff;
    }

    .theme-light.light\:bg-hover, .theme-light .light\:bg-hover {
        background-color: rgba(151,166,186,.12);
    }



.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
    line-height: 48px;
}



.mat-expansion-panel-header {
    height: 48px;
}

    .mat-expansion-panel-header.mat-expanded {
        height: 64px;
    }














.mat-horizontal-stepper-header {
    height: 72px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header, .mat-vertical-stepper-header {
    padding: 24px;
}

.mat-stepper-vertical-line:before {
    top: -16px;
    bottom: -16px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:before, .mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
    top: 36px;
}


.mat-toolbar-multiple-rows {
    min-height: 64px;
}

.mat-toolbar-row, .mat-toolbar-single-row {
    height: 64px;
}

@media (max-width:599px) {
    .mat-toolbar-multiple-rows {
        min-height: 56px;
    }

    .mat-toolbar-row, .mat-toolbar-single-row {
        height: 56px;
    }
}



.mat-tree-node {
    min-height: 48px;
}












    .treo-theme-dark .primary, .treo-theme-dark .primary .mat-icon {
        color: #edfafa !important;
    }

        .treo-theme-dark .primary.text-secondary, .treo-theme-dark .primary .text-secondary {
            color: rgba(237,250,250,.6) !important;
        }

        .treo-theme-dark .primary.text-disabled, .treo-theme-dark .primary .text-disabled, .treo-theme-dark .primary.text-hint, .treo-theme-dark .primary .text-hint {
            color: rgba(237,250,250,.38) !important;
        }

        .treo-theme-dark .primary.divider, .treo-theme-dark .primary .divider {
            color: rgba(237,250,250,.12) !important;
        }

.treo-theme-dark .active\:border-primary:active, .treo-theme-dark .border-primary, .treo-theme-dark .focus\:border-primary:focus, .treo-theme-dark .hover\:border-primary:hover {
    border-color: #0694a2 !important;
}

.treo-theme-dark .text-primary-600 {
    color: #047481 !important;
}

.treo-theme-dark .bg-primary-600 {
    background: #047481 !important;
}

.treo-theme-dark .primary-600 {
    background: #047481 !important;
    color: #edfafa !important;
}

    .treo-theme-dark .primary-600 .mat-icon {
        color: #edfafa !important;
    }

    .treo-theme-dark .primary-600 .text-secondary, .treo-theme-dark .primary-600.text-secondary {
        color: rgba(237,250,250,.6) !important;
    }

    .treo-theme-dark .primary-600 .text-disabled, .treo-theme-dark .primary-600 .text-hint, .treo-theme-dark .primary-600.text-disabled, .treo-theme-dark .primary-600.text-hint {
        color: rgba(237,250,250,.38) !important;
    }

    .treo-theme-dark .primary-600 .divider, .treo-theme-dark .primary-600.divider {
        color: rgba(237,250,250,.12) !important;
    }

.treo-theme-dark .active\:border-primary-600:active, .treo-theme-dark .border-primary-600, .treo-theme-dark .focus\:border-primary-600:focus, .treo-theme-dark .hover\:border-primary-600:hover {
    border-color: #047481 !important;
}

.treo-theme-dark .text-primary-700 {
    color: #036672 !important;
}

.treo-theme-dark .bg-primary-700 {
    background: #036672 !important;
}

.treo-theme-dark .primary-700 {
    background: #036672 !important;
    color: #edfafa !important;
}

    .treo-theme-dark .primary-700 .mat-icon {
        color: #edfafa !important;
    }

    .treo-theme-dark .primary-700 .text-secondary, .treo-theme-dark .primary-700.text-secondary {
        color: rgba(237,250,250,.6) !important;
    }

    .treo-theme-dark .primary-700 .text-disabled, .treo-theme-dark .primary-700 .text-hint, .treo-theme-dark .primary-700.text-disabled, .treo-theme-dark .primary-700.text-hint {
        color: rgba(237,250,250,.38) !important;
    }

    .treo-theme-dark .primary-700 .divider, .treo-theme-dark .primary-700.divider {
        color: rgba(237,250,250,.12) !important;
    }

.treo-theme-dark .active\:border-primary-700:active, .treo-theme-dark .border-primary-700, .treo-theme-dark .focus\:border-primary-700:focus, .treo-theme-dark .hover\:border-primary-700:hover {
    border-color: #036672 !important;
}

.treo-theme-dark .text-primary-800 {
    color: #05505c !important;
}

.treo-theme-dark .bg-primary-800 {
    background: #05505c !important;
}

.treo-theme-dark .primary-800 {
    background: #05505c !important;
    color: #edfafa !important;
}

    .treo-theme-dark .primary-800 .mat-icon {
        color: #edfafa !important;
    }

    .treo-theme-dark .primary-800 .text-secondary, .treo-theme-dark .primary-800.text-secondary {
        color: rgba(237,250,250,.6) !important;
    }

    .treo-theme-dark .primary-800 .text-disabled, .treo-theme-dark .primary-800 .text-hint, .treo-theme-dark .primary-800.text-disabled, .treo-theme-dark .primary-800.text-hint {
        color: rgba(237,250,250,.38) !important;
    }

    .treo-theme-dark .primary-800 .divider, .treo-theme-dark .primary-800.divider {
        color: rgba(237,250,250,.12) !important;
    }

.treo-theme-dark .active\:border-primary-800:active, .treo-theme-dark .border-primary-800, .treo-theme-dark .focus\:border-primary-800:focus, .treo-theme-dark .hover\:border-primary-800:hover {
    border-color: #05505c !important;
}

.treo-theme-dark .text-primary-900 {
    color: #014451 !important;
}

.treo-theme-dark .bg-primary-900 {
    background: #014451 !important;
}

.treo-theme-dark .primary-900 {
    background: #014451 !important;
    color: #edfafa !important;
}

    .treo-theme-dark .primary-900 .mat-icon {
        color: #edfafa !important;
    }

    .treo-theme-dark .primary-900 .text-secondary, .treo-theme-dark .primary-900.text-secondary {
        color: rgba(237,250,250,.6) !important;
    }

    .treo-theme-dark .primary-900 .text-disabled, .treo-theme-dark .primary-900 .text-hint, .treo-theme-dark .primary-900.text-disabled, .treo-theme-dark .primary-900.text-hint {
        color: rgba(237,250,250,.38) !important;
    }

    .treo-theme-dark .primary-900 .divider, .treo-theme-dark .primary-900.divider {
        color: rgba(237,250,250,.12) !important;
    }

.treo-theme-dark .active\:border-primary-900:active, .treo-theme-dark .border-primary-900, .treo-theme-dark .focus\:border-primary-900:focus, .treo-theme-dark .hover\:border-primary-900:hover {
    border-color: #014451 !important;
}

.treo-theme-dark .text-accent-100 {
    color: #fce8f3 !important;
}

.treo-theme-dark .bg-accent-100 {
    background: #fce8f3 !important;
}

.treo-theme-dark .accent-100 {
    background: #fce8f3 !important;
    color: #751a3d !important;
}

    .treo-theme-dark .accent-100 .mat-icon {
        color: #751a3d !important;
    }

    .treo-theme-dark .accent-100 .text-secondary, .treo-theme-dark .accent-100.text-secondary {
        color: rgba(117,26,61,.6) !important;
    }

    .treo-theme-dark .accent-100 .text-disabled, .treo-theme-dark .accent-100 .text-hint, .treo-theme-dark .accent-100.text-disabled, .treo-theme-dark .accent-100.text-hint {
        color: rgba(117,26,61,.38) !important;
    }

    .treo-theme-dark .accent-100 .divider, .treo-theme-dark .accent-100.divider {
        color: rgba(117,26,61,.12) !important;
    }

.treo-theme-dark .active\:border-accent-100:active, .treo-theme-dark .border-accent-100, .treo-theme-dark .focus\:border-accent-100:focus, .treo-theme-dark .hover\:border-accent-100:hover {
    border-color: #fce8f3 !important;
}

.treo-theme-dark .text-accent-200 {
    color: #fad1e8 !important;
}

.treo-theme-dark .bg-accent-200 {
    background: #fad1e8 !important;
}

.treo-theme-dark .accent-200 {
    background: #fad1e8 !important;
    color: #751a3d !important;
}

    .treo-theme-dark .accent-200 .mat-icon {
        color: #751a3d !important;
    }

    .treo-theme-dark .accent-200 .text-secondary, .treo-theme-dark .accent-200.text-secondary {
        color: rgba(117,26,61,.6) !important;
    }

    .treo-theme-dark .accent-200 .text-disabled, .treo-theme-dark .accent-200 .text-hint, .treo-theme-dark .accent-200.text-disabled, .treo-theme-dark .accent-200.text-hint {
        color: rgba(117,26,61,.38) !important;
    }

    .treo-theme-dark .accent-200 .divider, .treo-theme-dark .accent-200.divider {
        color: rgba(117,26,61,.12) !important;
    }

.treo-theme-dark .active\:border-accent-200:active, .treo-theme-dark .border-accent-200, .treo-theme-dark .focus\:border-accent-200:focus, .treo-theme-dark .hover\:border-accent-200:hover {
    border-color: #fad1e8 !important;
}

.treo-theme-dark .text-accent-300 {
    color: #f8b4d9 !important;
}

.treo-theme-dark .bg-accent-300 {
    background: #f8b4d9 !important;
}

.treo-theme-dark .accent-300 {
    background: #f8b4d9 !important;
    color: #751a3d !important;
}

    .treo-theme-dark .accent-300 .mat-icon {
        color: #751a3d !important;
    }

    .treo-theme-dark .accent-300 .text-secondary, .treo-theme-dark .accent-300.text-secondary {
        color: rgba(117,26,61,.6) !important;
    }

    .treo-theme-dark .accent-300 .text-disabled, .treo-theme-dark .accent-300 .text-hint, .treo-theme-dark .accent-300.text-disabled, .treo-theme-dark .accent-300.text-hint {
        color: rgba(117,26,61,.38) !important;
    }

    .treo-theme-dark .accent-300 .divider, .treo-theme-dark .accent-300.divider {
        color: rgba(117,26,61,.12) !important;
    }

.treo-theme-dark .active\:border-accent-300:active, .treo-theme-dark .border-accent-300, .treo-theme-dark .focus\:border-accent-300:focus, .treo-theme-dark .hover\:border-accent-300:hover {
    border-color: #f8b4d9 !important;
}

.treo-theme-dark .text-accent-400 {
    color: #f17eb8 !important;
}

.treo-theme-dark .bg-accent-400 {
    background: #f17eb8 !important;
}

.treo-theme-dark .accent-400 {
    background: #f17eb8 !important;
    color: #751a3d !important;
}

    .treo-theme-dark .accent-400 .mat-icon {
        color: #751a3d !important;
    }

    .treo-theme-dark .accent-400 .text-secondary, .treo-theme-dark .accent-400.text-secondary {
        color: rgba(117,26,61,.6) !important;
    }

    .treo-theme-dark .accent-400 .text-disabled, .treo-theme-dark .accent-400 .text-hint, .treo-theme-dark .accent-400.text-disabled, .treo-theme-dark .accent-400.text-hint {
        color: rgba(117,26,61,.38) !important;
    }

    .treo-theme-dark .accent-400 .divider, .treo-theme-dark .accent-400.divider {
        color: rgba(117,26,61,.12) !important;
    }

.treo-theme-dark .active\:border-accent-400:active, .treo-theme-dark .border-accent-400, .treo-theme-dark .focus\:border-accent-400:focus, .treo-theme-dark .hover\:border-accent-400:hover {
    border-color: #f17eb8 !important;
}

.treo-theme-dark .text-accent-500 {
    color: #e74694 !important;
}

.treo-theme-dark .bg-accent-500 {
    background: #e74694 !important;
}

.treo-theme-dark .accent-500 {
    background: #e74694 !important;
    color: #fdf2f8 !important;
}

    .treo-theme-dark .accent-500 .mat-icon {
        color: #fdf2f8 !important;
    }

    .treo-theme-dark .accent-500 .text-secondary, .treo-theme-dark .accent-500.text-secondary {
        color: rgba(253,242,248,.6) !important;
    }

    .treo-theme-dark .accent-500 .text-disabled, .treo-theme-dark .accent-500 .text-hint, .treo-theme-dark .accent-500.text-disabled, .treo-theme-dark .accent-500.text-hint {
        color: rgba(253,242,248,.38) !important;
    }

    .treo-theme-dark .accent-500 .divider, .treo-theme-dark .accent-500.divider {
        color: rgba(253,242,248,.12) !important;
    }

.treo-theme-dark .active\:border-accent-500:active, .treo-theme-dark .border-accent-500, .treo-theme-dark .focus\:border-accent-500:focus, .treo-theme-dark .hover\:border-accent-500:hover {
    border-color: #e74694 !important;
}

.treo-theme-dark .text-accent {
    color: #e74694 !important;
}

.treo-theme-dark .accent, .treo-theme-dark .bg-accent {
    background: #e74694 !important;
}

    .treo-theme-dark .accent, .treo-theme-dark .accent .mat-icon {
        color: #fdf2f8 !important;
    }

        .treo-theme-dark .accent.text-secondary, .treo-theme-dark .accent .text-secondary {
            color: rgba(253,242,248,.6) !important;
        }

        .treo-theme-dark .accent.text-disabled, .treo-theme-dark .accent .text-disabled, .treo-theme-dark .accent.text-hint, .treo-theme-dark .accent .text-hint {
            color: rgba(253,242,248,.38) !important;
        }

        .treo-theme-dark .accent.divider, .treo-theme-dark .accent .divider {
            color: rgba(253,242,248,.12) !important;
        }

.treo-theme-dark .active\:border-accent:active, .treo-theme-dark .border-accent, .treo-theme-dark .focus\:border-accent:focus, .treo-theme-dark .hover\:border-accent:hover {
    border-color: #e74694 !important;
}

.treo-theme-dark .text-accent-600 {
    color: #d61f69 !important;
}

.treo-theme-dark .bg-accent-600 {
    background: #d61f69 !important;
}

.treo-theme-dark .accent-600 {
    background: #d61f69 !important;
    color: #fdf2f8 !important;
}

    .treo-theme-dark .accent-600 .mat-icon {
        color: #fdf2f8 !important;
    }

    .treo-theme-dark .accent-600 .text-secondary, .treo-theme-dark .accent-600.text-secondary {
        color: rgba(253,242,248,.6) !important;
    }

    .treo-theme-dark .accent-600 .text-disabled, .treo-theme-dark .accent-600 .text-hint, .treo-theme-dark .accent-600.text-disabled, .treo-theme-dark .accent-600.text-hint {
        color: rgba(253,242,248,.38) !important;
    }

    .treo-theme-dark .accent-600 .divider, .treo-theme-dark .accent-600.divider {
        color: rgba(253,242,248,.12) !important;
    }

.treo-theme-dark .active\:border-accent-600:active, .treo-theme-dark .border-accent-600, .treo-theme-dark .focus\:border-accent-600:focus, .treo-theme-dark .hover\:border-accent-600:hover {
    border-color: #d61f69 !important;
}

.treo-theme-dark .text-accent-700 {
    color: #bf125d !important;
}

.treo-theme-dark .bg-accent-700 {
    background: #bf125d !important;
}

.treo-theme-dark .accent-700 {
    background: #bf125d !important;
    color: #fdf2f8 !important;
}

    .treo-theme-dark .accent-700 .mat-icon {
        color: #fdf2f8 !important;
    }

    .treo-theme-dark .accent-700 .text-secondary, .treo-theme-dark .accent-700.text-secondary {
        color: rgba(253,242,248,.6) !important;
    }

    .treo-theme-dark .accent-700 .text-disabled, .treo-theme-dark .accent-700 .text-hint, .treo-theme-dark .accent-700.text-disabled, .treo-theme-dark .accent-700.text-hint {
        color: rgba(253,242,248,.38) !important;
    }

    .treo-theme-dark .accent-700 .divider, .treo-theme-dark .accent-700.divider {
        color: rgba(253,242,248,.12) !important;
    }

.treo-theme-dark .active\:border-accent-700:active, .treo-theme-dark .border-accent-700, .treo-theme-dark .focus\:border-accent-700:focus, .treo-theme-dark .hover\:border-accent-700:hover {
    border-color: #bf125d !important;
}

.treo-theme-dark .text-accent-800 {
    color: #99154b !important;
}

.treo-theme-dark .bg-accent-800 {
    background: #99154b !important;
}

.treo-theme-dark .accent-800 {
    background: #99154b !important;
    color: #fdf2f8 !important;
}

    .treo-theme-dark .accent-800 .mat-icon {
        color: #fdf2f8 !important;
    }

    .treo-theme-dark .accent-800 .text-secondary, .treo-theme-dark .accent-800.text-secondary {
        color: rgba(253,242,248,.6) !important;
    }

    .treo-theme-dark .accent-800 .text-disabled, .treo-theme-dark .accent-800 .text-hint, .treo-theme-dark .accent-800.text-disabled, .treo-theme-dark .accent-800.text-hint {
        color: rgba(253,242,248,.38) !important;
    }

    .treo-theme-dark .accent-800 .divider, .treo-theme-dark .accent-800.divider {
        color: rgba(253,242,248,.12) !important;
    }

.treo-theme-dark .active\:border-accent-800:active, .treo-theme-dark .border-accent-800, .treo-theme-dark .focus\:border-accent-800:focus, .treo-theme-dark .hover\:border-accent-800:hover {
    border-color: #99154b !important;
}

.treo-theme-dark .text-accent-900 {
    color: #751a3d !important;
}

.treo-theme-dark .bg-accent-900 {
    background: #751a3d !important;
}

.treo-theme-dark .accent-900 {
    background: #751a3d !important;
    color: #fdf2f8 !important;
}

    .treo-theme-dark .accent-900 .mat-icon {
        color: #fdf2f8 !important;
    }

    .treo-theme-dark .accent-900 .text-secondary, .treo-theme-dark .accent-900.text-secondary {
        color: rgba(253,242,248,.6) !important;
    }

    .treo-theme-dark .accent-900 .text-disabled, .treo-theme-dark .accent-900 .text-hint, .treo-theme-dark .accent-900.text-disabled, .treo-theme-dark .accent-900.text-hint {
        color: rgba(253,242,248,.38) !important;
    }

    .treo-theme-dark .accent-900 .divider, .treo-theme-dark .accent-900.divider {
        color: rgba(253,242,248,.12) !important;
    }

.treo-theme-dark .active\:border-accent-900:active, .treo-theme-dark .border-accent-900, .treo-theme-dark .focus\:border-accent-900:focus, .treo-theme-dark .hover\:border-accent-900:hover {
    border-color: #751a3d !important;
}

.treo-theme-dark .text-warn-100 {
    color: #fde8e8 !important;
}

.treo-theme-dark .bg-warn-100, .treo-theme-dark .warn-100 {
    background: #fde8e8 !important;
}

    .treo-theme-dark .warn-100, .treo-theme-dark .warn-100 .mat-icon {
        color: #771d1d !important;
    }

        .treo-theme-dark .warn-100 .text-secondary, .treo-theme-dark .warn-100.text-secondary {
            color: rgba(119,29,29,.6) !important;
        }

        .treo-theme-dark .warn-100 .text-disabled, .treo-theme-dark .warn-100 .text-hint, .treo-theme-dark .warn-100.text-disabled, .treo-theme-dark .warn-100.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .treo-theme-dark .warn-100 .divider, .treo-theme-dark .warn-100.divider {
            color: rgba(119,29,29,.12) !important;
        }

.treo-theme-dark .active\:border-warn-100:active, .treo-theme-dark .border-warn-100, .treo-theme-dark .focus\:border-warn-100:focus, .treo-theme-dark .hover\:border-warn-100:hover {
    border-color: #fde8e8 !important;
}

.treo-theme-dark .text-warn-200 {
    color: #fbd5d5 !important;
}

.treo-theme-dark .bg-warn-200, .treo-theme-dark .warn-200 {
    background: #fbd5d5 !important;
}

    .treo-theme-dark .warn-200, .treo-theme-dark .warn-200 .mat-icon {
        color: #771d1d !important;
    }

        .treo-theme-dark .warn-200 .text-secondary, .treo-theme-dark .warn-200.text-secondary {
            color: rgba(119,29,29,.6) !important;
        }

        .treo-theme-dark .warn-200 .text-disabled, .treo-theme-dark .warn-200 .text-hint, .treo-theme-dark .warn-200.text-disabled, .treo-theme-dark .warn-200.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .treo-theme-dark .warn-200 .divider, .treo-theme-dark .warn-200.divider {
            color: rgba(119,29,29,.12) !important;
        }

.treo-theme-dark .active\:border-warn-200:active, .treo-theme-dark .border-warn-200, .treo-theme-dark .focus\:border-warn-200:focus, .treo-theme-dark .hover\:border-warn-200:hover {
    border-color: #fbd5d5 !important;
}

.treo-theme-dark .text-warn-300 {
    color: #f8b4b4 !important;
}

.treo-theme-dark .bg-warn-300, .treo-theme-dark .warn-300 {
    background: #f8b4b4 !important;
}

    .treo-theme-dark .warn-300, .treo-theme-dark .warn-300 .mat-icon {
        color: #771d1d !important;
    }

        .treo-theme-dark .warn-300 .text-secondary, .treo-theme-dark .warn-300.text-secondary {
            color: rgba(119,29,29,.6) !important;
        }

        .treo-theme-dark .warn-300 .text-disabled, .treo-theme-dark .warn-300 .text-hint, .treo-theme-dark .warn-300.text-disabled, .treo-theme-dark .warn-300.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .treo-theme-dark .warn-300 .divider, .treo-theme-dark .warn-300.divider {
            color: rgba(119,29,29,.12) !important;
        }

.treo-theme-dark .active\:border-warn-300:active, .treo-theme-dark .border-warn-300, .treo-theme-dark .focus\:border-warn-300:focus, .treo-theme-dark .hover\:border-warn-300:hover {
    border-color: #f8b4b4 !important;
}

.treo-theme-dark .text-warn-400 {
    color: #f98080 !important;
}

.treo-theme-dark .bg-warn-400, .treo-theme-dark .warn-400 {
    background: #f98080 !important;
}

    .treo-theme-dark .warn-400, .treo-theme-dark .warn-400 .mat-icon {
        color: #771d1d !important;
    }

        .treo-theme-dark .warn-400 .text-secondary, .treo-theme-dark .warn-400.text-secondary {
            color: rgba(119,29,29,.6) !important;
        }

        .treo-theme-dark .warn-400 .text-disabled, .treo-theme-dark .warn-400 .text-hint, .treo-theme-dark .warn-400.text-disabled, .treo-theme-dark .warn-400.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .treo-theme-dark .warn-400 .divider, .treo-theme-dark .warn-400.divider {
            color: rgba(119,29,29,.12) !important;
        }

.treo-theme-dark .active\:border-warn-400:active, .treo-theme-dark .border-warn-400, .treo-theme-dark .focus\:border-warn-400:focus, .treo-theme-dark .hover\:border-warn-400:hover {
    border-color: #f98080 !important;
}

.treo-theme-dark .text-warn-500 {
    color: #f05252 !important;
}

.treo-theme-dark .bg-warn-500, .treo-theme-dark .warn-500 {
    background: #f05252 !important;
}

    .treo-theme-dark .warn-500, .treo-theme-dark .warn-500 .mat-icon {
        color: #771d1d !important;
    }

        .treo-theme-dark .warn-500 .text-secondary, .treo-theme-dark .warn-500.text-secondary {
            color: rgba(119,29,29,.6) !important;
        }

        .treo-theme-dark .warn-500 .text-disabled, .treo-theme-dark .warn-500 .text-hint, .treo-theme-dark .warn-500.text-disabled, .treo-theme-dark .warn-500.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .treo-theme-dark .warn-500 .divider, .treo-theme-dark .warn-500.divider {
            color: rgba(119,29,29,.12) !important;
        }

.treo-theme-dark .active\:border-warn-500:active, .treo-theme-dark .border-warn-500, .treo-theme-dark .focus\:border-warn-500:focus, .treo-theme-dark .hover\:border-warn-500:hover {
    border-color: #f05252 !important;
}

.treo-theme-dark .text-warn {
    color: #f05252 !important;
}

.treo-theme-dark .bg-warn, .treo-theme-dark .warn {
    background: #f05252 !important;
}

    .treo-theme-dark .warn, .treo-theme-dark .warn .mat-icon {
        color: #771d1d !important;
    }

        .treo-theme-dark .warn.text-secondary, .treo-theme-dark .warn .text-secondary {
            color: rgba(119,29,29,.6) !important;
        }

        .treo-theme-dark .warn.text-disabled, .treo-theme-dark .warn .text-disabled, .treo-theme-dark .warn.text-hint, .treo-theme-dark .warn .text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .treo-theme-dark .warn.divider, .treo-theme-dark .warn .divider {
            color: rgba(119,29,29,.12) !important;
        }

.treo-theme-dark .active\:border-warn:active, .treo-theme-dark .border-warn, .treo-theme-dark .focus\:border-warn:focus, .treo-theme-dark .hover\:border-warn:hover {
    border-color: #f05252 !important;
}

.treo-theme-dark .text-warn-600 {
    color: #e02424 !important;
}

.treo-theme-dark .bg-warn-600, .treo-theme-dark .warn-600 {
    background: #e02424 !important;
}

    .treo-theme-dark .warn-600, .treo-theme-dark .warn-600 .mat-icon {
        color: #fdf2f2 !important;
    }

        .treo-theme-dark .warn-600 .text-secondary, .treo-theme-dark .warn-600.text-secondary {
            color: rgba(253,242,242,.6) !important;
        }

        .treo-theme-dark .warn-600 .text-disabled, .treo-theme-dark .warn-600 .text-hint, .treo-theme-dark .warn-600.text-disabled, .treo-theme-dark .warn-600.text-hint {
            color: rgba(253,242,242,.38) !important;
        }

        .treo-theme-dark .warn-600 .divider, .treo-theme-dark .warn-600.divider {
            color: rgba(253,242,242,.12) !important;
        }



.treo-theme-light .mat-ripple-element {
    background-color: rgba(0,0,0,.1);
}

.treo-theme-light .mat-option {
    color: #27303f;
}

    .treo-theme-light .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled), .treo-theme-light .mat-option:focus:not(.mat-option-disabled), .treo-theme-light .mat-option:hover:not(.mat-option-disabled) {
        background: rgba(151,166,186,.12);
    }

    .treo-theme-light .mat-option.mat-active {
        background: rgba(151,166,186,.12);
        color: #27303f;
    }

    .treo-theme-light .mat-option.mat-option-disabled {
        color: #97a6ba;
    }

.treo-theme-light .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #5850ec;
}

.treo-theme-light .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #27303f;
}

.treo-theme-light .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #c81e1e;
}

.treo-theme-light .mat-optgroup-label {
    color: #64748b;
}

.treo-theme-light .mat-optgroup-disabled .mat-optgroup-label {
    color: #97a6ba;
}

.treo-theme-light .mat-pseudo-checkbox {
    color: #64748b;
}

    .treo-theme-light .mat-pseudo-checkbox:after {
        color: #f1f5f9;
    }

.treo-theme-light .mat-pseudo-checkbox-disabled {
    color: #b0b0b0;
}

.treo-theme-light .mat-primary .mat-pseudo-checkbox-checked, .treo-theme-light .mat-primary .mat-pseudo-checkbox-indeterminate {
    background: #5850ec;
}

.treo-theme-light .mat-accent .mat-pseudo-checkbox-checked, .treo-theme-light .mat-accent .mat-pseudo-checkbox-indeterminate, .treo-theme-light .mat-pseudo-checkbox-checked, .treo-theme-light .mat-pseudo-checkbox-indeterminate {
    background: #27303f;
}

.treo-theme-light .mat-warn .mat-pseudo-checkbox-checked, .treo-theme-light .mat-warn .mat-pseudo-checkbox-indeterminate {
    background: #c81e1e;
}

.treo-theme-light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled, .treo-theme-light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
    background: #b0b0b0;
}

.treo-theme-light.mat-app-background, .treo-theme-light .mat-app-background {
    background-color: #f1f5f9;
    color: #27303f;
}

.treo-theme-light .mat-elevation-z0 {
    box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);
}

.treo-theme-light .mat-elevation-z1 {
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
}

.treo-theme-light .mat-elevation-z2 {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
}

.treo-theme-light .mat-elevation-z3 {
    box-shadow: 0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);
}

.treo-theme-light .mat-elevation-z4 {
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
}

.treo-theme-light .mat-elevation-z5 {
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12);
}

.treo-theme-light .mat-elevation-z6 {
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
}

.treo-theme-light .mat-elevation-z7 {
    box-shadow: 0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12);
}

.treo-theme-light .mat-elevation-z8 {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
}

.treo-theme-light .mat-elevation-z9 {
    box-shadow: 0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12);
}

.treo-theme-light .mat-elevation-z10 {
    box-shadow: 0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12);
}

.treo-theme-light .mat-elevation-z11 {
    box-shadow: 0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12);
}

.treo-theme-light .mat-elevation-z12 {
    box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12);
}

.treo-theme-light .mat-elevation-z13 {
    box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);
}

.treo-theme-light .mat-elevation-z14 {
    box-shadow: 0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12);
}

.treo-theme-light .mat-elevation-z15 {
    box-shadow: 0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12);
}

.treo-theme-light .mat-elevation-z16 {
    box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
}

.treo-theme-light .mat-elevation-z17 {
    box-shadow: 0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12);
}

.treo-theme-light .mat-elevation-z18 {
    box-shadow: 0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12);
}

.treo-theme-light .mat-elevation-z19 {
    box-shadow: 0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12);
}

.treo-theme-light .mat-elevation-z20 {
    box-shadow: 0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12);
}

.treo-theme-light .mat-elevation-z21 {
    box-shadow: 0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12);
}

.treo-theme-light .mat-elevation-z22 {
    box-shadow: 0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12);
}

.treo-theme-light .mat-elevation-z23 {
    box-shadow: 0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12);
}

.treo-theme-light .mat-elevation-z24 {
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);
}

.treo-theme-light .mat-autocomplete-panel {
    background: #fff;
    color: #27303f;
}

    .treo-theme-light .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
        box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    }

    .treo-theme-light .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
        background: #fff;
    }

        .treo-theme-light .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
            color: #27303f;
        }

.treo-theme-light .mat-badge-content {
    color: #f0f5ff;
    background: #5850ec;
}

.cdk-high-contrast-active .treo-theme-light .mat-badge-content {
    outline: 1px solid;
    border-radius: 0;
}

.treo-theme-light .mat-badge-accent .mat-badge-content {
    background: #27303f;
    color: #fbfdfe;
}

.treo-theme-light .mat-badge-warn .mat-badge-content {
    color: #fdf2f2;
    background: #c81e1e;
}

.treo-theme-light .mat-badge {
    position: relative;
}

.treo-theme-light .mat-badge-hidden .mat-badge-content {
    display: none;
}

.treo-theme-light .mat-badge-disabled .mat-badge-content {
    background: #97a6ba;
    color: #97a6ba;
}

.treo-theme-light .mat-badge-content {
    position: absolute;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    transition: transform .2s ease-in-out;
    transform: scale(.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none;
}

    .treo-theme-light .mat-badge-content._mat-animation-noopable, .treo-theme-light .ng-animate-disabled .mat-badge-content {
        transition: none;
    }

    .treo-theme-light .mat-badge-content.mat-badge-active {
        transform: none;
    }

.treo-theme-light .mat-badge-small .mat-badge-content {
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.treo-theme-light .mat-badge-small.mat-badge-above .mat-badge-content {
    top: -8px;
}

.treo-theme-light .mat-badge-small.mat-badge-below .mat-badge-content {
    bottom: -8px;
}

.treo-theme-light .mat-badge-small.mat-badge-before .mat-badge-content {
    left: -16px;
}

[dir=rtl] .treo-theme-light .mat-badge-small.mat-badge-before .mat-badge-content {
    left: auto;
    right: -16px;
}

.treo-theme-light .mat-badge-small.mat-badge-after .mat-badge-content {
    right: -16px;
}

[dir=rtl] .treo-theme-light .mat-badge-small.mat-badge-after .mat-badge-content {
    right: auto;
    left: -16px;
}

.treo-theme-light .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -8px;
}

[dir=rtl] .treo-theme-light .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -8px;
}

.treo-theme-light .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -8px;
}

[dir=rtl] .treo-theme-light .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -8px;
}

.treo-theme-light .mat-badge-medium .mat-badge-content {
    width: 22px;
    height: 22px;
    line-height: 22px;
}

.treo-theme-light .mat-badge-medium.mat-badge-above .mat-badge-content {
    top: -11px;
}

.treo-theme-light .mat-badge-medium.mat-badge-below .mat-badge-content {
    bottom: -11px;
}

.treo-theme-light .mat-badge-medium.mat-badge-before .mat-badge-content {
    left: -22px;
}

[dir=rtl] .treo-theme-light .mat-badge-medium.mat-badge-before .mat-badge-content {
    left: auto;
    right: -22px;
}

.treo-theme-light .mat-badge-medium.mat-badge-after .mat-badge-content {
    right: -22px;
}

[dir=rtl] .treo-theme-light .mat-badge-medium.mat-badge-after .mat-badge-content {
    right: auto;
    left: -22px;
}

.treo-theme-light .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -11px;
}

[dir=rtl] .treo-theme-light .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -11px;
}

.treo-theme-light .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -11px;
}

[dir=rtl] .treo-theme-light .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -11px;
}

.treo-theme-light .mat-badge-large .mat-badge-content {
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.treo-theme-light .mat-badge-large.mat-badge-above .mat-badge-content {
    top: -14px;
}

.treo-theme-light .mat-badge-large.mat-badge-below .mat-badge-content {
    bottom: -14px;
}

.treo-theme-light .mat-badge-large.mat-badge-before .mat-badge-content {
    left: -28px;
}

[dir=rtl] .treo-theme-light .mat-badge-large.mat-badge-before .mat-badge-content {
    left: auto;
    right: -28px;
}

.treo-theme-light .mat-badge-large.mat-badge-after .mat-badge-content {
    right: -28px;
}

[dir=rtl] .treo-theme-light .mat-badge-large.mat-badge-after .mat-badge-content {
    right: auto;
    left: -28px;
}

.treo-theme-light .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -14px;
}

[dir=rtl] .treo-theme-light .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -14px;
}

.treo-theme-light .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -14px;
}

[dir=rtl] .treo-theme-light .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -14px;
}

.treo-theme-light .mat-bottom-sheet-container {
    box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
    background: #fff;
    color: #27303f;
}

.treo-theme-light .mat-button, .treo-theme-light .mat-icon-button, .treo-theme-light .mat-stroked-button {
    color: inherit;
    background: transparent;
}

    .treo-theme-light .mat-button.mat-primary, .treo-theme-light .mat-icon-button.mat-primary, .treo-theme-light .mat-stroked-button.mat-primary {
        color: #5850ec;
    }

    .treo-theme-light .mat-button.mat-accent, .treo-theme-light .mat-icon-button.mat-accent, .treo-theme-light .mat-stroked-button.mat-accent {
        color: #27303f;
    }

    .treo-theme-light .mat-button.mat-warn, .treo-theme-light .mat-icon-button.mat-warn, .treo-theme-light .mat-stroked-button.mat-warn {
        color: #c81e1e;
    }

        .treo-theme-light .mat-button.mat-accent[disabled], .treo-theme-light .mat-button.mat-primary[disabled], .treo-theme-light .mat-button.mat-warn[disabled], .treo-theme-light .mat-button[disabled][disabled], .treo-theme-light .mat-icon-button.mat-accent[disabled], .treo-theme-light .mat-icon-button.mat-primary[disabled], .treo-theme-light .mat-icon-button.mat-warn[disabled], .treo-theme-light .mat-icon-button[disabled][disabled], .treo-theme-light .mat-stroked-button.mat-accent[disabled], .treo-theme-light .mat-stroked-button.mat-primary[disabled], .treo-theme-light .mat-stroked-button.mat-warn[disabled], .treo-theme-light .mat-stroked-button[disabled][disabled] {
            color: #97a6ba;
        }

    .treo-theme-light .mat-button.mat-primary .mat-button-focus-overlay, .treo-theme-light .mat-icon-button.mat-primary .mat-button-focus-overlay, .treo-theme-light .mat-stroked-button.mat-primary .mat-button-focus-overlay {
        background-color: #5850ec;
    }

    .treo-theme-light .mat-button.mat-accent .mat-button-focus-overlay, .treo-theme-light .mat-icon-button.mat-accent .mat-button-focus-overlay, .treo-theme-light .mat-stroked-button.mat-accent .mat-button-focus-overlay {
        background-color: #27303f;
    }

    .treo-theme-light .mat-button.mat-warn .mat-button-focus-overlay, .treo-theme-light .mat-icon-button.mat-warn .mat-button-focus-overlay, .treo-theme-light .mat-stroked-button.mat-warn .mat-button-focus-overlay {
        background-color: #c81e1e;
    }

    .treo-theme-light .mat-button[disabled] .mat-button-focus-overlay, .treo-theme-light .mat-icon-button[disabled] .mat-button-focus-overlay, .treo-theme-light .mat-stroked-button[disabled] .mat-button-focus-overlay {
        background-color: transparent;
    }

    .treo-theme-light .mat-button .mat-ripple-element, .treo-theme-light .mat-icon-button .mat-ripple-element, .treo-theme-light .mat-stroked-button .mat-ripple-element {
        opacity: .1;
        background-color: currentColor;
    }

.treo-theme-light .mat-button-focus-overlay {
    background: #000;
}

.treo-theme-light .mat-stroked-button:not([disabled]) {
    border-color: #e2e8f0;
}

.treo-theme-light .mat-fab, .treo-theme-light .mat-flat-button, .treo-theme-light .mat-mini-fab, .treo-theme-light .mat-raised-button {
    color: #27303f;
    background-color: #fff;
}

    .treo-theme-light .mat-fab.mat-primary, .treo-theme-light .mat-flat-button.mat-primary, .treo-theme-light .mat-mini-fab.mat-primary, .treo-theme-light .mat-raised-button.mat-primary {
        color: #f0f5ff;
    }

    .treo-theme-light .mat-fab.mat-accent, .treo-theme-light .mat-flat-button.mat-accent, .treo-theme-light .mat-mini-fab.mat-accent, .treo-theme-light .mat-raised-button.mat-accent {
        color: #fbfdfe;
    }

    .treo-theme-light .mat-fab.mat-warn, .treo-theme-light .mat-flat-button.mat-warn, .treo-theme-light .mat-mini-fab.mat-warn, .treo-theme-light .mat-raised-button.mat-warn {
        color: #fdf2f2;
    }

        .treo-theme-light .mat-fab.mat-accent[disabled], .treo-theme-light .mat-fab.mat-primary[disabled], .treo-theme-light .mat-fab.mat-warn[disabled], .treo-theme-light .mat-fab[disabled][disabled], .treo-theme-light .mat-flat-button.mat-accent[disabled], .treo-theme-light .mat-flat-button.mat-primary[disabled], .treo-theme-light .mat-flat-button.mat-warn[disabled], .treo-theme-light .mat-flat-button[disabled][disabled], .treo-theme-light .mat-mini-fab.mat-accent[disabled], .treo-theme-light .mat-mini-fab.mat-primary[disabled], .treo-theme-light .mat-mini-fab.mat-warn[disabled], .treo-theme-light .mat-mini-fab[disabled][disabled], .treo-theme-light .mat-raised-button.mat-accent[disabled], .treo-theme-light .mat-raised-button.mat-primary[disabled], .treo-theme-light .mat-raised-button.mat-warn[disabled], .treo-theme-light .mat-raised-button[disabled][disabled] {
            color: #97a6ba;
        }

    .treo-theme-light .mat-fab.mat-primary, .treo-theme-light .mat-flat-button.mat-primary, .treo-theme-light .mat-mini-fab.mat-primary, .treo-theme-light .mat-raised-button.mat-primary {
        background-color: #171819;
    }

    .treo-theme-light .mat-fab.mat-accent, .treo-theme-light .mat-flat-button.mat-accent, .treo-theme-light .mat-mini-fab.mat-accent, .treo-theme-light .mat-raised-button.mat-accent {
        background-color: #27303f;
    }

    .treo-theme-light .mat-fab.mat-warn, .treo-theme-light .mat-flat-button.mat-warn, .treo-theme-light .mat-mini-fab.mat-warn, .treo-theme-light .mat-raised-button.mat-warn {
        background-color: #c81e1e;
    }

        .treo-theme-light .mat-fab.mat-accent[disabled], .treo-theme-light .mat-fab.mat-primary[disabled], .treo-theme-light .mat-fab.mat-warn[disabled], .treo-theme-light .mat-fab[disabled][disabled], .treo-theme-light .mat-flat-button.mat-accent[disabled], .treo-theme-light .mat-flat-button.mat-primary[disabled], .treo-theme-light .mat-flat-button.mat-warn[disabled], .treo-theme-light .mat-flat-button[disabled][disabled], .treo-theme-light .mat-mini-fab.mat-accent[disabled], .treo-theme-light .mat-mini-fab.mat-primary[disabled], .treo-theme-light .mat-mini-fab.mat-warn[disabled], .treo-theme-light .mat-mini-fab[disabled][disabled], .treo-theme-light .mat-raised-button.mat-accent[disabled], .treo-theme-light .mat-raised-button.mat-primary[disabled], .treo-theme-light .mat-raised-button.mat-warn[disabled], .treo-theme-light .mat-raised-button[disabled][disabled] {
            background-color: rgba(151,166,186,.38);
        }

    .treo-theme-light .mat-fab.mat-primary .mat-ripple-element, .treo-theme-light .mat-flat-button.mat-primary .mat-ripple-element, .treo-theme-light .mat-mini-fab.mat-primary .mat-ripple-element, .treo-theme-light .mat-raised-button.mat-primary .mat-ripple-element {
        background-color: rgba(240,245,255,.1);
    }

    .treo-theme-light .mat-fab.mat-accent .mat-ripple-element, .treo-theme-light .mat-flat-button.mat-accent .mat-ripple-element, .treo-theme-light .mat-mini-fab.mat-accent .mat-ripple-element, .treo-theme-light .mat-raised-button.mat-accent .mat-ripple-element {
        background-color: rgba(251,253,254,.1);
    }

    .treo-theme-light .mat-fab.mat-warn .mat-ripple-element, .treo-theme-light .mat-flat-button.mat-warn .mat-ripple-element, .treo-theme-light .mat-mini-fab.mat-warn .mat-ripple-element, .treo-theme-light .mat-raised-button.mat-warn .mat-ripple-element {
        background-color: rgba(253,242,242,.1);
    }

    .treo-theme-light .mat-flat-button:not([class*=mat-elevation-z]), .treo-theme-light .mat-stroked-button:not([class*=mat-elevation-z]) {
        box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);
    }

    .treo-theme-light .mat-raised-button:not([class*=mat-elevation-z]) {
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    }

    .treo-theme-light .mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]) {
        box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    }

    .treo-theme-light .mat-raised-button[disabled]:not([class*=mat-elevation-z]) {
        box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);
    }

    .treo-theme-light .mat-fab:not([class*=mat-elevation-z]), .treo-theme-light .mat-mini-fab:not([class*=mat-elevation-z]) {
        box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
    }

    .treo-theme-light .mat-fab:not([disabled]):active:not([class*=mat-elevation-z]), .treo-theme-light .mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]) {
        box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12);
    }

    .treo-theme-light .mat-fab[disabled]:not([class*=mat-elevation-z]), .treo-theme-light .mat-mini-fab[disabled]:not([class*=mat-elevation-z]) {
        box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);
    }

.treo-theme-light .mat-button-toggle-group, .treo-theme-light .mat-button-toggle-standalone {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
}

    .treo-theme-light .mat-button-toggle-group-appearance-standard, .treo-theme-light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
        box-shadow: none;
    }

.treo-theme-light .mat-button-toggle {
    color: #97a6ba;
}

    .treo-theme-light .mat-button-toggle .mat-button-toggle-focus-overlay {
        background-color: #64748b;
    }

.treo-theme-light .mat-button-toggle-appearance-standard {
    color: #27303f;
    background: #fff;
}

    .treo-theme-light .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
        background-color: #64748b;
    }

.treo-theme-light .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
    border-left: 1px solid #e2e8f0;
}

.treo-theme-light [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
    border-left: none;
    border-right: 1px solid #e2e8f0;
}

.treo-theme-light .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
    border-left: none;
    border-right: none;
    border-top: 1px solid #e2e8f0;
}

.treo-theme-light .mat-button-toggle-checked {
    background-color: #e2e8f0;
    color: #64748b;
}

    .treo-theme-light .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
        color: #27303f;
    }

.treo-theme-light .mat-button-toggle-disabled {
    color: #97a6ba;
    background-color: #cfd8e3;
}

    .treo-theme-light .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
        background: #fff;
    }

    .treo-theme-light .mat-button-toggle-disabled.mat-button-toggle-checked {
        background-color: #e2e8f0;
    }

.treo-theme-light .mat-button-toggle-group-appearance-standard, .treo-theme-light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
    border: 1px solid #e2e8f0;
}

.treo-theme-light .mat-card {
    background: #fff;
    color: #27303f;
}

    .treo-theme-light .mat-card:not([class*=mat-elevation-z]) {
        box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
    }

    .treo-theme-light .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
        box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);
    }

.treo-theme-light .mat-card-subtitle {
    color: #64748b;
}

.treo-theme-light .mat-checkbox-frame {
    border-color: #64748b;
}

.treo-theme-light .mat-checkbox-checkmark {
    fill: #f1f5f9;
}

.treo-theme-light .mat-checkbox-checkmark-path {
    stroke: #f1f5f9 !important;
}

.treo-theme-light .mat-checkbox-mixedmark {
    background-color: #f1f5f9;
}

.treo-theme-light .mat-checkbox-checked.mat-primary .mat-checkbox-background, .treo-theme-light .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background {
    background-color: #5850ec;
}

.treo-theme-light .mat-checkbox-checked.mat-accent .mat-checkbox-background, .treo-theme-light .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
    background-color: #27303f;
}

.treo-theme-light .mat-checkbox-checked.mat-warn .mat-checkbox-background, .treo-theme-light .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background {
    background-color: #c81e1e;
}

.treo-theme-light .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .treo-theme-light .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
    background-color: #b0b0b0;
}

.treo-theme-light .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
    border-color: #b0b0b0;
}

.treo-theme-light .mat-checkbox-disabled .mat-checkbox-label {
    color: #64748b;
}

.treo-theme-light .mat-checkbox .mat-ripple-element {
    background-color: #000;
}

.treo-theme-light .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element, .treo-theme-light .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
    background: #5850ec;
}

.treo-theme-light .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element, .treo-theme-light .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
    background: #27303f;
}

.treo-theme-light .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element, .treo-theme-light .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
    background: #c81e1e;
}

.treo-theme-light .mat-chip.mat-standard-chip {
    background-color: #e2e8f0;
    color: #27303f;
}

    .treo-theme-light .mat-chip.mat-standard-chip .mat-chip-remove {
        color: #27303f;
        opacity: .4;
    }

    .treo-theme-light .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
        box-shadow: 0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);
    }

    .treo-theme-light .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
        opacity: .54;
    }

    .treo-theme-light .mat-chip.mat-standard-chip.mat-chip-disabled {
        opacity: .4;
    }

    .treo-theme-light .mat-chip.mat-standard-chip:after {
        background: #000;
    }

    .treo-theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
        background-color: #5850ec;
        color: #f0f5ff;
    }

        .treo-theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
            color: #f0f5ff;
            opacity: .4;
        }

        .treo-theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
            background-color: rgba(240,245,255,.1);
        }

    .treo-theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
        background-color: #c81e1e;
        color: #fdf2f2;
    }

        .treo-theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
            color: #fdf2f2;
            opacity: .4;
        }

        .treo-theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
            background-color: rgba(253,242,242,.1);
        }

    .treo-theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
        background-color: #27303f;
        color: #fbfdfe;
    }

        .treo-theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
            color: #fbfdfe;
            opacity: .4;
        }

        .treo-theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
            background-color: rgba(251,253,254,.1);
        }

.treo-theme-light .mat-table {
    background: #fff;
}

    .treo-theme-light .mat-table-sticky, .treo-theme-light .mat-table tbody, .treo-theme-light .mat-table tfoot, .treo-theme-light .mat-table thead, .treo-theme-light [mat-footer-row], .treo-theme-light [mat-header-row], .treo-theme-light [mat-row], .treo-theme-light mat-footer-row, .treo-theme-light mat-header-row, .treo-theme-light mat-row {
        background: inherit;
    }

.treo-theme-light mat-footer-row, .treo-theme-light mat-header-row, .treo-theme-light mat-row, .treo-theme-light td.mat-cell, .treo-theme-light td.mat-footer-cell, .treo-theme-light th.mat-header-cell {
    border-bottom-color: #e2e8f0;
}

.treo-theme-light .mat-header-cell {
    color: #64748b;
}

.treo-theme-light .mat-cell, .treo-theme-light .mat-footer-cell {
    color: #27303f;
}

.treo-theme-light .mat-calendar-arrow {
    border-top-color: #64748b;
}

.treo-theme-light .mat-datepicker-content .mat-calendar-next-button, .treo-theme-light .mat-datepicker-content .mat-calendar-previous-button, .treo-theme-light .mat-datepicker-toggle {
    color: #64748b;
}

.treo-theme-light .mat-calendar-table-header {
    color: #97a6ba;
}

.treo-theme-light .mat-calendar-table-header-divider:after {
    background: #e2e8f0;
}

.treo-theme-light .mat-calendar-body-label {
    color: #64748b;
}

.treo-theme-light .mat-calendar-body-cell-content, .treo-theme-light .mat-date-range-input-separator {
    color: #27303f;
    border-color: transparent;
}

.treo-theme-light .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected), .treo-theme-light .mat-form-field-disabled .mat-date-range-input-separator {
    color: #97a6ba;
}

.treo-theme-light .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected), .treo-theme-light .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected), .treo-theme-light .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    background-color: rgba(151,166,186,.12);
}

.treo-theme-light .mat-calendar-body-in-preview {
    color: #e2e8f0;
}

.treo-theme-light .mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: #97a6ba;
}

.treo-theme-light .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: rgba(151,166,186,.8);
}

.treo-theme-light .mat-calendar-body-in-range:before {
    background: rgba(88,80,236,.2);
}

.treo-theme-light .mat-calendar-body-in-comparison-range:before {
    background: rgba(249,171,0,.2);
}

.treo-theme-light .mat-calendar-body-comparison-bridge-start:before, .treo-theme-light [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
    background: linear-gradient(90deg,rgba(88,80,236,.2) 50%,rgba(249,171,0,.2) 0);
}

.treo-theme-light .mat-calendar-body-comparison-bridge-end:before, .treo-theme-light [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
    background: linear-gradient(270deg,rgba(88,80,236,.2) 50%,rgba(249,171,0,.2) 0);
}

.treo-theme-light .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after {
    background: #a8dab5;
}

.treo-theme-light .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
    background: #46a35e;
}

.treo-theme-light .mat-calendar-body-selected {
    background-color: #5850ec;
    color: #f0f5ff;
}

.treo-theme-light .mat-calendar-body-disabled > .mat-calendar-body-selected {
    background-color: rgba(88,80,236,.4);
}

.treo-theme-light .mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px #f0f5ff;
}

.treo-theme-light .mat-datepicker-content {
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    background-color: #fff;
    color: #27303f;
}

    .treo-theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before {
        background: rgba(39,48,63,.2);
    }

    .treo-theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before {
        background: rgba(249,171,0,.2);
    }

    .treo-theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before, .treo-theme-light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
        background: linear-gradient(90deg,rgba(39,48,63,.2) 50%,rgba(249,171,0,.2) 0);
    }

    .treo-theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before, .treo-theme-light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
        background: linear-gradient(270deg,rgba(39,48,63,.2) 50%,rgba(249,171,0,.2) 0);
    }

    .treo-theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after {
        background: #a8dab5;
    }

    .treo-theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
        background: #46a35e;
    }

    .treo-theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
        background-color: #27303f;
        color: #fbfdfe;
    }

    .treo-theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
        background-color: rgba(39,48,63,.4);
    }

    .treo-theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
        box-shadow: inset 0 0 0 1px #fbfdfe;
    }

    .treo-theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before {
        background: rgba(200,30,30,.2);
    }

    .treo-theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before {
        background: rgba(249,171,0,.2);
    }

    .treo-theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before, .treo-theme-light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
        background: linear-gradient(90deg,rgba(200,30,30,.2) 50%,rgba(249,171,0,.2) 0);
    }

    .treo-theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before, .treo-theme-light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
        background: linear-gradient(270deg,rgba(200,30,30,.2) 50%,rgba(249,171,0,.2) 0);
    }

    .treo-theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after {
        background: #a8dab5;
    }

    .treo-theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
        background: #46a35e;
    }

    .treo-theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
        background-color: #c81e1e;
        color: #fdf2f2;
    }

    .treo-theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
        background-color: rgba(200,30,30,.4);
    }

    .treo-theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
        box-shadow: inset 0 0 0 1px #fdf2f2;
    }

.treo-theme-light .mat-datepicker-content-touch {
    box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);
}

.treo-theme-light .mat-datepicker-toggle-active {
    color: #5850ec;
}

    .treo-theme-light .mat-datepicker-toggle-active.mat-accent {
        color: #27303f;
    }

    .treo-theme-light .mat-datepicker-toggle-active.mat-warn {
        color: #c81e1e;
    }

.treo-theme-light .mat-date-range-input-inner[disabled] {
    color: #97a6ba;
}

.treo-theme-light .mat-dialog-container {
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);
    background: #fff;
    color: #27303f;
}

.treo-theme-light .mat-divider {
    border-top-color: #e2e8f0;
}

.treo-theme-light .mat-divider-vertical {
    border-right-color: #e2e8f0;
}

.treo-theme-light .mat-expansion-panel {
    background: #fff;
    color: #27303f;
}

    .treo-theme-light .mat-expansion-panel:not([class*=mat-elevation-z]) {
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    }

.treo-theme-light .mat-action-row {
    border-top-color: #e2e8f0;
}

.treo-theme-light .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .treo-theme-light .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .treo-theme-light .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
    background: rgba(151,166,186,.12);
}

@media (hover:none) {
    .treo-theme-light .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
        background: #fff;
    }
}

.treo-theme-light .mat-expansion-panel-header-title {
    color: #27303f;
}

.treo-theme-light .mat-expansion-indicator:after, .treo-theme-light .mat-expansion-panel-header-description {
    color: #64748b;
}

.treo-theme-light .mat-expansion-panel-header[aria-disabled=true] {
    color: #97a6ba;
}

    .treo-theme-light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description, .treo-theme-light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title {
        color: inherit;
    }

.treo-theme-light .mat-form-field-label, .treo-theme-light .mat-hint {
    color: rgba(100,116,139,.6);
}

.treo-theme-light .mat-form-field.mat-focused .mat-form-field-label {
    color: #5850ec;
}

    .treo-theme-light .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
        color: #27303f;
    }

    .treo-theme-light .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
        color: #c81e1e;
    }

.treo-theme-light .mat-focused .mat-form-field-required-marker {
    color: #27303f;
}

.treo-theme-light .mat-form-field-ripple {
    background-color: rgba(226,232,240,.87);
}

.treo-theme-light .mat-form-field.mat-focused .mat-form-field-ripple {
    background-color: #5850ec;
}

    .treo-theme-light .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
        background-color: #27303f;
    }

    .treo-theme-light .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
        background-color: #c81e1e;
    }

.treo-theme-light .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after {
    color: #5850ec;
}

.treo-theme-light .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after {
    color: #27303f;
}

.treo-theme-light .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after, .treo-theme-light .mat-form-field.mat-form-field-invalid .mat-form-field-label, .treo-theme-light .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent, .treo-theme-light .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
    color: #c81e1e;
}

.treo-theme-light .mat-form-field.mat-form-field-invalid .mat-form-field-ripple, .treo-theme-light .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
    background-color: #c81e1e;
}

.treo-theme-light .mat-error {
    color: #c81e1e;
}

.treo-theme-light .mat-form-field-appearance-legacy .mat-form-field-label, .treo-theme-light .mat-form-field-appearance-legacy .mat-hint {
    color: #64748b;
}

.treo-theme-light .mat-form-field-appearance-legacy .mat-form-field-underline {
    background-color: rgba(226,232,240,.42);
}

.treo-theme-light .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
    background-image: linear-gradient(90deg,rgba(226,232,240,.42) 0,rgba(226,232,240,.42) 33%,transparent 0);
    background-size: 4px 100%;
    background-repeat: repeat-x;
}

.treo-theme-light .mat-form-field-appearance-standard .mat-form-field-underline {
    background-color: rgba(226,232,240,.42);
}

.treo-theme-light .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
    background-image: linear-gradient(90deg,rgba(226,232,240,.42) 0,rgba(226,232,240,.42) 33%,transparent 0);
    background-size: 4px 100%;
    background-repeat: repeat-x;
}

.treo-theme-light .mat-form-field-appearance-fill .mat-form-field-flex {
    background-color: rgba(0,0,0,.04);
}

.treo-theme-light .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
    background-color: rgba(0,0,0,.02);
}

.treo-theme-light .mat-form-field-appearance-fill .mat-form-field-underline:before {
    background-color: rgba(226,232,240,.42);
}

.treo-theme-light .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
    color: #97a6ba;
}

.treo-theme-light .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before {
    background-color: transparent;
}

.treo-theme-light .mat-form-field-appearance-outline .mat-form-field-outline {
    color: rgba(226,232,240,.12);
}

.treo-theme-light .mat-form-field-appearance-outline .mat-form-field-outline-thick {
    color: rgba(226,232,240,.87);
}

.treo-theme-light .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
    color: #5850ec;
}

.treo-theme-light .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
    color: #27303f;
}

.treo-theme-light .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick, .treo-theme-light .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
    color: #c81e1e;
}

.treo-theme-light .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
    color: #97a6ba;
}

.treo-theme-light .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
    color: rgba(226,232,240,.06);
}

.treo-theme-light .mat-icon.mat-primary {
    color: #5850ec;
}

.treo-theme-light .mat-icon.mat-accent {
    color: #27303f;
}

.treo-theme-light .mat-icon.mat-warn {
    color: #c81e1e;
}

.treo-theme-light .mat-form-field-type-mat-native-select .mat-form-field-infix:after {
    color: #64748b;
}

.treo-theme-light .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after, .treo-theme-light .mat-input-element:disabled {
    color: #97a6ba;
}

.treo-theme-light .mat-input-element {
    caret-color: #5850ec;
}

    .treo-theme-light .mat-input-element::-ms-input-placeholder {
        color: rgba(100,116,139,.42);
    }

    .treo-theme-light .mat-input-element::placeholder {
        color: rgba(100,116,139,.42);
    }

    .treo-theme-light .mat-input-element::-moz-placeholder {
        color: rgba(100,116,139,.42);
    }

    .treo-theme-light .mat-input-element::-webkit-input-placeholder {
        color: rgba(100,116,139,.42);
    }

    .treo-theme-light .mat-input-element:-ms-input-placeholder {
        color: rgba(100,116,139,.42);
    }

.treo-theme-light .mat-accent .mat-input-element {
    caret-color: #27303f;
}

.treo-theme-light .mat-form-field-invalid .mat-input-element, .treo-theme-light .mat-warn .mat-input-element {
    caret-color: #c81e1e;
}

.treo-theme-light .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after {
    color: #c81e1e;
}

.treo-theme-light .mat-list-base .mat-list-item, .treo-theme-light .mat-list-base .mat-list-option {
    color: #27303f;
}

.treo-theme-light .mat-list-base .mat-subheader {
    color: #64748b;
}

.treo-theme-light .mat-list-item-disabled {
    background-color: #cfd8e3;
}

.treo-theme-light .mat-action-list .mat-list-item:focus, .treo-theme-light .mat-action-list .mat-list-item:hover, .treo-theme-light .mat-list-option:focus, .treo-theme-light .mat-list-option:hover, .treo-theme-light .mat-list-single-selected-option, .treo-theme-light .mat-list-single-selected-option:focus, .treo-theme-light .mat-list-single-selected-option:hover, .treo-theme-light .mat-nav-list .mat-list-item:focus, .treo-theme-light .mat-nav-list .mat-list-item:hover {
    background: rgba(151,166,186,.12);
}

.treo-theme-light .mat-menu-panel {
    background: #fff;
}

    .treo-theme-light .mat-menu-panel:not([class*=mat-elevation-z]) {
        box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    }

.treo-theme-light .mat-menu-item {
    background: transparent;
    color: #27303f;
}

    .treo-theme-light .mat-menu-item[disabled], .treo-theme-light .mat-menu-item[disabled]:after {
        color: #97a6ba;
    }

    .treo-theme-light .mat-menu-item-submenu-trigger:after, .treo-theme-light .mat-menu-item .mat-icon-no-color {
        color: #64748b;
    }

    .treo-theme-light .mat-menu-item-highlighted:not([disabled]), .treo-theme-light .mat-menu-item.cdk-keyboard-focused:not([disabled]), .treo-theme-light .mat-menu-item.cdk-program-focused:not([disabled]), .treo-theme-light .mat-menu-item:hover:not([disabled]) {
        background: rgba(151,166,186,.12);
    }

.treo-theme-light .mat-paginator {
    background: #fff;
}

.treo-theme-light .mat-paginator, .treo-theme-light .mat-paginator-page-size .mat-select-trigger {
    color: #64748b;
}

.treo-theme-light .mat-paginator-decrement, .treo-theme-light .mat-paginator-increment {
    border-top: 2px solid #64748b;
    border-right: 2px solid #64748b;
}

.treo-theme-light .mat-paginator-first, .treo-theme-light .mat-paginator-last {
    border-top: 2px solid #64748b;
}

.treo-theme-light .mat-icon-button[disabled] .mat-paginator-decrement, .treo-theme-light .mat-icon-button[disabled] .mat-paginator-first, .treo-theme-light .mat-icon-button[disabled] .mat-paginator-increment, .treo-theme-light .mat-icon-button[disabled] .mat-paginator-last {
    border-color: #97a6ba;
}

.treo-theme-light .mat-progress-bar-background {
    fill: #e5edff;
}

.treo-theme-light .mat-progress-bar-buffer {
    background-color: #e5edff;
}

.treo-theme-light .mat-progress-bar-fill:after {
    background-color: #5850ec;
}

.treo-theme-light .mat-progress-bar.mat-accent .mat-progress-bar-background {
    fill: #f1f5f9;
}

.treo-theme-light .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
    background-color: #f1f5f9;
}

.treo-theme-light .mat-progress-bar.mat-accent .mat-progress-bar-fill:after {
    background-color: #27303f;
}

.treo-theme-light .mat-progress-bar.mat-warn .mat-progress-bar-background {
    fill: #fde8e8;
}

.treo-theme-light .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
    background-color: #fde8e8;
}

.treo-theme-light .mat-progress-bar.mat-warn .mat-progress-bar-fill:after {
    background-color: #c81e1e;
}

.treo-theme-light .mat-progress-spinner circle, .treo-theme-light .mat-spinner circle {
    stroke: #5850ec;
}

.treo-theme-light .mat-progress-spinner.mat-accent circle, .treo-theme-light .mat-spinner.mat-accent circle {
    stroke: #27303f;
}

.treo-theme-light .mat-progress-spinner.mat-warn circle, .treo-theme-light .mat-spinner.mat-warn circle {
    stroke: #c81e1e;
}

.treo-theme-light .mat-radio-outer-circle {
    border-color: #64748b;
}

.treo-theme-light .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
    border-color: #5850ec;
}

.treo-theme-light .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .treo-theme-light .mat-radio-button.mat-primary .mat-radio-inner-circle, .treo-theme-light .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .treo-theme-light .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
    background-color: #5850ec;
}

.treo-theme-light .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: #27303f;
}

.treo-theme-light .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .treo-theme-light .mat-radio-button.mat-accent .mat-radio-inner-circle, .treo-theme-light .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .treo-theme-light .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
    background-color: #27303f;
}

.treo-theme-light .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
    border-color: #c81e1e;
}

.treo-theme-light .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .treo-theme-light .mat-radio-button.mat-warn .mat-radio-inner-circle, .treo-theme-light .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .treo-theme-light .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
    background-color: #c81e1e;
}

.treo-theme-light .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle, .treo-theme-light .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
    border-color: #97a6ba;
}

.treo-theme-light .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle, .treo-theme-light .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element {
    background-color: #97a6ba;
}

.treo-theme-light .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
    color: #97a6ba;
}

.treo-theme-light .mat-radio-button .mat-ripple-element {
    background-color: #000;
}

.treo-theme-light .mat-select-value {
    color: #27303f;
}

.treo-theme-light .mat-select-placeholder {
    color: rgba(100,116,139,.42);
}

.treo-theme-light .mat-select-disabled .mat-select-value {
    color: #97a6ba;
}

.treo-theme-light .mat-select-arrow {
    color: #64748b;
}

.treo-theme-light .mat-select-panel {
    background: #fff;
}

    .treo-theme-light .mat-select-panel:not([class*=mat-elevation-z]) {
        box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    }

    .treo-theme-light .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
        background: rgba(151,166,186,.12);
    }

.treo-theme-light .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
    color: #5850ec;
}

.treo-theme-light .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
    color: #27303f;
}

.treo-theme-light .mat-form-field.mat-focused.mat-warn .mat-select-arrow, .treo-theme-light .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
    color: #c81e1e;
}

.treo-theme-light .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
    color: #97a6ba;
}

.treo-theme-light .mat-drawer-container {
    background-color: #f1f5f9;
    color: #27303f;
}

.treo-theme-light .mat-drawer {
    background-color: #fff;
    color: #27303f;
}

    .treo-theme-light .mat-drawer.mat-drawer-push {
        background-color: #fff;
    }

    .treo-theme-light .mat-drawer:not(.mat-drawer-side) {
        box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
    }

.treo-theme-light .mat-drawer-side {
    border-right: 1px solid #e2e8f0;
}

    .treo-theme-light .mat-drawer-side.mat-drawer-end, .treo-theme-light [dir=rtl] .mat-drawer-side {
        border-left: 1px solid #e2e8f0;
        border-right: none;
    }

        .treo-theme-light [dir=rtl] .mat-drawer-side.mat-drawer-end {
            border-left: none;
            border-right: 1px solid #e2e8f0;
        }

.treo-theme-light .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
    background-color: #27303f;
}

.treo-theme-light .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(39,48,63,.54);
}

.treo-theme-light .mat-slide-toggle.mat-checked .mat-ripple-element {
    background-color: #27303f;
}

.treo-theme-light .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
    background-color: #5850ec;
}

.treo-theme-light .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(88,80,236,.54);
}

.treo-theme-light .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
    background-color: #5850ec;
}

.treo-theme-light .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
    background-color: #c81e1e;
}

.treo-theme-light .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(200,30,30,.54);
}

.treo-theme-light .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
    background-color: #c81e1e;
}

.treo-theme-light .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
    background-color: #000;
}

.treo-theme-light .mat-slide-toggle-thumb {
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
    background-color: #fafafa;
}

.treo-theme-light .mat-slide-toggle-bar {
    background-color: #97a6ba;
}

.treo-theme-light .mat-slider-track-background {
    background-color: #cfd8e3;
}

.treo-theme-light .mat-primary .mat-slider-thumb, .treo-theme-light .mat-primary .mat-slider-thumb-label, .treo-theme-light .mat-primary .mat-slider-track-fill {
    background-color: #5850ec;
}

.treo-theme-light .mat-primary .mat-slider-thumb-label-text {
    color: #f0f5ff;
}

.treo-theme-light .mat-primary .mat-slider-focus-ring {
    background-color: rgba(88,80,236,.2);
}

.treo-theme-light .mat-accent .mat-slider-thumb, .treo-theme-light .mat-accent .mat-slider-thumb-label, .treo-theme-light .mat-accent .mat-slider-track-fill {
    background-color: #27303f;
}

.treo-theme-light .mat-accent .mat-slider-thumb-label-text {
    color: #fbfdfe;
}

.treo-theme-light .mat-accent .mat-slider-focus-ring {
    background-color: rgba(39,48,63,.2);
}

.treo-theme-light .mat-warn .mat-slider-thumb, .treo-theme-light .mat-warn .mat-slider-thumb-label, .treo-theme-light .mat-warn .mat-slider-track-fill {
    background-color: #c81e1e;
}

.treo-theme-light .mat-warn .mat-slider-thumb-label-text {
    color: #fdf2f2;
}

.treo-theme-light .mat-warn .mat-slider-focus-ring {
    background-color: rgba(200,30,30,.2);
}

.treo-theme-light .cdk-focused .mat-slider-track-background, .treo-theme-light .mat-slider:hover .mat-slider-track-background {
    background-color: #97a6ba;
}

.treo-theme-light .mat-slider-disabled .mat-slider-thumb, .treo-theme-light .mat-slider-disabled .mat-slider-track-background, .treo-theme-light .mat-slider-disabled .mat-slider-track-fill, .treo-theme-light .mat-slider-disabled:hover .mat-slider-track-background {
    background-color: #cfd8e3;
}

.treo-theme-light .mat-slider-min-value .mat-slider-focus-ring {
    background-color: rgba(0,0,0,.12);
}

.treo-theme-light .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb, .treo-theme-light .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
    background-color: #27303f;
}

.treo-theme-light .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb, .treo-theme-light .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
    background-color: #cfd8e3;
}

.treo-theme-light .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
    border-color: #cfd8e3;
    background-color: transparent;
}

.treo-theme-light .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb, .treo-theme-light .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb {
    border-color: #97a6ba;
}

.treo-theme-light .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb, .treo-theme-light .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb {
    border-color: #cfd8e3;
}

.treo-theme-light .mat-slider-has-ticks .mat-slider-wrapper:after {
    border-color: rgba(0,0,0,.7);
}

.treo-theme-light .mat-slider-horizontal .mat-slider-ticks {
    background-image: repeating-linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);
    background-image: -moz-repeating-linear-gradient(.0001deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);
}

.treo-theme-light .mat-slider-vertical .mat-slider-ticks {
    background-image: repeating-linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);
}

.treo-theme-light .mat-step-header.cdk-keyboard-focused, .treo-theme-light .mat-step-header.cdk-program-focused, .treo-theme-light .mat-step-header:hover {
    background-color: rgba(151,166,186,.12);
}

@media (hover:none) {
    .treo-theme-light .mat-step-header:hover {
        background: none;
    }
}

.treo-theme-light .mat-step-header .mat-step-label, .treo-theme-light .mat-step-header .mat-step-optional {
    color: #64748b;
}

.treo-theme-light .mat-step-header .mat-step-icon {
    background-color: #64748b;
    color: #f0f5ff;
}

.treo-theme-light .mat-step-header .mat-step-icon-selected, .treo-theme-light .mat-step-header .mat-step-icon-state-done, .treo-theme-light .mat-step-header .mat-step-icon-state-edit {
    background-color: #5850ec;
    color: #f0f5ff;
}

.treo-theme-light .mat-step-header .mat-step-icon-state-error {
    background-color: transparent;
    color: #c81e1e;
}

.treo-theme-light .mat-step-header .mat-step-label.mat-step-label-active {
    color: #27303f;
}

.treo-theme-light .mat-step-header .mat-step-label.mat-step-label-error {
    color: #c81e1e;
}

.treo-theme-light .mat-stepper-horizontal, .treo-theme-light .mat-stepper-vertical {
    background-color: #fff;
}

.treo-theme-light .mat-stepper-vertical-line:before {
    border-left-color: #e2e8f0;
}

.treo-theme-light .mat-horizontal-stepper-header:after, .treo-theme-light .mat-horizontal-stepper-header:before, .treo-theme-light .mat-stepper-horizontal-line {
    border-top-color: #e2e8f0;
}

.treo-theme-light .mat-sort-header-arrow {
    color: #64748b;
}

.treo-theme-light .mat-tab-header, .treo-theme-light .mat-tab-nav-bar {
    border-bottom: 1px solid #e2e8f0;
}

.treo-theme-light .mat-tab-group-inverted-header .mat-tab-header, .treo-theme-light .mat-tab-group-inverted-header .mat-tab-nav-bar {
    border-top: 1px solid #e2e8f0;
    border-bottom: none;
}

.treo-theme-light .mat-tab-label, .treo-theme-light .mat-tab-link {
    color: #27303f;
}

    .treo-theme-light .mat-tab-label.mat-tab-disabled, .treo-theme-light .mat-tab-link.mat-tab-disabled {
        color: #97a6ba;
    }

.treo-theme-light .mat-tab-header-pagination-chevron {
    border-color: #27303f;
}

.treo-theme-light .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: #97a6ba;
}

.treo-theme-light .mat-tab-group[class*=mat-background-] .mat-tab-header, .treo-theme-light .mat-tab-nav-bar[class*=mat-background-] {
    border-bottom: none;
    border-top: none;
}

.treo-theme-light .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(229,237,255,.3);
}

.treo-theme-light .mat-tab-group.mat-primary .mat-ink-bar, .treo-theme-light .mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: #5850ec;
}

.treo-theme-light .mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .treo-theme-light .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
    background-color: #f0f5ff;
}

.treo-theme-light .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(241,245,249,.3);
}

.treo-theme-light .mat-tab-group.mat-accent .mat-ink-bar, .treo-theme-light .mat-tab-nav-bar.mat-accent .mat-ink-bar {
    background-color: #27303f;
}

.treo-theme-light .mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .treo-theme-light .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
    background-color: #fbfdfe;
}

.treo-theme-light .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(253,232,232,.3);
}

.treo-theme-light .mat-tab-group.mat-warn .mat-ink-bar, .treo-theme-light .mat-tab-nav-bar.mat-warn .mat-ink-bar {
    background-color: #c81e1e;
}

.treo-theme-light .mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .treo-theme-light .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
    background-color: #fdf2f2;
}

.treo-theme-light .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(229,237,255,.3);
}

.treo-theme-light .mat-tab-group.mat-background-primary .mat-tab-header, .treo-theme-light .mat-tab-group.mat-background-primary .mat-tab-header-pagination, .treo-theme-light .mat-tab-group.mat-background-primary .mat-tab-links, .treo-theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .treo-theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination, .treo-theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-links {
    background-color: #5850ec;
}

.treo-theme-light .mat-tab-group.mat-background-primary .mat-tab-label, .treo-theme-light .mat-tab-group.mat-background-primary .mat-tab-link, .treo-theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .treo-theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
    color: #f0f5ff;
}

    .treo-theme-light .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .treo-theme-light .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .treo-theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .treo-theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
        color: rgba(240,245,255,.4);
    }

.treo-theme-light .mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .treo-theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
    border-color: #f0f5ff;
}

.treo-theme-light .mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .treo-theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(240,245,255,.4);
}

.treo-theme-light .mat-tab-group.mat-background-primary .mat-ripple-element, .treo-theme-light .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
    background-color: rgba(240,245,255,.12);
}

.treo-theme-light .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(241,245,249,.3);
}

.treo-theme-light .mat-tab-group.mat-background-accent .mat-tab-header, .treo-theme-light .mat-tab-group.mat-background-accent .mat-tab-header-pagination, .treo-theme-light .mat-tab-group.mat-background-accent .mat-tab-links, .treo-theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .treo-theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination, .treo-theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-links {
    background-color: #27303f;
}

.treo-theme-light .mat-tab-group.mat-background-accent .mat-tab-label, .treo-theme-light .mat-tab-group.mat-background-accent .mat-tab-link, .treo-theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .treo-theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
    color: #fbfdfe;
}

    .treo-theme-light .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .treo-theme-light .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .treo-theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .treo-theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
        color: rgba(251,253,254,.4);
    }

.treo-theme-light .mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .treo-theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
    border-color: #fbfdfe;
}

.treo-theme-light .mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .treo-theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(251,253,254,.4);
}

.treo-theme-light .mat-tab-group.mat-background-accent .mat-ripple-element, .treo-theme-light .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
    background-color: rgba(251,253,254,.12);
}

.treo-theme-light .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .treo-theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(253,232,232,.3);
}

.treo-theme-light .mat-tab-group.mat-background-warn .mat-tab-header, .treo-theme-light .mat-tab-group.mat-background-warn .mat-tab-header-pagination, .treo-theme-light .mat-tab-group.mat-background-warn .mat-tab-links, .treo-theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .treo-theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination, .treo-theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-links {
    background-color: #c81e1e;
}

.treo-theme-light .mat-tab-group.mat-background-warn .mat-tab-label, .treo-theme-light .mat-tab-group.mat-background-warn .mat-tab-link, .treo-theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .treo-theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
    color: #fdf2f2;
}

    .treo-theme-light .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .treo-theme-light .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .treo-theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .treo-theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
        color: rgba(253,242,242,.4);
    }

.treo-theme-light .mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .treo-theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
    border-color: #fdf2f2;
}

.treo-theme-light .mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .treo-theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(253,242,242,.4);
}

.treo-theme-light .mat-tab-group.mat-background-warn .mat-ripple-element, .treo-theme-light .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
    background-color: rgba(253,242,242,.12);
}

.treo-theme-light .mat-toolbar {
    background: #fff;
    color: #27303f;
}

    .treo-theme-light .mat-toolbar.mat-primary {
        background: #5850ec;
        color: #f0f5ff;
    }

    .treo-theme-light .mat-toolbar.mat-accent {
        background: #27303f;
        color: #fbfdfe;
    }

    .treo-theme-light .mat-toolbar.mat-warn {
        background: #c81e1e;
        color: #fdf2f2;
    }

    .treo-theme-light .mat-toolbar .mat-focused .mat-form-field-ripple, .treo-theme-light .mat-toolbar .mat-form-field-ripple, .treo-theme-light .mat-toolbar .mat-form-field-underline {
        background-color: currentColor;
    }

    .treo-theme-light .mat-toolbar .mat-focused .mat-form-field-label, .treo-theme-light .mat-toolbar .mat-form-field-label, .treo-theme-light .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow, .treo-theme-light .mat-toolbar .mat-select-arrow, .treo-theme-light .mat-toolbar .mat-select-value {
        color: inherit;
    }

    .treo-theme-light .mat-toolbar .mat-input-element {
        caret-color: currentColor;
    }

.treo-theme-light .mat-tooltip {
    background: rgba(39,48,63,.9);
}

.treo-theme-light .mat-tree {
    background: #fff;
}

.treo-theme-light .mat-nested-tree-node, .treo-theme-light .mat-tree-node {
    color: #27303f;
}

.treo-theme-light .mat-snack-bar-container {
    color: hsla(0,0%,100%,.7);
    background: #323232;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
}

.treo-theme-light .mat-simple-snackbar-action {
    color: #27303f;
}

.treo-theme-light .text-primary-100 {
    color: #e5edff !important;
}

.treo-theme-light .bg-primary-100 {
    background: #e5edff !important;
}

.treo-theme-light .primary-100 {
    background: #e5edff !important;
    color: #362f78 !important;
}

    .treo-theme-light .primary-100 .mat-icon {
        color: #362f78 !important;
    }

    .treo-theme-light .primary-100 .text-secondary, .treo-theme-light .primary-100.text-secondary {
        color: rgba(54,47,120,.6) !important;
    }

    .treo-theme-light .primary-100 .text-disabled, .treo-theme-light .primary-100 .text-hint, .treo-theme-light .primary-100.text-disabled, .treo-theme-light .primary-100.text-hint {
        color: rgba(54,47,120,.38) !important;
    }

    .treo-theme-light .primary-100 .divider, .treo-theme-light .primary-100.divider {
        color: rgba(54,47,120,.12) !important;
    }

.treo-theme-light .active\:border-primary-100:active, .treo-theme-light .border-primary-100, .treo-theme-light .focus\:border-primary-100:focus, .treo-theme-light .hover\:border-primary-100:hover {
    border-color: #e5edff !important;
}

.treo-theme-light .text-primary-200 {
    color: #cddbfe !important;
}

.treo-theme-light .bg-primary-200 {
    background: #cddbfe !important;
}

.treo-theme-light .primary-200 {
    background: #cddbfe !important;
    color: #362f78 !important;
}

    .treo-theme-light .primary-200 .mat-icon {
        color: #362f78 !important;
    }

    .treo-theme-light .primary-200 .text-secondary, .treo-theme-light .primary-200.text-secondary {
        color: rgba(54,47,120,.6) !important;
    }

    .treo-theme-light .primary-200 .text-disabled, .treo-theme-light .primary-200 .text-hint, .treo-theme-light .primary-200.text-disabled, .treo-theme-light .primary-200.text-hint {
        color: rgba(54,47,120,.38) !important;
    }

    .treo-theme-light .primary-200 .divider, .treo-theme-light .primary-200.divider {
        color: rgba(54,47,120,.12) !important;
    }

.treo-theme-light .active\:border-primary-200:active, .treo-theme-light .border-primary-200, .treo-theme-light .focus\:border-primary-200:focus, .treo-theme-light .hover\:border-primary-200:hover {
    border-color: #cddbfe !important;
}

.treo-theme-light .text-primary-300 {
    color: #b4c6fc !important;
}

.treo-theme-light .bg-primary-300 {
    background: #b4c6fc !important;
}

.treo-theme-light .primary-300 {
    background: #b4c6fc !important;
    color: #362f78 !important;
}

    .treo-theme-light .primary-300 .mat-icon {
        color: #362f78 !important;
    }

    .treo-theme-light .primary-300 .text-secondary, .treo-theme-light .primary-300.text-secondary {
        color: rgba(54,47,120,.6) !important;
    }

    .treo-theme-light .primary-300 .text-disabled, .treo-theme-light .primary-300 .text-hint, .treo-theme-light .primary-300.text-disabled, .treo-theme-light .primary-300.text-hint {
        color: rgba(54,47,120,.38) !important;
    }

    .treo-theme-light .primary-300 .divider, .treo-theme-light .primary-300.divider {
        color: rgba(54,47,120,.12) !important;
    }

.treo-theme-light .active\:border-primary-300:active, .treo-theme-light .border-primary-300, .treo-theme-light .focus\:border-primary-300:focus, .treo-theme-light .hover\:border-primary-300:hover {
    border-color: #b4c6fc !important;
}

.treo-theme-light .text-primary-400 {
    color: #8da2fb !important;
}

.treo-theme-light .bg-primary-400 {
    background: #8da2fb !important;
}

.treo-theme-light .primary-400 {
    background: #8da2fb !important;
    color: #362f78 !important;
}

    .treo-theme-light .primary-400 .mat-icon {
        color: #362f78 !important;
    }

    .treo-theme-light .primary-400 .text-secondary, .treo-theme-light .primary-400.text-secondary {
        color: rgba(54,47,120,.6) !important;
    }

    .treo-theme-light .primary-400 .text-disabled, .treo-theme-light .primary-400 .text-hint, .treo-theme-light .primary-400.text-disabled, .treo-theme-light .primary-400.text-hint {
        color: rgba(54,47,120,.38) !important;
    }

    .treo-theme-light .primary-400 .divider, .treo-theme-light .primary-400.divider {
        color: rgba(54,47,120,.12) !important;
    }

.treo-theme-light .active\:border-primary-400:active, .treo-theme-light .border-primary-400, .treo-theme-light .focus\:border-primary-400:focus, .treo-theme-light .hover\:border-primary-400:hover {
    border-color: #8da2fb !important;
}

.treo-theme-light .text-primary-500 {
    color: #6875f5 !important;
}

.treo-theme-light .bg-primary-500 {
    background: #6875f5 !important;
}

.treo-theme-light .primary-500 {
    background: #6875f5 !important;
    color: #f0f5ff !important;
}

    .treo-theme-light .primary-500 .mat-icon {
        color: #f0f5ff !important;
    }

    .treo-theme-light .primary-500 .text-secondary, .treo-theme-light .primary-500.text-secondary {
        color: rgba(240,245,255,.6) !important;
    }

    .treo-theme-light .primary-500 .text-disabled, .treo-theme-light .primary-500 .text-hint, .treo-theme-light .primary-500.text-disabled, .treo-theme-light .primary-500.text-hint {
        color: rgba(240,245,255,.38) !important;
    }

    .treo-theme-light .primary-500 .divider, .treo-theme-light .primary-500.divider {
        color: rgba(240,245,255,.12) !important;
    }

.treo-theme-light .active\:border-primary-500:active, .treo-theme-light .border-primary-500, .treo-theme-light .focus\:border-primary-500:focus, .treo-theme-light .hover\:border-primary-500:hover {
    border-color: #6875f5 !important;
}

.treo-theme-light .text-primary {
    color: #6875f5 !important;
}

.treo-theme-light .bg-primary, .treo-theme-light .primary {
    background: #6875f5 !important;
}

    .treo-theme-light .primary, .treo-theme-light .primary .mat-icon {
        color: #f0f5ff !important;
    }

        .treo-theme-light .primary.text-secondary, .treo-theme-light .primary .text-secondary {
            color: rgba(240,245,255,.6) !important;
        }

        .treo-theme-light .primary.text-disabled, .treo-theme-light .primary .text-disabled, .treo-theme-light .primary.text-hint, .treo-theme-light .primary .text-hint {
            color: rgba(240,245,255,.38) !important;
        }

        .treo-theme-light .primary.divider, .treo-theme-light .primary .divider {
            color: rgba(240,245,255,.12) !important;
        }

.treo-theme-light .active\:border-primary:active, .treo-theme-light .border-primary, .treo-theme-light .focus\:border-primary:focus, .treo-theme-light .hover\:border-primary:hover {
    border-color: #6875f5 !important;
}

.treo-theme-light .text-primary-600 {
    color: #5850ec !important;
}

.treo-theme-light .bg-primary-600 {
    background: #5850ec !important;
}

.treo-theme-light .primary-600 {
    background: #5850ec !important;
    color: #f0f5ff !important;
}

    .treo-theme-light .primary-600 .mat-icon {
        color: #f0f5ff !important;
    }

    .treo-theme-light .primary-600 .text-secondary, .treo-theme-light .primary-600.text-secondary {
        color: rgba(240,245,255,.6) !important;
    }

    .treo-theme-light .primary-600 .text-disabled, .treo-theme-light .primary-600 .text-hint, .treo-theme-light .primary-600.text-disabled, .treo-theme-light .primary-600.text-hint {
        color: rgba(240,245,255,.38) !important;
    }

    .treo-theme-light .primary-600 .divider, .treo-theme-light .primary-600.divider {
        color: rgba(240,245,255,.12) !important;
    }

.treo-theme-light .active\:border-primary-600:active, .treo-theme-light .border-primary-600, .treo-theme-light .focus\:border-primary-600:focus, .treo-theme-light .hover\:border-primary-600:hover {
    border-color: #5850ec !important;
}

.treo-theme-light .text-primary-700 {
    color: #5145cd !important;
}

.treo-theme-light .bg-primary-700 {
    background: #5145cd !important;
}

.treo-theme-light .primary-700 {
    background: #5145cd !important;
    color: #f0f5ff !important;
}

    .treo-theme-light .primary-700 .mat-icon {
        color: #f0f5ff !important;
    }

    .treo-theme-light .primary-700 .text-secondary, .treo-theme-light .primary-700.text-secondary {
        color: rgba(240,245,255,.6) !important;
    }

    .treo-theme-light .primary-700 .text-disabled, .treo-theme-light .primary-700 .text-hint, .treo-theme-light .primary-700.text-disabled, .treo-theme-light .primary-700.text-hint {
        color: rgba(240,245,255,.38) !important;
    }

    .treo-theme-light .primary-700 .divider, .treo-theme-light .primary-700.divider {
        color: rgba(240,245,255,.12) !important;
    }

.treo-theme-light .active\:border-primary-700:active, .treo-theme-light .border-primary-700, .treo-theme-light .focus\:border-primary-700:focus, .treo-theme-light .hover\:border-primary-700:hover {
    border-color: #5145cd !important;
}

.treo-theme-light .text-primary-800 {
    color: #42389d !important;
}

.treo-theme-light .bg-primary-800 {
    background: #42389d !important;
}

.treo-theme-light .primary-800 {
    background: #42389d !important;
    color: #f0f5ff !important;
}

    .treo-theme-light .primary-800 .mat-icon {
        color: #f0f5ff !important;
    }

    .treo-theme-light .primary-800 .text-secondary, .treo-theme-light .primary-800.text-secondary {
        color: rgba(240,245,255,.6) !important;
    }

    .treo-theme-light .primary-800 .text-disabled, .treo-theme-light .primary-800 .text-hint, .treo-theme-light .primary-800.text-disabled, .treo-theme-light .primary-800.text-hint {
        color: rgba(240,245,255,.38) !important;
    }

    .treo-theme-light .primary-800 .divider, .treo-theme-light .primary-800.divider {
        color: rgba(240,245,255,.12) !important;
    }

.treo-theme-light .active\:border-primary-800:active, .treo-theme-light .border-primary-800, .treo-theme-light .focus\:border-primary-800:focus, .treo-theme-light .hover\:border-primary-800:hover {
    border-color: #42389d !important;
}

.treo-theme-light .text-primary-900 {
    color: #362f78 !important;
}

.treo-theme-light .bg-primary-900 {
    background: #362f78 !important;
}

.treo-theme-light .primary-900 {
    background: #362f78 !important;
    color: #f0f5ff !important;
}

    .treo-theme-light .primary-900 .mat-icon {
        color: #f0f5ff !important;
    }

    .treo-theme-light .primary-900 .text-secondary, .treo-theme-light .primary-900.text-secondary {
        color: rgba(240,245,255,.6) !important;
    }

    .treo-theme-light .primary-900 .text-disabled, .treo-theme-light .primary-900 .text-hint, .treo-theme-light .primary-900.text-disabled, .treo-theme-light .primary-900.text-hint {
        color: rgba(240,245,255,.38) !important;
    }

    .treo-theme-light .primary-900 .divider, .treo-theme-light .primary-900.divider {
        color: rgba(240,245,255,.12) !important;
    }

.treo-theme-light .active\:border-primary-900:active, .treo-theme-light .border-primary-900, .treo-theme-light .focus\:border-primary-900:focus, .treo-theme-light .hover\:border-primary-900:hover {
    border-color: #362f78 !important;
}

.treo-theme-light .text-accent-100 {
    color: #f1f5f9 !important;
}

.treo-theme-light .bg-accent-100 {
    background: #f1f5f9 !important;
}

.treo-theme-light .accent-100 {
    background: #f1f5f9 !important;
    color: #1a202e !important;
}

    .treo-theme-light .accent-100 .mat-icon {
        color: #1a202e !important;
    }

    .treo-theme-light .accent-100 .text-secondary, .treo-theme-light .accent-100.text-secondary {
        color: rgba(26,32,46,.6) !important;
    }

    .treo-theme-light .accent-100 .text-disabled, .treo-theme-light .accent-100 .text-hint, .treo-theme-light .accent-100.text-disabled, .treo-theme-light .accent-100.text-hint {
        color: rgba(26,32,46,.38) !important;
    }

    .treo-theme-light .accent-100 .divider, .treo-theme-light .accent-100.divider {
        color: rgba(26,32,46,.12) !important;
    }

.treo-theme-light .active\:border-accent-100:active, .treo-theme-light .border-accent-100, .treo-theme-light .focus\:border-accent-100:focus, .treo-theme-light .hover\:border-accent-100:hover {
    border-color: #f1f5f9 !important;
}

.treo-theme-light .text-accent-200 {
    color: #e2e8f0 !important;
}

.treo-theme-light .bg-accent-200 {
    background: #e2e8f0 !important;
}

.treo-theme-light .accent-200 {
    background: #e2e8f0 !important;
    color: #1a202e !important;
}

    .treo-theme-light .accent-200 .mat-icon {
        color: #1a202e !important;
    }

    .treo-theme-light .accent-200 .text-secondary, .treo-theme-light .accent-200.text-secondary {
        color: rgba(26,32,46,.6) !important;
    }

    .treo-theme-light .accent-200 .text-disabled, .treo-theme-light .accent-200 .text-hint, .treo-theme-light .accent-200.text-disabled, .treo-theme-light .accent-200.text-hint {
        color: rgba(26,32,46,.38) !important;
    }

    .treo-theme-light .accent-200 .divider, .treo-theme-light .accent-200.divider {
        color: rgba(26,32,46,.12) !important;
    }

.treo-theme-light .active\:border-accent-200:active, .treo-theme-light .border-accent-200, .treo-theme-light .focus\:border-accent-200:focus, .treo-theme-light .hover\:border-accent-200:hover {
    border-color: #e2e8f0 !important;
}

.treo-theme-light .text-accent-300 {
    color: #cfd8e3 !important;
}

.treo-theme-light .bg-accent-300 {
    background: #cfd8e3 !important;
}

.treo-theme-light .accent-300 {
    background: #cfd8e3 !important;
    color: #1a202e !important;
}

    .treo-theme-light .accent-300 .mat-icon {
        color: #1a202e !important;
    }

    .treo-theme-light .accent-300 .text-secondary, .treo-theme-light .accent-300.text-secondary {
        color: rgba(26,32,46,.6) !important;
    }

    .treo-theme-light .accent-300 .text-disabled, .treo-theme-light .accent-300 .text-hint, .treo-theme-light .accent-300.text-disabled, .treo-theme-light .accent-300.text-hint {
        color: rgba(26,32,46,.38) !important;
    }

    .treo-theme-light .accent-300 .divider, .treo-theme-light .accent-300.divider {
        color: rgba(26,32,46,.12) !important;
    }

.treo-theme-light .active\:border-accent-300:active, .treo-theme-light .border-accent-300, .treo-theme-light .focus\:border-accent-300:focus, .treo-theme-light .hover\:border-accent-300:hover {
    border-color: #cfd8e3 !important;
}

.treo-theme-light .text-accent-400 {
    color: #97a6ba !important;
}

.treo-theme-light .bg-accent-400 {
    background: #97a6ba !important;
}

.treo-theme-light .accent-400 {
    background: #97a6ba !important;
    color: #1a202e !important;
}

    .treo-theme-light .accent-400 .mat-icon {
        color: #1a202e !important;
    }

    .treo-theme-light .accent-400 .text-secondary, .treo-theme-light .accent-400.text-secondary {
        color: rgba(26,32,46,.6) !important;
    }

    .treo-theme-light .accent-400 .text-disabled, .treo-theme-light .accent-400 .text-hint, .treo-theme-light .accent-400.text-disabled, .treo-theme-light .accent-400.text-hint {
        color: rgba(26,32,46,.38) !important;
    }

    .treo-theme-light .accent-400 .divider, .treo-theme-light .accent-400.divider {
        color: rgba(26,32,46,.12) !important;
    }

.treo-theme-light .active\:border-accent-400:active, .treo-theme-light .border-accent-400, .treo-theme-light .focus\:border-accent-400:focus, .treo-theme-light .hover\:border-accent-400:hover {
    border-color: #97a6ba !important;
}

.treo-theme-light .text-accent-500 {
    color: #64748b !important;
}

.treo-theme-light .bg-accent-500 {
    background: #64748b !important;
}

.treo-theme-light .accent-500 {
    background: #64748b !important;
    color: #1a202e !important;
}

    .treo-theme-light .accent-500 .mat-icon {
        color: #1a202e !important;
    }

    .treo-theme-light .accent-500 .text-secondary, .treo-theme-light .accent-500.text-secondary {
        color: rgba(26,32,46,.6) !important;
    }

    .treo-theme-light .accent-500 .text-disabled, .treo-theme-light .accent-500 .text-hint, .treo-theme-light .accent-500.text-disabled, .treo-theme-light .accent-500.text-hint {
        color: rgba(26,32,46,.38) !important;
    }

    .treo-theme-light .accent-500 .divider, .treo-theme-light .accent-500.divider {
        color: rgba(26,32,46,.12) !important;
    }

.treo-theme-light .active\:border-accent-500:active, .treo-theme-light .border-accent-500, .treo-theme-light .focus\:border-accent-500:focus, .treo-theme-light .hover\:border-accent-500:hover {
    border-color: #64748b !important;
}

.treo-theme-light .text-accent {
    color: #64748b !important;
}

.treo-theme-light .accent, .treo-theme-light .bg-accent {
    background: #64748b !important;
}

    .treo-theme-light .accent, .treo-theme-light .accent .mat-icon {
        color: #1a202e !important;
    }

        .treo-theme-light .accent.text-secondary, .treo-theme-light .accent .text-secondary {
            color: rgba(26,32,46,.6) !important;
        }

        .treo-theme-light .accent.text-disabled, .treo-theme-light .accent .text-disabled, .treo-theme-light .accent.text-hint, .treo-theme-light .accent .text-hint {
            color: rgba(26,32,46,.38) !important;
        }

        .treo-theme-light .accent.divider, .treo-theme-light .accent .divider {
            color: rgba(26,32,46,.12) !important;
        }

.treo-theme-light .active\:border-accent:active, .treo-theme-light .border-accent, .treo-theme-light .focus\:border-accent:focus, .treo-theme-light .hover\:border-accent:hover {
    border-color: #64748b !important;
}

.treo-theme-light .text-accent-600 {
    color: #475569 !important;
}

.treo-theme-light .bg-accent-600 {
    background: #475569 !important;
}

.treo-theme-light .accent-600 {
    background: #475569 !important;
    color: #fbfdfe !important;
}

    .treo-theme-light .accent-600 .mat-icon {
        color: #fbfdfe !important;
    }

    .treo-theme-light .accent-600 .text-secondary, .treo-theme-light .accent-600.text-secondary {
        color: rgba(251,253,254,.6) !important;
    }

    .treo-theme-light .accent-600 .text-disabled, .treo-theme-light .accent-600 .text-hint, .treo-theme-light .accent-600.text-disabled, .treo-theme-light .accent-600.text-hint {
        color: rgba(251,253,254,.38) !important;
    }

    .treo-theme-light .accent-600 .divider, .treo-theme-light .accent-600.divider {
        color: rgba(251,253,254,.12) !important;
    }

.treo-theme-light .active\:border-accent-600:active, .treo-theme-light .border-accent-600, .treo-theme-light .focus\:border-accent-600:focus, .treo-theme-light .hover\:border-accent-600:hover {
    border-color: #475569 !important;
}

.treo-theme-light .text-accent-700 {
    color: #364152 !important;
}

.treo-theme-light .bg-accent-700 {
    background: #364152 !important;
}

.treo-theme-light .accent-700 {
    background: #364152 !important;
    color: #fbfdfe !important;
}

    .treo-theme-light .accent-700 .mat-icon {
        color: #fbfdfe !important;
    }

    .treo-theme-light .accent-700 .text-secondary, .treo-theme-light .accent-700.text-secondary {
        color: rgba(251,253,254,.6) !important;
    }

    .treo-theme-light .accent-700 .text-disabled, .treo-theme-light .accent-700 .text-hint, .treo-theme-light .accent-700.text-disabled, .treo-theme-light .accent-700.text-hint {
        color: rgba(251,253,254,.38) !important;
    }

    .treo-theme-light .accent-700 .divider, .treo-theme-light .accent-700.divider {
        color: rgba(251,253,254,.12) !important;
    }

.treo-theme-light .active\:border-accent-700:active, .treo-theme-light .border-accent-700, .treo-theme-light .focus\:border-accent-700:focus, .treo-theme-light .hover\:border-accent-700:hover {
    border-color: #364152 !important;
}

.treo-theme-light .text-accent-800 {
    color: #27303f !important;
}

.treo-theme-light .bg-accent-800 {
    background: #27303f !important;
}

.treo-theme-light .accent-800 {
    background: #27303f !important;
    color: #fbfdfe !important;
}

    .treo-theme-light .accent-800 .mat-icon {
        color: #fbfdfe !important;
    }

    .treo-theme-light .accent-800 .text-secondary, .treo-theme-light .accent-800.text-secondary {
        color: rgba(251,253,254,.6) !important;
    }

    .treo-theme-light .accent-800 .text-disabled, .treo-theme-light .accent-800 .text-hint, .treo-theme-light .accent-800.text-disabled, .treo-theme-light .accent-800.text-hint {
        color: rgba(251,253,254,.38) !important;
    }

    .treo-theme-light .accent-800 .divider, .treo-theme-light .accent-800.divider {
        color: rgba(251,253,254,.12) !important;
    }

.treo-theme-light .active\:border-accent-800:active, .treo-theme-light .border-accent-800, .treo-theme-light .focus\:border-accent-800:focus, .treo-theme-light .hover\:border-accent-800:hover {
    border-color: #27303f !important;
}

.treo-theme-light .text-accent-900 {
    color: #1a202e !important;
}

.treo-theme-light .bg-accent-900 {
    background: #1a202e !important;
}

.treo-theme-light .accent-900 {
    background: #1a202e !important;
    color: #fbfdfe !important;
}

    .treo-theme-light .accent-900 .mat-icon {
        color: #fbfdfe !important;
    }

    .treo-theme-light .accent-900 .text-secondary, .treo-theme-light .accent-900.text-secondary {
        color: rgba(251,253,254,.6) !important;
    }

    .treo-theme-light .accent-900 .text-disabled, .treo-theme-light .accent-900 .text-hint, .treo-theme-light .accent-900.text-disabled, .treo-theme-light .accent-900.text-hint {
        color: rgba(251,253,254,.38) !important;
    }

    .treo-theme-light .accent-900 .divider, .treo-theme-light .accent-900.divider {
        color: rgba(251,253,254,.12) !important;
    }

.treo-theme-light .active\:border-accent-900:active, .treo-theme-light .border-accent-900, .treo-theme-light .focus\:border-accent-900:focus, .treo-theme-light .hover\:border-accent-900:hover {
    border-color: #1a202e !important;
}

.treo-theme-light .text-warn-100 {
    color: #fde8e8 !important;
}

.treo-theme-light .bg-warn-100, .treo-theme-light .warn-100 {
    background: #fde8e8 !important;
}

    .treo-theme-light .warn-100, .treo-theme-light .warn-100 .mat-icon {
        color: #771d1d !important;
    }

        .treo-theme-light .warn-100 .text-secondary, .treo-theme-light .warn-100.text-secondary {
            color: rgba(119,29,29,.6) !important;
        }

        .treo-theme-light .warn-100 .text-disabled, .treo-theme-light .warn-100 .text-hint, .treo-theme-light .warn-100.text-disabled, .treo-theme-light .warn-100.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .treo-theme-light .warn-100 .divider, .treo-theme-light .warn-100.divider {
            color: rgba(119,29,29,.12) !important;
        }

.treo-theme-light .active\:border-warn-100:active, .treo-theme-light .border-warn-100, .treo-theme-light .focus\:border-warn-100:focus, .treo-theme-light .hover\:border-warn-100:hover {
    border-color: #fde8e8 !important;
}

.treo-theme-light .text-warn-200 {
    color: #fbd5d5 !important;
}

.treo-theme-light .bg-warn-200, .treo-theme-light .warn-200 {
    background: #fbd5d5 !important;
}

    .treo-theme-light .warn-200, .treo-theme-light .warn-200 .mat-icon {
        color: #771d1d !important;
    }

        .treo-theme-light .warn-200 .text-secondary, .treo-theme-light .warn-200.text-secondary {
            color: rgba(119,29,29,.6) !important;
        }

        .treo-theme-light .warn-200 .text-disabled, .treo-theme-light .warn-200 .text-hint, .treo-theme-light .warn-200.text-disabled, .treo-theme-light .warn-200.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .treo-theme-light .warn-200 .divider, .treo-theme-light .warn-200.divider {
            color: rgba(119,29,29,.12) !important;
        }

.treo-theme-light .active\:border-warn-200:active, .treo-theme-light .border-warn-200, .treo-theme-light .focus\:border-warn-200:focus, .treo-theme-light .hover\:border-warn-200:hover {
    border-color: #fbd5d5 !important;
}

.treo-theme-light .text-warn-300 {
    color: #f8b4b4 !important;
}

.treo-theme-light .bg-warn-300, .treo-theme-light .warn-300 {
    background: #f8b4b4 !important;
}

    .treo-theme-light .warn-300, .treo-theme-light .warn-300 .mat-icon {
        color: #771d1d !important;
    }

        .treo-theme-light .warn-300 .text-secondary, .treo-theme-light .warn-300.text-secondary {
            color: rgba(119,29,29,.6) !important;
        }

        .treo-theme-light .warn-300 .text-disabled, .treo-theme-light .warn-300 .text-hint, .treo-theme-light .warn-300.text-disabled, .treo-theme-light .warn-300.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .treo-theme-light .warn-300 .divider, .treo-theme-light .warn-300.divider {
            color: rgba(119,29,29,.12) !important;
        }

.treo-theme-light .active\:border-warn-300:active, .treo-theme-light .border-warn-300, .treo-theme-light .focus\:border-warn-300:focus, .treo-theme-light .hover\:border-warn-300:hover {
    border-color: #f8b4b4 !important;
}

.treo-theme-light .text-warn-400 {
    color: #f98080 !important;
}

.treo-theme-light .bg-warn-400, .treo-theme-light .warn-400 {
    background: #f98080 !important;
}

    .treo-theme-light .warn-400, .treo-theme-light .warn-400 .mat-icon {
        color: #771d1d !important;
    }

        .treo-theme-light .warn-400 .text-secondary, .treo-theme-light .warn-400.text-secondary {
            color: rgba(119,29,29,.6) !important;
        }

        .treo-theme-light .warn-400 .text-disabled, .treo-theme-light .warn-400 .text-hint, .treo-theme-light .warn-400.text-disabled, .treo-theme-light .warn-400.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .treo-theme-light .warn-400 .divider, .treo-theme-light .warn-400.divider {
            color: rgba(119,29,29,.12) !important;
        }

.treo-theme-light .active\:border-warn-400:active, .treo-theme-light .border-warn-400, .treo-theme-light .focus\:border-warn-400:focus, .treo-theme-light .hover\:border-warn-400:hover {
    border-color: #f98080 !important;
}

.treo-theme-light .text-warn-500 {
    color: #f05252 !important;
}

.treo-theme-light .bg-warn-500, .treo-theme-light .warn-500 {
    background: #f05252 !important;
}

    .treo-theme-light .warn-500, .treo-theme-light .warn-500 .mat-icon {
        color: #771d1d !important;
    }

        .treo-theme-light .warn-500 .text-secondary, .treo-theme-light .warn-500.text-secondary {
            color: rgba(119,29,29,.6) !important;
        }

        .treo-theme-light .warn-500 .text-disabled, .treo-theme-light .warn-500 .text-hint, .treo-theme-light .warn-500.text-disabled, .treo-theme-light .warn-500.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .treo-theme-light .warn-500 .divider, .treo-theme-light .warn-500.divider {
            color: rgba(119,29,29,.12) !important;
        }

.treo-theme-light .active\:border-warn-500:active, .treo-theme-light .border-warn-500, .treo-theme-light .focus\:border-warn-500:focus, .treo-theme-light .hover\:border-warn-500:hover {
    border-color: #f05252 !important;
}

.treo-theme-light .text-warn {
    color: #f05252 !important;
}

.treo-theme-light .bg-warn, .treo-theme-light .warn {
    background: #f05252 !important;
}

    .treo-theme-light .warn, .treo-theme-light .warn .mat-icon {
        color: #771d1d !important;
    }

        .treo-theme-light .warn.text-secondary, .treo-theme-light .warn .text-secondary {
            color: rgba(119,29,29,.6) !important;
        }

        .treo-theme-light .warn.text-disabled, .treo-theme-light .warn .text-disabled, .treo-theme-light .warn.text-hint, .treo-theme-light .warn .text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .treo-theme-light .warn.divider, .treo-theme-light .warn .divider {
            color: rgba(119,29,29,.12) !important;
        }

.treo-theme-light .active\:border-warn:active, .treo-theme-light .border-warn, .treo-theme-light .focus\:border-warn:focus, .treo-theme-light .hover\:border-warn:hover {
    border-color: #f05252 !important;
}

.treo-theme-light .text-warn-600 {
    color: #e02424 !important;
}

.treo-theme-light .bg-warn-600, .treo-theme-light .warn-600 {
    background: #e02424 !important;
}

    .treo-theme-light .warn-600, .treo-theme-light .warn-600 .mat-icon {
        color: #fdf2f2 !important;
    }

        .treo-theme-light .warn-600 .text-secondary, .treo-theme-light .warn-600.text-secondary {
            color: rgba(253,242,242,.6) !important;
        }

        .treo-theme-light .warn-600 .text-disabled, .treo-theme-light .warn-600 .text-hint, .treo-theme-light .warn-600.text-disabled, .treo-theme-light .warn-600.text-hint {
            color: rgba(253,242,242,.38) !important;
        }

        .treo-theme-light .warn-600 .divider, .treo-theme-light .warn-600.divider {
            color: rgba(253,242,242,.12) !important;
        }

.treo-theme-light .active\:border-warn-600:active, .treo-theme-light .border-warn-600, .treo-theme-light .focus\:border-warn-600:focus, .treo-theme-light .hover\:border-warn-600:hover {
    border-color: #e02424 !important;
}

.treo-theme-light .text-warn-700 {
    color: #c81e1e !important;
}

.treo-theme-light .bg-warn-700, .treo-theme-light .warn-700 {
    background: #c81e1e !important;
}

    .treo-theme-light .warn-700, .treo-theme-light .warn-700 .mat-icon {
        color: #fdf2f2 !important;
    }

        .treo-theme-light .warn-700 .text-secondary, .treo-theme-light .warn-700.text-secondary {
            color: rgba(253,242,242,.6) !important;
        }

        .treo-theme-light .warn-700 .text-disabled, .treo-theme-light .warn-700 .text-hint, .treo-theme-light .warn-700.text-disabled, .treo-theme-light .warn-700.text-hint {
            color: rgba(253,242,242,.38) !important;
        }

        .treo-theme-light .warn-700 .divider, .treo-theme-light .warn-700.divider {
            color: rgba(253,242,242,.12) !important;
        }

.treo-theme-light .active\:border-warn-700:active, .treo-theme-light .border-warn-700, .treo-theme-light .focus\:border-warn-700:focus, .treo-theme-light .hover\:border-warn-700:hover {
    border-color: #c81e1e !important;
}

.treo-theme-light .text-warn-800 {
    color: #9b1c1c !important;
}

.treo-theme-light .bg-warn-800, .treo-theme-light .warn-800 {
    background: #9b1c1c !important;
}

    .treo-theme-light .warn-800, .treo-theme-light .warn-800 .mat-icon {
        color: #fdf2f2 !important;
    }

        .treo-theme-light .warn-800 .text-secondary, .treo-theme-light .warn-800.text-secondary {
            color: rgba(253,242,242,.6) !important;
        }

        .treo-theme-light .warn-800 .text-disabled, .treo-theme-light .warn-800 .text-hint, .treo-theme-light .warn-800.text-disabled, .treo-theme-light .warn-800.text-hint {
            color: rgba(253,242,242,.38) !important;
        }

        .treo-theme-light .warn-800 .divider, .treo-theme-light .warn-800.divider {
            color: rgba(253,242,242,.12) !important;
        }

.treo-theme-light .active\:border-warn-800:active, .treo-theme-light .border-warn-800, .treo-theme-light .focus\:border-warn-800:focus, .treo-theme-light .hover\:border-warn-800:hover {
    border-color: #9b1c1c !important;
}

.treo-theme-light .text-warn-900 {
    color: #771d1d !important;
}

.treo-theme-light .bg-warn-900, .treo-theme-light .warn-900 {
    background: #771d1d !important;
}

    .treo-theme-light .warn-900, .treo-theme-light .warn-900 .mat-icon {
        color: #fdf2f2 !important;
    }

        .treo-theme-light .warn-900 .text-secondary, .treo-theme-light .warn-900.text-secondary {
            color: rgba(253,242,242,.6) !important;
        }

        .treo-theme-light .warn-900 .text-disabled, .treo-theme-light .warn-900 .text-hint, .treo-theme-light .warn-900.text-disabled, .treo-theme-light .warn-900.text-hint {
            color: rgba(253,242,242,.38) !important;
        }

        .treo-theme-light .warn-900 .divider, .treo-theme-light .warn-900.divider {
            color: rgba(253,242,242,.12) !important;
        }

.treo-theme-light .active\:border-warn-900:active, .treo-theme-light .border-warn-900, .treo-theme-light .focus\:border-warn-900:focus, .treo-theme-light .hover\:border-warn-900:hover {
    border-color: #771d1d !important;
}





   
 

.theme-light .mat-ripple-element {
    background-color: rgba(0,0,0,.1);
}

.theme-light .mat-option {
    color: #27303f;
}

    .theme-light .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled), .theme-light .mat-option:focus:not(.mat-option-disabled), .theme-light .mat-option:hover:not(.mat-option-disabled) {
        background: rgba(151,166,186,.12);
    }

    .theme-light .mat-option.mat-active {
        background: rgba(151,166,186,.12);
        color: #27303f;
    }

    .theme-light .mat-option.mat-option-disabled {
        color: #97a6ba;
    }

.theme-light .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #000;
}

.theme-light .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #252f3f;
}

.theme-light .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #9b1c1c;
}

.theme-light .mat-optgroup-label {
    color: #64748b;
}

.theme-light .mat-optgroup-disabled .mat-optgroup-label {
    color: #97a6ba;
}

.theme-light .mat-pseudo-checkbox {
    color: #64748b;
}

    .theme-light .mat-pseudo-checkbox:after {
        color: #f1f5f9;
    }

.theme-light .mat-pseudo-checkbox-disabled {
    color: #b0b0b0;
}

.theme-light .mat-primary .mat-pseudo-checkbox-checked, .theme-light .mat-primary .mat-pseudo-checkbox-indeterminate {
    background: #000;
}

.theme-light .mat-accent .mat-pseudo-checkbox-checked, .theme-light .mat-accent .mat-pseudo-checkbox-indeterminate, .theme-light .mat-pseudo-checkbox-checked, .theme-light .mat-pseudo-checkbox-indeterminate {
    background: #252f3f;
}

.theme-light .mat-warn .mat-pseudo-checkbox-checked, .theme-light .mat-warn .mat-pseudo-checkbox-indeterminate {
    background: #9b1c1c;
}

.theme-light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled, .theme-light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
    background: #b0b0b0;
}

.theme-light.mat-app-background, .theme-light .mat-app-background {
    background-color: #f1f5f9;
    color: #27303f;
}

.theme-light .mat-elevation-z0 {
    box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);
}

.theme-light .mat-elevation-z1 {
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
}

.theme-light .mat-elevation-z2 {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
}

.theme-light .mat-elevation-z3 {
    box-shadow: 0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);
}

.theme-light .mat-elevation-z4 {
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
}

.theme-light .mat-elevation-z5 {
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12);
}

.theme-light .mat-elevation-z6 {
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
}

.theme-light .mat-elevation-z7 {
    box-shadow: 0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12);
}

.theme-light .mat-elevation-z8 {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
}

.theme-light .mat-elevation-z9 {
    box-shadow: 0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12);
}

.theme-light .mat-elevation-z10 {
    box-shadow: 0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12);
}

.theme-light .mat-elevation-z11 {
    box-shadow: 0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12);
}

.theme-light .mat-elevation-z12 {
    box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12);
}

.theme-light .mat-elevation-z13 {
    box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);
}

.theme-light .mat-elevation-z14 {
    box-shadow: 0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12);
}

.theme-light .mat-elevation-z15 {
    box-shadow: 0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12);
}

.theme-light .mat-elevation-z16 {
    box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
}

.theme-light .mat-elevation-z17 {
    box-shadow: 0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12);
}

.theme-light .mat-elevation-z18 {
    box-shadow: 0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12);
}

.theme-light .mat-elevation-z19 {
    box-shadow: 0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12);
}

.theme-light .mat-elevation-z20 {
    box-shadow: 0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12);
}

.theme-light .mat-elevation-z21 {
    box-shadow: 0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12);
}

.theme-light .mat-elevation-z22 {
    box-shadow: 0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12);
}

.theme-light .mat-elevation-z23 {
    box-shadow: 0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12);
}

.theme-light .mat-elevation-z24 {
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);
}

.mat-theme-loaded-marker {
    display: none;
}

.theme-light .mat-autocomplete-panel {
    background: #fff;
    color: #27303f;
}

    .theme-light .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
        box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    }

    .theme-light .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
        background: #fff;
    }

        .theme-light .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
            color: #27303f;
        }

.theme-light .mat-badge-content {
    color: #fff;
    background: #000;
}

.cdk-high-contrast-active .theme-light .mat-badge-content {
    outline: 1px solid;
    border-radius: 0;
}

.theme-light .mat-badge-accent .mat-badge-content {
    background: #252f3f;
    color: #f9fafb;
}

.theme-light .mat-badge-warn .mat-badge-content {
    color: #fdf2f2;
    background: #9b1c1c;
}

.theme-light .mat-badge {
    position: relative;
}

.theme-light .mat-badge-hidden .mat-badge-content {
    display: none;
}

.theme-light .mat-badge-disabled .mat-badge-content {
    background: #97a6ba;
    color: #97a6ba;
}

.theme-light .mat-badge-content {
    position: absolute;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    transition: transform .2s ease-in-out;
    transform: scale(.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none;
}

    .theme-light .mat-badge-content._mat-animation-noopable, .theme-light .ng-animate-disabled .mat-badge-content {
        transition: none;
    }

    .theme-light .mat-badge-content.mat-badge-active {
        transform: none;
    }

.theme-light .mat-badge-small .mat-badge-content {
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.theme-light .mat-badge-small.mat-badge-above .mat-badge-content {
    top: -8px;
}

.theme-light .mat-badge-small.mat-badge-below .mat-badge-content {
    bottom: -8px;
}

.theme-light .mat-badge-small.mat-badge-before .mat-badge-content {
    left: -16px;
}

[dir=rtl] .theme-light .mat-badge-small.mat-badge-before .mat-badge-content {
    left: auto;
    right: -16px;
}

.theme-light .mat-badge-small.mat-badge-after .mat-badge-content {
    right: -16px;
}

[dir=rtl] .theme-light .mat-badge-small.mat-badge-after .mat-badge-content {
    right: auto;
    left: -16px;
}

.theme-light .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -8px;
}

[dir=rtl] .theme-light .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -8px;
}

.theme-light .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -8px;
}

[dir=rtl] .theme-light .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -8px;
}

.theme-light .mat-badge-medium .mat-badge-content {
    width: 22px;
    height: 22px;
    line-height: 22px;
}

.theme-light .mat-badge-medium.mat-badge-above .mat-badge-content {
    top: -11px;
}

.theme-light .mat-badge-medium.mat-badge-below .mat-badge-content {
    bottom: -11px;
}

.theme-light .mat-badge-medium.mat-badge-before .mat-badge-content {
    left: -22px;
}

[dir=rtl] .theme-light .mat-badge-medium.mat-badge-before .mat-badge-content {
    left: auto;
    right: -22px;
}

.theme-light .mat-badge-medium.mat-badge-after .mat-badge-content {
    right: -22px;
}

[dir=rtl] .theme-light .mat-badge-medium.mat-badge-after .mat-badge-content {
    right: auto;
    left: -22px;
}

.theme-light .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -11px;
}

[dir=rtl] .theme-light .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -11px;
}

.theme-light .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -11px;
}

[dir=rtl] .theme-light .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -11px;
}

.theme-light .mat-badge-large .mat-badge-content {
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.theme-light .mat-badge-large.mat-badge-above .mat-badge-content {
    top: -14px;
}

.theme-light .mat-badge-large.mat-badge-below .mat-badge-content {
    bottom: -14px;
}

.theme-light .mat-badge-large.mat-badge-before .mat-badge-content {
    left: -28px;
}

[dir=rtl] .theme-light .mat-badge-large.mat-badge-before .mat-badge-content {
    left: auto;
    right: -28px;
}

.theme-light .mat-badge-large.mat-badge-after .mat-badge-content {
    right: -28px;
}

[dir=rtl] .theme-light .mat-badge-large.mat-badge-after .mat-badge-content {
    right: auto;
    left: -28px;
}

.theme-light .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -14px;
}

[dir=rtl] .theme-light .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -14px;
}

.theme-light .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -14px;
}

[dir=rtl] .theme-light .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -14px;
}

.theme-light .mat-bottom-sheet-container {
    box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
    background: #fff;
    color: #27303f;
}

.theme-light .mat-button, .theme-light .mat-icon-button, .theme-light .mat-stroked-button {
    color: inherit;
    background: transparent;
}

    .theme-light .mat-button.mat-primary, .theme-light .mat-icon-button.mat-primary, .theme-light .mat-stroked-button.mat-primary {
        color: #000;
    }

    .theme-light .mat-button.mat-accent, .theme-light .mat-icon-button.mat-accent, .theme-light .mat-stroked-button.mat-accent {
        color: #252f3f;
    }

    .theme-light .mat-button.mat-warn, .theme-light .mat-icon-button.mat-warn, .theme-light .mat-stroked-button.mat-warn {
        color: #9b1c1c;
    }

        .theme-light .mat-button.mat-accent[disabled], .theme-light .mat-button.mat-primary[disabled], .theme-light .mat-button.mat-warn[disabled], .theme-light .mat-button[disabled][disabled], .theme-light .mat-icon-button.mat-accent[disabled], .theme-light .mat-icon-button.mat-primary[disabled], .theme-light .mat-icon-button.mat-warn[disabled], .theme-light .mat-icon-button[disabled][disabled], .theme-light .mat-stroked-button.mat-accent[disabled], .theme-light .mat-stroked-button.mat-primary[disabled], .theme-light .mat-stroked-button.mat-warn[disabled], .theme-light .mat-stroked-button[disabled][disabled] {
            color: #97a6ba;
        }

    .theme-light .mat-button.mat-primary .mat-button-focus-overlay, .theme-light .mat-icon-button.mat-primary .mat-button-focus-overlay, .theme-light .mat-stroked-button.mat-primary .mat-button-focus-overlay {
        background-color: #000;
    }

    .theme-light .mat-button.mat-accent .mat-button-focus-overlay, .theme-light .mat-icon-button.mat-accent .mat-button-focus-overlay, .theme-light .mat-stroked-button.mat-accent .mat-button-focus-overlay {
        background-color: #252f3f;
    }

    .theme-light .mat-button.mat-warn .mat-button-focus-overlay, .theme-light .mat-icon-button.mat-warn .mat-button-focus-overlay, .theme-light .mat-stroked-button.mat-warn .mat-button-focus-overlay {
        background-color: #9b1c1c;
    }

    .theme-light .mat-button[disabled] .mat-button-focus-overlay, .theme-light .mat-icon-button[disabled] .mat-button-focus-overlay, .theme-light .mat-stroked-button[disabled] .mat-button-focus-overlay {
        background-color: transparent;
    }

    .theme-light .mat-button .mat-ripple-element, .theme-light .mat-icon-button .mat-ripple-element, .theme-light .mat-stroked-button .mat-ripple-element {
        opacity: .1;
        background-color: currentColor;
    }

.theme-light .mat-button-focus-overlay {
    background: #000;
}

.theme-light .mat-stroked-button:not([disabled]) {
    border-color: #e2e8f0;
}

.theme-light .mat-fab, .theme-light .mat-flat-button, .theme-light .mat-mini-fab, .theme-light .mat-raised-button {
    color: #27303f;
    background-color: #fff;
}

    .theme-light .mat-fab.mat-primary, .theme-light .mat-flat-button.mat-primary, .theme-light .mat-mini-fab.mat-primary, .theme-light .mat-raised-button.mat-primary {
        color: #fff;
    }

    .theme-light .mat-fab.mat-accent, .theme-light .mat-flat-button.mat-accent, .theme-light .mat-mini-fab.mat-accent, .theme-light .mat-raised-button.mat-accent {
        color: #f9fafb;
    }

    .theme-light .mat-fab.mat-warn, .theme-light .mat-flat-button.mat-warn, .theme-light .mat-mini-fab.mat-warn, .theme-light .mat-raised-button.mat-warn {
        color: #fdf2f2;
    }

        .theme-light .mat-fab.mat-accent[disabled], .theme-light .mat-fab.mat-primary[disabled], .theme-light .mat-fab.mat-warn[disabled], .theme-light .mat-fab[disabled][disabled], .theme-light .mat-flat-button.mat-accent[disabled], .theme-light .mat-flat-button.mat-primary[disabled], .theme-light .mat-flat-button.mat-warn[disabled], .theme-light .mat-flat-button[disabled][disabled], .theme-light .mat-mini-fab.mat-accent[disabled], .theme-light .mat-mini-fab.mat-primary[disabled], .theme-light .mat-mini-fab.mat-warn[disabled], .theme-light .mat-mini-fab[disabled][disabled], .theme-light .mat-raised-button.mat-accent[disabled], .theme-light .mat-raised-button.mat-primary[disabled], .theme-light .mat-raised-button.mat-warn[disabled], .theme-light .mat-raised-button[disabled][disabled] {
            color: #97a6ba;
        }

    .theme-light .mat-fab.mat-primary, .theme-light .mat-flat-button.mat-primary, .theme-light .mat-mini-fab.mat-primary, .theme-light .mat-raised-button.mat-primary {
        background-color: #000;
    }

    .theme-light .mat-fab.mat-accent, .theme-light .mat-flat-button.mat-accent, .theme-light .mat-mini-fab.mat-accent, .theme-light .mat-raised-button.mat-accent {
        background-color: #252f3f;
    }

    .theme-light .mat-fab.mat-warn, .theme-light .mat-flat-button.mat-warn, .theme-light .mat-mini-fab.mat-warn, .theme-light .mat-raised-button.mat-warn {
        background-color: #9b1c1c;
    }

        .theme-light .mat-fab.mat-accent[disabled], .theme-light .mat-fab.mat-primary[disabled], .theme-light .mat-fab.mat-warn[disabled], .theme-light .mat-fab[disabled][disabled], .theme-light .mat-flat-button.mat-accent[disabled], .theme-light .mat-flat-button.mat-primary[disabled], .theme-light .mat-flat-button.mat-warn[disabled], .theme-light .mat-flat-button[disabled][disabled], .theme-light .mat-mini-fab.mat-accent[disabled], .theme-light .mat-mini-fab.mat-primary[disabled], .theme-light .mat-mini-fab.mat-warn[disabled], .theme-light .mat-mini-fab[disabled][disabled], .theme-light .mat-raised-button.mat-accent[disabled], .theme-light .mat-raised-button.mat-primary[disabled], .theme-light .mat-raised-button.mat-warn[disabled], .theme-light .mat-raised-button[disabled][disabled] {
            background-color: rgba(151,166,186,.38);
        }

    .theme-light .mat-fab.mat-primary .mat-ripple-element, .theme-light .mat-flat-button.mat-primary .mat-ripple-element, .theme-light .mat-mini-fab.mat-primary .mat-ripple-element, .theme-light .mat-raised-button.mat-primary .mat-ripple-element {
        background-color: hsla(0,0%,100%,.1);
    }

    .theme-light .mat-fab.mat-accent .mat-ripple-element, .theme-light .mat-flat-button.mat-accent .mat-ripple-element, .theme-light .mat-mini-fab.mat-accent .mat-ripple-element, .theme-light .mat-raised-button.mat-accent .mat-ripple-element {
        background-color: rgba(249,250,251,.1);
    }

    .theme-light .mat-fab.mat-warn .mat-ripple-element, .theme-light .mat-flat-button.mat-warn .mat-ripple-element, .theme-light .mat-mini-fab.mat-warn .mat-ripple-element, .theme-light .mat-raised-button.mat-warn .mat-ripple-element {
        background-color: rgba(253,242,242,.1);
    }

    .theme-light .mat-flat-button:not([class*=mat-elevation-z]), .theme-light .mat-stroked-button:not([class*=mat-elevation-z]) {
        box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);
    }

    .theme-light .mat-raised-button:not([class*=mat-elevation-z]) {
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    }

    .theme-light .mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]) {
        box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);
    }

    .theme-light .mat-raised-button[disabled]:not([class*=mat-elevation-z]) {
        box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);
    }

    .theme-light .mat-fab:not([class*=mat-elevation-z]), .theme-light .mat-mini-fab:not([class*=mat-elevation-z]) {
        box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
    }

    .theme-light .mat-fab:not([disabled]):active:not([class*=mat-elevation-z]), .theme-light .mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]) {
        box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12);
    }

    .theme-light .mat-fab[disabled]:not([class*=mat-elevation-z]), .theme-light .mat-mini-fab[disabled]:not([class*=mat-elevation-z]) {
        box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);
    }

.theme-light .mat-button-toggle-group, .theme-light .mat-button-toggle-standalone {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
}

    .theme-light .mat-button-toggle-group-appearance-standard, .theme-light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
        box-shadow: none;
    }

.theme-light .mat-button-toggle {
    color: #97a6ba;
}

    .theme-light .mat-button-toggle .mat-button-toggle-focus-overlay {
        background-color: #64748b;
    }

.theme-light .mat-button-toggle-appearance-standard {
    color: #27303f;
    background: #fff;
}

    .theme-light .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
        background-color: #64748b;
    }

.theme-light .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
    border-left: 1px solid #e2e8f0;
}

.theme-light [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
    border-left: none;
    border-right: 1px solid #e2e8f0;
}

.theme-light .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
    border-left: none;
    border-right: none;
    border-top: 1px solid #e2e8f0;
}

.theme-light .mat-button-toggle-checked {
    background-color: #e2e8f0;
    color: #64748b;
}

    .theme-light .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
        color: #27303f;
    }

.theme-light .mat-button-toggle-disabled {
    color: #97a6ba;
    background-color: #cfd8e3;
}

    .theme-light .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
        background: #fff;
    }

    .theme-light .mat-button-toggle-disabled.mat-button-toggle-checked {
        background-color: #e2e8f0;
    }

.theme-light .mat-button-toggle-group-appearance-standard, .theme-light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
    border: 1px solid #e2e8f0;
}

.theme-light .mat-card {
    background: #fff;
    color: #27303f;
}

    .theme-light .mat-card:not([class*=mat-elevation-z]) {
        box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
    }

    .theme-light .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
        box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);
    }

.theme-light .mat-card-subtitle {
    color: #64748b;
}

.theme-light .mat-checkbox-frame {
    border-color: #64748b;
}

.theme-light .mat-checkbox-checkmark {
    fill: #f1f5f9;
}

.theme-light .mat-checkbox-checkmark-path {
    stroke: #f1f5f9 !important;
}

.theme-light .mat-checkbox-mixedmark {
    background-color: #f1f5f9;
}

.theme-light .mat-checkbox-checked.mat-primary .mat-checkbox-background, .theme-light .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background {
    background-color: #000;
}

.theme-light .mat-checkbox-checked.mat-accent .mat-checkbox-background, .theme-light .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
    background-color: #252f3f;
}

.theme-light .mat-checkbox-checked.mat-warn .mat-checkbox-background, .theme-light .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background {
    background-color: #9b1c1c;
}

.theme-light .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .theme-light .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
    background-color: #b0b0b0;
}

.theme-light .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
    border-color: #b0b0b0;
}

.theme-light .mat-checkbox-disabled .mat-checkbox-label {
    color: #64748b;
}

.theme-light .mat-checkbox .mat-ripple-element {
    background-color: #000;
}

.theme-light .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element, .theme-light .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
    background: #000;
}

.theme-light .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element, .theme-light .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
    background: #252f3f;
}

.theme-light .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element, .theme-light .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
    background: #9b1c1c;
}

.theme-light .mat-chip.mat-standard-chip {
    background-color: #e2e8f0;
    color: #27303f;
}

    .theme-light .mat-chip.mat-standard-chip .mat-chip-remove {
        color: #27303f;
        opacity: .4;
    }

    .theme-light .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
        box-shadow: 0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);
    }

    .theme-light .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
        opacity: .54;
    }

    .theme-light .mat-chip.mat-standard-chip.mat-chip-disabled {
        opacity: .4;
    }

    .theme-light .mat-chip.mat-standard-chip:after {
        background: #000;
    }

    .theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
        background-color: #000;
        color: #fff;
    }

        .theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
            color: #fff;
            opacity: .4;
        }

        .theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
            background-color: hsla(0,0%,100%,.1);
        }

    .theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
        background-color: #9b1c1c;
        color: #fdf2f2;
    }

        .theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
            color: #fdf2f2;
            opacity: .4;
        }

        .theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
            background-color: rgba(253,242,242,.1);
        }

    .theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
        background-color: #252f3f;
        color: #f9fafb;
    }

        .theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
            color: #f9fafb;
            opacity: .4;
        }

        .theme-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
            background-color: rgba(249,250,251,.1);
        }

.theme-light .mat-table {
    background: #fff;
}

    .theme-light .mat-table-sticky, .theme-light .mat-table tbody, .theme-light .mat-table tfoot, .theme-light .mat-table thead, .theme-light [mat-footer-row], .theme-light [mat-header-row], .theme-light [mat-row], .theme-light mat-footer-row, .theme-light mat-header-row, .theme-light mat-row {
        background: inherit;
    }

.theme-light mat-footer-row, .theme-light mat-header-row, .theme-light mat-row, .theme-light td.mat-cell, .theme-light td.mat-footer-cell, .theme-light th.mat-header-cell {
    border-bottom-color: #e2e8f0;
}

.theme-light .mat-header-cell {
    color: #64748b;
}

.theme-light .mat-cell, .theme-light .mat-footer-cell {
    color: #27303f;
}

.theme-light .mat-calendar-arrow {
    border-top-color: #64748b;
}

.theme-light .mat-datepicker-content .mat-calendar-next-button, .theme-light .mat-datepicker-content .mat-calendar-previous-button, .theme-light .mat-datepicker-toggle {
    color: #64748b;
}

.theme-light .mat-calendar-table-header {
    color: #97a6ba;
}

.theme-light .mat-calendar-table-header-divider:after {
    background: #e2e8f0;
}

.theme-light .mat-calendar-body-label {
    color: #64748b;
}

.theme-light .mat-calendar-body-cell-content, .theme-light .mat-date-range-input-separator {
    color: #27303f;
    border-color: transparent;
}

.theme-light .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected), .theme-light .mat-form-field-disabled .mat-date-range-input-separator {
    color: #97a6ba;
}

.theme-light .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected), .theme-light .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected), .theme-light .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    background-color: rgba(151,166,186,.12);
}

.theme-light .mat-calendar-body-in-preview {
    color: #e2e8f0;
}

.theme-light .mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: #97a6ba;
}

.theme-light .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: rgba(151,166,186,.8);
}

.theme-light .mat-calendar-body-in-range:before {
    background: rgba(0,0,0,.2);
}

.theme-light .mat-calendar-body-in-comparison-range:before {
    background: rgba(249,171,0,.2);
}

.theme-light .mat-calendar-body-comparison-bridge-start:before, .theme-light [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
    background: linear-gradient(90deg,rgba(0,0,0,.2) 50%,rgba(249,171,0,.2) 0);
}

.theme-light .mat-calendar-body-comparison-bridge-end:before, .theme-light [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
    background: linear-gradient(270deg,rgba(0,0,0,.2) 50%,rgba(249,171,0,.2) 0);
}

.theme-light .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after {
    background: #a8dab5;
}

.theme-light .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
    background: #46a35e;
}

.theme-light .mat-calendar-body-selected {
    background-color: #000;
    color: #fff;
}

.theme-light .mat-calendar-body-disabled > .mat-calendar-body-selected {
    background-color: rgba(0,0,0,.4);
}

.theme-light .mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px #fff;
}

.theme-light .mat-datepicker-content {
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    background-color: #fff;
    color: #27303f;
}

    .theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before {
        background: rgba(37,47,63,.2);
    }

    .theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before {
        background: rgba(249,171,0,.2);
    }

    .theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before, .theme-light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
        background: linear-gradient(90deg,rgba(37,47,63,.2) 50%,rgba(249,171,0,.2) 0);
    }

    .theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before, .theme-light .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
        background: linear-gradient(270deg,rgba(37,47,63,.2) 50%,rgba(249,171,0,.2) 0);
    }

    .theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after {
        background: #a8dab5;
    }

    .theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
        background: #46a35e;
    }

    .theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
        background-color: #252f3f;
        color: #f9fafb;
    }

    .theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
        background-color: rgba(37,47,63,.4);
    }

    .theme-light .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
        box-shadow: inset 0 0 0 1px #f9fafb;
    }

    .theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before {
        background: rgba(155,28,28,.2);
    }

    .theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before {
        background: rgba(249,171,0,.2);
    }

    .theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before, .theme-light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
        background: linear-gradient(90deg,rgba(155,28,28,.2) 50%,rgba(249,171,0,.2) 0);
    }

    .theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before, .theme-light .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
        background: linear-gradient(270deg,rgba(155,28,28,.2) 50%,rgba(249,171,0,.2) 0);
    }

    .theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after {
        background: #a8dab5;
    }

    .theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
        background: #46a35e;
    }

    .theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
        background-color: #9b1c1c;
        color: #fdf2f2;
    }

    .theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
        background-color: rgba(155,28,28,.4);
    }

    .theme-light .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
        box-shadow: inset 0 0 0 1px #fdf2f2;
    }

.theme-light .mat-datepicker-content-touch {
    box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);
}

.theme-light .mat-datepicker-toggle-active {
    color: #000;
}

    .theme-light .mat-datepicker-toggle-active.mat-accent {
        color: #252f3f;
    }

    .theme-light .mat-datepicker-toggle-active.mat-warn {
        color: #9b1c1c;
    }

.theme-light .mat-date-range-input-inner[disabled] {
    color: #97a6ba;
}

.theme-light .mat-dialog-container {
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);
    background: #fff;
    color: #27303f;
}

.theme-light .mat-divider {
    border-top-color: #e2e8f0;
}

.theme-light .mat-divider-vertical {
    border-right-color: #e2e8f0;
}

.theme-light .mat-expansion-panel {
    background: #fff;
    color: #27303f;
}

    .theme-light .mat-expansion-panel:not([class*=mat-elevation-z]) {
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    }

.theme-light .mat-action-row {
    border-top-color: #e2e8f0;
}

.theme-light .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .theme-light .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .theme-light .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
    background: rgba(151,166,186,.12);
}

@media (hover:none) {
    .theme-light .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
        background: #fff;
    }
}

.theme-light .mat-expansion-panel-header-title {
    color: #27303f;
}

.theme-light .mat-expansion-indicator:after, .theme-light .mat-expansion-panel-header-description {
    color: #64748b;
}

.theme-light .mat-expansion-panel-header[aria-disabled=true] {
    color: #97a6ba;
}

    .theme-light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description, .theme-light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title {
        color: inherit;
    }

.theme-light .mat-form-field-label, .theme-light .mat-hint {
    color: rgba(100,116,139,.6);
}

.theme-light .mat-form-field.mat-focused .mat-form-field-label {
    color: #000;
}

    .theme-light .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
        color: #252f3f;
    }

    .theme-light .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
        color: #9b1c1c;
    }

.theme-light .mat-focused .mat-form-field-required-marker {
    color: #252f3f;
}

.theme-light .mat-form-field-ripple {
    background-color: rgba(226,232,240,.87);
}

.theme-light .mat-form-field.mat-focused .mat-form-field-ripple {
    background-color: #000;
}

    .theme-light .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
        background-color: #252f3f;
    }

    .theme-light .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
        background-color: #9b1c1c;
    }

.theme-light .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after {
    color: #000;
}

.theme-light .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after {
    color: #252f3f;
}

.theme-light .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after, .theme-light .mat-form-field.mat-form-field-invalid .mat-form-field-label, .theme-light .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent, .theme-light .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
    color: #9b1c1c;
}

.theme-light .mat-form-field.mat-form-field-invalid .mat-form-field-ripple, .theme-light .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
    background-color: #9b1c1c;
}

.theme-light .mat-error {
    color: #9b1c1c;
}

.theme-light .mat-form-field-appearance-legacy .mat-form-field-label, .theme-light .mat-form-field-appearance-legacy .mat-hint {
    color: #64748b;
}

.theme-light .mat-form-field-appearance-legacy .mat-form-field-underline {
    background-color: rgba(226,232,240,.42);
}

.theme-light .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
    background-image: linear-gradient(90deg,rgba(226,232,240,.42) 0,rgba(226,232,240,.42) 33%,transparent 0);
    background-size: 4px 100%;
    background-repeat: repeat-x;
}

.theme-light .mat-form-field-appearance-standard .mat-form-field-underline {
    background-color: rgba(226,232,240,.42);
}

.theme-light .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
    background-image: linear-gradient(90deg,rgba(226,232,240,.42) 0,rgba(226,232,240,.42) 33%,transparent 0);
    background-size: 4px 100%;
    background-repeat: repeat-x;
}

.theme-light .mat-form-field-appearance-fill .mat-form-field-flex {
    background-color: rgba(0,0,0,.04);
}

.theme-light .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
    background-color: rgba(0,0,0,.02);
}

.theme-light .mat-form-field-appearance-fill .mat-form-field-underline:before {
    background-color: rgba(226,232,240,.42);
}

.theme-light .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
    color: #97a6ba;
}

.theme-light .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before {
    background-color: transparent;
}

.theme-light .mat-form-field-appearance-outline .mat-form-field-outline {
    color: rgba(226,232,240,.12);
}

.theme-light .mat-form-field-appearance-outline .mat-form-field-outline-thick {
    color: rgba(226,232,240,.87);
}

.theme-light .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
    color: #000;
}

.theme-light .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
    color: #252f3f;
}

.theme-light .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick, .theme-light .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
    color: #9b1c1c;
}

.theme-light .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
    color: #97a6ba;
}

.theme-light .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
    color: rgba(226,232,240,.06);
}

.theme-light .mat-icon.mat-primary {
    color: #000;
}

.theme-light .mat-icon.mat-accent {
    color: #252f3f;
}

.theme-light .mat-icon.mat-warn {
    color: #9b1c1c;
}

.theme-light .mat-form-field-type-mat-native-select .mat-form-field-infix:after {
    color: #64748b;
}

.theme-light .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after, .theme-light .mat-input-element:disabled {
    color: #97a6ba;
}

.theme-light .mat-input-element {
    caret-color: #000;
}

    .theme-light .mat-input-element::-ms-input-placeholder {
        color: rgba(100,116,139,.42);
    }

    .theme-light .mat-input-element::placeholder {
        color: rgba(100,116,139,.42);
    }

    .theme-light .mat-input-element::-moz-placeholder {
        color: rgba(100,116,139,.42);
    }

    .theme-light .mat-input-element::-webkit-input-placeholder {
        color: rgba(100,116,139,.42);
    }

    .theme-light .mat-input-element:-ms-input-placeholder {
        color: rgba(100,116,139,.42);
    }

.theme-light .mat-accent .mat-input-element {
    caret-color: #252f3f;
}

.theme-light .mat-form-field-invalid .mat-input-element, .theme-light .mat-warn .mat-input-element {
    caret-color: #9b1c1c;
}

.theme-light .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after {
    color: #9b1c1c;
}

.theme-light .mat-list-base .mat-list-item, .theme-light .mat-list-base .mat-list-option {
    color: #27303f;
}

.theme-light .mat-list-base .mat-subheader {
    color: #64748b;
}

.theme-light .mat-list-item-disabled {
    background-color: #cfd8e3;
}

.theme-light .mat-action-list .mat-list-item:focus, .theme-light .mat-action-list .mat-list-item:hover, .theme-light .mat-list-option:focus, .theme-light .mat-list-option:hover, .theme-light .mat-list-single-selected-option, .theme-light .mat-list-single-selected-option:focus, .theme-light .mat-list-single-selected-option:hover, .theme-light .mat-nav-list .mat-list-item:focus, .theme-light .mat-nav-list .mat-list-item:hover {
    background: rgba(151,166,186,.12);
}

.theme-light .mat-menu-panel {
    background: #fff;
}

    .theme-light .mat-menu-panel:not([class*=mat-elevation-z]) {
        box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    }

.theme-light .mat-menu-item {
    background: transparent;
    color: #27303f;
}

    .theme-light .mat-menu-item[disabled], .theme-light .mat-menu-item[disabled]:after {
        color: #97a6ba;
    }

    .theme-light .mat-menu-item-submenu-trigger:after, .theme-light .mat-menu-item .mat-icon-no-color {
        color: #64748b;
    }

    .theme-light .mat-menu-item-highlighted:not([disabled]), .theme-light .mat-menu-item.cdk-keyboard-focused:not([disabled]), .theme-light .mat-menu-item.cdk-program-focused:not([disabled]), .theme-light .mat-menu-item:hover:not([disabled]) {
        background: rgba(151,166,186,.12);
    }

.theme-light .mat-paginator {
    background: #fff;
}

.theme-light .mat-paginator, .theme-light .mat-paginator-page-size .mat-select-trigger {
    color: #64748b;
}

.theme-light .mat-paginator-decrement, .theme-light .mat-paginator-increment {
    border-top: 2px solid #64748b;
    border-right: 2px solid #64748b;
}

.theme-light .mat-paginator-first, .theme-light .mat-paginator-last {
    border-top: 2px solid #64748b;
}

.theme-light .mat-icon-button[disabled] .mat-paginator-decrement, .theme-light .mat-icon-button[disabled] .mat-paginator-first, .theme-light .mat-icon-button[disabled] .mat-paginator-increment, .theme-light .mat-icon-button[disabled] .mat-paginator-last {
    border-color: #97a6ba;
}

.theme-light .mat-progress-bar-background {
    fill: #000;
}

.theme-light .mat-progress-bar-buffer, .theme-light .mat-progress-bar-fill:after {
    background-color: #000;
}

.theme-light .mat-progress-bar.mat-accent .mat-progress-bar-background {
    fill: #f4f5f7;
}

.theme-light .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
    background-color: #f4f5f7;
}

.theme-light .mat-progress-bar.mat-accent .mat-progress-bar-fill:after {
    background-color: #252f3f;
}

.theme-light .mat-progress-bar.mat-warn .mat-progress-bar-background {
    fill: #fde8e8;
}

.theme-light .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
    background-color: #fde8e8;
}

.theme-light .mat-progress-bar.mat-warn .mat-progress-bar-fill:after {
    background-color: #9b1c1c;
}

.theme-light .mat-progress-spinner circle, .theme-light .mat-spinner circle {
    stroke: #000;
}

.theme-light .mat-progress-spinner.mat-accent circle, .theme-light .mat-spinner.mat-accent circle {
    stroke: #252f3f;
}

.theme-light .mat-progress-spinner.mat-warn circle, .theme-light .mat-spinner.mat-warn circle {
    stroke: #9b1c1c;
}

.theme-light .mat-radio-outer-circle {
    border-color: #64748b;
}

.theme-light .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
    border-color: #000;
}

.theme-light .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .theme-light .mat-radio-button.mat-primary .mat-radio-inner-circle, .theme-light .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .theme-light .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
    background-color: #000;
}

.theme-light .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: #252f3f;
}

.theme-light .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .theme-light .mat-radio-button.mat-accent .mat-radio-inner-circle, .theme-light .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .theme-light .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
    background-color: #252f3f;
}

.theme-light .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
    border-color: #9b1c1c;
}

.theme-light .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .theme-light .mat-radio-button.mat-warn .mat-radio-inner-circle, .theme-light .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .theme-light .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
    background-color: #9b1c1c;
}

.theme-light .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle, .theme-light .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
    border-color: #97a6ba;
}

.theme-light .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle, .theme-light .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element {
    background-color: #97a6ba;
}

.theme-light .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
    color: #97a6ba;
}

.theme-light .mat-radio-button .mat-ripple-element {
    background-color: #000;
}

.theme-light .mat-select-value {
    color: #27303f;
}

.theme-light .mat-select-placeholder {
    color: rgba(100,116,139,.42);
}

.theme-light .mat-select-disabled .mat-select-value {
    color: #97a6ba;
}

.theme-light .mat-select-arrow {
    color: #64748b;
}

.theme-light .mat-select-panel {
    background: #fff;
}

    .theme-light .mat-select-panel:not([class*=mat-elevation-z]) {
        box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    }

    .theme-light .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
        background: rgba(151,166,186,.12);
    }

.theme-light .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
    color: #000;
}

.theme-light .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
    color: #252f3f;
}

.theme-light .mat-form-field.mat-focused.mat-warn .mat-select-arrow, .theme-light .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
    color: #9b1c1c;
}

.theme-light .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
    color: #97a6ba;
}

.theme-light .mat-drawer-container {
    background-color: #f1f5f9;
    color: #27303f;
}

.theme-light .mat-drawer {
    background-color: #fff;
    color: #27303f;
}

    .theme-light .mat-drawer.mat-drawer-push {
        background-color: #fff;
    }

    .theme-light .mat-drawer:not(.mat-drawer-side) {
        box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
    }

.theme-light .mat-drawer-side {
    border-right: 1px solid #e2e8f0;
}

    .theme-light .mat-drawer-side.mat-drawer-end, .theme-light [dir=rtl] .mat-drawer-side {
        border-left: 1px solid #e2e8f0;
        border-right: none;
    }

        .theme-light [dir=rtl] .mat-drawer-side.mat-drawer-end {
            border-left: none;
            border-right: 1px solid #e2e8f0;
        }

.theme-light .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
    background-color: #252f3f;
}

.theme-light .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(37,47,63,.54);
}

.theme-light .mat-slide-toggle.mat-checked .mat-ripple-element {
    background-color: #252f3f;
}

.theme-light .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
    background-color: #000;
}

.theme-light .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(0,0,0,.54);
}

.theme-light .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
    background-color: #000;
}

.theme-light .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
    background-color: #9b1c1c;
}

.theme-light .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(155,28,28,.54);
}

.theme-light .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
    background-color: #9b1c1c;
}

.theme-light .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
    background-color: #000;
}

.theme-light .mat-slide-toggle-thumb {
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
    background-color: #fafafa;
}

.theme-light .mat-slide-toggle-bar {
    background-color: #97a6ba;
}

.theme-light .mat-slider-track-background {
    background-color: #cfd8e3;
}

.theme-light .mat-primary .mat-slider-thumb, .theme-light .mat-primary .mat-slider-thumb-label, .theme-light .mat-primary .mat-slider-track-fill {
    background-color: #000;
}

.theme-light .mat-primary .mat-slider-thumb-label-text {
    color: #fff;
}

.theme-light .mat-primary .mat-slider-focus-ring {
    background-color: rgba(0,0,0,.2);
}

.theme-light .mat-accent .mat-slider-thumb, .theme-light .mat-accent .mat-slider-thumb-label, .theme-light .mat-accent .mat-slider-track-fill {
    background-color: #252f3f;
}

.theme-light .mat-accent .mat-slider-thumb-label-text {
    color: #f9fafb;
}

.theme-light .mat-accent .mat-slider-focus-ring {
    background-color: rgba(37,47,63,.2);
}

.theme-light .mat-warn .mat-slider-thumb, .theme-light .mat-warn .mat-slider-thumb-label, .theme-light .mat-warn .mat-slider-track-fill {
    background-color: #9b1c1c;
}

.theme-light .mat-warn .mat-slider-thumb-label-text {
    color: #fdf2f2;
}

.theme-light .mat-warn .mat-slider-focus-ring {
    background-color: rgba(155,28,28,.2);
}

.theme-light .cdk-focused .mat-slider-track-background, .theme-light .mat-slider:hover .mat-slider-track-background {
    background-color: #97a6ba;
}

.theme-light .mat-slider-disabled .mat-slider-thumb, .theme-light .mat-slider-disabled .mat-slider-track-background, .theme-light .mat-slider-disabled .mat-slider-track-fill, .theme-light .mat-slider-disabled:hover .mat-slider-track-background {
    background-color: #cfd8e3;
}

.theme-light .mat-slider-min-value .mat-slider-focus-ring {
    background-color: rgba(0,0,0,.12);
}

.theme-light .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb, .theme-light .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
    background-color: #27303f;
}

.theme-light .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb, .theme-light .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
    background-color: #cfd8e3;
}

.theme-light .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
    border-color: #cfd8e3;
    background-color: transparent;
}

.theme-light .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb, .theme-light .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb {
    border-color: #97a6ba;
}

.theme-light .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb, .theme-light .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb {
    border-color: #cfd8e3;
}

.theme-light .mat-slider-has-ticks .mat-slider-wrapper:after {
    border-color: rgba(0,0,0,.7);
}

.theme-light .mat-slider-horizontal .mat-slider-ticks {
    background-image: repeating-linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);
    background-image: -moz-repeating-linear-gradient(.0001deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);
}

.theme-light .mat-slider-vertical .mat-slider-ticks {
    background-image: repeating-linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);
}

.theme-light .mat-step-header.cdk-keyboard-focused, .theme-light .mat-step-header.cdk-program-focused, .theme-light .mat-step-header:hover {
    background-color: rgba(151,166,186,.12);
}

@media (hover:none) {
    .theme-light .mat-step-header:hover {
        background: none;
    }
}

.theme-light .mat-step-header .mat-step-label, .theme-light .mat-step-header .mat-step-optional {
    color: #64748b;
}

.theme-light .mat-step-header .mat-step-icon {
    background-color: #64748b;
    color: #fff;
}

.theme-light .mat-step-header .mat-step-icon-selected, .theme-light .mat-step-header .mat-step-icon-state-done, .theme-light .mat-step-header .mat-step-icon-state-edit {
    background-color: #000;
    color: #fff;
}

.theme-light .mat-step-header .mat-step-icon-state-error {
    background-color: transparent;
    color: #9b1c1c;
}

.theme-light .mat-step-header .mat-step-label.mat-step-label-active {
    color: #27303f;
}

.theme-light .mat-step-header .mat-step-label.mat-step-label-error {
    color: #9b1c1c;
}

.theme-light .mat-stepper-horizontal, .theme-light .mat-stepper-vertical {
    background-color: #fff;
}

.theme-light .mat-stepper-vertical-line:before {
    border-left-color: #e2e8f0;
}

.theme-light .mat-horizontal-stepper-header:after, .theme-light .mat-horizontal-stepper-header:before, .theme-light .mat-stepper-horizontal-line {
    border-top-color: #e2e8f0;
}

.theme-light .mat-sort-header-arrow {
    color: #64748b;
}

.theme-light .mat-tab-header, .theme-light .mat-tab-nav-bar {
    border-bottom: 1px solid #e2e8f0;
}

.theme-light .mat-tab-group-inverted-header .mat-tab-header, .theme-light .mat-tab-group-inverted-header .mat-tab-nav-bar {
    border-top: 1px solid #e2e8f0;
    border-bottom: none;
}

.theme-light .mat-tab-label, .theme-light .mat-tab-link {
    color: #27303f;
}

    .theme-light .mat-tab-label.mat-tab-disabled, .theme-light .mat-tab-link.mat-tab-disabled {
        color: #97a6ba;
    }

.theme-light .mat-tab-header-pagination-chevron {
    border-color: #27303f;
}

.theme-light .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: #97a6ba;
}

.theme-light .mat-tab-group[class*=mat-background-] .mat-tab-header, .theme-light .mat-tab-nav-bar[class*=mat-background-] {
    border-bottom: none;
    border-top: none;
}

.theme-light .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-light .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .theme-light .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-light .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .theme-light .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-light .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .theme-light .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-light .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(0,0,0,.3);
}

.theme-light .mat-tab-group.mat-primary .mat-ink-bar, .theme-light .mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: #000;
}

.theme-light .mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .theme-light .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
    background-color: #fff;
}

.theme-light .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-light .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .theme-light .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-light .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .theme-light .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-light .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .theme-light .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-light .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(244,245,247,.3);
}

.theme-light .mat-tab-group.mat-accent .mat-ink-bar, .theme-light .mat-tab-nav-bar.mat-accent .mat-ink-bar {
    background-color: #252f3f;
}

.theme-light .mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .theme-light .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
    background-color: #f9fafb;
}

.theme-light .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-light .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .theme-light .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-light .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .theme-light .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-light .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .theme-light .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-light .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(253,232,232,.3);
}

.theme-light .mat-tab-group.mat-warn .mat-ink-bar, .theme-light .mat-tab-nav-bar.mat-warn .mat-ink-bar {
    background-color: #9b1c1c;
}

.theme-light .mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .theme-light .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
    background-color: #fdf2f2;
}

.theme-light .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-light .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .theme-light .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-light .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(0,0,0,.3);
}

.theme-light .mat-tab-group.mat-background-primary .mat-tab-header, .theme-light .mat-tab-group.mat-background-primary .mat-tab-header-pagination, .theme-light .mat-tab-group.mat-background-primary .mat-tab-links, .theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination, .theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-links {
    background-color: #000;
}

.theme-light .mat-tab-group.mat-background-primary .mat-tab-label, .theme-light .mat-tab-group.mat-background-primary .mat-tab-link, .theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
    color: #fff;
}

    .theme-light .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .theme-light .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
        color: hsla(0,0%,100%,.4);
    }

.theme-light .mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
    border-color: #fff;
}

.theme-light .mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .theme-light .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: hsla(0,0%,100%,.4);
}

.theme-light .mat-tab-group.mat-background-primary .mat-ripple-element, .theme-light .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
    background-color: hsla(0,0%,100%,.12);
}

.theme-light .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-light .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .theme-light .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-light .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(244,245,247,.3);
}

.theme-light .mat-tab-group.mat-background-accent .mat-tab-header, .theme-light .mat-tab-group.mat-background-accent .mat-tab-header-pagination, .theme-light .mat-tab-group.mat-background-accent .mat-tab-links, .theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination, .theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-links {
    background-color: #252f3f;
}

.theme-light .mat-tab-group.mat-background-accent .mat-tab-label, .theme-light .mat-tab-group.mat-background-accent .mat-tab-link, .theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
    color: #f9fafb;
}

    .theme-light .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .theme-light .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
        color: rgba(249,250,251,.4);
    }

.theme-light .mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
    border-color: #f9fafb;
}

.theme-light .mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .theme-light .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(249,250,251,.4);
}

.theme-light .mat-tab-group.mat-background-accent .mat-ripple-element, .theme-light .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
    background-color: rgba(249,250,251,.12);
}

.theme-light .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-light .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .theme-light .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-light .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(253,232,232,.3);
}

.theme-light .mat-tab-group.mat-background-warn .mat-tab-header, .theme-light .mat-tab-group.mat-background-warn .mat-tab-header-pagination, .theme-light .mat-tab-group.mat-background-warn .mat-tab-links, .theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination, .theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-links {
    background-color: #9b1c1c;
}

.theme-light .mat-tab-group.mat-background-warn .mat-tab-label, .theme-light .mat-tab-group.mat-background-warn .mat-tab-link, .theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
    color: #fdf2f2;
}

    .theme-light .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .theme-light .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
        color: rgba(253,242,242,.4);
    }

.theme-light .mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
    border-color: #fdf2f2;
}

.theme-light .mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .theme-light .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(253,242,242,.4);
}

.theme-light .mat-tab-group.mat-background-warn .mat-ripple-element, .theme-light .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
    background-color: rgba(253,242,242,.12);
}

.theme-light .mat-toolbar {
    background: #fff;
    color: #27303f;
}

    .theme-light .mat-toolbar.mat-primary {
        background: #000;
        color: #fff;
    }

    .theme-light .mat-toolbar.mat-accent {
        background: #252f3f;
        color: #f9fafb;
    }

    .theme-light .mat-toolbar.mat-warn {
        background: #9b1c1c;
        color: #fdf2f2;
    }

    .theme-light .mat-toolbar .mat-focused .mat-form-field-ripple, .theme-light .mat-toolbar .mat-form-field-ripple, .theme-light .mat-toolbar .mat-form-field-underline {
        background-color: currentColor;
    }

    .theme-light .mat-toolbar .mat-focused .mat-form-field-label, .theme-light .mat-toolbar .mat-form-field-label, .theme-light .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow, .theme-light .mat-toolbar .mat-select-arrow, .theme-light .mat-toolbar .mat-select-value {
        color: inherit;
    }

    .theme-light .mat-toolbar .mat-input-element {
        caret-color: currentColor;
    }

.theme-light .mat-tooltip {
    background: rgba(39,48,63,.9);
}

.theme-light .mat-tree {
    background: #fff;
}

.theme-light .mat-nested-tree-node, .theme-light .mat-tree-node {
    color: #27303f;
}

.theme-light .mat-snack-bar-container {
    color: hsla(0,0%,100%,.7);
    background: #323232;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
}

.theme-light .mat-simple-snackbar-action {
    color: #252f3f;
}

.theme-light .text-primary-100 {
    color: #000 !important;
}

.theme-light .bg-primary-100 {
    background: #000 !important;
}

.theme-light .primary-100 {
    background: #000 !important;
    color: #fff !important;
}

    .theme-light .primary-100 .mat-icon {
        color: #fff !important;
    }

    .theme-light .primary-100 .text-secondary, .theme-light .primary-100.text-secondary {
        color: hsla(0,0%,100%,.6) !important;
    }

    .theme-light .primary-100 .text-disabled, .theme-light .primary-100 .text-hint, .theme-light .primary-100.text-disabled, .theme-light .primary-100.text-hint {
        color: hsla(0,0%,100%,.38) !important;
    }

    .theme-light .primary-100 .divider, .theme-light .primary-100.divider {
        color: hsla(0,0%,100%,.12) !important;
    }

.theme-light .active\:border-primary-100:active, .theme-light .border-primary-100, .theme-light .focus\:border-primary-100:focus, .theme-light .hover\:border-primary-100:hover {
    border-color: #000 !important;
}

.theme-light .text-primary-200 {
    color: #000 !important;
}

.theme-light .bg-primary-200 {
    background: #000 !important;
}

.theme-light .primary-200 {
    background: #000 !important;
    color: #fff !important;
}

    .theme-light .primary-200 .mat-icon {
        color: #fff !important;
    }

    .theme-light .primary-200 .text-secondary, .theme-light .primary-200.text-secondary {
        color: hsla(0,0%,100%,.6) !important;
    }

    .theme-light .primary-200 .text-disabled, .theme-light .primary-200 .text-hint, .theme-light .primary-200.text-disabled, .theme-light .primary-200.text-hint {
        color: hsla(0,0%,100%,.38) !important;
    }

    .theme-light .primary-200 .divider, .theme-light .primary-200.divider {
        color: hsla(0,0%,100%,.12) !important;
    }

.theme-light .active\:border-primary-200:active, .theme-light .border-primary-200, .theme-light .focus\:border-primary-200:focus, .theme-light .hover\:border-primary-200:hover {
    border-color: #000 !important;
}

.theme-light .text-primary-300 {
    color: #000 !important;
}

.theme-light .bg-primary-300 {
    background: #000 !important;
}

.theme-light .primary-300 {
    background: #000 !important;
    color: #fff !important;
}

    .theme-light .primary-300 .mat-icon {
        color: #fff !important;
    }

    .theme-light .primary-300 .text-secondary, .theme-light .primary-300.text-secondary {
        color: hsla(0,0%,100%,.6) !important;
    }

    .theme-light .primary-300 .text-disabled, .theme-light .primary-300 .text-hint, .theme-light .primary-300.text-disabled, .theme-light .primary-300.text-hint {
        color: hsla(0,0%,100%,.38) !important;
    }

    .theme-light .primary-300 .divider, .theme-light .primary-300.divider {
        color: hsla(0,0%,100%,.12) !important;
    }

.theme-light .active\:border-primary-300:active, .theme-light .border-primary-300, .theme-light .focus\:border-primary-300:focus, .theme-light .hover\:border-primary-300:hover {
    border-color: #000 !important;
}

.theme-light .text-primary-400 {
    color: #000 !important;
}

.theme-light .bg-primary-400 {
    background: #000 !important;
}

.theme-light .primary-400 {
    background: #000 !important;
    color: #fff !important;
}

    .theme-light .primary-400 .mat-icon {
        color: #fff !important;
    }

    .theme-light .primary-400 .text-secondary, .theme-light .primary-400.text-secondary {
        color: hsla(0,0%,100%,.6) !important;
    }

    .theme-light .primary-400 .text-disabled, .theme-light .primary-400 .text-hint, .theme-light .primary-400.text-disabled, .theme-light .primary-400.text-hint {
        color: hsla(0,0%,100%,.38) !important;
    }

    .theme-light .primary-400 .divider, .theme-light .primary-400.divider {
        color: hsla(0,0%,100%,.12) !important;
    }

.theme-light .active\:border-primary-400:active, .theme-light .border-primary-400, .theme-light .focus\:border-primary-400:focus, .theme-light .hover\:border-primary-400:hover {
    border-color: #000 !important;
}

.theme-light .text-primary-500 {
    color: #000 !important;
}

.theme-light .bg-primary-500 {
    background: #000 !important;
}

.theme-light .primary-500 {
    background: #000 !important;
    color: #fff !important;
}

    .theme-light .primary-500 .mat-icon {
        color: #fff !important;
    }

    .theme-light .primary-500 .text-secondary, .theme-light .primary-500.text-secondary {
        color: hsla(0,0%,100%,.6) !important;
    }

    .theme-light .primary-500 .text-disabled, .theme-light .primary-500 .text-hint, .theme-light .primary-500.text-disabled, .theme-light .primary-500.text-hint {
        color: hsla(0,0%,100%,.38) !important;
    }

    .theme-light .primary-500 .divider, .theme-light .primary-500.divider {
        color: hsla(0,0%,100%,.12) !important;
    }

.theme-light .active\:border-primary-500:active, .theme-light .border-primary-500, .theme-light .focus\:border-primary-500:focus, .theme-light .hover\:border-primary-500:hover {
    border-color: #000 !important;
}

.theme-light .text-primary {
    color: #000 !important;
}

.theme-light .bg-primary, .theme-light .primary {
    background: #000 !important;
}

    .theme-light .primary, .theme-light .primary .mat-icon {
        color: #fff !important;
    }

        .theme-light .primary.text-secondary, .theme-light .primary .text-secondary {
            color: hsla(0,0%,100%,.6) !important;
        }

        .theme-light .primary.text-disabled, .theme-light .primary .text-disabled, .theme-light .primary.text-hint, .theme-light .primary .text-hint {
            color: hsla(0,0%,100%,.38) !important;
        }

        .theme-light .primary.divider, .theme-light .primary .divider {
            color: hsla(0,0%,100%,.12) !important;
        }

.theme-light .active\:border-primary:active, .theme-light .border-primary, .theme-light .focus\:border-primary:focus, .theme-light .hover\:border-primary:hover {
    border-color: #000 !important;
}

.theme-light .text-primary-600 {
    color: #000 !important;
}

.theme-light .bg-primary-600 {
    background: #000 !important;
}

.theme-light .primary-600 {
    background: #000 !important;
    color: #fff !important;
}

    .theme-light .primary-600 .mat-icon {
        color: #fff !important;
    }

    .theme-light .primary-600 .text-secondary, .theme-light .primary-600.text-secondary {
        color: hsla(0,0%,100%,.6) !important;
    }

    .theme-light .primary-600 .text-disabled, .theme-light .primary-600 .text-hint, .theme-light .primary-600.text-disabled, .theme-light .primary-600.text-hint {
        color: hsla(0,0%,100%,.38) !important;
    }

    .theme-light .primary-600 .divider, .theme-light .primary-600.divider {
        color: hsla(0,0%,100%,.12) !important;
    }

.theme-light .active\:border-primary-600:active, .theme-light .border-primary-600, .theme-light .focus\:border-primary-600:focus, .theme-light .hover\:border-primary-600:hover {
    border-color: #000 !important;
}

.theme-light .text-primary-700 {
    color: #000 !important;
}

.theme-light .bg-primary-700 {
    background: #000 !important;
}

.theme-light .primary-700 {
    background: #000 !important;
    color: #fff !important;
}

    .theme-light .primary-700 .mat-icon {
        color: #fff !important;
    }

    .theme-light .primary-700 .text-secondary, .theme-light .primary-700.text-secondary {
        color: hsla(0,0%,100%,.6) !important;
    }

    .theme-light .primary-700 .text-disabled, .theme-light .primary-700 .text-hint, .theme-light .primary-700.text-disabled, .theme-light .primary-700.text-hint {
        color: hsla(0,0%,100%,.38) !important;
    }

    .theme-light .primary-700 .divider, .theme-light .primary-700.divider {
        color: hsla(0,0%,100%,.12) !important;
    }

.theme-light .active\:border-primary-700:active, .theme-light .border-primary-700, .theme-light .focus\:border-primary-700:focus, .theme-light .hover\:border-primary-700:hover {
    border-color: #000 !important;
}

.theme-light .text-primary-800 {
    color: #000 !important;
}

.theme-light .bg-primary-800 {
    background: #000 !important;
}

.theme-light .primary-800 {
    background: #000 !important;
    color: #fff !important;
}

    .theme-light .primary-800 .mat-icon {
        color: #fff !important;
    }

    .theme-light .primary-800 .text-secondary, .theme-light .primary-800.text-secondary {
        color: hsla(0,0%,100%,.6) !important;
    }

    .theme-light .primary-800 .text-disabled, .theme-light .primary-800 .text-hint, .theme-light .primary-800.text-disabled, .theme-light .primary-800.text-hint {
        color: hsla(0,0%,100%,.38) !important;
    }

    .theme-light .primary-800 .divider, .theme-light .primary-800.divider {
        color: hsla(0,0%,100%,.12) !important;
    }

.theme-light .active\:border-primary-800:active, .theme-light .border-primary-800, .theme-light .focus\:border-primary-800:focus, .theme-light .hover\:border-primary-800:hover {
    border-color: #000 !important;
}

.theme-light .text-primary-900 {
    color: #000 !important;
}

.theme-light .bg-primary-900 {
    background: #000 !important;
}

.theme-light .primary-900 {
    background: #000 !important;
    color: #fff !important;
}

    .theme-light .primary-900 .mat-icon {
        color: #fff !important;
    }

    .theme-light .primary-900 .text-secondary, .theme-light .primary-900.text-secondary {
        color: hsla(0,0%,100%,.6) !important;
    }

    .theme-light .primary-900 .text-disabled, .theme-light .primary-900 .text-hint, .theme-light .primary-900.text-disabled, .theme-light .primary-900.text-hint {
        color: hsla(0,0%,100%,.38) !important;
    }

    .theme-light .primary-900 .divider, .theme-light .primary-900.divider {
        color: hsla(0,0%,100%,.12) !important;
    }

.theme-light .active\:border-primary-900:active, .theme-light .border-primary-900, .theme-light .focus\:border-primary-900:focus, .theme-light .hover\:border-primary-900:hover {
    border-color: #000 !important;
}

.theme-light .text-accent-100 {
    color: #f4f5f7 !important;
}

.theme-light .accent-100, .theme-light .bg-accent-100 {
    background: #f4f5f7 !important;
}

    .theme-light .accent-100, .theme-light .accent-100 .mat-icon {
        color: #161e2e !important;
    }

        .theme-light .accent-100 .text-secondary, .theme-light .accent-100.text-secondary {
            color: rgba(22,30,46,.6) !important;
        }

        .theme-light .accent-100 .text-disabled, .theme-light .accent-100 .text-hint, .theme-light .accent-100.text-disabled, .theme-light .accent-100.text-hint {
            color: rgba(22,30,46,.38) !important;
        }

        .theme-light .accent-100 .divider, .theme-light .accent-100.divider {
            color: rgba(22,30,46,.12) !important;
        }

.theme-light .active\:border-accent-100:active, .theme-light .border-accent-100, .theme-light .focus\:border-accent-100:focus, .theme-light .hover\:border-accent-100:hover {
    border-color: #f4f5f7 !important;
}

.theme-light .text-accent-200 {
    color: #e5e7eb !important;
}

.theme-light .accent-200, .theme-light .bg-accent-200 {
    background: #e5e7eb !important;
}

    .theme-light .accent-200, .theme-light .accent-200 .mat-icon {
        color: #161e2e !important;
    }

        .theme-light .accent-200 .text-secondary, .theme-light .accent-200.text-secondary {
            color: rgba(22,30,46,.6) !important;
        }

        .theme-light .accent-200 .text-disabled, .theme-light .accent-200 .text-hint, .theme-light .accent-200.text-disabled, .theme-light .accent-200.text-hint {
            color: rgba(22,30,46,.38) !important;
        }

        .theme-light .accent-200 .divider, .theme-light .accent-200.divider {
            color: rgba(22,30,46,.12) !important;
        }

.theme-light .active\:border-accent-200:active, .theme-light .border-accent-200, .theme-light .focus\:border-accent-200:focus, .theme-light .hover\:border-accent-200:hover {
    border-color: #e5e7eb !important;
}

.theme-light .text-accent-300 {
    color: #d2d6dc !important;
}

.theme-light .accent-300, .theme-light .bg-accent-300 {
    background: #d2d6dc !important;
}

    .theme-light .accent-300, .theme-light .accent-300 .mat-icon {
        color: #161e2e !important;
    }

        .theme-light .accent-300 .text-secondary, .theme-light .accent-300.text-secondary {
            color: rgba(22,30,46,.6) !important;
        }

        .theme-light .accent-300 .text-disabled, .theme-light .accent-300 .text-hint, .theme-light .accent-300.text-disabled, .theme-light .accent-300.text-hint {
            color: rgba(22,30,46,.38) !important;
        }

        .theme-light .accent-300 .divider, .theme-light .accent-300.divider {
            color: rgba(22,30,46,.12) !important;
        }

.theme-light .active\:border-accent-300:active, .theme-light .border-accent-300, .theme-light .focus\:border-accent-300:focus, .theme-light .hover\:border-accent-300:hover {
    border-color: #d2d6dc !important;
}

.theme-light .text-accent-400 {
    color: #9fa6b2 !important;
}

.theme-light .accent-400, .theme-light .bg-accent-400 {
    background: #9fa6b2 !important;
}

    .theme-light .accent-400, .theme-light .accent-400 .mat-icon {
        color: #161e2e !important;
    }

        .theme-light .accent-400 .text-secondary, .theme-light .accent-400.text-secondary {
            color: rgba(22,30,46,.6) !important;
        }

        .theme-light .accent-400 .text-disabled, .theme-light .accent-400 .text-hint, .theme-light .accent-400.text-disabled, .theme-light .accent-400.text-hint {
            color: rgba(22,30,46,.38) !important;
        }

        .theme-light .accent-400 .divider, .theme-light .accent-400.divider {
            color: rgba(22,30,46,.12) !important;
        }

.theme-light .active\:border-accent-400:active, .theme-light .border-accent-400, .theme-light .focus\:border-accent-400:focus, .theme-light .hover\:border-accent-400:hover {
    border-color: #9fa6b2 !important;
}

.theme-light .text-accent-500 {
    color: #6b7280 !important;
}

.theme-light .accent-500, .theme-light .bg-accent-500 {
    background: #6b7280 !important;
}

    .theme-light .accent-500, .theme-light .accent-500 .mat-icon {
        color: #161e2e !important;
    }

        .theme-light .accent-500 .text-secondary, .theme-light .accent-500.text-secondary {
            color: rgba(22,30,46,.6) !important;
        }

        .theme-light .accent-500 .text-disabled, .theme-light .accent-500 .text-hint, .theme-light .accent-500.text-disabled, .theme-light .accent-500.text-hint {
            color: rgba(22,30,46,.38) !important;
        }

        .theme-light .accent-500 .divider, .theme-light .accent-500.divider {
            color: rgba(22,30,46,.12) !important;
        }

.theme-light .active\:border-accent-500:active, .theme-light .border-accent-500, .theme-light .focus\:border-accent-500:focus, .theme-light .hover\:border-accent-500:hover {
    border-color: #6b7280 !important;
}

.theme-light .text-accent {
    color: #6b7280 !important;
}

.theme-light .accent, .theme-light .bg-accent {
    background: #6b7280 !important;
}

    .theme-light .accent, .theme-light .accent .mat-icon {
        color: #161e2e !important;
    }

        .theme-light .accent.text-secondary, .theme-light .accent .text-secondary {
            color: rgba(22,30,46,.6) !important;
        }

        .theme-light .accent.text-disabled, .theme-light .accent .text-disabled, .theme-light .accent.text-hint, .theme-light .accent .text-hint {
            color: rgba(22,30,46,.38) !important;
        }

        .theme-light .accent.divider, .theme-light .accent .divider {
            color: rgba(22,30,46,.12) !important;
        }

.theme-light .active\:border-accent:active, .theme-light .border-accent, .theme-light .focus\:border-accent:focus, .theme-light .hover\:border-accent:hover {
    border-color: #6b7280 !important;
}

.theme-light .text-accent-600 {
    color: #4b5563 !important;
}

.theme-light .accent-600, .theme-light .bg-accent-600 {
    background: #4b5563 !important;
}

    .theme-light .accent-600, .theme-light .accent-600 .mat-icon {
        color: #f9fafb !important;
    }

        .theme-light .accent-600 .text-secondary, .theme-light .accent-600.text-secondary {
            color: rgba(249,250,251,.6) !important;
        }

        .theme-light .accent-600 .text-disabled, .theme-light .accent-600 .text-hint, .theme-light .accent-600.text-disabled, .theme-light .accent-600.text-hint {
            color: rgba(249,250,251,.38) !important;
        }

        .theme-light .accent-600 .divider, .theme-light .accent-600.divider {
            color: rgba(249,250,251,.12) !important;
        }

.theme-light .active\:border-accent-600:active, .theme-light .border-accent-600, .theme-light .focus\:border-accent-600:focus, .theme-light .hover\:border-accent-600:hover {
    border-color: #4b5563 !important;
}

.theme-light .text-accent-700 {
    color: #374151 !important;
}

.theme-light .accent-700, .theme-light .bg-accent-700 {
    background: #374151 !important;
}

    .theme-light .accent-700, .theme-light .accent-700 .mat-icon {
        color: #f9fafb !important;
    }

        .theme-light .accent-700 .text-secondary, .theme-light .accent-700.text-secondary {
            color: rgba(249,250,251,.6) !important;
        }

        .theme-light .accent-700 .text-disabled, .theme-light .accent-700 .text-hint, .theme-light .accent-700.text-disabled, .theme-light .accent-700.text-hint {
            color: rgba(249,250,251,.38) !important;
        }

        .theme-light .accent-700 .divider, .theme-light .accent-700.divider {
            color: rgba(249,250,251,.12) !important;
        }

.theme-light .active\:border-accent-700:active, .theme-light .border-accent-700, .theme-light .focus\:border-accent-700:focus, .theme-light .hover\:border-accent-700:hover {
    border-color: #374151 !important;
}

.theme-light .text-accent-800 {
    color: #252f3f !important;
}

.theme-light .accent-800, .theme-light .bg-accent-800 {
    background: #252f3f !important;
}

    .theme-light .accent-800, .theme-light .accent-800 .mat-icon {
        color: #f9fafb !important;
    }

        .theme-light .accent-800 .text-secondary, .theme-light .accent-800.text-secondary {
            color: rgba(249,250,251,.6) !important;
        }

        .theme-light .accent-800 .text-disabled, .theme-light .accent-800 .text-hint, .theme-light .accent-800.text-disabled, .theme-light .accent-800.text-hint {
            color: rgba(249,250,251,.38) !important;
        }

        .theme-light .accent-800 .divider, .theme-light .accent-800.divider {
            color: rgba(249,250,251,.12) !important;
        }

.theme-light .active\:border-accent-800:active, .theme-light .border-accent-800, .theme-light .focus\:border-accent-800:focus, .theme-light .hover\:border-accent-800:hover {
    border-color: #252f3f !important;
}

.theme-light .text-accent-900 {
    color: #161e2e !important;
}

.theme-light .accent-900, .theme-light .bg-accent-900 {
    background: #161e2e !important;
}

    .theme-light .accent-900, .theme-light .accent-900 .mat-icon {
        color: #f9fafb !important;
    }

        .theme-light .accent-900 .text-secondary, .theme-light .accent-900.text-secondary {
            color: rgba(249,250,251,.6) !important;
        }

        .theme-light .accent-900 .text-disabled, .theme-light .accent-900 .text-hint, .theme-light .accent-900.text-disabled, .theme-light .accent-900.text-hint {
            color: rgba(249,250,251,.38) !important;
        }

        .theme-light .accent-900 .divider, .theme-light .accent-900.divider {
            color: rgba(249,250,251,.12) !important;
        }

.theme-light .active\:border-accent-900:active, .theme-light .border-accent-900, .theme-light .focus\:border-accent-900:focus, .theme-light .hover\:border-accent-900:hover {
    border-color: #161e2e !important;
}

.theme-light .text-warn-100 {
    color: #fde8e8 !important;
}

.theme-light .bg-warn-100, .theme-light .warn-100 {
    background: #fde8e8 !important;
}

    .theme-light .warn-100, .theme-light .warn-100 .mat-icon {
        color: #771d1d !important;
    }

        .theme-light .warn-100 .text-secondary, .theme-light .warn-100.text-secondary {
            color: rgba(119,29,29,.6) !important;
        }

        .theme-light .warn-100 .text-disabled, .theme-light .warn-100 .text-hint, .theme-light .warn-100.text-disabled, .theme-light .warn-100.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .theme-light .warn-100 .divider, .theme-light .warn-100.divider {
            color: rgba(119,29,29,.12) !important;
        }

.theme-light .active\:border-warn-100:active, .theme-light .border-warn-100, .theme-light .focus\:border-warn-100:focus, .theme-light .hover\:border-warn-100:hover {
    border-color: #fde8e8 !important;
}

.theme-light .text-warn-200 {
    color: #fbd5d5 !important;
}

.theme-light .bg-warn-200, .theme-light .warn-200 {
    background: #fbd5d5 !important;
}

    .theme-light .warn-200, .theme-light .warn-200 .mat-icon {
        color: #771d1d !important;
    }

        .theme-light .warn-200 .text-secondary, .theme-light .warn-200.text-secondary {
            color: rgba(119,29,29,.6) !important;
        }

        .theme-light .warn-200 .text-disabled, .theme-light .warn-200 .text-hint, .theme-light .warn-200.text-disabled, .theme-light .warn-200.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .theme-light .warn-200 .divider, .theme-light .warn-200.divider {
            color: rgba(119,29,29,.12) !important;
        }

.theme-light .active\:border-warn-200:active, .theme-light .border-warn-200, .theme-light .focus\:border-warn-200:focus, .theme-light .hover\:border-warn-200:hover {
    border-color: #fbd5d5 !important;
}

.theme-light .text-warn-300 {
    color: #f8b4b4 !important;
}

.theme-light .bg-warn-300, .theme-light .warn-300 {
    background: #f8b4b4 !important;
}

    .theme-light .warn-300, .theme-light .warn-300 .mat-icon {
        color: #771d1d !important;
    }

        .theme-light .warn-300 .text-secondary, .theme-light .warn-300.text-secondary {
            color: rgba(119,29,29,.6) !important;
        }

        .theme-light .warn-300 .text-disabled, .theme-light .warn-300 .text-hint, .theme-light .warn-300.text-disabled, .theme-light .warn-300.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .theme-light .warn-300 .divider, .theme-light .warn-300.divider {
            color: rgba(119,29,29,.12) !important;
        }

.theme-light .active\:border-warn-300:active, .theme-light .border-warn-300, .theme-light .focus\:border-warn-300:focus, .theme-light .hover\:border-warn-300:hover {
    border-color: #f8b4b4 !important;
}

.theme-light .text-warn-400 {
    color: #f98080 !important;
}

.theme-light .bg-warn-400, .theme-light .warn-400 {
    background: #f98080 !important;
}

    .theme-light .warn-400, .theme-light .warn-400 .mat-icon {
        color: #771d1d !important;
    }

        .theme-light .warn-400 .text-secondary, .theme-light .warn-400.text-secondary {
            color: rgba(119,29,29,.6) !important;
        }

        .theme-light .warn-400 .text-disabled, .theme-light .warn-400 .text-hint, .theme-light .warn-400.text-disabled, .theme-light .warn-400.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .theme-light .warn-400 .divider, .theme-light .warn-400.divider {
            color: rgba(119,29,29,.12) !important;
        }

.theme-light .active\:border-warn-400:active, .theme-light .border-warn-400, .theme-light .focus\:border-warn-400:focus, .theme-light .hover\:border-warn-400:hover {
    border-color: #f98080 !important;
}

.theme-light .text-warn-500 {
    color: #f05252 !important;
}

.theme-light .bg-warn-500, .theme-light .warn-500 {
    background: #f05252 !important;
}

    .theme-light .warn-500, .theme-light .warn-500 .mat-icon {
        color: #771d1d !important;
    }

        .theme-light .warn-500 .text-secondary, .theme-light .warn-500.text-secondary {
            color: rgba(119,29,29,.6) !important;
        }

        .theme-light .warn-500 .text-disabled, .theme-light .warn-500 .text-hint, .theme-light .warn-500.text-disabled, .theme-light .warn-500.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .theme-light .warn-500 .divider, .theme-light .warn-500.divider {
            color: rgba(119,29,29,.12) !important;
        }

.theme-light .active\:border-warn-500:active, .theme-light .border-warn-500, .theme-light .focus\:border-warn-500:focus, .theme-light .hover\:border-warn-500:hover {
    border-color: #f05252 !important;
}

.theme-light .text-warn {
    color: #f05252 !important;
}

.theme-light .bg-warn, .theme-light .warn {
    background: #f05252 !important;
}

    .theme-light .warn, .theme-light .warn .mat-icon {
        color: #771d1d !important;
    }

        .theme-light .warn.text-secondary, .theme-light .warn .text-secondary {
            color: rgba(119,29,29,.6) !important;
        }

        .theme-light .warn.text-disabled, .theme-light .warn .text-disabled, .theme-light .warn.text-hint, .theme-light .warn .text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .theme-light .warn.divider, .theme-light .warn .divider {
            color: rgba(119,29,29,.12) !important;
        }

.theme-light .active\:border-warn:active, .theme-light .border-warn, .theme-light .focus\:border-warn:focus, .theme-light .hover\:border-warn:hover {
    border-color: #f05252 !important;
}

.theme-light .text-warn-600 {
    color: #e02424 !important;
}

.theme-light .bg-warn-600, .theme-light .warn-600 {
    background: #e02424 !important;
}

    .theme-light .warn-600, .theme-light .warn-600 .mat-icon {
        color: #fdf2f2 !important;
    }

        .theme-light .warn-600 .text-secondary, .theme-light .warn-600.text-secondary {
            color: rgba(253,242,242,.6) !important;
        }

        .theme-light .warn-600 .text-disabled, .theme-light .warn-600 .text-hint, .theme-light .warn-600.text-disabled, .theme-light .warn-600.text-hint {
            color: rgba(253,242,242,.38) !important;
        }

        .theme-light .warn-600 .divider, .theme-light .warn-600.divider {
            color: rgba(253,242,242,.12) !important;
        }

.theme-light .active\:border-warn-600:active, .theme-light .border-warn-600, .theme-light .focus\:border-warn-600:focus, .theme-light .hover\:border-warn-600:hover {
    border-color: #e02424 !important;
}

.theme-light .text-warn-700 {
    color: #c81e1e !important;
}

.theme-light .bg-warn-700, .theme-light .warn-700 {
    background: #c81e1e !important;
}

    .theme-light .warn-700, .theme-light .warn-700 .mat-icon {
        color: #fdf2f2 !important;
    }

        .theme-light .warn-700 .text-secondary, .theme-light .warn-700.text-secondary {
            color: rgba(253,242,242,.6) !important;
        }

        .theme-light .warn-700 .text-disabled, .theme-light .warn-700 .text-hint, .theme-light .warn-700.text-disabled, .theme-light .warn-700.text-hint {
            color: rgba(253,242,242,.38) !important;
        }

        .theme-light .warn-700 .divider, .theme-light .warn-700.divider {
            color: rgba(253,242,242,.12) !important;
        }

.theme-light .active\:border-warn-700:active, .theme-light .border-warn-700, .theme-light .focus\:border-warn-700:focus, .theme-light .hover\:border-warn-700:hover {
    border-color: #c81e1e !important;
}

.theme-light .text-warn-800 {
    color: #9b1c1c !important;
}

.theme-light .bg-warn-800, .theme-light .warn-800 {
    background: #9b1c1c !important;
}

    .theme-light .warn-800, .theme-light .warn-800 .mat-icon {
        color: #fdf2f2 !important;
    }

        .theme-light .warn-800 .text-secondary, .theme-light .warn-800.text-secondary {
            color: rgba(253,242,242,.6) !important;
        }

        .theme-light .warn-800 .text-disabled, .theme-light .warn-800 .text-hint, .theme-light .warn-800.text-disabled, .theme-light .warn-800.text-hint {
            color: rgba(253,242,242,.38) !important;
        }

        .theme-light .warn-800 .divider, .theme-light .warn-800.divider {
            color: rgba(253,242,242,.12) !important;
        }

.theme-light .active\:border-warn-800:active, .theme-light .border-warn-800, .theme-light .focus\:border-warn-800:focus, .theme-light .hover\:border-warn-800:hover {
    border-color: #9b1c1c !important;
}

.theme-light .text-warn-900 {
    color: #771d1d !important;
}

.theme-light .bg-warn-900, .theme-light .warn-900 {
    background: #771d1d !important;
}

    .theme-light .warn-900, .theme-light .warn-900 .mat-icon {
        color: #fdf2f2 !important;
    }

        .theme-light .warn-900 .text-secondary, .theme-light .warn-900.text-secondary {
            color: rgba(253,242,242,.6) !important;
        }

        .theme-light .warn-900 .text-disabled, .theme-light .warn-900 .text-hint, .theme-light .warn-900.text-disabled, .theme-light .warn-900.text-hint {
            color: rgba(253,242,242,.38) !important;
        }

        .theme-light .warn-900 .divider, .theme-light .warn-900.divider {
            color: rgba(253,242,242,.12) !important;
        }

.theme-light .active\:border-warn-900:active, .theme-light .border-warn-900, .theme-light .focus\:border-warn-900:focus, .theme-light .hover\:border-warn-900:hover {
    border-color: #771d1d !important;
}

.content-layout.fullwidth-standard-content-scroll > .header, .content-layout.fullwidth-standard-inner-scroll > .header, .content-layout.fullwidth-standard-normal-scroll > .header, .content-layout.fullwidth-tabs-content-scroll > .header, .content-layout.fullwidth-tabs-inner-scroll > .header, .content-layout.fullwidth-tabs-navigation-content-scroll > .header, .content-layout.fullwidth-tabs-navigation-inner-scroll > .header, .content-layout.fullwidth-tabs-navigation-normal-scroll > .header, .content-layout.fullwidth-tabs-normal-scroll > .header, .content-layout.left-sidebar-content-standard-content-scroll > .header, .content-layout.left-sidebar-content-standard-inner-scroll > .header, .content-layout.left-sidebar-content-standard-normal-scroll > .header, .content-layout.left-sidebar-content-tabs-content-scroll > .header, .content-layout.left-sidebar-content-tabs-inner-scroll > .header, .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .header, .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .header, .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .header, .content-layout.left-sidebar-content-tabs-normal-scroll > .header, .content-layout.left-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-content-standard-content-scroll > .header, .content-layout.right-sidebar-content-standard-inner-scroll > .header, .content-layout.right-sidebar-content-standard-normal-scroll > .header, .content-layout.right-sidebar-content-tabs-content-scroll > .header, .content-layout.right-sidebar-content-tabs-inner-scroll > .header, .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .header, .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .header, .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .header, .content-layout.right-sidebar-content-tabs-normal-scroll > .header, .content-layout.right-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header {
    display: flex;
    padding: 40px;
}

@media (max-width:959px) {
    .content-layout.fullwidth-standard-content-scroll > .header, .content-layout.fullwidth-standard-inner-scroll > .header, .content-layout.fullwidth-standard-normal-scroll > .header, .content-layout.fullwidth-tabs-content-scroll > .header, .content-layout.fullwidth-tabs-inner-scroll > .header, .content-layout.fullwidth-tabs-navigation-content-scroll > .header, .content-layout.fullwidth-tabs-navigation-inner-scroll > .header, .content-layout.fullwidth-tabs-navigation-normal-scroll > .header, .content-layout.fullwidth-tabs-normal-scroll > .header, .content-layout.left-sidebar-content-standard-content-scroll > .header, .content-layout.left-sidebar-content-standard-inner-scroll > .header, .content-layout.left-sidebar-content-standard-normal-scroll > .header, .content-layout.left-sidebar-content-tabs-content-scroll > .header, .content-layout.left-sidebar-content-tabs-inner-scroll > .header, .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .header, .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .header, .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .header, .content-layout.left-sidebar-content-tabs-normal-scroll > .header, .content-layout.left-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-content-standard-content-scroll > .header, .content-layout.right-sidebar-content-standard-inner-scroll > .header, .content-layout.right-sidebar-content-standard-normal-scroll > .header, .content-layout.right-sidebar-content-tabs-content-scroll > .header, .content-layout.right-sidebar-content-tabs-inner-scroll > .header, .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .header, .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .header, .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .header, .content-layout.right-sidebar-content-tabs-normal-scroll > .header, .content-layout.right-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header {
        flex-direction: column;
    }
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.fullwidth-standard-content-scroll > .header, .content-layout.fullwidth-standard-inner-scroll > .header, .content-layout.fullwidth-standard-normal-scroll > .header, .content-layout.fullwidth-tabs-content-scroll > .header, .content-layout.fullwidth-tabs-inner-scroll > .header, .content-layout.fullwidth-tabs-navigation-content-scroll > .header, .content-layout.fullwidth-tabs-navigation-inner-scroll > .header, .content-layout.fullwidth-tabs-navigation-normal-scroll > .header, .content-layout.fullwidth-tabs-normal-scroll > .header, .content-layout.left-sidebar-content-standard-content-scroll > .header, .content-layout.left-sidebar-content-standard-inner-scroll > .header, .content-layout.left-sidebar-content-standard-normal-scroll > .header, .content-layout.left-sidebar-content-tabs-content-scroll > .header, .content-layout.left-sidebar-content-tabs-inner-scroll > .header, .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .header, .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .header, .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .header, .content-layout.left-sidebar-content-tabs-normal-scroll > .header, .content-layout.left-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-content-standard-content-scroll > .header, .content-layout.right-sidebar-content-standard-inner-scroll > .header, .content-layout.right-sidebar-content-standard-normal-scroll > .header, .content-layout.right-sidebar-content-tabs-content-scroll > .header, .content-layout.right-sidebar-content-tabs-inner-scroll > .header, .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .header, .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .header, .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .header, .content-layout.right-sidebar-content-tabs-normal-scroll > .header, .content-layout.right-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header, .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header {
        padding: 32px 24px;
    }
}

.content-layout.fullwidth-standard-content-scroll > .header .breadcrumb, .content-layout.fullwidth-standard-inner-scroll > .header .breadcrumb, .content-layout.fullwidth-standard-normal-scroll > .header .breadcrumb, .content-layout.fullwidth-tabs-content-scroll > .header .breadcrumb, .content-layout.fullwidth-tabs-inner-scroll > .header .breadcrumb, .content-layout.fullwidth-tabs-navigation-content-scroll > .header .breadcrumb, .content-layout.fullwidth-tabs-navigation-inner-scroll > .header .breadcrumb, .content-layout.fullwidth-tabs-navigation-normal-scroll > .header .breadcrumb, .content-layout.fullwidth-tabs-normal-scroll > .header .breadcrumb, .content-layout.left-sidebar-content-standard-content-scroll > .header .breadcrumb, .content-layout.left-sidebar-content-standard-inner-scroll > .header .breadcrumb, .content-layout.left-sidebar-content-standard-normal-scroll > .header .breadcrumb, .content-layout.left-sidebar-content-tabs-content-scroll > .header .breadcrumb, .content-layout.left-sidebar-content-tabs-inner-scroll > .header .breadcrumb, .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .header .breadcrumb, .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .header .breadcrumb, .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .header .breadcrumb, .content-layout.left-sidebar-content-tabs-normal-scroll > .header .breadcrumb, .content-layout.left-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header .breadcrumb, .content-layout.left-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .breadcrumb, .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .breadcrumb, .content-layout.left-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .breadcrumb, .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header .breadcrumb, .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .breadcrumb, .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .breadcrumb, .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header .breadcrumb, .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .breadcrumb, .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .breadcrumb, .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .breadcrumb, .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .breadcrumb, .content-layout.right-sidebar-content-standard-content-scroll > .header .breadcrumb, .content-layout.right-sidebar-content-standard-inner-scroll > .header .breadcrumb, .content-layout.right-sidebar-content-standard-normal-scroll > .header .breadcrumb, .content-layout.right-sidebar-content-tabs-content-scroll > .header .breadcrumb, .content-layout.right-sidebar-content-tabs-inner-scroll > .header .breadcrumb, .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .header .breadcrumb, .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .header .breadcrumb, .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .header .breadcrumb, .content-layout.right-sidebar-content-tabs-normal-scroll > .header .breadcrumb, .content-layout.right-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header .breadcrumb, .content-layout.right-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .breadcrumb, .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .breadcrumb, .content-layout.right-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .breadcrumb, .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header .breadcrumb, .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .breadcrumb, .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .breadcrumb, .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header .breadcrumb, .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .breadcrumb, .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .breadcrumb, .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .breadcrumb, .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .breadcrumb {
    margin-bottom: 8px;
}

.content-layout.fullwidth-standard-content-scroll > .header h1, .content-layout.fullwidth-standard-content-scroll > .header h2, .content-layout.fullwidth-standard-content-scroll > .header h3, .content-layout.fullwidth-standard-content-scroll > .header h4, .content-layout.fullwidth-standard-content-scroll > .header h5, .content-layout.fullwidth-standard-content-scroll > .header h6, .content-layout.fullwidth-standard-inner-scroll > .header h1, .content-layout.fullwidth-standard-inner-scroll > .header h2, .content-layout.fullwidth-standard-inner-scroll > .header h3, .content-layout.fullwidth-standard-inner-scroll > .header h4, .content-layout.fullwidth-standard-inner-scroll > .header h5, .content-layout.fullwidth-standard-inner-scroll > .header h6, .content-layout.fullwidth-standard-normal-scroll > .header h1, .content-layout.fullwidth-standard-normal-scroll > .header h2, .content-layout.fullwidth-standard-normal-scroll > .header h3, .content-layout.fullwidth-standard-normal-scroll > .header h4, .content-layout.fullwidth-standard-normal-scroll > .header h5, .content-layout.fullwidth-standard-normal-scroll > .header h6, .content-layout.fullwidth-tabs-content-scroll > .header h1, .content-layout.fullwidth-tabs-content-scroll > .header h2, .content-layout.fullwidth-tabs-content-scroll > .header h3, .content-layout.fullwidth-tabs-content-scroll > .header h4, .content-layout.fullwidth-tabs-content-scroll > .header h5, .content-layout.fullwidth-tabs-content-scroll > .header h6, .content-layout.fullwidth-tabs-inner-scroll > .header h1, .content-layout.fullwidth-tabs-inner-scroll > .header h2, .content-layout.fullwidth-tabs-inner-scroll > .header h3, .content-layout.fullwidth-tabs-inner-scroll > .header h4, .content-layout.fullwidth-tabs-inner-scroll > .header h5, .content-layout.fullwidth-tabs-inner-scroll > .header h6, .content-layout.fullwidth-tabs-navigation-content-scroll > .header h1, .content-layout.fullwidth-tabs-navigation-content-scroll > .header h2, .content-layout.fullwidth-tabs-navigation-content-scroll > .header h3, .content-layout.fullwidth-tabs-navigation-content-scroll > .header h4, .content-layout.fullwidth-tabs-navigation-content-scroll > .header h5, .content-layout.fullwidth-tabs-navigation-content-scroll > .header h6, .content-layout.fullwidth-tabs-navigation-inner-scroll > .header h1, .content-layout.fullwidth-tabs-navigation-inner-scroll > .header h2, .content-layout.fullwidth-tabs-navigation-inner-scroll > .header h3, .content-layout.fullwidth-tabs-navigation-inner-scroll > .header h4, .content-layout.fullwidth-tabs-navigation-inner-scroll > .header h5, .content-layout.fullwidth-tabs-navigation-inner-scroll > .header h6, .content-layout.fullwidth-tabs-navigation-normal-scroll > .header h1, .content-layout.fullwidth-tabs-navigation-normal-scroll > .header h2, .content-layout.fullwidth-tabs-navigation-normal-scroll > .header h3, .content-layout.fullwidth-tabs-navigation-normal-scroll > .header h4, .content-layout.fullwidth-tabs-navigation-normal-scroll > .header h5, .content-layout.fullwidth-tabs-navigation-normal-scroll > .header h6, .content-layout.fullwidth-tabs-normal-scroll > .header h1, .content-layout.fullwidth-tabs-normal-scroll > .header h2, .content-layout.fullwidth-tabs-normal-scroll > .header h3, .content-layout.fullwidth-tabs-normal-scroll > .header h4, .content-layout.fullwidth-tabs-normal-scroll > .header h5, .content-layout.fullwidth-tabs-normal-scroll > .header h6, .content-layout.left-sidebar-content-standard-content-scroll > .header h1, .content-layout.left-sidebar-content-standard-content-scroll > .header h2, .content-layout.left-sidebar-content-standard-content-scroll > .header h3, .content-layout.left-sidebar-content-standard-content-scroll > .header h4, .content-layout.left-sidebar-content-standard-content-scroll > .header h5, .content-layout.left-sidebar-content-standard-content-scroll > .header h6, .content-layout.left-sidebar-content-standard-inner-scroll > .header h1, .content-layout.left-sidebar-content-standard-inner-scroll > .header h2, .content-layout.left-sidebar-content-standard-inner-scroll > .header h3, .content-layout.left-sidebar-content-standard-inner-scroll > .header h4, .content-layout.left-sidebar-content-standard-inner-scroll > .header h5, .content-layout.left-sidebar-content-standard-inner-scroll > .header h6, .content-layout.left-sidebar-content-standard-normal-scroll > .header h1, .content-layout.left-sidebar-content-standard-normal-scroll > .header h2, .content-layout.left-sidebar-content-standard-normal-scroll > .header h3, .content-layout.left-sidebar-content-standard-normal-scroll > .header h4, .content-layout.left-sidebar-content-standard-normal-scroll > .header h5, .content-layout.left-sidebar-content-standard-normal-scroll > .header h6, .content-layout.left-sidebar-content-tabs-content-scroll > .header h1, .content-layout.left-sidebar-content-tabs-content-scroll > .header h2, .content-layout.left-sidebar-content-tabs-content-scroll > .header h3, .content-layout.left-sidebar-content-tabs-content-scroll > .header h4, .content-layout.left-sidebar-content-tabs-content-scroll > .header h5, .content-layout.left-sidebar-content-tabs-content-scroll > .header h6, .content-layout.left-sidebar-content-tabs-inner-scroll > .header h1, .content-layout.left-sidebar-content-tabs-inner-scroll > .header h2, .content-layout.left-sidebar-content-tabs-inner-scroll > .header h3, .content-layout.left-sidebar-content-tabs-inner-scroll > .header h4, .content-layout.left-sidebar-content-tabs-inner-scroll > .header h5, .content-layout.left-sidebar-content-tabs-inner-scroll > .header h6, .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .header h1, .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .header h2, .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .header h3, .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .header h4, .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .header h5, .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .header h6, .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .header h1, .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .header h2, .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .header h3, .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .header h4, .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .header h5, .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .header h6, .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .header h1, .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .header h2, .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .header h3, .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .header h4, .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .header h5, .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .header h6, .content-layout.left-sidebar-content-tabs-normal-scroll > .header h1, .content-layout.left-sidebar-content-tabs-normal-scroll > .header h2, .content-layout.left-sidebar-content-tabs-normal-scroll > .header h3, .content-layout.left-sidebar-content-tabs-normal-scroll > .header h4, .content-layout.left-sidebar-content-tabs-normal-scroll > .header h5, .content-layout.left-sidebar-content-tabs-normal-scroll > .header h6, .content-layout.left-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header h1, .content-layout.left-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header h2, .content-layout.left-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header h3, .content-layout.left-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header h4, .content-layout.left-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header h5, .content-layout.left-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header h6, .content-layout.left-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h1, .content-layout.left-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h2, .content-layout.left-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h3, .content-layout.left-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h4, .content-layout.left-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h5, .content-layout.left-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h6, .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h1, .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h2, .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h3, .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h4, .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h5, .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h6, .content-layout.left-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h1, .content-layout.left-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h2, .content-layout.left-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h3, .content-layout.left-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h4, .content-layout.left-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h5, .content-layout.left-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h6, .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header h1, .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header h2, .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header h3, .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header h4, .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header h5, .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header h6, .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h1, .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h2, .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h3, .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h4, .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h5, .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h6, .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h1, .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h2, .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h3, .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h4, .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h5, .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h6, .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header h1, .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header h2, .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header h3, .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header h4, .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header h5, .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header h6, .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h1, .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h2, .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h3, .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h4, .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h5, .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h6, .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h1, .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h2, .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h3, .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h4, .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h5, .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h6, .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h1, .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h2, .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h3, .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h4, .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h5, .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h6, .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h1, .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h2, .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h3, .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h4, .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h5, .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h6, .content-layout.right-sidebar-content-standard-content-scroll > .header h1, .content-layout.right-sidebar-content-standard-content-scroll > .header h2, .content-layout.right-sidebar-content-standard-content-scroll > .header h3, .content-layout.right-sidebar-content-standard-content-scroll > .header h4, .content-layout.right-sidebar-content-standard-content-scroll > .header h5, .content-layout.right-sidebar-content-standard-content-scroll > .header h6, .content-layout.right-sidebar-content-standard-inner-scroll > .header h1, .content-layout.right-sidebar-content-standard-inner-scroll > .header h2, .content-layout.right-sidebar-content-standard-inner-scroll > .header h3, .content-layout.right-sidebar-content-standard-inner-scroll > .header h4, .content-layout.right-sidebar-content-standard-inner-scroll > .header h5, .content-layout.right-sidebar-content-standard-inner-scroll > .header h6, .content-layout.right-sidebar-content-standard-normal-scroll > .header h1, .content-layout.right-sidebar-content-standard-normal-scroll > .header h2, .content-layout.right-sidebar-content-standard-normal-scroll > .header h3, .content-layout.right-sidebar-content-standard-normal-scroll > .header h4, .content-layout.right-sidebar-content-standard-normal-scroll > .header h5, .content-layout.right-sidebar-content-standard-normal-scroll > .header h6, .content-layout.right-sidebar-content-tabs-content-scroll > .header h1, .content-layout.right-sidebar-content-tabs-content-scroll > .header h2, .content-layout.right-sidebar-content-tabs-content-scroll > .header h3, .content-layout.right-sidebar-content-tabs-content-scroll > .header h4, .content-layout.right-sidebar-content-tabs-content-scroll > .header h5, .content-layout.right-sidebar-content-tabs-content-scroll > .header h6, .content-layout.right-sidebar-content-tabs-inner-scroll > .header h1, .content-layout.right-sidebar-content-tabs-inner-scroll > .header h2, .content-layout.right-sidebar-content-tabs-inner-scroll > .header h3, .content-layout.right-sidebar-content-tabs-inner-scroll > .header h4, .content-layout.right-sidebar-content-tabs-inner-scroll > .header h5, .content-layout.right-sidebar-content-tabs-inner-scroll > .header h6, .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .header h1, .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .header h2, .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .header h3, .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .header h4, .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .header h5, .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .header h6, .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .header h1, .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .header h2, .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .header h3, .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .header h4, .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .header h5, .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .header h6, .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .header h1, .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .header h2, .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .header h3, .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .header h4, .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .header h5, .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .header h6, .content-layout.right-sidebar-content-tabs-normal-scroll > .header h1, .content-layout.right-sidebar-content-tabs-normal-scroll > .header h2, .content-layout.right-sidebar-content-tabs-normal-scroll > .header h3, .content-layout.right-sidebar-content-tabs-normal-scroll > .header h4, .content-layout.right-sidebar-content-tabs-normal-scroll > .header h5, .content-layout.right-sidebar-content-tabs-normal-scroll > .header h6, .content-layout.right-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header h1, .content-layout.right-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header h2, .content-layout.right-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header h3, .content-layout.right-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header h4, .content-layout.right-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header h5, .content-layout.right-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header h6, .content-layout.right-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h1, .content-layout.right-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h2, .content-layout.right-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h3, .content-layout.right-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h4, .content-layout.right-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h5, .content-layout.right-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h6, .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h1, .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h2, .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h3, .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h4, .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h5, .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h6, .content-layout.right-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h1, .content-layout.right-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h2, .content-layout.right-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h3, .content-layout.right-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h4, .content-layout.right-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h5, .content-layout.right-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h6, .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header h1, .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header h2, .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header h3, .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header h4, .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header h5, .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header h6, .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h1, .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h2, .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h3, .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h4, .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h5, .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h6, .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h1, .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h2, .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h3, .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h4, .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h5, .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h6, .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header h1, .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header h2, .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header h3, .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header h4, .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header h5, .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header h6, .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h1, .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h2, .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h3, .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h4, .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h5, .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header h6, .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h1, .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h2, .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h3, .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h4, .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h5, .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header h6, .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h1, .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h2, .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h3, .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h4, .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h5, .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h6, .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h1, .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h2, .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h3, .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h4, .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h5, .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header h6 {
    margin: 0;
}

.content-layout.fullwidth-standard-content-scroll > .header .left, .content-layout.fullwidth-standard-inner-scroll > .header .left, .content-layout.fullwidth-standard-normal-scroll > .header .left, .content-layout.fullwidth-tabs-content-scroll > .header .left, .content-layout.fullwidth-tabs-inner-scroll > .header .left, .content-layout.fullwidth-tabs-navigation-content-scroll > .header .left, .content-layout.fullwidth-tabs-navigation-inner-scroll > .header .left, .content-layout.fullwidth-tabs-navigation-normal-scroll > .header .left, .content-layout.fullwidth-tabs-normal-scroll > .header .left, .content-layout.left-sidebar-content-standard-content-scroll > .header .left, .content-layout.left-sidebar-content-standard-inner-scroll > .header .left, .content-layout.left-sidebar-content-standard-normal-scroll > .header .left, .content-layout.left-sidebar-content-tabs-content-scroll > .header .left, .content-layout.left-sidebar-content-tabs-inner-scroll > .header .left, .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .header .left, .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .header .left, .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .header .left, .content-layout.left-sidebar-content-tabs-normal-scroll > .header .left, .content-layout.left-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.left-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.left-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.right-sidebar-content-standard-content-scroll > .header .left, .content-layout.right-sidebar-content-standard-inner-scroll > .header .left, .content-layout.right-sidebar-content-standard-normal-scroll > .header .left, .content-layout.right-sidebar-content-tabs-content-scroll > .header .left, .content-layout.right-sidebar-content-tabs-inner-scroll > .header .left, .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .header .left, .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .header .left, .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .header .left, .content-layout.right-sidebar-content-tabs-normal-scroll > .header .left, .content-layout.right-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.right-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.right-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .left {
    align-self: center;
    margin-right: 24px;
}

@media (max-width:959px) {
    .content-layout.fullwidth-standard-content-scroll > .header .left, .content-layout.fullwidth-standard-inner-scroll > .header .left, .content-layout.fullwidth-standard-normal-scroll > .header .left, .content-layout.fullwidth-tabs-content-scroll > .header .left, .content-layout.fullwidth-tabs-inner-scroll > .header .left, .content-layout.fullwidth-tabs-navigation-content-scroll > .header .left, .content-layout.fullwidth-tabs-navigation-inner-scroll > .header .left, .content-layout.fullwidth-tabs-navigation-normal-scroll > .header .left, .content-layout.fullwidth-tabs-normal-scroll > .header .left, .content-layout.left-sidebar-content-standard-content-scroll > .header .left, .content-layout.left-sidebar-content-standard-inner-scroll > .header .left, .content-layout.left-sidebar-content-standard-normal-scroll > .header .left, .content-layout.left-sidebar-content-tabs-content-scroll > .header .left, .content-layout.left-sidebar-content-tabs-inner-scroll > .header .left, .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .header .left, .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .header .left, .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .header .left, .content-layout.left-sidebar-content-tabs-normal-scroll > .header .left, .content-layout.left-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.left-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.left-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.right-sidebar-content-standard-content-scroll > .header .left, .content-layout.right-sidebar-content-standard-inner-scroll > .header .left, .content-layout.right-sidebar-content-standard-normal-scroll > .header .left, .content-layout.right-sidebar-content-tabs-content-scroll > .header .left, .content-layout.right-sidebar-content-tabs-inner-scroll > .header .left, .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .header .left, .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .header .left, .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .header .left, .content-layout.right-sidebar-content-tabs-normal-scroll > .header .left, .content-layout.right-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.right-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.right-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .left, .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .left {
        align-self: flex-start;
        justify-self: center;
    }
}

.content-layout.fullwidth-standard-content-scroll > .header .right, .content-layout.fullwidth-standard-inner-scroll > .header .right, .content-layout.fullwidth-standard-normal-scroll > .header .right, .content-layout.fullwidth-tabs-content-scroll > .header .right, .content-layout.fullwidth-tabs-inner-scroll > .header .right, .content-layout.fullwidth-tabs-navigation-content-scroll > .header .right, .content-layout.fullwidth-tabs-navigation-inner-scroll > .header .right, .content-layout.fullwidth-tabs-navigation-normal-scroll > .header .right, .content-layout.fullwidth-tabs-normal-scroll > .header .right, .content-layout.left-sidebar-content-standard-content-scroll > .header .right, .content-layout.left-sidebar-content-standard-inner-scroll > .header .right, .content-layout.left-sidebar-content-standard-normal-scroll > .header .right, .content-layout.left-sidebar-content-tabs-content-scroll > .header .right, .content-layout.left-sidebar-content-tabs-inner-scroll > .header .right, .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .header .right, .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .header .right, .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .header .right, .content-layout.left-sidebar-content-tabs-normal-scroll > .header .right, .content-layout.left-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.left-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.left-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.right-sidebar-content-standard-content-scroll > .header .right, .content-layout.right-sidebar-content-standard-inner-scroll > .header .right, .content-layout.right-sidebar-content-standard-normal-scroll > .header .right, .content-layout.right-sidebar-content-tabs-content-scroll > .header .right, .content-layout.right-sidebar-content-tabs-inner-scroll > .header .right, .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .header .right, .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .header .right, .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .header .right, .content-layout.right-sidebar-content-tabs-normal-scroll > .header .right, .content-layout.right-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.right-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.right-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .right {
    display: flex;
    align-items: center;
    align-self: center;
    margin-left: auto;
    white-space: nowrap;
}

@media (max-width:959px) {
    .content-layout.fullwidth-standard-content-scroll > .header .right, .content-layout.fullwidth-standard-inner-scroll > .header .right, .content-layout.fullwidth-standard-normal-scroll > .header .right, .content-layout.fullwidth-tabs-content-scroll > .header .right, .content-layout.fullwidth-tabs-inner-scroll > .header .right, .content-layout.fullwidth-tabs-navigation-content-scroll > .header .right, .content-layout.fullwidth-tabs-navigation-inner-scroll > .header .right, .content-layout.fullwidth-tabs-navigation-normal-scroll > .header .right, .content-layout.fullwidth-tabs-normal-scroll > .header .right, .content-layout.left-sidebar-content-standard-content-scroll > .header .right, .content-layout.left-sidebar-content-standard-inner-scroll > .header .right, .content-layout.left-sidebar-content-standard-normal-scroll > .header .right, .content-layout.left-sidebar-content-tabs-content-scroll > .header .right, .content-layout.left-sidebar-content-tabs-inner-scroll > .header .right, .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .header .right, .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .header .right, .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .header .right, .content-layout.left-sidebar-content-tabs-normal-scroll > .header .right, .content-layout.left-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.left-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.left-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.right-sidebar-content-standard-content-scroll > .header .right, .content-layout.right-sidebar-content-standard-inner-scroll > .header .right, .content-layout.right-sidebar-content-standard-normal-scroll > .header .right, .content-layout.right-sidebar-content-tabs-content-scroll > .header .right, .content-layout.right-sidebar-content-tabs-inner-scroll > .header .right, .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .header .right, .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .header .right, .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .header .right, .content-layout.right-sidebar-content-tabs-normal-scroll > .header .right, .content-layout.right-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.right-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.right-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .right, .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header .right {
        align-self: flex-start;
        justify-self: center;
        margin-top: 24px;
        margin-left: 0;
    }
}

.content-layout {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

    .content-layout.fullwidth-basic-normal-scroll > .main {
        flex: 1 1 auto;
        padding: 40px;
    }

@media (min-width:0) and (max-width:599px) {
    .content-layout.fullwidth-basic-normal-scroll > .main {
        padding: 24px;
    }
}

.content-layout.fullwidth-basic-content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .content-layout.fullwidth-basic-content-scroll > .main {
        flex: 1 1 auto;
        padding: 40px;
    }

@media (min-width:0) and (max-width:599px) {
    .content-layout.fullwidth-basic-content-scroll > .main {
        padding: 24px;
    }
}

.content-layout.fullwidth-standard-normal-scroll > .main {
    flex: 1 1 auto;
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.fullwidth-standard-normal-scroll > .main {
        padding: 24px;
    }
}

.content-layout.fullwidth-standard-content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .content-layout.fullwidth-standard-content-scroll > .main {
        flex: 1 1 auto;
        padding: 40px;
    }

@media (min-width:0) and (max-width:599px) {
    .content-layout.fullwidth-standard-content-scroll > .main {
        padding: 24px;
    }
}

.content-layout.fullwidth-standard-inner-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .content-layout.fullwidth-standard-inner-scroll > .main {
        flex: 1 1 auto;
        padding: 40px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

@media (min-width:0) and (max-width:599px) {
    .content-layout.fullwidth-standard-inner-scroll > .main {
        padding: 24px;
    }
}

.content-layout.fullwidth-tabs-normal-scroll > .header {
    padding-bottom: 24px;
}

.content-layout.fullwidth-tabs-normal-scroll > .main {
    flex: 1 1 auto;
}

    .content-layout.fullwidth-tabs-normal-scroll > .main .mat-tab-group .mat-tab-header {
        padding: 0 40px;
    }

@media (min-width:0) and (max-width:599px) {
    .content-layout.fullwidth-tabs-normal-scroll > .main .mat-tab-group .mat-tab-header {
        padding: 0 24px;
    }
}

.content-layout.fullwidth-tabs-normal-scroll > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
    padding: 0 32px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.fullwidth-tabs-normal-scroll > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
        padding: 0;
    }
}

.content-layout.fullwidth-tabs-normal-scroll > .main .mat-tab-group .mat-tab-header .mat-tab-header-pagination {
    padding: 0;
    box-shadow: none;
}

.content-layout.fullwidth-tabs-normal-scroll > .main .mat-tab-group .mat-tab-header .mat-tab-label {
    min-width: 128px;
}

.content-layout.fullwidth-tabs-normal-scroll > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.fullwidth-tabs-normal-scroll > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
        padding: 24px;
    }
}

.content-layout.fullwidth-tabs-content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .content-layout.fullwidth-tabs-content-scroll > .header {
        padding-bottom: 24px;
    }

    .content-layout.fullwidth-tabs-content-scroll > .main {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
    }

        .content-layout.fullwidth-tabs-content-scroll > .main .mat-tab-group .mat-tab-header {
            padding: 0 40px;
        }

@media (min-width:0) and (max-width:599px) {
    .content-layout.fullwidth-tabs-content-scroll > .main .mat-tab-group .mat-tab-header {
        padding: 0 24px;
    }
}

.content-layout.fullwidth-tabs-content-scroll > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
    padding: 0 32px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.fullwidth-tabs-content-scroll > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
        padding: 0;
    }
}

.content-layout.fullwidth-tabs-content-scroll > .main .mat-tab-group .mat-tab-header .mat-tab-header-pagination {
    padding: 0;
    box-shadow: none;
}

.content-layout.fullwidth-tabs-content-scroll > .main .mat-tab-group .mat-tab-header .mat-tab-label {
    min-width: 128px;
}

.content-layout.fullwidth-tabs-content-scroll > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.fullwidth-tabs-content-scroll > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
        padding: 24px;
    }
}

.content-layout.fullwidth-tabs-inner-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .content-layout.fullwidth-tabs-inner-scroll > .header {
        padding-bottom: 24px;
    }

    .content-layout.fullwidth-tabs-inner-scroll > .main {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        overflow: hidden;
    }

        .content-layout.fullwidth-tabs-inner-scroll > .main .mat-tab-group {
            overflow: hidden;
        }

            .content-layout.fullwidth-tabs-inner-scroll > .main .mat-tab-group .mat-tab-header {
                padding: 0 40px;
            }

@media (min-width:0) and (max-width:599px) {
    .content-layout.fullwidth-tabs-inner-scroll > .main .mat-tab-group .mat-tab-header {
        padding: 0 24px;
    }
}

.content-layout.fullwidth-tabs-inner-scroll > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
    padding: 0 32px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.fullwidth-tabs-inner-scroll > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
        padding: 0;
    }
}

.content-layout.fullwidth-tabs-inner-scroll > .main .mat-tab-group .mat-tab-header .mat-tab-header-pagination {
    padding: 0;
    box-shadow: none;
}

.content-layout.fullwidth-tabs-inner-scroll > .main .mat-tab-group .mat-tab-header .mat-tab-label {
    min-width: 128px;
}

.content-layout.fullwidth-tabs-inner-scroll > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
    padding: 40px;
    -webkit-overflow-scrolling: touch;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.fullwidth-tabs-inner-scroll > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
        padding: 24px;
    }
}

.content-layout.fullwidth-tabs-navigation-normal-scroll > .header {
    padding-bottom: 24px;
}

.content-layout.fullwidth-tabs-navigation-normal-scroll > .main {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

    .content-layout.fullwidth-tabs-navigation-normal-scroll > .main nav {
        margin: 0;
        padding: 0 40px;
    }

@media (min-width:0) and (max-width:599px) {
    .content-layout.fullwidth-tabs-navigation-normal-scroll > .main nav {
        padding: 0 24px;
    }
}

.content-layout.fullwidth-tabs-navigation-normal-scroll > .main nav .mat-tab-link {
    min-width: 128px;
}

.content-layout.fullwidth-tabs-navigation-normal-scroll > .main .main-inner {
    flex: 1 1 auto;
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.fullwidth-tabs-navigation-normal-scroll > .main .main-inner {
        padding: 24px;
    }
}

.content-layout.fullwidth-tabs-navigation-normal-scroll > .main .main-inner > :not(router-outlet) {
    display: block;
}

.content-layout.fullwidth-tabs-navigation-content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .content-layout.fullwidth-tabs-navigation-content-scroll > .header {
        padding-bottom: 24px;
    }

    .content-layout.fullwidth-tabs-navigation-content-scroll > .main {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
    }

        .content-layout.fullwidth-tabs-navigation-content-scroll > .main nav {
            margin: 0;
            padding: 0 40px;
        }

@media (min-width:0) and (max-width:599px) {
    .content-layout.fullwidth-tabs-navigation-content-scroll > .main nav {
        padding: 0 24px;
    }
}

.content-layout.fullwidth-tabs-navigation-content-scroll > .main nav .mat-tab-link {
    min-width: 128px;
}

.content-layout.fullwidth-tabs-navigation-content-scroll > .main .main-inner {
    flex: 1 1 auto;
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.fullwidth-tabs-navigation-content-scroll > .main .main-inner {
        padding: 24px;
    }
}

.content-layout.fullwidth-tabs-navigation-content-scroll > .main .main-inner > :not(router-outlet) {
    display: block;
}

.content-layout.fullwidth-tabs-navigation-inner-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .content-layout.fullwidth-tabs-navigation-inner-scroll > .header {
        padding-bottom: 24px;
    }

    .content-layout.fullwidth-tabs-navigation-inner-scroll > .main {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        overflow: hidden;
    }

        .content-layout.fullwidth-tabs-navigation-inner-scroll > .main nav {
            margin: 0;
            padding: 0 40px;
        }

@media (min-width:0) and (max-width:599px) {
    .content-layout.fullwidth-tabs-navigation-inner-scroll > .main nav {
        padding: 0 24px;
    }
}

.content-layout.fullwidth-tabs-navigation-inner-scroll > .main nav .mat-tab-link {
    min-width: 128px;
}

.content-layout.fullwidth-tabs-navigation-inner-scroll > .main .main-inner {
    flex: 1 1 auto;
    padding: 40px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.fullwidth-tabs-navigation-inner-scroll > .main .main-inner {
        padding: 24px;
    }
}

.content-layout.fullwidth-tabs-navigation-inner-scroll > .main .main-inner > :not(router-outlet) {
    display: block;
}

.content-layout.left-sidebar-fullheight-basic-normal-scroll > .mat-drawer-container {
    flex: 1 1 auto;
}

    .content-layout.left-sidebar-fullheight-basic-normal-scroll > .mat-drawer-container .mat-drawer {
        min-width: 288px;
        max-width: 288px;
        width: 288px;
    }

    .content-layout.left-sidebar-fullheight-basic-normal-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 40px;
    }

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-basic-normal-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 24px;
    }
}

.content-layout.left-sidebar-fullheight-basic-content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .content-layout.left-sidebar-fullheight-basic-content-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        overflow: visible;
    }

        .content-layout.left-sidebar-fullheight-basic-content-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.left-sidebar-fullheight-basic-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
            padding: 40px;
        }

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-basic-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 24px;
    }
}

.content-layout.left-sidebar-fullheight-basic-inner-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .content-layout.left-sidebar-fullheight-basic-inner-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        height: 100%;
    }

        .content-layout.left-sidebar-fullheight-basic-inner-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.left-sidebar-fullheight-basic-inner-scroll > .mat-drawer-container .mat-drawer-content > .main {
            padding: 40px;
        }

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-basic-inner-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 24px;
    }
}

.content-layout.left-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container {
    flex: 1 1 auto;
}

    .content-layout.left-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer {
        min-width: 288px;
        max-width: 288px;
        width: 288px;
    }

    .content-layout.left-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 40px;
    }

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 24px;
    }
}

.content-layout.left-sidebar-fullheight-standard-content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .content-layout.left-sidebar-fullheight-standard-content-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        overflow: visible;
    }

        .content-layout.left-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.left-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
            padding: 40px;
        }

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 24px;
    }
}

.content-layout.left-sidebar-fullheight-standard-drawer-content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .content-layout.left-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container {
        flex: 1 1 auto;
    }

        .content-layout.left-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.left-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
            padding: 40px;
        }

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 24px;
    }
}

.content-layout.left-sidebar-fullheight-standard-inner-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        height: 100%;
    }

        .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content {
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }

            .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .main {
                padding: 40px;
                overflow-y: auto;
                -webkit-overflow-scrolling: touch;
            }

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 24px;
    }
}

.content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container {
    flex: 1 1 auto;
}

    .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer {
        min-width: 288px;
        max-width: 288px;
        width: 288px;
    }

    .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header {
        padding-bottom: 24px;
    }

    .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main {
        flex: 1 1 auto;
    }

        .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
            padding: 0 40px;
        }

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
        padding: 0 24px;
    }
}

.content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
    padding: 0 32px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
        padding: 0;
    }
}

.content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-header-pagination {
    padding: 0;
    box-shadow: none;
}

.content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-label {
    min-width: 128px;
}

.content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
        padding: 24px;
    }
}

.content-layout.left-sidebar-fullheight-tabs-content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        overflow: visible;
    }

        .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header {
            padding-bottom: 24px;
        }

        .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
            flex: 1 1 auto;
        }

            .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
                padding: 0 40px;
            }

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
        padding: 0 24px;
    }
}

.content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
    padding: 0 32px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
        padding: 0;
    }
}

.content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-header-pagination {
    padding: 0;
    box-shadow: none;
}

.content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-label {
    min-width: 128px;
}

.content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
        padding: 24px;
    }
}

.content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container {
        flex: 1 1 auto;
    }

        .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header {
            padding-bottom: 24px;
        }

        .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
            flex: 1 1 auto;
        }

            .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
                padding: 0 40px;
            }

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
        padding: 0 24px;
    }
}

.content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
    padding: 0 32px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
        padding: 0;
    }
}

.content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-header-pagination {
    padding: 0;
    box-shadow: none;
}

.content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-label {
    min-width: 128px;
}

.content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
        padding: 24px;
    }
}

.content-layout.left-sidebar-fullheight-tabs-inner-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        height: 100%;
    }

        .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content {
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }

            .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header {
                padding-bottom: 24px;
            }

            .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main {
                flex: 1 1 auto;
                overflow: hidden;
            }

                .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group {
                    height: 100%;
                }

                    .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
                        padding: 0 40px;
                    }

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
        padding: 0 24px;
    }
}

.content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
    padding: 0 32px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
        padding: 0;
    }
}

.content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-header-pagination {
    padding: 0;
    box-shadow: none;
}

.content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-label {
    min-width: 128px;
}

.content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
    padding: 40px;
    -webkit-overflow-scrolling: touch;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
        padding: 24px;
    }
}

.content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container {
    flex: 1 1 auto;
}

    .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer {
        min-width: 288px;
        max-width: 288px;
        width: 288px;
    }

    .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header {
        padding-bottom: 24px;
    }

    .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
    }

        .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
            margin: 0;
            padding: 0 40px;
        }

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
        padding: 0 24px;
    }
}

.content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main nav .mat-tab-link {
    min-width: 128px;
}

.content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
    flex: 1 1 auto;
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
        padding: 24px;
    }
}

.content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner > :not(router-outlet) {
    display: block;
}

.content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        overflow: visible;
    }

        .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header {
            padding-bottom: 24px;
        }

        .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
            display: flex;
            flex-direction: column;
            flex: 1 1 auto;
        }

            .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
                margin: 0;
                padding: 0 40px;
            }

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
        padding: 0 24px;
    }
}

.content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main nav .mat-tab-link {
    min-width: 128px;
}

.content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
    flex: 1 1 auto;
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
        padding: 24px;
    }
}

.content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner > :not(router-outlet) {
    display: block;
}

.content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container {
        flex: 1 1 auto;
    }

        .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header {
            padding-bottom: 24px;
        }

        .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
            display: flex;
            flex-direction: column;
            flex: 1 1 auto;
        }

            .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
                margin: 0;
                padding: 0 40px;
            }

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
        padding: 0 24px;
    }
}

.content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main nav .mat-tab-link {
    min-width: 128px;
}

.content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
    flex: 1 1 auto;
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
        padding: 24px;
    }
}

.content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner > :not(router-outlet) {
    display: block;
}

.content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        height: 100%;
    }

        .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content {
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }

            .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header {
                padding-bottom: 24px;
            }

            .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main {
                display: flex;
                flex-direction: column;
                flex: 1 1 auto;
                overflow: hidden;
            }

                .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
                    margin: 0;
                    padding: 0 40px;
                }

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
        padding: 0 24px;
    }
}

.content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main nav .mat-tab-link {
    min-width: 128px;
}

.content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
    flex: 1 1 auto;
    padding: 40px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
        padding: 24px;
    }
}

.content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner > :not(router-outlet) {
    display: block;
}

.content-layout.left-sidebar-content-standard-normal-scroll > .mat-drawer-container {
    flex: 1 1 auto;
}

    .content-layout.left-sidebar-content-standard-normal-scroll > .mat-drawer-container .mat-drawer {
        min-width: 288px;
        max-width: 288px;
        width: 288px;
    }

    .content-layout.left-sidebar-content-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 40px;
    }

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-content-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 24px;
    }
}

.content-layout.left-sidebar-content-standard-content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .content-layout.left-sidebar-content-standard-content-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        overflow: visible;
    }

        .content-layout.left-sidebar-content-standard-content-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.left-sidebar-content-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
            padding: 40px;
        }

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-content-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 24px;
    }
}

.content-layout.left-sidebar-content-standard-inner-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .content-layout.left-sidebar-content-standard-inner-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        height: 100%;
    }

        .content-layout.left-sidebar-content-standard-inner-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.left-sidebar-content-standard-inner-scroll > .mat-drawer-container .mat-drawer-content {
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }

            .content-layout.left-sidebar-content-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .main {
                padding: 40px;
                overflow-y: auto;
                -webkit-overflow-scrolling: touch;
            }

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-content-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 24px;
    }
}

.content-layout.left-sidebar-content-tabs-normal-scroll > .mat-drawer-container {
    flex: 1 1 auto;
}

    .content-layout.left-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer {
        min-width: 288px;
        max-width: 288px;
        width: 288px;
    }

    .content-layout.left-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main {
        flex: 1 1 auto;
    }

        .content-layout.left-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
            padding: 0 40px;
        }

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
        padding: 0 24px;
    }
}

.content-layout.left-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
    padding: 0 32px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
        padding: 0;
    }
}

.content-layout.left-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-header-pagination {
    padding: 0;
    box-shadow: none;
}

.content-layout.left-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-label {
    min-width: 128px;
    height: 56px;
}

.content-layout.left-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
        padding: 24px;
    }
}

.content-layout.left-sidebar-content-tabs-content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .content-layout.left-sidebar-content-tabs-content-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        overflow: visible;
    }

        .content-layout.left-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.left-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
            flex: 1 1 auto;
        }

            .content-layout.left-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
                padding: 0 40px;
            }

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
        padding: 0 24px;
    }
}

.content-layout.left-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
    padding: 0 32px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
        padding: 0;
    }
}

.content-layout.left-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-header-pagination {
    padding: 0;
    box-shadow: none;
}

.content-layout.left-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-label {
    min-width: 128px;
    height: 56px;
}

.content-layout.left-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
        padding: 24px;
    }
}

.content-layout.left-sidebar-content-tabs-inner-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .content-layout.left-sidebar-content-tabs-inner-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        height: 100%;
    }

        .content-layout.left-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.left-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content {
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }

            .content-layout.left-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main {
                flex: 1 1 auto;
                overflow: hidden;
            }

                .content-layout.left-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group {
                    height: 100%;
                }

                    .content-layout.left-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
                        padding: 0 40px;
                    }

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
        padding: 0 24px;
    }
}

.content-layout.left-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
    padding: 0 32px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
        padding: 0;
    }
}

.content-layout.left-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-header-pagination {
    padding: 0;
    box-shadow: none;
}

.content-layout.left-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-label {
    min-width: 128px;
    height: 56px;
}

.content-layout.left-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
    padding: 40px;
    -webkit-overflow-scrolling: touch;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
        padding: 24px;
    }
}

.content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container {
    flex: 1 1 auto;
}

    .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer {
        min-width: 288px;
        max-width: 288px;
        width: 288px;
    }

    .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
    }

        .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
            margin: 0;
            padding: 0 40px;
        }

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
        padding: 0 24px;
    }
}

.content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main nav .mat-tab-link {
    min-width: 128px;
    height: 56px;
}

.content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
    flex: 1 1 auto;
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
        padding: 24px;
    }
}

.content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner > :not(router-outlet) {
    display: block;
}

.content-layout.left-sidebar-content-tabs-navigation-content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        overflow: visible;
    }

        .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
            display: flex;
            flex-direction: column;
            flex: 1 1 auto;
        }

            .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
                margin: 0;
                padding: 0 40px;
            }

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
        padding: 0 24px;
    }
}

.content-layout.left-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main nav .mat-tab-link {
    min-width: 128px;
    height: 56px;
}

.content-layout.left-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
    flex: 1 1 auto;
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
        padding: 24px;
    }
}

.content-layout.left-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner > :not(router-outlet) {
    display: block;
}

.content-layout.left-sidebar-content-tabs-navigation-inner-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        height: 100%;
    }

        .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content {
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }

            .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main {
                display: flex;
                flex-direction: column;
                flex: 1 1 auto;
                overflow: hidden;
            }

                .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
                    margin: 0;
                    padding: 0 40px;
                }

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
        padding: 0 24px;
    }
}

.content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main nav .mat-tab-link {
    min-width: 128px;
    height: 56px;
}

.content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
    flex: 1 1 auto;
    padding: 40px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
        padding: 24px;
    }
}

.content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner > :not(router-outlet) {
    display: block;
}

.content-layout.right-sidebar-fullheight-basic-normal-scroll > .mat-drawer-container {
    flex: 1 1 auto;
}

    .content-layout.right-sidebar-fullheight-basic-normal-scroll > .mat-drawer-container .mat-drawer {
        min-width: 288px;
        max-width: 288px;
        width: 288px;
    }

    .content-layout.right-sidebar-fullheight-basic-normal-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 40px;
    }

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-basic-normal-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 24px;
    }
}

.content-layout.right-sidebar-fullheight-basic-content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .content-layout.right-sidebar-fullheight-basic-content-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        overflow: visible;
    }

        .content-layout.right-sidebar-fullheight-basic-content-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.right-sidebar-fullheight-basic-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
            padding: 40px;
        }

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-basic-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 24px;
    }
}

.content-layout.right-sidebar-fullheight-basic-inner-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .content-layout.right-sidebar-fullheight-basic-inner-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        height: 100%;
    }

        .content-layout.right-sidebar-fullheight-basic-inner-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.right-sidebar-fullheight-basic-inner-scroll > .mat-drawer-container .mat-drawer-content > .main {
            padding: 40px;
        }

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-basic-inner-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 24px;
    }
}

.content-layout.right-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container {
    flex: 1 1 auto;
}

    .content-layout.right-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer {
        min-width: 288px;
        max-width: 288px;
        width: 288px;
    }

    .content-layout.right-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 40px;
    }

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 24px;
    }
}

.content-layout.right-sidebar-fullheight-standard-content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .content-layout.right-sidebar-fullheight-standard-content-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        overflow: visible;
    }

        .content-layout.right-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.right-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
            padding: 40px;
        }

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 24px;
    }
}

.content-layout.right-sidebar-fullheight-standard-drawer-content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .content-layout.right-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container {
        flex: 1 1 auto;
    }

        .content-layout.right-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.right-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
            padding: 40px;
        }

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 24px;
    }
}

.content-layout.right-sidebar-fullheight-standard-inner-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container {
        flex: 1 1 auto;
    }

        .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content {
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }

            .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .main {
                padding: 40px;
                overflow-y: auto;
                -webkit-overflow-scrolling: touch;
            }

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 24px;
    }
}

.content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container {
    flex: 1 1 auto;
}

    .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer {
        min-width: 288px;
        max-width: 288px;
        width: 288px;
    }

    .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header {
        padding-bottom: 24px;
    }

    .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main {
        flex: 1 1 auto;
    }

        .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
            padding: 0 40px;
        }

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
        padding: 0 24px;
    }
}

.content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
    padding: 0 32px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
        padding: 0;
    }
}

.content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-header-pagination {
    padding: 0;
    box-shadow: none;
}

.content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-label {
    min-width: 128px;
}

.content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
        padding: 24px;
    }
}

.content-layout.right-sidebar-fullheight-tabs-content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        overflow: visible;
    }

        .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header {
            padding-bottom: 24px;
        }

        .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
            flex: 1 1 auto;
        }

            .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
                padding: 0 40px;
            }

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
        padding: 0 24px;
    }
}

.content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
    padding: 0 32px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
        padding: 0;
    }
}

.content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-header-pagination {
    padding: 0;
    box-shadow: none;
}

.content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-label {
    min-width: 128px;
}

.content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
        padding: 24px;
    }
}

.content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container {
        flex: 1 1 auto;
    }

        .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header {
            padding-bottom: 24px;
        }

        .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
            flex: 1 1 auto;
        }

            .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
                padding: 0 40px;
            }

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
        padding: 0 24px;
    }
}

.content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
    padding: 0 32px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
        padding: 0;
    }
}

.content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-header-pagination {
    padding: 0;
    box-shadow: none;
}

.content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-label {
    min-width: 128px;
}

.content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
        padding: 24px;
    }
}

.content-layout.right-sidebar-fullheight-tabs-inner-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        height: 100%;
    }

        .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content {
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }

            .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header {
                padding-bottom: 24px;
            }

            .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main {
                flex: 1 1 auto;
                overflow: hidden;
            }

                .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group {
                    height: 100%;
                }

                    .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
                        padding: 0 40px;
                    }

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
        padding: 0 24px;
    }
}

.content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
    padding: 0 32px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
        padding: 0;
    }
}

.content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-header-pagination {
    padding: 0;
    box-shadow: none;
}

.content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-label {
    min-width: 128px;
}

.content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
    padding: 40px;
    -webkit-overflow-scrolling: touch;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
        padding: 24px;
    }
}

.content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container {
    flex: 1 1 auto;
}

    .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer {
        min-width: 288px;
        max-width: 288px;
        width: 288px;
    }

    .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header {
        padding-bottom: 24px;
    }

    .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
    }

        .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
            margin: 0;
            padding: 0 40px;
        }

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
        padding: 0 24px;
    }
}

.content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main nav .mat-tab-link {
    min-width: 128px;
}

.content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
    flex: 1 1 auto;
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
        padding: 24px;
    }
}

.content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner > :not(router-outlet) {
    display: block;
}

.content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        overflow: visible;
    }

        .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header {
            padding-bottom: 24px;
        }

        .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
            display: flex;
            flex-direction: column;
            flex: 1 1 auto;
        }

            .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
                margin: 0;
                padding: 0 40px;
            }

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
        padding: 0 24px;
    }
}

.content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main nav .mat-tab-link {
    min-width: 128px;
}

.content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
    flex: 1 1 auto;
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
        padding: 24px;
    }
}

.content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner > :not(router-outlet) {
    display: block;
}

.content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container {
        flex: 1 1 auto;
    }

        .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header {
            padding-bottom: 24px;
        }

        .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
            display: flex;
            flex-direction: column;
            flex: 1 1 auto;
        }

            .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
                margin: 0;
                padding: 0 40px;
            }

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
        padding: 0 24px;
    }
}

.content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main nav .mat-tab-link {
    min-width: 128px;
}

.content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
    flex: 1 1 auto;
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
        padding: 24px;
    }
}

.content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner > :not(router-outlet) {
    display: block;
}

.content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        height: 100%;
    }

        .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content {
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }

            .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header {
                padding-bottom: 24px;
            }

            .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main {
                display: flex;
                flex-direction: column;
                flex: 1 1 auto;
                overflow: hidden;
            }

                .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
                    margin: 0;
                    padding: 0 40px;
                }

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
        padding: 0 24px;
    }
}

.content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main nav .mat-tab-link {
    min-width: 128px;
}

.content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
    flex: 1 1 auto;
    padding: 40px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
        padding: 24px;
    }
}

.content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner > :not(router-outlet) {
    display: block;
}

.content-layout.right-sidebar-content-standard-normal-scroll > .mat-drawer-container {
    flex: 1 1 auto;
}

    .content-layout.right-sidebar-content-standard-normal-scroll > .mat-drawer-container .mat-drawer {
        min-width: 288px;
        max-width: 288px;
        width: 288px;
    }

    .content-layout.right-sidebar-content-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 40px;
    }

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-content-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 24px;
    }
}

.content-layout.right-sidebar-content-standard-content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .content-layout.right-sidebar-content-standard-content-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        overflow: visible;
    }

        .content-layout.right-sidebar-content-standard-content-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.right-sidebar-content-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
            padding: 40px;
        }

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-content-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 24px;
    }
}

.content-layout.right-sidebar-content-standard-inner-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .content-layout.right-sidebar-content-standard-inner-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        height: 100%;
    }

        .content-layout.right-sidebar-content-standard-inner-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.right-sidebar-content-standard-inner-scroll > .mat-drawer-container .mat-drawer-content {
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }

            .content-layout.right-sidebar-content-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .main {
                padding: 40px;
                overflow-y: auto;
                -webkit-overflow-scrolling: touch;
            }

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-content-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .main {
        padding: 24px;
    }
}

.content-layout.right-sidebar-content-tabs-normal-scroll > .mat-drawer-container {
    flex: 1 1 auto;
}

    .content-layout.right-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer {
        min-width: 288px;
        max-width: 288px;
        width: 288px;
    }

    .content-layout.right-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main {
        flex: 1 1 auto;
    }

        .content-layout.right-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
            padding: 0 40px;
        }

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
        padding: 0 24px;
    }
}

.content-layout.right-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
    padding: 0 32px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
        padding: 0;
    }
}

.content-layout.right-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-header-pagination {
    padding: 0;
    box-shadow: none;
}

.content-layout.right-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-label {
    min-width: 128px;
    height: 56px;
}

.content-layout.right-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
        padding: 24px;
    }
}

.content-layout.right-sidebar-content-tabs-content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .content-layout.right-sidebar-content-tabs-content-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        overflow: visible;
    }

        .content-layout.right-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.right-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
            flex: 1 1 auto;
        }

            .content-layout.right-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
                padding: 0 40px;
            }

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
        padding: 0 24px;
    }
}

.content-layout.right-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
    padding: 0 32px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
        padding: 0;
    }
}

.content-layout.right-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-header-pagination {
    padding: 0;
    box-shadow: none;
}

.content-layout.right-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-label {
    min-width: 128px;
    height: 56px;
}

.content-layout.right-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
        padding: 24px;
    }
}

.content-layout.right-sidebar-content-tabs-inner-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .content-layout.right-sidebar-content-tabs-inner-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        height: 100%;
    }

        .content-layout.right-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.right-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content {
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }

            .content-layout.right-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main {
                flex: 1 1 auto;
                overflow: hidden;
            }

                .content-layout.right-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group {
                    height: 100%;
                }

                    .content-layout.right-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
                        padding: 0 40px;
                    }

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
        padding: 0 24px;
    }
}

.content-layout.right-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
    padding: 0 32px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header.mat-tab-header-pagination-controls-enabled {
        padding: 0;
    }
}

.content-layout.right-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-header-pagination {
    padding: 0;
    box-shadow: none;
}

.content-layout.right-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header .mat-tab-label {
    min-width: 128px;
    height: 56px;
}

.content-layout.right-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
    padding: 40px;
    -webkit-overflow-scrolling: touch;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
        padding: 24px;
    }
}

.content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container {
    flex: 1 1 auto;
}

    .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer {
        min-width: 288px;
        max-width: 288px;
        width: 288px;
    }

    .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
    }

        .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
            margin: 0;
            padding: 0 40px;
        }

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
        padding: 0 24px;
    }
}

.content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main nav .mat-tab-link {
    min-width: 128px;
    height: 56px;
}

.content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
    flex: 1 1 auto;
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
        padding: 24px;
    }
}

.content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner > :not(router-outlet) {
    display: block;
}

.content-layout.right-sidebar-content-tabs-navigation-content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        overflow: visible;
    }

        .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main {
            display: flex;
            flex-direction: column;
            flex: 1 1 auto;
        }

            .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
                margin: 0;
                padding: 0 40px;
            }

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
        padding: 0 24px;
    }
}

.content-layout.right-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main nav .mat-tab-link {
    min-width: 128px;
    height: 56px;
}

.content-layout.right-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
    flex: 1 1 auto;
    padding: 40px;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
        padding: 24px;
    }
}

.content-layout.right-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner > :not(router-outlet) {
    display: block;
}

.content-layout.right-sidebar-content-tabs-navigation-inner-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container {
        flex: 1 1 auto;
        height: 100%;
    }

        .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer {
            min-width: 288px;
            max-width: 288px;
            width: 288px;
        }

        .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content {
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }

            .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main {
                display: flex;
                flex-direction: column;
                flex: 1 1 auto;
                overflow: hidden;
            }

                .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
                    margin: 0;
                    padding: 0 40px;
                }

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main nav {
        padding: 0 24px;
    }
}

.content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main nav .mat-tab-link {
    min-width: 128px;
    height: 56px;
}

.content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
    flex: 1 1 auto;
    padding: 40px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width:0) and (max-width:599px) {
    .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner {
        padding: 24px;
    }
}

.content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .main-inner > :not(router-outlet) {
    display: block;
}

.treo-theme-dark .content-layout.fullwidth-standard-content-scroll > .header, .treo-theme-dark .content-layout.fullwidth-standard-inner-scroll > .header, .treo-theme-dark .content-layout.fullwidth-standard-normal-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.fullwidth-tabs-inner-scroll > .header, .treo-theme-dark .content-layout.fullwidth-tabs-inner-scroll > .main .mat-tab-group .mat-tab-header {
    background: #27303f;
}

.treo-theme-dark .content-layout.left-sidebar-fullheight-basic-content-scroll > .mat-drawer-container .mat-drawer, .treo-theme-dark .content-layout.left-sidebar-fullheight-basic-inner-scroll > .mat-drawer-container .mat-drawer, .treo-theme-dark .content-layout.left-sidebar-fullheight-basic-normal-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.left-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.left-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.left-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.left-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.left-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.left-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer, .treo-theme-dark .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer, .treo-theme-dark .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer, .treo-theme-dark .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer, .treo-theme-dark .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer, .treo-theme-dark .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer, .treo-theme-dark .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer, .treo-theme-dark .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer, .treo-theme-dark .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.left-sidebar-content-standard-normal-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.left-sidebar-content-standard-normal-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.left-sidebar-content-standard-content-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.left-sidebar-content-standard-content-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.left-sidebar-content-standard-inner-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.left-sidebar-content-standard-inner-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.left-sidebar-content-tabs-normal-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.left-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.left-sidebar-content-tabs-content-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.left-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.left-sidebar-content-tabs-inner-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.left-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer, .treo-theme-dark .content-layout.right-sidebar-fullheight-basic-content-scroll > .mat-drawer-container .mat-drawer, .treo-theme-dark .content-layout.right-sidebar-fullheight-basic-inner-scroll > .mat-drawer-container .mat-drawer, .treo-theme-dark .content-layout.right-sidebar-fullheight-basic-normal-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.right-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.right-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.right-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.right-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.right-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.right-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer, .treo-theme-dark .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer, .treo-theme-dark .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer, .treo-theme-dark .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer, .treo-theme-dark .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer, .treo-theme-dark .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer, .treo-theme-dark .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer, .treo-theme-dark .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer, .treo-theme-dark .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.right-sidebar-content-standard-normal-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.right-sidebar-content-standard-normal-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.right-sidebar-content-standard-content-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.right-sidebar-content-standard-content-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.right-sidebar-content-standard-inner-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.right-sidebar-content-standard-inner-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.right-sidebar-content-tabs-normal-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.right-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.right-sidebar-content-tabs-content-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.right-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.right-sidebar-content-tabs-inner-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.right-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-dark .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.treo-theme-dark .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.treo-theme-light .content-layout.fullwidth-standard-content-scroll > .header, .treo-theme-light .content-layout.fullwidth-standard-inner-scroll > .header, .treo-theme-light .content-layout.fullwidth-standard-normal-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.treo-theme-light .content-layout.fullwidth-tabs-content-scroll > .header, .treo-theme-light .content-layout.fullwidth-tabs-content-scroll > .main .mat-tab-group .mat-tab-header, .treo-theme-light .content-layout.fullwidth-tabs-inner-scroll > .header, .treo-theme-light .content-layout.fullwidth-tabs-inner-scroll > .main .mat-tab-group .mat-tab-header, .treo-theme-light .content-layout.fullwidth-tabs-navigation-content-scroll > .header, .treo-theme-light .content-layout.fullwidth-tabs-navigation-content-scroll > .main nav, .treo-theme-light .content-layout.fullwidth-tabs-navigation-inner-scroll > .header, .treo-theme-light .content-layout.fullwidth-tabs-navigation-inner-scroll > .main nav, .treo-theme-light .content-layout.fullwidth-tabs-navigation-normal-scroll > .header, .treo-theme-light .content-layout.fullwidth-tabs-navigation-normal-scroll > .main nav, .treo-theme-light .content-layout.fullwidth-tabs-normal-scroll > .header, .treo-theme-light .content-layout.fullwidth-tabs-normal-scroll > .main .mat-tab-group .mat-tab-header {
    background: #fff;
}

.treo-theme-light .content-layout.left-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .treo-theme-light .content-layout.left-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .treo-theme-light .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .treo-theme-light .content-layout.left-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.treo-theme-light .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .treo-theme-light .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header, .treo-theme-light .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .treo-theme-light .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header, .treo-theme-light .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .treo-theme-light .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header, .treo-theme-light .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .treo-theme-light .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header, .treo-theme-light .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .treo-theme-light .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header, .treo-theme-light .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .treo-theme-light .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header, .treo-theme-light .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header, .treo-theme-light .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header, .treo-theme-light .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header, .treo-theme-light .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
    background: #fff;
}

.treo-theme-light .content-layout.left-sidebar-content-standard-content-scroll > .header, .treo-theme-light .content-layout.left-sidebar-content-standard-inner-scroll > .header, .treo-theme-light .content-layout.left-sidebar-content-standard-normal-scroll > .header, .treo-theme-light .content-layout.left-sidebar-content-tabs-normal-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.treo-theme-light .content-layout.left-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
    background: #fff;
}

.treo-theme-light .content-layout.left-sidebar-content-tabs-content-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.treo-theme-light .content-layout.left-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
    background: #fff;
}

.treo-theme-light .content-layout.left-sidebar-content-tabs-inner-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.treo-theme-light .content-layout.left-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
    background: #fff;
}

.treo-theme-light .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.treo-theme-light .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header {
    background: #fff;
}

.treo-theme-light .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.treo-theme-light .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header {
    background: #fff;
}

.treo-theme-light .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.treo-theme-light .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header {
    background: #fff;
}

.treo-theme-light .content-layout.right-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .treo-theme-light .content-layout.right-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .treo-theme-light .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .treo-theme-light .content-layout.right-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.treo-theme-light .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .treo-theme-light .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header, .treo-theme-light .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .treo-theme-light .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header, .treo-theme-light .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .treo-theme-light .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header, .treo-theme-light .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .treo-theme-light .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header, .treo-theme-light .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .treo-theme-light .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header, .treo-theme-light .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .treo-theme-light .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header, .treo-theme-light .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header, .treo-theme-light .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header, .treo-theme-light .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header, .treo-theme-light .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
    background: #fff;
}

.treo-theme-light .content-layout.right-sidebar-content-standard-content-scroll > .header, .treo-theme-light .content-layout.right-sidebar-content-standard-inner-scroll > .header, .treo-theme-light .content-layout.right-sidebar-content-standard-normal-scroll > .header, .treo-theme-light .content-layout.right-sidebar-content-tabs-normal-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.treo-theme-light .content-layout.right-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
    background: #fff;
}

.treo-theme-light .content-layout.right-sidebar-content-tabs-content-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.treo-theme-light .content-layout.right-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
    background: #fff;
}

.treo-theme-light .content-layout.right-sidebar-content-tabs-inner-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.treo-theme-light .content-layout.right-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
    background: #fff;
}

.treo-theme-light .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.treo-theme-light .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header {
    background: #fff;
}

.treo-theme-light .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.treo-theme-light .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header {
    background: #fff;
}

.treo-theme-light .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.treo-theme-light .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header {
    background: #fff;
}

.theme-dark .content-layout.fullwidth-standard-content-scroll > .header, .theme-dark .content-layout.fullwidth-standard-inner-scroll > .header, .theme-dark .content-layout.fullwidth-standard-normal-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.fullwidth-tabs-inner-scroll > .header, .theme-dark .content-layout.fullwidth-tabs-inner-scroll > .main .mat-tab-group .mat-tab-header {
    background: #27303f;
}

.theme-dark .content-layout.left-sidebar-fullheight-basic-content-scroll > .mat-drawer-container .mat-drawer, .theme-dark .content-layout.left-sidebar-fullheight-basic-inner-scroll > .mat-drawer-container .mat-drawer, .theme-dark .content-layout.left-sidebar-fullheight-basic-normal-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.left-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.left-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.left-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.left-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.left-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.left-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer, .theme-dark .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer, .theme-dark .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer, .theme-dark .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer, .theme-dark .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer, .theme-dark .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer, .theme-dark .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer, .theme-dark .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer, .theme-dark .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.left-sidebar-content-standard-normal-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.left-sidebar-content-standard-normal-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.left-sidebar-content-standard-content-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.left-sidebar-content-standard-content-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.left-sidebar-content-standard-inner-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.left-sidebar-content-standard-inner-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.left-sidebar-content-tabs-normal-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.left-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.left-sidebar-content-tabs-content-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.left-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.left-sidebar-content-tabs-inner-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.left-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer, .theme-dark .content-layout.right-sidebar-fullheight-basic-content-scroll > .mat-drawer-container .mat-drawer, .theme-dark .content-layout.right-sidebar-fullheight-basic-inner-scroll > .mat-drawer-container .mat-drawer, .theme-dark .content-layout.right-sidebar-fullheight-basic-normal-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.right-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.right-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.right-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.right-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.right-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.right-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer, .theme-dark .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer, .theme-dark .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer, .theme-dark .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer, .theme-dark .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer, .theme-dark .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer, .theme-dark .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer, .theme-dark .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer, .theme-dark .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.right-sidebar-content-standard-normal-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.right-sidebar-content-standard-normal-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.right-sidebar-content-standard-content-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.right-sidebar-content-standard-content-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.right-sidebar-content-standard-inner-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.right-sidebar-content-standard-inner-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.right-sidebar-content-tabs-normal-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.right-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.right-sidebar-content-tabs-content-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.right-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.right-sidebar-content-tabs-inner-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.right-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-dark .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .header {
    border-bottom: 1px solid rgba(241,245,249,.12);
}

.theme-dark .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer {
    background: #1a202e;
}

.theme-light .content-layout.fullwidth-standard-content-scroll > .header, .theme-light .content-layout.fullwidth-standard-inner-scroll > .header, .theme-light .content-layout.fullwidth-standard-normal-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.theme-light .content-layout.fullwidth-tabs-content-scroll > .header, .theme-light .content-layout.fullwidth-tabs-content-scroll > .main .mat-tab-group .mat-tab-header, .theme-light .content-layout.fullwidth-tabs-inner-scroll > .header, .theme-light .content-layout.fullwidth-tabs-inner-scroll > .main .mat-tab-group .mat-tab-header, .theme-light .content-layout.fullwidth-tabs-navigation-content-scroll > .header, .theme-light .content-layout.fullwidth-tabs-navigation-content-scroll > .main nav, .theme-light .content-layout.fullwidth-tabs-navigation-inner-scroll > .header, .theme-light .content-layout.fullwidth-tabs-navigation-inner-scroll > .main nav, .theme-light .content-layout.fullwidth-tabs-navigation-normal-scroll > .header, .theme-light .content-layout.fullwidth-tabs-navigation-normal-scroll > .main nav, .theme-light .content-layout.fullwidth-tabs-normal-scroll > .header, .theme-light .content-layout.fullwidth-tabs-normal-scroll > .main .mat-tab-group .mat-tab-header {
    background: #fff;
}

.theme-light .content-layout.left-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .theme-light .content-layout.left-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .theme-light .content-layout.left-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .theme-light .content-layout.left-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.theme-light .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .theme-light .content-layout.left-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header, .theme-light .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .theme-light .content-layout.left-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header, .theme-light .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .theme-light .content-layout.left-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header, .theme-light .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .theme-light .content-layout.left-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header, .theme-light .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .theme-light .content-layout.left-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header, .theme-light .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .theme-light .content-layout.left-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header, .theme-light .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header, .theme-light .content-layout.left-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header, .theme-light .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header, .theme-light .content-layout.left-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
    background: #fff;
}

.theme-light .content-layout.left-sidebar-content-standard-content-scroll > .header, .theme-light .content-layout.left-sidebar-content-standard-inner-scroll > .header, .theme-light .content-layout.left-sidebar-content-standard-normal-scroll > .header, .theme-light .content-layout.left-sidebar-content-tabs-normal-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.theme-light .content-layout.left-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
    background: #fff;
}

.theme-light .content-layout.left-sidebar-content-tabs-content-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.theme-light .content-layout.left-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
    background: #fff;
}

.theme-light .content-layout.left-sidebar-content-tabs-inner-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.theme-light .content-layout.left-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
    background: #fff;
}

.theme-light .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.theme-light .content-layout.left-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header {
    background: #fff;
}

.theme-light .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.theme-light .content-layout.left-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header {
    background: #fff;
}

.theme-light .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.theme-light .content-layout.left-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header {
    background: #fff;
}

.theme-light .content-layout.right-sidebar-fullheight-standard-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .theme-light .content-layout.right-sidebar-fullheight-standard-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .theme-light .content-layout.right-sidebar-fullheight-standard-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .theme-light .content-layout.right-sidebar-fullheight-standard-normal-scroll > .mat-drawer-container .mat-drawer-content > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.theme-light .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .theme-light .content-layout.right-sidebar-fullheight-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header, .theme-light .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .theme-light .content-layout.right-sidebar-fullheight-tabs-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header, .theme-light .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .theme-light .content-layout.right-sidebar-fullheight-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header, .theme-light .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .theme-light .content-layout.right-sidebar-fullheight-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header, .theme-light .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .header, .theme-light .content-layout.right-sidebar-fullheight-tabs-navigation-drawer-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header, .theme-light .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .header, .theme-light .content-layout.right-sidebar-fullheight-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header, .theme-light .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .header, .theme-light .content-layout.right-sidebar-fullheight-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header, .theme-light .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .header, .theme-light .content-layout.right-sidebar-fullheight-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
    background: #fff;
}

.theme-light .content-layout.right-sidebar-content-standard-content-scroll > .header, .theme-light .content-layout.right-sidebar-content-standard-inner-scroll > .header, .theme-light .content-layout.right-sidebar-content-standard-normal-scroll > .header, .theme-light .content-layout.right-sidebar-content-tabs-normal-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.theme-light .content-layout.right-sidebar-content-tabs-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
    background: #fff;
}

.theme-light .content-layout.right-sidebar-content-tabs-content-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.theme-light .content-layout.right-sidebar-content-tabs-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
    background: #fff;
}

.theme-light .content-layout.right-sidebar-content-tabs-inner-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.theme-light .content-layout.right-sidebar-content-tabs-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-group .mat-tab-header {
    background: #fff;
}

.theme-light .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.theme-light .content-layout.right-sidebar-content-tabs-navigation-normal-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header {
    background: #fff;
}

.theme-light .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.theme-light .content-layout.right-sidebar-content-tabs-navigation-content-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header {
    background: #fff;
}

.theme-light .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.theme-light .content-layout.right-sidebar-content-tabs-navigation-inner-scroll > .mat-drawer-container .mat-drawer-content > .main .mat-tab-nav-bar.mat-tab-header {
    background: #fff;
}

treo-card.auth-card {
    margin: 8px;
}

@media (min-width:0) and (max-width:599px) {
    treo-card.auth-card {
        justify-content: center;
        width: 100%;
        height: 100%;
        margin: 0;
        box-shadow: none;
        border-radius: 0;
    }
}

treo-card.auth-card.classic .content-container {
    display: none !important;
}

treo-card.auth-card.modern, treo-card.auth-card.modern-alt {
    max-width: 1200px;
    width: calc(100% - 16px);
}

@media (max-width:959px) {
    treo-card.auth-card.modern, treo-card.auth-card.modern-alt {
        width: auto;
    }
}

@media (min-width:960px) {
    treo-card.auth-card.modern-alt .form-container, treo-card.auth-card.modern .form-container {
        padding: 64px;
    }
}

treo-card.auth-card.modern-alt .form-container {
    order: 2;
}

treo-card.auth-card.modern-alt .content-container {
    order: 1;
}

treo-card.auth-card.fullscreen, treo-card.auth-card.fullscreen-alt {
    width: 100%;
    height: 100%;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
}

@media (max-width:959px) {
    treo-card.auth-card.fullscreen, treo-card.auth-card.fullscreen-alt {
        justify-content: center;
    }
}

treo-card.auth-card.fullscreen-alt .form-container, treo-card.auth-card.fullscreen .form-container {
    width: 45%;
}

@media (max-width:959px) {
    treo-card.auth-card.fullscreen-alt .form-container, treo-card.auth-card.fullscreen .form-container {
        width: auto;
        padding: 40px;
    }
}

treo-card.auth-card.fullscreen-alt .form-container .form, treo-card.auth-card.fullscreen .form-container .form {
    margin: auto 32px auto auto;
}

@media (max-width:959px) {
    treo-card.auth-card.fullscreen-alt .form-container .form, treo-card.auth-card.fullscreen .form-container .form {
        margin: 0;
    }
}

treo-card.auth-card.fullscreen-alt .form-container {
    order: 2;
}

    treo-card.auth-card.fullscreen-alt .form-container .form {
        margin: auto auto auto 32px;
    }

@media (max-width:959px) {
    treo-card.auth-card.fullscreen-alt .form-container .form {
        margin: 0;
    }
}

treo-card.auth-card.fullscreen-alt .content-container {
    order: 1;
}

treo-card.auth-card .form-container {
    display: flex;
    flex-direction: column;
    order: 1;
    padding: 48px;
}

@media (min-width:0) and (max-width:599px) {
    treo-card.auth-card .form-container {
        padding: 40px;
    }
}

treo-card.auth-card .form-container .form {
    width: 100%;
    min-width: 320px;
    max-width: 320px;
}

@media (min-width:0) and (max-width:599px) {
    treo-card.auth-card .form-container .form {
        max-width: 0;
    }
}

treo-card.auth-card .form-container .form .logo {
    width: 64px;
}

treo-card.auth-card .form-container .form .title {
    margin: 32px 0 0;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -.022em;
    line-height: 1.25;
}

treo-card.auth-card .form-container .form .subtitle {
    display: flex;
    align-items: baseline;
    margin-top: 2px;
    font-weight: 500;
}

    treo-card.auth-card .form-container .form .subtitle .link {
        margin-left: 4px;
    }

treo-card.auth-card .form-container .form treo-message {
    margin-top: 32px;
    margin-bottom: -16px;
}

treo-card.auth-card .form-container .form form {
    margin-top: 32px;
}

    treo-card.auth-card .form-container .form form .mat-form-field {
        width: 100%;
    }

treo-card.auth-card .form-container .form .field-footer {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 6px 0 12px;
}

    treo-card.auth-card .form-container .form .field-footer .link {
        font-size: 13px;
        font-weight: 500;
    }

treo-card.auth-card .form-container .form .submit-button {
    width: 100%;
    margin-top: 12px;
}

treo-card.auth-card .form-container .form .sso {
    display: flex;
    flex-direction: column;
}

    treo-card.auth-card .form-container .form .sso .separator {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1 1 auto;
        margin: 32px 0;
    }

        treo-card.auth-card .form-container .form .sso .separator:after, treo-card.auth-card .form-container .form .sso .separator:before {
            content: "";
            display: flex;
            flex: 1 1 auto;
            height: 1px;
        }

        treo-card.auth-card .form-container .form .sso .separator:before {
            margin-right: 8px;
        }

        treo-card.auth-card .form-container .form .sso .separator:after {
            margin-left: 8px;
        }

    treo-card.auth-card .form-container .form .sso .buttons {
        display: flex;
        align-items: center;
    }

        treo-card.auth-card .form-container .form .sso .buttons button {
            flex: 1 1 auto;
            margin-right: 8px;
        }

            treo-card.auth-card .form-container .form .sso .buttons button:last-child {
                margin-right: 0;
            }

            treo-card.auth-card .form-container .form .sso .buttons button .mat-icon {
                width: 20px;
                height: 20px;
                min-width: 20px;
                min-height: 20px;
                font-size: 20px;
                line-height: 20px;
            }

                treo-card.auth-card .form-container .form .sso .buttons button .mat-icon svg {
                    width: 20px;
                    height: 20px;
                }

treo-card.auth-card .form-container .form .form-footer {
    width: 100%;
    margin-top: 32px;
    font-size: 13px;
    font-weight: 500;
}

    treo-card.auth-card .form-container .form .form-footer .link {
        margin-left: 4px;
    }

treo-card.auth-card .content-container {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    order: 2;
    overflow: hidden;
}

@media (max-width:959px) {
    treo-card.auth-card .content-container {
        display: none;
    }
}

treo-card.auth-card .content-container .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 900px;
    pointer-events: none;
}

    treo-card.auth-card .content-container .background path {
        opacity: .1;
    }

treo-card.auth-card .content-container .content {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 480px;
    width: 100%;
    margin: 64px;
}

    treo-card.auth-card .content-container .content .title {
        display: flex;
        flex-direction: column;
    }

        treo-card.auth-card .content-container .content .title span {
            font-size: 40px;
            font-weight: 700;
            line-height: 1.2;
        }

    treo-card.auth-card .content-container .content .description {
        margin-top: 12px;
        font-size: 15px;
    }

    treo-card.auth-card .content-container .content .learn-more-button {
        width: 160px;
        margin-top: 40px;
    }

@media (min-width:0) and (max-width:599px) {
    .treo-theme-dark treo-card.auth-card {
        background: transparent;
    }
}

@media (max-width:959px) {
    .treo-theme-dark treo-card.auth-card.fullscreen, .treo-theme-dark treo-card.auth-card.fullscreen-alt {
        background: transparent;
    }
}

.treo-theme-dark treo-card.auth-card .form-container .form .form-footer span, .treo-theme-dark treo-card.auth-card .form-container .form .sso .separator {
    color: #97a6ba;
}

    .treo-theme-dark treo-card.auth-card .form-container .form .sso .separator:after, .treo-theme-dark treo-card.auth-card .form-container .form .sso .separator:before {
        background: rgba(241,245,249,.12);
    }

.treo-theme-dark treo-card.auth-card .content-container {
    background: #364152;
    color: #fff;
}

    .treo-theme-dark treo-card.auth-card .content-container .background path {
        fill: #1a202e;
    }

    .treo-theme-dark treo-card.auth-card .content-container .content .description {
        opacity: .7;
    }

@media (min-width:0) and (max-width:599px) {
    .treo-theme-light treo-card.auth-card {
        background: transparent;
    }
}

@media (max-width:959px) {
    .treo-theme-light treo-card.auth-card.fullscreen, .treo-theme-light treo-card.auth-card.fullscreen-alt {
        background: transparent;
    }
}

.treo-theme-light treo-card.auth-card .form-container .form .form-footer span, .treo-theme-light treo-card.auth-card .form-container .form .sso .separator {
    color: #64748b;
}

    .treo-theme-light treo-card.auth-card .form-container .form .sso .separator:after, .treo-theme-light treo-card.auth-card .form-container .form .sso .separator:before {
        background: #e2e8f0;
    }

.treo-theme-light treo-card.auth-card .content-container {
    background: #000;
    color: #fff;
    margin:20px;
    border-radius:10px;
}

    .treo-theme-light treo-card.auth-card .content-container .background path {
        fill: #e5edff;
    }

    .treo-theme-light treo-card.auth-card .content-container .content .description {
        opacity: .7;
    }

@media (min-width:0) and (max-width:599px) {
    .theme-dark treo-card.auth-card {
        background: transparent;
    }
}

@media (max-width:959px) {
    .theme-dark treo-card.auth-card.fullscreen, .theme-dark treo-card.auth-card.fullscreen-alt {
        background: transparent;
    }
}

.theme-dark treo-card.auth-card .form-container .form .form-footer span, .theme-dark treo-card.auth-card .form-container .form .sso .separator {
    color: #97a6ba;
}

    .theme-dark treo-card.auth-card .form-container .form .sso .separator:after, .theme-dark treo-card.auth-card .form-container .form .sso .separator:before {
        background: rgba(241,245,249,.12);
    }

.theme-dark treo-card.auth-card .content-container {
    background: #364152;
    color: #fff;
}

    .theme-dark treo-card.auth-card .content-container .background path {
        fill: #1a202e;
    }

    .theme-dark treo-card.auth-card .content-container .content .description {
        opacity: .7;
    }

@media (min-width:0) and (max-width:599px) {
    .theme-light treo-card.auth-card {
        background: transparent;
    }
}

@media (max-width:959px) {
    .theme-light treo-card.auth-card.fullscreen, .theme-light treo-card.auth-card.fullscreen-alt {
        background: transparent;
    }
}

.theme-light treo-card.auth-card .form-container .form .form-footer span, .theme-light treo-card.auth-card .form-container .form .sso .separator {
    color: #64748b;
}

    .theme-light treo-card.auth-card .form-container .form .sso .separator:after, .theme-light treo-card.auth-card .form-container .form .sso .separator:before {
        background: #e2e8f0;
    }

.theme-light treo-card.auth-card .content-container {
    background: #5145cd;
    color: #fff;
}

    .theme-light treo-card.auth-card .content-container .background path {
        fill: #e5edff;
    }

    .theme-light treo-card.auth-card .content-container .content .description {
        opacity: .7;
    }

.treo-theme-dark input, .treo-theme-dark textarea {
    background: transparent;
}

    .treo-theme-dark input::-ms-input-placeholder, .treo-theme-dark textarea::-ms-input-placeholder {
        color: #64748b;
    }

    .treo-theme-dark input::placeholder, .treo-theme-dark textarea::placeholder {
        color: #64748b;
    }

    .treo-theme-dark input::-moz-placeholder, .treo-theme-dark textarea::-moz-placeholder {
        color: #64748b;
    }

    .treo-theme-dark input::-webkit-input-placeholder, .treo-theme-dark textarea::-webkit-input-placeholder {
        color: #64748b;
    }

    .treo-theme-dark input:-ms-input-placeholder, .treo-theme-dark textarea:-ms-input-placeholder {
        color: #64748b;
    }

    .treo-theme-dark input:-webkit-autofill, .treo-theme-dark input:-webkit-autofill:hover, .treo-theme-dark textarea:-webkit-autofill, .treo-theme-dark textarea:-webkit-autofill:hover {
        -webkit-transition: "background-color 9999s ease-out";
        -webkit-transition-delay: 9999s;
    }

        .treo-theme-dark input:-webkit-autofill:active, .treo-theme-dark input:-webkit-autofill:focus, .treo-theme-dark textarea:-webkit-autofill:active, .treo-theme-dark textarea:-webkit-autofill:focus {
            -webkit-transition: "background-color 9999s ease-out";
            -webkit-transition-delay: 9999s;
        }

.treo-theme-light input, .treo-theme-light textarea {
    background: transparent;
}

    .treo-theme-light input::-ms-input-placeholder, .treo-theme-light textarea::-ms-input-placeholder {
        color: #97a6ba;
    }

    .treo-theme-light input::placeholder, .treo-theme-light textarea::placeholder {
        color: #97a6ba;
    }

    .treo-theme-light input::-moz-placeholder, .treo-theme-light textarea::-moz-placeholder {
        color: #97a6ba;
    }

    .treo-theme-light input::-webkit-input-placeholder, .treo-theme-light textarea::-webkit-input-placeholder {
        color: #97a6ba;
    }

    .treo-theme-light input:-ms-input-placeholder, .treo-theme-light textarea:-ms-input-placeholder {
        color: #97a6ba;
    }

    .treo-theme-light input:-webkit-autofill, .treo-theme-light input:-webkit-autofill:hover, .treo-theme-light textarea:-webkit-autofill, .treo-theme-light textarea:-webkit-autofill:hover {
        -webkit-transition: "background-color 9999s ease-out";
        -webkit-transition-delay: 9999s;
    }

        .treo-theme-light input:-webkit-autofill:active, .treo-theme-light input:-webkit-autofill:focus, .treo-theme-light textarea:-webkit-autofill:active, .treo-theme-light textarea:-webkit-autofill:focus {
            -webkit-transition: "background-color 9999s ease-out";
            -webkit-transition-delay: 9999s;
        }

.theme-dark input, .theme-dark textarea {
    background: transparent;
}

    .theme-dark input::-ms-input-placeholder, .theme-dark textarea::-ms-input-placeholder {
        color: #64748b;
    }

    .theme-dark input::placeholder, .theme-dark textarea::placeholder {
        color: #64748b;
    }

    .theme-dark input::-moz-placeholder, .theme-dark textarea::-moz-placeholder {
        color: #64748b;
    }

    .theme-dark input::-webkit-input-placeholder, .theme-dark textarea::-webkit-input-placeholder {
        color: #64748b;
    }

    .theme-dark input:-ms-input-placeholder, .theme-dark textarea:-ms-input-placeholder {
        color: #64748b;
    }

    .theme-dark input:-webkit-autofill, .theme-dark input:-webkit-autofill:hover, .theme-dark textarea:-webkit-autofill, .theme-dark textarea:-webkit-autofill:hover {
        -webkit-transition: "background-color 9999s ease-out";
        -webkit-transition-delay: 9999s;
    }

        .theme-dark input:-webkit-autofill:active, .theme-dark input:-webkit-autofill:focus, .theme-dark textarea:-webkit-autofill:active, .theme-dark textarea:-webkit-autofill:focus {
            -webkit-transition: "background-color 9999s ease-out";
            -webkit-transition-delay: 9999s;
        }

.theme-light input, .theme-light textarea {
    background: transparent;
}

    .theme-light input::-ms-input-placeholder, .theme-light textarea::-ms-input-placeholder {
        color: #97a6ba;
    }

    .theme-light input::placeholder, .theme-light textarea::placeholder {
        color: #97a6ba;
    }

    .theme-light input::-moz-placeholder, .theme-light textarea::-moz-placeholder {
        color: #97a6ba;
    }

    .theme-light input::-webkit-input-placeholder, .theme-light textarea::-webkit-input-placeholder {
        color: #97a6ba;
    }

    .theme-light input:-ms-input-placeholder, .theme-light textarea:-ms-input-placeholder {
        color: #97a6ba;
    }

    .theme-light input:-webkit-autofill, .theme-light input:-webkit-autofill:hover, .theme-light textarea:-webkit-autofill, .theme-light textarea:-webkit-autofill:hover {
        -webkit-transition: "background-color 9999s ease-out";
        -webkit-transition-delay: 9999s;
    }

        .theme-light input:-webkit-autofill:active, .theme-light input:-webkit-autofill:focus, .theme-light textarea:-webkit-autofill:active, .theme-light textarea:-webkit-autofill:focus {
            -webkit-transition: "background-color 9999s ease-out";
            -webkit-transition-delay: 9999s;
        }

.rich-text table {
    width: 100%;
    border-spacing: 0;
}

    .rich-text table thead tr th {
        padding: 16px;
        border-bottom-width: 2px;
        text-align: left;
        font-weight: 500;
    }

        .rich-text table thead tr th:first-child {
            padding-left: 24px;
        }

        .rich-text table thead tr th:last-child {
            padding-right: 24px;
        }

    .rich-text table tbody tr td {
        padding: 16px;
        border-bottom-width: 1px;
        text-align: left;
    }

        .rich-text table tbody tr td:first-child {
            padding-left: 24px;
        }

        .rich-text table tbody tr td:last-child {
            padding-right: 24px;
        }

    .rich-text table tbody tr:last-child td {
        border-bottom: none;
    }

    .rich-text table tfoot tr th {
        padding: 16px;
        border-top-width: 2px;
        text-align: left;
        font-weight: 500;
    }

        .rich-text table tfoot tr th:first-child {
            padding-left: 24px;
        }

        .rich-text table tfoot tr th:last-child {
            padding-right: 24px;
        }

.mat-accordion .mat-expansion-panel {
    margin-bottom: 24px;
    border-radius: 8px !important;
    transition: box-shadow 225ms cubic-bezier(.4,0,.2,1);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important;
}

    .mat-accordion .mat-expansion-panel:last-child {
        margin-bottom: 0;
    }

    .mat-accordion .mat-expansion-panel.mat-expanded, .mat-accordion .mat-expansion-panel:hover {
        box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important;
    }

    .mat-accordion .mat-expansion-panel .mat-expansion-panel-header {
        font-size: 14px;
    }

        .mat-accordion .mat-expansion-panel .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
            margin-right: 28px;
        }

        .mat-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 12px;
            height: 12px;
        }

            .mat-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator:after {
                border-color: currentColor !important;
            }

    .mat-accordion .mat-expansion-panel .mat-expansion-panel-body {
        line-height: 1.7;
    }

.mat-button, .mat-fab, .mat-flat-button, .mat-icon-button, .mat-mini-fab, .mat-raised-button, .mat-stroked-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    line-height: 1 !important;
}

    .mat-button .mat-button-wrapper, .mat-fab .mat-button-wrapper, .mat-flat-button .mat-button-wrapper, .mat-icon-button .mat-button-wrapper, .mat-mini-fab .mat-button-wrapper, .mat-raised-button .mat-button-wrapper, .mat-stroked-button .mat-button-wrapper {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .mat-button.treo-mat-button-large, .mat-fab.treo-mat-button-large, .mat-flat-button.treo-mat-button-large, .mat-icon-button.treo-mat-button-large, .mat-mini-fab.treo-mat-button-large, .mat-raised-button.treo-mat-button-large, .mat-stroked-button.treo-mat-button-large {
        height: 48px;
        min-height: 48px;
        max-height: 48px;
    }

.mat-fab {
    max-height: 56px;
}

    .mat-button .mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] circle, .mat-fab .mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] circle, .mat-flat-button .mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] circle, .mat-icon-button .mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] circle, .mat-mini-fab .mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] circle, .mat-raised-button .mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] circle, .mat-stroked-button .mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] circle {
        stroke: currentColor;
        -webkit-animation-duration: 6s;
        animation-duration: 6s;
    }

.mat-button-toggle-group.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
    background-clip: padding-box;
}

.mat-checkbox {
    display: inline-flex;
}

    .mat-checkbox .mat-checkbox-layout {
        white-space: normal;
    }

        .mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container {
            display: inline-flex;
            align-items: center;
            margin: 0 8px 0 0;
        }

            .mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container:after {
                content: "​";
            }

        .mat-checkbox .mat-checkbox-layout .mat-checkbox-label {
            line-height: inherit;
        }

.mat-chip {
    font-weight: 500 !important;
}

.mat-form-field.mat-form-field-appearance-fill.mat-form-field-has-label.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label-wrapper .mat-form-field-label {
    width: 100% !important;
    transform: none !important;
}

.mat-form-field.mat-form-field-appearance-fill.mat-form-field-type-mat-native-select .mat-form-field-infix select {
    top: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 18px;
}

.mat-form-field.mat-form-field-appearance-fill.mat-form-field-type-mat-native-select .mat-form-field-infix:after {
    display: none;
}

.mat-form-field.mat-form-field-appearance-fill.mat-form-field-has-label .mat-form-field-wrapper {
    margin-top: 24px;
}

.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper {
    margin-bottom: 16px;
    padding-bottom: 0;
}

    .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex {
        position: relative;
        display: flex;
        align-items: stretch;
        min-height: 48px;
        border-radius: 6px;
        padding: 0 16px;
        border-width: 1px;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    }

        .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > .mat-icon {
            margin-right: 12px;
        }

        .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > .mat-icon-button {
            margin: 0 4px 0 -8px;
        }

        .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > .mat-select {
            margin-right: 10px;
        }

        .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > .mat-datepicker-toggle {
            margin-left: -8px;
        }

        .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > :not(.mat-icon):not(.mat-icon-button):not(.mat-select):not(.mat-datepicker-toggle) {
            margin-right: 12px;
        }

        .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > .mat-icon {
            margin-left: 12px;
        }

        .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > .mat-icon-button {
            margin: 0 -8px 0 4px;
        }

        .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > .mat-select {
            margin-left: 10px;
        }

        .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > .mat-datepicker-toggle {
            margin-right: -8px;
        }

        .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix {
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

            .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-icon-button, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon-button {
                width: 40px;
                min-width: 40px;
                height: 40px;
                min-height: 40px;
            }

                .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-button .mat-icon, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-fab .mat-icon, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-flat-button .mat-icon, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-icon-button .mat-icon, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-mini-fab .mat-icon, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-raised-button .mat-icon, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-stroked-button .mat-icon, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-button .mat-icon, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-fab .mat-icon, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-flat-button .mat-icon, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon-button .mat-icon, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-mini-fab .mat-icon, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-raised-button .mat-icon, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-stroked-button .mat-icon {
                    margin: 0 !important;
                    width: 24px;
                    height: 24px;
                    min-width: 24px;
                    min-height: 24px;
                    font-size: 24px;
                    line-height: 24px;
                }

                    .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-button .mat-icon svg, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-fab .mat-icon svg, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-flat-button .mat-icon svg, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-icon-button .mat-icon svg, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-mini-fab .mat-icon svg, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-raised-button .mat-icon svg, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-stroked-button .mat-icon svg, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-button .mat-icon svg, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-fab .mat-icon svg, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-flat-button .mat-icon svg, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon-button .mat-icon svg, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-mini-fab .mat-icon svg, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-raised-button .mat-icon svg, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-stroked-button .mat-icon svg {
                        width: 24px;
                        height: 24px;
                    }

            .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-datepicker-toggle-default-icon, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-datepicker-toggle-default-icon {
                width: 24px;
                height: 24px;
                min-width: 24px;
                min-height: 24px;
                font-size: 24px;
                line-height: 24px;
            }

                .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-datepicker-toggle-default-icon svg, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-datepicker-toggle-default-icon svg {
                    width: 24px;
                    height: 24px;
                }

            .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-select, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-select .mat-select-trigger, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-select, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-select .mat-select-trigger {
                display: flex;
                align-items: center;
            }

                .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-select .mat-select-trigger .mat-select-value, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-select .mat-select-trigger .mat-select-value {
                    display: flex;
                    max-width: none;
                }

                    .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-select .mat-select-trigger .mat-select-value mat-select-trigger .mat-icon, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-select .mat-select-trigger .mat-select-value mat-select-trigger .mat-icon {
                        margin: 0 !important;
                    }

                .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-select .mat-select-trigger .mat-select-arrow-wrapper, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-select .mat-select-trigger .mat-select-arrow-wrapper {
                    display: flex;
                    align-items: center;
                    transform: none;
                    margin-left: 4px;
                }

                    .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-select .mat-select-trigger .mat-select-arrow-wrapper .mat-select-arrow, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-select .mat-select-trigger .mat-select-arrow-wrapper .mat-select-arrow {
                        min-height: 0;
                    }

        .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
            position: static;
            display: flex;
            align-items: center;
            width: 88px;
            padding: 0;
            border: 0;
        }

            .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-input-element {
                padding: 14px 0;
                margin-top: 0;
            }

            .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix textarea.mat-input-element {
                display: flex;
                align-self: stretch;
                min-height: 36px;
                height: auto;
                margin: 10px 0;
                padding: 4px 6px 4px 0 !important;
                transform: none;
            }

            .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-select {
                display: inline-flex;
            }

                .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-select .mat-select-trigger {
                    display: inline-flex;
                    align-items: center;
                    width: 100%;
                }

                    .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-select .mat-select-trigger .mat-select-value {
                        display: flex;
                        position: relative;
                        max-width: none;
                    }

                        .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-select .mat-select-trigger .mat-select-value .mat-select-value-text {
                            display: inline-flex;
                        }

                            .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-select .mat-select-trigger .mat-select-value .mat-select-value-text > * {
                                overflow: hidden;
                                white-space: nowrap;
                                text-overflow: ellipsis;
                            }

                .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-select .mat-select-arrow-wrapper {
                    transform: translateY(0);
                }

                    .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-select .mat-select-arrow-wrapper .mat-select-arrow {
                        margin: 0 0 0 8px;
                    }

            .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-chip-list {
                width: 100%;
                margin: 0 -8px;
            }

                .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-chip-list .mat-chip-input {
                    margin: 0 0 0 8px;
                }

            .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper {
                top: -25px;
                height: auto;
                padding-top: 0;
                overflow: visible;
                pointer-events: auto;
            }

                .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
                    position: relative;
                    top: 0;
                    margin-top: 0;
                    -webkit-backface-visibility: hidden;
                    backface-visibility: hidden;
                    transition: none;
                    font-weight: 500;
                }

    .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-underline {
        display: none;
    }

    .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-subscript-wrapper {
        position: relative;
        top: auto;
        padding: 0;
        margin-top: 0;
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
    }

        .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-subscript-wrapper > div {
            display: contents;
        }

        .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-subscript-wrapper .mat-error, .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-subscript-wrapper .mat-hint {
            display: block;
            margin-top: 4px;
        }

.mat-form-field.mat-form-field-appearance-fill.treo-mat-textarea.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix, .mat-form-field.mat-form-field-appearance-fill.treo-mat-textarea.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix {
    align-items: flex-start;
}

.mat-form-field.mat-form-field-appearance-fill.treo-mat-textarea.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix, .mat-form-field.mat-form-field-appearance-fill.treo-mat-textarea.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix {
    padding-top: 12px;
}

.mat-form-field.mat-form-field-appearance-fill.treo-mat-no-subscript.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper {
    padding-bottom: 0;
    margin-bottom: 0;
}

    .mat-form-field.mat-form-field-appearance-fill.treo-mat-no-subscript.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-subscript-wrapper {
        display: none !important;
        height: 0 !important;
    }

.mat-form-field.mat-form-field-appearance-fill.treo-mat-rounded.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex {
    border-radius: 24px;
}

.mat-form-field.mat-form-field-appearance-fill.treo-mat-rounded.mat-form-field.mat-form-field-appearance-fill.treo-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix {
    border-radius: 24px 0 0 24px;
}

.mat-form-field.mat-form-field-appearance-fill.treo-mat-rounded.mat-form-field.mat-form-field-appearance-fill.treo-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix {
    border-radius: 0 24px 24px 0;
}

.mat-form-field.mat-form-field-appearance-fill.treo-mat-dense.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex {
    min-height: 40px;
}

    .mat-form-field.mat-form-field-appearance-fill.treo-mat-dense.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-icon-button, .mat-form-field.mat-form-field-appearance-fill.treo-mat-dense.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon-button {
        width: 32px;
        min-width: 32px;
        height: 32px;
        min-height: 32px;
    }

    .mat-form-field.mat-form-field-appearance-fill.treo-mat-dense.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > .mat-icon-button {
        margin-left: -4px;
        margin-right: 12px;
    }

    .mat-form-field.mat-form-field-appearance-fill.treo-mat-dense.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > .mat-icon-button {
        margin-left: 12px;
        margin-right: -4px;
    }

    .mat-form-field.mat-form-field-appearance-fill.treo-mat-dense.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-input-element {
        padding: 11px 0;
    }

.mat-form-field.mat-form-field-appearance-fill.treo-mat-dense.treo-mat-rounded.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex {
    border-radius: 20px;
}

.mat-form-field.mat-form-field-appearance-fill.treo-mat-dense.treo-mat-rounded.treo-mat-emphasized-affix.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix {
    border-radius: 20px 0 0 20px !important;
}

.mat-form-field.mat-form-field-appearance-fill.treo-mat-dense.treo-mat-rounded.treo-mat-emphasized-affix.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix {
    border-radius: 0 20px 20px 0 !important;
}

.mat-form-field.mat-form-field-appearance-fill.treo-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix {
    margin: 0 16px 0 -16px;
    padding-left: 16px;
    border-radius: 6px 0 0 6px;
    border-right-width: 1px;
}

    .mat-form-field.mat-form-field-appearance-fill.treo-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > .mat-icon {
        margin-right: 16px;
    }

    .mat-form-field.mat-form-field-appearance-fill.treo-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > .mat-icon-button {
        margin: 0 8px 0 -8px;
    }

    .mat-form-field.mat-form-field-appearance-fill.treo-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > .mat-select {
        margin-right: 12px;
    }

    .mat-form-field.mat-form-field-appearance-fill.treo-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > .mat-datepicker-toggle {
        margin-right: 8px;
    }

    .mat-form-field.mat-form-field-appearance-fill.treo-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix > :not(.mat-icon):not(.mat-icon-button):not(.mat-select):not(.mat-datepicker-toggle) {
        margin-right: 16px;
    }

.mat-form-field.mat-form-field-appearance-fill.treo-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix {
    margin: 0 -16px 0 16px;
    padding-right: 16px;
    border-radius: 0 6px 6px 0;
    border-left-width: 1px;
}

    .mat-form-field.mat-form-field-appearance-fill.treo-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > .mat-icon {
        margin-left: 16px;
    }

    .mat-form-field.mat-form-field-appearance-fill.treo-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > .mat-icon-button {
        margin: 0 -8px 0 8px;
    }

    .mat-form-field.mat-form-field-appearance-fill.treo-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > .mat-select {
        margin: 0 -4px 0 16px;
    }

    .mat-form-field.mat-form-field-appearance-fill.treo-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > .mat-datepicker-toggle {
        margin-left: 8px;
    }

    .mat-form-field.mat-form-field-appearance-fill.treo-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix > :not(.mat-icon):not(.mat-icon-button):not(.mat-select):not(.mat-datepicker-toggle) {
        margin-left: 16px;
    }

.mat-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    font-size: 24px;
    line-height: 24px;
    -webkit-appearance: none !important;
}

.mat-input-element::-ms-input-placeholder {
    -ms-transition: none !important;
    transition: none !important;
}

.mat-input-element::placeholder {
    transition: none !important;
}

.mat-input-element::-moz-placeholder {
    -moz-transition: none !important;
    transition: none !important;
}

.mat-input-element::-webkit-input-placeholder {
    -webkit-transition: none !important;
    transition: none !important;
}

.mat-input-element:-ms-input-placeholder {
    -ms-transition: none !important;
    transition: none !important;
}

.mat-menu-panel {
    min-width: 144px !important;
}

    .mat-menu-panel .mat-menu-content .mat-menu-item {
        display: flex;
        align-items: center;
    }

        .mat-menu-panel .mat-menu-content .mat-menu-item.mat-menu-item-submenu-trigger {
            padding-right: 40px;
        }

        .mat-menu-panel .mat-menu-content .mat-menu-item .mat-icon {
            margin-right: 12px;
        }

    .mat-menu-panel .mat-menu-content mat-divider {
        margin: 8px 0;
    }

.mat-paginator .mat-paginator-container {
    padding: 8px 16px;
}

@media (min-width:0) and (max-width:599px) {
    .mat-paginator .mat-paginator-container {
        justify-content: space-between;
    }
}

.mat-paginator .mat-paginator-container .mat-paginator-page-size {
    align-items: center;
    min-height: 40px;
    margin: 8px;
}

    .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-label {
        margin-right: 12px;
    }

@media (min-width:0) and (max-width:599px) {
    .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-label {
        display: none;
    }
}

.mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select {
    margin: 0;
}

    .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select .mat-form-field-wrapper {
        margin-bottom: 0;
    }

        .mat-paginator .mat-paginator-container .mat-paginator-page-size .mat-paginator-page-size-select .mat-form-field-wrapper .mat-form-field-flex {
            min-height: 32px;
            padding: 0 10px;
        }

.mat-paginator .mat-paginator-container .mat-paginator-range-actions {
    margin: 8px 0;
}

    .mat-paginator .mat-paginator-container .mat-paginator-range-actions .mat-paginator-range-label {
        margin-right: 16px;
    }

.mat-select {
    display: inline-flex;
}

    .mat-select .mat-select-placeholder {
        transition: none !important;
    }

    .mat-select .mat-select-trigger {
        display: inline-flex;
        align-items: center;
        width: 100%;
        height: auto;
    }

        .mat-select .mat-select-trigger .mat-select-value {
            display: flex;
            position: relative;
            max-width: none;
        }

            .mat-select .mat-select-trigger .mat-select-value .mat-select-value-text {
                display: inline-flex;
            }

                .mat-select .mat-select-trigger .mat-select-value .mat-select-value-text > * {
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

    .mat-select .mat-select-arrow-wrapper {
        transform: translateY(0);
    }

        .mat-select .mat-select-arrow-wrapper .mat-select-arrow {
            margin: 0 4px 0 2px;
        }

.mat-step-icon .mat-icon {
    color: currentColor !important;
}

.mat-step-label, .mat-step-label-selected {
    font-weight: 500 !important;
}

.mat-tab-label {
    opacity: .87 !important;
}

textarea.mat-input-element {
    box-sizing: content-box !important;
}

.treo-theme-dark .mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-keyboard-focused, .treo-theme-dark .mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-program-focused, .treo-theme-dark .mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover {
    background: transparent !important;
}

.treo-theme-dark .mat-accordion .mat-expansion-panel .mat-expansion-panel-body {
    color: #97a6ba;
}

.treo-theme-dark .mat-fab.mat-primary:not([disabled]) .mat-icon, .treo-theme-dark .mat-flat-button.mat-primary:not([disabled]) .mat-icon, .treo-theme-dark .mat-mini-fab.mat-primary:not([disabled]) .mat-icon, .treo-theme-dark .mat-raised-button.mat-primary:not([disabled]) .mat-icon {
    color: #edfafa;
}

.treo-theme-dark .mat-fab.mat-accent:not([disabled]) .mat-icon, .treo-theme-dark .mat-flat-button.mat-accent:not([disabled]) .mat-icon, .treo-theme-dark .mat-mini-fab.mat-accent:not([disabled]) .mat-icon, .treo-theme-dark .mat-raised-button.mat-accent:not([disabled]) .mat-icon {
    color: #fdf2f8;
}

.treo-theme-dark .mat-fab.mat-warn:not([disabled]) .mat-icon, .treo-theme-dark .mat-flat-button.mat-warn:not([disabled]) .mat-icon, .treo-theme-dark .mat-mini-fab.mat-warn:not([disabled]) .mat-icon, .treo-theme-dark .mat-raised-button.mat-warn:not([disabled]) .mat-icon {
    color: #771d1d;
}

.treo-theme-dark .mat-fab .mat-icon, .treo-theme-dark .mat-flat-button .mat-icon, .treo-theme-dark .mat-mini-fab .mat-icon, .treo-theme-dark .mat-raised-button .mat-icon {
    color: currentColor !important;
}

.treo-theme-dark .mat-fab .mat-button-focus-overlay, .treo-theme-dark .mat-flat-button .mat-button-focus-overlay, .treo-theme-dark .mat-mini-fab .mat-button-focus-overlay, .treo-theme-dark .mat-raised-button .mat-button-focus-overlay {
    background-color: rgba(0,0,0,.05);
}

.treo-theme-dark .mat-fab.mat-accent .mat-button-focus-overlay, .treo-theme-dark .mat-fab.mat-primary .mat-button-focus-overlay, .treo-theme-dark .mat-fab.mat-warn .mat-button-focus-overlay, .treo-theme-dark .mat-flat-button.mat-accent .mat-button-focus-overlay, .treo-theme-dark .mat-flat-button.mat-primary .mat-button-focus-overlay, .treo-theme-dark .mat-flat-button.mat-warn .mat-button-focus-overlay, .treo-theme-dark .mat-mini-fab.mat-accent .mat-button-focus-overlay, .treo-theme-dark .mat-mini-fab.mat-primary .mat-button-focus-overlay, .treo-theme-dark .mat-mini-fab.mat-warn .mat-button-focus-overlay, .treo-theme-dark .mat-raised-button.mat-accent .mat-button-focus-overlay, .treo-theme-dark .mat-raised-button.mat-primary .mat-button-focus-overlay, .treo-theme-dark .mat-raised-button.mat-warn .mat-button-focus-overlay {
    background-color: rgba(0,0,0,.1);
}

.treo-theme-dark .mat-fab.cdk-keyboard-focused .mat-button-focus-overlay, .treo-theme-dark .mat-fab.cdk-program-focused .mat-button-focus-overlay, .treo-theme-dark .mat-fab:hover .mat-button-focus-overlay, .treo-theme-dark .mat-flat-button.cdk-keyboard-focused .mat-button-focus-overlay, .treo-theme-dark .mat-flat-button.cdk-program-focused .mat-button-focus-overlay, .treo-theme-dark .mat-flat-button:hover .mat-button-focus-overlay, .treo-theme-dark .mat-mini-fab.cdk-keyboard-focused .mat-button-focus-overlay, .treo-theme-dark .mat-mini-fab.cdk-program-focused .mat-button-focus-overlay, .treo-theme-dark .mat-mini-fab:hover .mat-button-focus-overlay, .treo-theme-dark .mat-raised-button.cdk-keyboard-focused .mat-button-focus-overlay, .treo-theme-dark .mat-raised-button.cdk-program-focused .mat-button-focus-overlay, .treo-theme-dark .mat-raised-button:hover .mat-button-focus-overlay {
    opacity: 1;
}

@media (hover:none) {
    .treo-theme-dark .mat-fab:hover .mat-button-focus-overlay, .treo-theme-dark .mat-flat-button:hover .mat-button-focus-overlay, .treo-theme-dark .mat-mini-fab:hover .mat-button-focus-overlay, .treo-theme-dark .mat-raised-button:hover .mat-button-focus-overlay {
        opacity: 0 !important;
    }
}

.treo-theme-dark .mat-fab[disabled] .mat-button-focus-overlay, .treo-theme-dark .mat-flat-button[disabled] .mat-button-focus-overlay, .treo-theme-dark .mat-mini-fab[disabled] .mat-button-focus-overlay, .treo-theme-dark .mat-raised-button[disabled] .mat-button-focus-overlay {
    opacity: 0 !important;
}

.treo-theme-dark .mat-button.mat-primary:not([disabled]) .mat-icon, .treo-theme-dark .mat-icon-button.mat-primary:not([disabled]) .mat-icon, .treo-theme-dark .mat-stroked-button.mat-primary:not([disabled]) .mat-icon {
    color: #0694a2;
}

.treo-theme-dark .mat-button.mat-accent:not([disabled]) .mat-icon, .treo-theme-dark .mat-icon-button.mat-accent:not([disabled]) .mat-icon, .treo-theme-dark .mat-stroked-button.mat-accent:not([disabled]) .mat-icon {
    color: #e74694;
}

.treo-theme-dark .mat-button.mat-warn:not([disabled]) .mat-icon, .treo-theme-dark .mat-icon-button.mat-warn:not([disabled]) .mat-icon, .treo-theme-dark .mat-stroked-button.mat-warn:not([disabled]) .mat-icon {
    color: #f98080;
}

.treo-theme-dark .mat-button .mat-button-focus-overlay, .treo-theme-dark .mat-icon-button .mat-button-focus-overlay, .treo-theme-dark .mat-stroked-button .mat-button-focus-overlay {
    background-color: rgba(0,0,0,.05) !important;
}

.treo-theme-dark .mat-button.mat-primary .mat-button-focus-overlay, .treo-theme-dark .mat-icon-button.mat-primary .mat-button-focus-overlay, .treo-theme-dark .mat-stroked-button.mat-primary .mat-button-focus-overlay {
    background-color: rgba(6,148,162,.1) !important;
}

.treo-theme-dark .mat-button.mat-accent .mat-button-focus-overlay, .treo-theme-dark .mat-icon-button.mat-accent .mat-button-focus-overlay, .treo-theme-dark .mat-stroked-button.mat-accent .mat-button-focus-overlay {
    background-color: rgba(231,70,148,.1) !important;
}

.treo-theme-dark .mat-button.mat-warn .mat-button-focus-overlay, .treo-theme-dark .mat-icon-button.mat-warn .mat-button-focus-overlay, .treo-theme-dark .mat-stroked-button.mat-warn .mat-button-focus-overlay {
    background-color: rgba(249,128,128,.1) !important;
}

.treo-theme-dark .mat-button.cdk-keyboard-focused .mat-button-focus-overlay, .treo-theme-dark .mat-button.cdk-program-focused .mat-button-focus-overlay, .treo-theme-dark .mat-button:hover .mat-button-focus-overlay, .treo-theme-dark .mat-icon-button.cdk-keyboard-focused .mat-button-focus-overlay, .treo-theme-dark .mat-icon-button.cdk-program-focused .mat-button-focus-overlay, .treo-theme-dark .mat-icon-button:hover .mat-button-focus-overlay, .treo-theme-dark .mat-stroked-button.cdk-keyboard-focused .mat-button-focus-overlay, .treo-theme-dark .mat-stroked-button.cdk-program-focused .mat-button-focus-overlay, .treo-theme-dark .mat-stroked-button:hover .mat-button-focus-overlay {
    opacity: 1;
}

@media (hover:none) {
    .treo-theme-dark .mat-button:hover .mat-button-focus-overlay, .treo-theme-dark .mat-icon-button:hover .mat-button-focus-overlay, .treo-theme-dark .mat-stroked-button:hover .mat-button-focus-overlay {
        opacity: 0 !important;
    }
}

.treo-theme-dark .mat-button[disabled] .mat-button-focus-overlay, .treo-theme-dark .mat-icon-button[disabled] .mat-button-focus-overlay, .treo-theme-dark .mat-stroked-button[disabled] .mat-button-focus-overlay {
    opacity: 0 !important;
}

.treo-theme-dark .mat-button .mat-button-wrapper, .treo-theme-dark .mat-fab .mat-button-wrapper, .treo-theme-dark .mat-flat-button .mat-button-wrapper, .treo-theme-dark .mat-icon-button .mat-button-wrapper, .treo-theme-dark .mat-mini-fab .mat-button-wrapper, .treo-theme-dark .mat-raised-button .mat-button-wrapper, .treo-theme-dark .mat-stroked-button .mat-button-wrapper {
    position: relative;
    z-index: 2;
}

.treo-theme-dark .mat-button .mat-button-focus-overlay, .treo-theme-dark .mat-button .mat-button-ripple, .treo-theme-dark .mat-fab .mat-button-focus-overlay, .treo-theme-dark .mat-fab .mat-button-ripple, .treo-theme-dark .mat-flat-button .mat-button-focus-overlay, .treo-theme-dark .mat-flat-button .mat-button-ripple, .treo-theme-dark .mat-icon-button .mat-button-focus-overlay, .treo-theme-dark .mat-icon-button .mat-button-ripple, .treo-theme-dark .mat-mini-fab .mat-button-focus-overlay, .treo-theme-dark .mat-mini-fab .mat-button-ripple, .treo-theme-dark .mat-raised-button .mat-button-focus-overlay, .treo-theme-dark .mat-raised-button .mat-button-ripple, .treo-theme-dark .mat-stroked-button .mat-button-focus-overlay, .treo-theme-dark .mat-stroked-button .mat-button-ripple {
    z-index: 1;
}

.treo-theme-dark .mat-stroked-button:not([disabled]) {
    border-color: #64748b;
}

.treo-theme-dark .mat-stroked-button[disabled] {
    border-color: #475569;
}

.treo-theme-dark .mat-drawer-backdrop.mat-drawer-shown {
    background-color: rgba(0,0,0,.6);
}

.treo-theme-dark .mat-form-field.mat-form-field-appearance-fill .mat-form-field-label {
    color: #fff !important;
}

.treo-theme-dark .mat-form-field.mat-form-field-appearance-fill .mat-hint {
    color: #64748b;
}

.treo-theme-dark .mat-form-field.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-wrapper .mat-form-field-flex {
    border-color: #364152;
}

.treo-theme-dark .mat-form-field.mat-form-field-appearance-fill.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-flex {
    border-color: #f98080;
}

.treo-theme-dark .mat-form-field.mat-form-field-appearance-fill.mat-focused .mat-form-field-wrapper .mat-form-field-flex {
    background-color: #27303f;
}

.treo-theme-dark .mat-form-field.mat-form-field-appearance-fill.mat-focused:not(.mat-form-field-invalid) .mat-form-field-wrapper .mat-form-field-flex {
    border-color: #0694a2;
}

.treo-theme-dark .mat-form-field.mat-form-field-appearance-fill.mat-form-field-hide-placeholder .mat-input-element::-ms-input-placeholder {
    color: #64748b !important;
    -webkit-text-fill-color: currentColor !important;
}

.treo-theme-dark .mat-form-field.mat-form-field-appearance-fill.mat-form-field-hide-placeholder .mat-input-element::placeholder {
    color: #64748b !important;
    -webkit-text-fill-color: currentColor !important;
}

.treo-theme-dark .mat-form-field.mat-form-field-appearance-fill.mat-form-field-hide-placeholder .mat-input-element::-moz-placeholder {
    color: #64748b !important;
    -webkit-text-fill-color: currentColor !important;
}

.treo-theme-dark .mat-form-field.mat-form-field-appearance-fill.mat-form-field-hide-placeholder .mat-input-element::-webkit-input-placeholder {
    color: #64748b !important;
    -webkit-text-fill-color: currentColor !important;
}

.treo-theme-dark .mat-form-field.mat-form-field-appearance-fill.mat-form-field-hide-placeholder .mat-input-element:-ms-input-placeholder {
    color: #64748b !important;
    -webkit-text-fill-color: currentColor !important;
}

.treo-theme-dark .mat-form-field.mat-form-field-appearance-fill.mat-form-field-hide-placeholder .mat-select-placeholder {
    color: #64748b !important;
    -webkit-text-fill-color: currentColor !important;
}

.treo-theme-dark .mat-form-field.mat-form-field-appearance-fill.mat-form-field-type-mat-native-select .mat-form-field-infix select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2397a6ba' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right -7px center;
    background-size: 24px;
}

.treo-theme-dark .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex {
    background-color: rgba(0,0,0,.05);
    border-color: #64748b;
}

    .treo-theme-dark .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix, .treo-theme-dark .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-icon, .treo-theme-dark .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-icon-button, .treo-theme-dark .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-select-value, .treo-theme-dark .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix, .treo-theme-dark .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon, .treo-theme-dark .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon-button, .treo-theme-dark .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-select-value {
        color: #64748b;
    }

.treo-theme-dark .mat-form-field.mat-form-field-appearance-fill.treo-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix, .treo-theme-dark .mat-form-field.mat-form-field-appearance-fill.treo-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix {
    background: #1a202e;
    border-color: #64748b;
}

.treo-theme-dark .mat-input-element::-ms-input-placeholder {
    color: #64748b;
}

.treo-theme-dark .mat-input-element::placeholder {
    color: #64748b;
}

.treo-theme-dark .mat-input-element::-moz-placeholder {
    color: #64748b;
}

.treo-theme-dark .mat-form-field-invalid .mat-input-element::-ms-input-placeholder {
    color: #f98080;
}

.treo-theme-dark .mat-form-field-invalid .mat-input-element::placeholder {
    color: #f98080;
}

.treo-theme-dark .mat-form-field-invalid .mat-input-element::-moz-placeholder {
    color: #f98080;
}

.treo-theme-dark .mat-form-field-invalid .mat-input-element::-webkit-input-placeholder {
    color: #f98080;
}

.treo-theme-dark .mat-form-field-invalid .mat-input-element:-ms-input-placeholder {
    color: #f98080;
}

.treo-theme-dark .mat-select .mat-select-placeholder {
    color: #64748b;
}

.treo-theme-dark .mat-form-field-invalid .mat-select-placeholder {
    color: #f98080;
}

.treo-theme-dark .mat-toolbar.mat-primary .mat-icon {
    color: #edfafa;
}

.treo-theme-dark .mat-toolbar.mat-primary .text-secondary {
    color: rgba(237,250,250,.6);
}

.treo-theme-dark .mat-toolbar.mat-primary .text-disabled, .treo-theme-dark .mat-toolbar.mat-primary .text-hint {
    color: rgba(237,250,250,.38);
}

.treo-theme-dark .mat-toolbar.mat-primary .divider {
    color: rgba(237,250,250,.12);
}

.treo-theme-dark .mat-toolbar.mat-accent .mat-icon {
    color: #fdf2f8;
}

.treo-theme-dark .mat-toolbar.mat-accent .text-secondary {
    color: rgba(253,242,248,.6);
}

.treo-theme-dark .mat-toolbar.mat-accent .text-disabled, .treo-theme-dark .mat-toolbar.mat-accent .text-hint {
    color: rgba(253,242,248,.38);
}

.treo-theme-dark .mat-toolbar.mat-accent .divider {
    color: rgba(253,242,248,.12);
}

.treo-theme-dark .mat-toolbar.mat-warn .mat-icon {
    color: #771d1d;
}

.treo-theme-dark .mat-toolbar.mat-warn .text-secondary {
    color: rgba(119,29,29,.6);
}

.treo-theme-dark .mat-toolbar.mat-warn .text-disabled, .treo-theme-dark .mat-toolbar.mat-warn .text-hint {
    color: rgba(119,29,29,.38);
}

.treo-theme-dark .mat-toolbar.mat-warn .divider {
    color: rgba(119,29,29,.12);
}

.treo-theme-light .mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-keyboard-focused, .treo-theme-light .mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-program-focused, .treo-theme-light .mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover {
    background: transparent !important;
}

.treo-theme-light .mat-accordion .mat-expansion-panel .mat-expansion-panel-body {
    color: #64748b;
}

.treo-theme-light .mat-fab.mat-primary:not([disabled]) .mat-icon, .treo-theme-light .mat-flat-button.mat-primary:not([disabled]) .mat-icon, .treo-theme-light .mat-mini-fab.mat-primary:not([disabled]) .mat-icon, .treo-theme-light .mat-raised-button.mat-primary:not([disabled]) .mat-icon {
    color: #f0f5ff;
}

.treo-theme-light .mat-fab.mat-accent:not([disabled]) .mat-icon, .treo-theme-light .mat-flat-button.mat-accent:not([disabled]) .mat-icon, .treo-theme-light .mat-mini-fab.mat-accent:not([disabled]) .mat-icon, .treo-theme-light .mat-raised-button.mat-accent:not([disabled]) .mat-icon {
    color: #fbfdfe;
}

.treo-theme-light .mat-fab.mat-warn:not([disabled]) .mat-icon, .treo-theme-light .mat-flat-button.mat-warn:not([disabled]) .mat-icon, .treo-theme-light .mat-mini-fab.mat-warn:not([disabled]) .mat-icon, .treo-theme-light .mat-raised-button.mat-warn:not([disabled]) .mat-icon {
    color: #fdf2f2;
}

.treo-theme-light .mat-fab .mat-icon, .treo-theme-light .mat-flat-button .mat-icon, .treo-theme-light .mat-mini-fab .mat-icon, .treo-theme-light .mat-raised-button .mat-icon {
    color: currentColor !important;
}

.treo-theme-light .mat-fab .mat-button-focus-overlay, .treo-theme-light .mat-flat-button .mat-button-focus-overlay, .treo-theme-light .mat-mini-fab .mat-button-focus-overlay, .treo-theme-light .mat-raised-button .mat-button-focus-overlay {
    background-color: rgba(151,166,186,.2);
}

.treo-theme-light .mat-fab.mat-accent .mat-button-focus-overlay, .treo-theme-light .mat-fab.mat-primary .mat-button-focus-overlay, .treo-theme-light .mat-fab.mat-warn .mat-button-focus-overlay, .treo-theme-light .mat-flat-button.mat-accent .mat-button-focus-overlay, .treo-theme-light .mat-flat-button.mat-primary .mat-button-focus-overlay, .treo-theme-light .mat-flat-button.mat-warn .mat-button-focus-overlay, .treo-theme-light .mat-mini-fab.mat-accent .mat-button-focus-overlay, .treo-theme-light .mat-mini-fab.mat-primary .mat-button-focus-overlay, .treo-theme-light .mat-mini-fab.mat-warn .mat-button-focus-overlay, .treo-theme-light .mat-raised-button.mat-accent .mat-button-focus-overlay, .treo-theme-light .mat-raised-button.mat-primary .mat-button-focus-overlay, .treo-theme-light .mat-raised-button.mat-warn .mat-button-focus-overlay {
    background-color: rgba(0,0,0,.1);
}

.treo-theme-light .mat-fab.cdk-keyboard-focused .mat-button-focus-overlay, .treo-theme-light .mat-fab.cdk-program-focused .mat-button-focus-overlay, .treo-theme-light .mat-fab:hover .mat-button-focus-overlay, .treo-theme-light .mat-flat-button.cdk-keyboard-focused .mat-button-focus-overlay, .treo-theme-light .mat-flat-button.cdk-program-focused .mat-button-focus-overlay, .treo-theme-light .mat-flat-button:hover .mat-button-focus-overlay, .treo-theme-light .mat-mini-fab.cdk-keyboard-focused .mat-button-focus-overlay, .treo-theme-light .mat-mini-fab.cdk-program-focused .mat-button-focus-overlay, .treo-theme-light .mat-mini-fab:hover .mat-button-focus-overlay, .treo-theme-light .mat-raised-button.cdk-keyboard-focused .mat-button-focus-overlay, .treo-theme-light .mat-raised-button.cdk-program-focused .mat-button-focus-overlay, .treo-theme-light .mat-raised-button:hover .mat-button-focus-overlay {
    opacity: 1;
}

@media (hover:none) {
    .treo-theme-light .mat-fab:hover .mat-button-focus-overlay, .treo-theme-light .mat-flat-button:hover .mat-button-focus-overlay, .treo-theme-light .mat-mini-fab:hover .mat-button-focus-overlay, .treo-theme-light .mat-raised-button:hover .mat-button-focus-overlay {
        opacity: 0 !important;
    }
}

.treo-theme-light .mat-fab[disabled] .mat-button-focus-overlay, .treo-theme-light .mat-flat-button[disabled] .mat-button-focus-overlay, .treo-theme-light .mat-mini-fab[disabled] .mat-button-focus-overlay, .treo-theme-light .mat-raised-button[disabled] .mat-button-focus-overlay {
    opacity: 0 !important;
}

.treo-theme-light .mat-button.mat-primary:not([disabled]) .mat-icon, .treo-theme-light .mat-icon-button.mat-primary:not([disabled]) .mat-icon, .treo-theme-light .mat-stroked-button.mat-primary:not([disabled]) .mat-icon {
    color: #5850ec;
}

.treo-theme-light .mat-button.mat-accent:not([disabled]) .mat-icon, .treo-theme-light .mat-icon-button.mat-accent:not([disabled]) .mat-icon, .treo-theme-light .mat-stroked-button.mat-accent:not([disabled]) .mat-icon {
    color: #27303f;
}

.treo-theme-light .mat-button.mat-warn:not([disabled]) .mat-icon, .treo-theme-light .mat-icon-button.mat-warn:not([disabled]) .mat-icon, .treo-theme-light .mat-stroked-button.mat-warn:not([disabled]) .mat-icon {
    color: #c81e1e;
}

.treo-theme-light .mat-button .mat-button-focus-overlay, .treo-theme-light .mat-icon-button .mat-button-focus-overlay, .treo-theme-light .mat-stroked-button .mat-button-focus-overlay {
    background-color: rgba(151,166,186,.2) !important;
}

.treo-theme-light .mat-button.mat-primary .mat-button-focus-overlay, .treo-theme-light .mat-icon-button.mat-primary .mat-button-focus-overlay, .treo-theme-light .mat-stroked-button.mat-primary .mat-button-focus-overlay {
    background-color: rgba(88,80,236,.1) !important;
}

.treo-theme-light .mat-button.mat-accent .mat-button-focus-overlay, .treo-theme-light .mat-icon-button.mat-accent .mat-button-focus-overlay, .treo-theme-light .mat-stroked-button.mat-accent .mat-button-focus-overlay {
    background-color: rgba(39,48,63,.1) !important;
}

.treo-theme-light .mat-button.mat-warn .mat-button-focus-overlay, .treo-theme-light .mat-icon-button.mat-warn .mat-button-focus-overlay, .treo-theme-light .mat-stroked-button.mat-warn .mat-button-focus-overlay {
    background-color: rgba(200,30,30,.1) !important;
}

.treo-theme-light .mat-button.cdk-keyboard-focused .mat-button-focus-overlay, .treo-theme-light .mat-button.cdk-program-focused .mat-button-focus-overlay, .treo-theme-light .mat-button:hover .mat-button-focus-overlay, .treo-theme-light .mat-icon-button.cdk-keyboard-focused .mat-button-focus-overlay, .treo-theme-light .mat-icon-button.cdk-program-focused .mat-button-focus-overlay, .treo-theme-light .mat-icon-button:hover .mat-button-focus-overlay, .treo-theme-light .mat-stroked-button.cdk-keyboard-focused .mat-button-focus-overlay, .treo-theme-light .mat-stroked-button.cdk-program-focused .mat-button-focus-overlay, .treo-theme-light .mat-stroked-button:hover .mat-button-focus-overlay {
    opacity: 1;
}

@media (hover:none) {
    .treo-theme-light .mat-button:hover .mat-button-focus-overlay, .treo-theme-light .mat-icon-button:hover .mat-button-focus-overlay, .treo-theme-light .mat-stroked-button:hover .mat-button-focus-overlay {
        opacity: 0 !important;
    }
}

.treo-theme-light .mat-button[disabled] .mat-button-focus-overlay, .treo-theme-light .mat-icon-button[disabled] .mat-button-focus-overlay, .treo-theme-light .mat-stroked-button[disabled] .mat-button-focus-overlay {
    opacity: 0 !important;
}

.treo-theme-light .mat-button .mat-button-wrapper, .treo-theme-light .mat-fab .mat-button-wrapper, .treo-theme-light .mat-flat-button .mat-button-wrapper, .treo-theme-light .mat-icon-button .mat-button-wrapper, .treo-theme-light .mat-mini-fab .mat-button-wrapper, .treo-theme-light .mat-raised-button .mat-button-wrapper, .treo-theme-light .mat-stroked-button .mat-button-wrapper {
    position: relative;
    z-index: 2;
}

.treo-theme-light .mat-button .mat-button-focus-overlay, .treo-theme-light .mat-button .mat-button-ripple, .treo-theme-light .mat-fab .mat-button-focus-overlay, .treo-theme-light .mat-fab .mat-button-ripple, .treo-theme-light .mat-flat-button .mat-button-focus-overlay, .treo-theme-light .mat-flat-button .mat-button-ripple, .treo-theme-light .mat-icon-button .mat-button-focus-overlay, .treo-theme-light .mat-icon-button .mat-button-ripple, .treo-theme-light .mat-mini-fab .mat-button-focus-overlay, .treo-theme-light .mat-mini-fab .mat-button-ripple, .treo-theme-light .mat-raised-button .mat-button-focus-overlay, .treo-theme-light .mat-raised-button .mat-button-ripple, .treo-theme-light .mat-stroked-button .mat-button-focus-overlay, .treo-theme-light .mat-stroked-button .mat-button-ripple {
    z-index: 1;
}

.treo-theme-light .mat-stroked-button:not([disabled]) {
    border-color: #cfd8e3;
}

.treo-theme-light .mat-stroked-button[disabled] {
    border-color: #e2e8f0;
}

.treo-theme-light .mat-drawer-backdrop.mat-drawer-shown {
    background-color: rgba(0,0,0,.6);
}

.treo-theme-light .mat-form-field.mat-form-field-appearance-fill .mat-form-field-label {
    color: #27303f !important;
}

.treo-theme-light .mat-form-field.mat-form-field-appearance-fill .mat-hint {
    color: #97a6ba;
}

.treo-theme-light .mat-form-field.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-wrapper .mat-form-field-flex {
    border-color: #e2e8f0;
}

.treo-theme-light .mat-form-field.mat-form-field-appearance-fill.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-flex {
    border-color: #c81e1e;
}

.treo-theme-light .mat-form-field.mat-form-field-appearance-fill.mat-focused .mat-form-field-wrapper .mat-form-field-flex {
    background-color: #fff;
}

.treo-theme-light .mat-form-field.mat-form-field-appearance-fill.mat-focused:not(.mat-form-field-invalid) .mat-form-field-wrapper .mat-form-field-flex {
    border-color: #5850ec;
}

.treo-theme-light .mat-form-field.mat-form-field-appearance-fill.mat-form-field-hide-placeholder .mat-input-element::-ms-input-placeholder {
    color: #97a6ba !important;
    -webkit-text-fill-color: currentColor !important;
}

.treo-theme-light .mat-form-field.mat-form-field-appearance-fill.mat-form-field-hide-placeholder .mat-input-element::placeholder {
    color: #97a6ba !important;
    -webkit-text-fill-color: currentColor !important;
}

.treo-theme-light .mat-form-field.mat-form-field-appearance-fill.mat-form-field-hide-placeholder .mat-input-element::-moz-placeholder {
    color: #97a6ba !important;
    -webkit-text-fill-color: currentColor !important;
}

.treo-theme-light .mat-form-field.mat-form-field-appearance-fill.mat-form-field-hide-placeholder .mat-input-element::-webkit-input-placeholder {
    color: #97a6ba !important;
    -webkit-text-fill-color: currentColor !important;
}

.treo-theme-light .mat-form-field.mat-form-field-appearance-fill.mat-form-field-hide-placeholder .mat-input-element:-ms-input-placeholder {
    color: #97a6ba !important;
    -webkit-text-fill-color: currentColor !important;
}

.treo-theme-light .mat-form-field.mat-form-field-appearance-fill.mat-form-field-hide-placeholder .mat-select-placeholder {
    color: #97a6ba !important;
    -webkit-text-fill-color: currentColor !important;
}

.treo-theme-light .mat-form-field.mat-form-field-appearance-fill.mat-form-field-type-mat-native-select .mat-form-field-infix select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2364748B' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right -7px center;
    background-size: 24px;
}

.treo-theme-light .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex {
    background-color: #fff;
    border-color: #cfd8e3;
}

    .treo-theme-light .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix, .treo-theme-light .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-icon, .treo-theme-light .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-icon-button, .treo-theme-light .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-select-value, .treo-theme-light .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix, .treo-theme-light .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon, .treo-theme-light .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon-button, .treo-theme-light .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-select-value {
        color: #97a6ba;
    }

.treo-theme-light .mat-form-field.mat-form-field-appearance-fill.treo-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix, .treo-theme-light .mat-form-field.mat-form-field-appearance-fill.treo-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix {
    background: #f1f5f9;
    border-color: #cfd8e3;
}

.treo-theme-light .mat-input-element::-ms-input-placeholder {
    color: #97a6ba;
}

.treo-theme-light .mat-input-element::placeholder {
    color: #97a6ba;
}

.treo-theme-light .mat-input-element::-moz-placeholder {
    color: #97a6ba;
}

.treo-theme-light .mat-form-field-invalid .mat-input-element::-ms-input-placeholder {
    color: #c81e1e;
}

.treo-theme-light .mat-form-field-invalid .mat-input-element::placeholder {
    color: #c81e1e;
}

.treo-theme-light .mat-form-field-invalid .mat-input-element::-moz-placeholder {
    color: #c81e1e;
}

.treo-theme-light .mat-form-field-invalid .mat-input-element::-webkit-input-placeholder {
    color: #c81e1e;
}

.treo-theme-light .mat-form-field-invalid .mat-input-element:-ms-input-placeholder {
    color: #c81e1e;
}

.treo-theme-light .mat-select .mat-select-placeholder {
    color: #97a6ba;
}

.treo-theme-light .mat-form-field-invalid .mat-select-placeholder {
    color: #c81e1e;
}

.treo-theme-light .mat-toolbar.mat-primary .mat-icon {
    color: #f0f5ff;
}

.treo-theme-light .mat-toolbar.mat-primary .text-secondary {
    color: rgba(240,245,255,.6);
}

.treo-theme-light .mat-toolbar.mat-primary .text-disabled, .treo-theme-light .mat-toolbar.mat-primary .text-hint {
    color: rgba(240,245,255,.38);
}

.treo-theme-light .mat-toolbar.mat-primary .divider {
    color: rgba(240,245,255,.12);
}

.treo-theme-light .mat-toolbar.mat-accent .mat-icon {
    color: #fbfdfe;
}

.treo-theme-light .mat-toolbar.mat-accent .text-secondary {
    color: rgba(251,253,254,.6);
}

.treo-theme-light .mat-toolbar.mat-accent .text-disabled, .treo-theme-light .mat-toolbar.mat-accent .text-hint {
    color: rgba(251,253,254,.38);
}

.treo-theme-light .mat-toolbar.mat-accent .divider {
    color: rgba(251,253,254,.12);
}

.treo-theme-light .mat-toolbar.mat-warn .mat-icon {
    color: #fdf2f2;
}

.treo-theme-light .mat-toolbar.mat-warn .text-secondary {
    color: rgba(253,242,242,.6);
}

.treo-theme-light .mat-toolbar.mat-warn .text-disabled, .treo-theme-light .mat-toolbar.mat-warn .text-hint {
    color: rgba(253,242,242,.38);
}

.treo-theme-light .mat-toolbar.mat-warn .divider {
    color: rgba(253,242,242,.12);
}

.theme-dark .mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-keyboard-focused, .theme-dark .mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-program-focused, .theme-dark .mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover {
    background: transparent !important;
}

.theme-dark .mat-accordion .mat-expansion-panel .mat-expansion-panel-body {
    color: #97a6ba;
}

.theme-dark .mat-fab.mat-primary:not([disabled]) .mat-icon, .theme-dark .mat-flat-button.mat-primary:not([disabled]) .mat-icon, .theme-dark .mat-mini-fab.mat-primary:not([disabled]) .mat-icon, .theme-dark .mat-raised-button.mat-primary:not([disabled]) .mat-icon {
    color: #252f3f;
}

.theme-dark .mat-fab.mat-accent:not([disabled]) .mat-icon, .theme-dark .mat-flat-button.mat-accent:not([disabled]) .mat-icon, .theme-dark .mat-mini-fab.mat-accent:not([disabled]) .mat-icon, .theme-dark .mat-raised-button.mat-accent:not([disabled]) .mat-icon {
    color: #f9fafb;
}

.theme-dark .mat-fab.mat-warn:not([disabled]) .mat-icon, .theme-dark .mat-flat-button.mat-warn:not([disabled]) .mat-icon, .theme-dark .mat-mini-fab.mat-warn:not([disabled]) .mat-icon, .theme-dark .mat-raised-button.mat-warn:not([disabled]) .mat-icon {
    color: #fdf2f2;
}

.theme-dark .mat-fab .mat-icon, .theme-dark .mat-flat-button .mat-icon, .theme-dark .mat-mini-fab .mat-icon, .theme-dark .mat-raised-button .mat-icon {
    color: currentColor !important;
}

.theme-dark .mat-fab .mat-button-focus-overlay, .theme-dark .mat-flat-button .mat-button-focus-overlay, .theme-dark .mat-mini-fab .mat-button-focus-overlay, .theme-dark .mat-raised-button .mat-button-focus-overlay {
    background-color: rgba(0,0,0,.05);
}

.theme-dark .mat-fab.mat-accent .mat-button-focus-overlay, .theme-dark .mat-fab.mat-primary .mat-button-focus-overlay, .theme-dark .mat-fab.mat-warn .mat-button-focus-overlay, .theme-dark .mat-flat-button.mat-accent .mat-button-focus-overlay, .theme-dark .mat-flat-button.mat-primary .mat-button-focus-overlay, .theme-dark .mat-flat-button.mat-warn .mat-button-focus-overlay, .theme-dark .mat-mini-fab.mat-accent .mat-button-focus-overlay, .theme-dark .mat-mini-fab.mat-primary .mat-button-focus-overlay, .theme-dark .mat-mini-fab.mat-warn .mat-button-focus-overlay, .theme-dark .mat-raised-button.mat-accent .mat-button-focus-overlay, .theme-dark .mat-raised-button.mat-primary .mat-button-focus-overlay, .theme-dark .mat-raised-button.mat-warn .mat-button-focus-overlay {
    background-color: rgba(0,0,0,.1);
}

.theme-dark .mat-fab.cdk-keyboard-focused .mat-button-focus-overlay, .theme-dark .mat-fab.cdk-program-focused .mat-button-focus-overlay, .theme-dark .mat-fab:hover .mat-button-focus-overlay, .theme-dark .mat-flat-button.cdk-keyboard-focused .mat-button-focus-overlay, .theme-dark .mat-flat-button.cdk-program-focused .mat-button-focus-overlay, .theme-dark .mat-flat-button:hover .mat-button-focus-overlay, .theme-dark .mat-mini-fab.cdk-keyboard-focused .mat-button-focus-overlay, .theme-dark .mat-mini-fab.cdk-program-focused .mat-button-focus-overlay, .theme-dark .mat-mini-fab:hover .mat-button-focus-overlay, .theme-dark .mat-raised-button.cdk-keyboard-focused .mat-button-focus-overlay, .theme-dark .mat-raised-button.cdk-program-focused .mat-button-focus-overlay, .theme-dark .mat-raised-button:hover .mat-button-focus-overlay {
    opacity: 1;
}

@media (hover:none) {
    .theme-dark .mat-fab:hover .mat-button-focus-overlay, .theme-dark .mat-flat-button:hover .mat-button-focus-overlay, .theme-dark .mat-mini-fab:hover .mat-button-focus-overlay, .theme-dark .mat-raised-button:hover .mat-button-focus-overlay {
        opacity: 0 !important;
    }
}

.theme-dark .mat-fab[disabled] .mat-button-focus-overlay, .theme-dark .mat-flat-button[disabled] .mat-button-focus-overlay, .theme-dark .mat-mini-fab[disabled] .mat-button-focus-overlay, .theme-dark .mat-raised-button[disabled] .mat-button-focus-overlay {
    opacity: 0 !important;
}

.theme-dark .mat-button.mat-primary:not([disabled]) .mat-icon, .theme-dark .mat-icon-button.mat-primary:not([disabled]) .mat-icon, .theme-dark .mat-stroked-button.mat-primary:not([disabled]) .mat-icon {
    color: #fff;
}

.theme-dark .mat-button.mat-accent:not([disabled]) .mat-icon, .theme-dark .mat-icon-button.mat-accent:not([disabled]) .mat-icon, .theme-dark .mat-stroked-button.mat-accent:not([disabled]) .mat-icon {
    color: #252f3f;
}

.theme-dark .mat-button.mat-warn:not([disabled]) .mat-icon, .theme-dark .mat-icon-button.mat-warn:not([disabled]) .mat-icon, .theme-dark .mat-stroked-button.mat-warn:not([disabled]) .mat-icon {
    color: #9b1c1c;
}

.theme-dark .mat-button .mat-button-focus-overlay, .theme-dark .mat-icon-button .mat-button-focus-overlay, .theme-dark .mat-stroked-button .mat-button-focus-overlay {
    background-color: rgba(0,0,0,.05) !important;
}

.theme-dark .mat-button.mat-primary .mat-button-focus-overlay, .theme-dark .mat-icon-button.mat-primary .mat-button-focus-overlay, .theme-dark .mat-stroked-button.mat-primary .mat-button-focus-overlay {
    background-color: hsla(0,0%,100%,.1) !important;
}

.theme-dark .mat-button.mat-accent .mat-button-focus-overlay, .theme-dark .mat-icon-button.mat-accent .mat-button-focus-overlay, .theme-dark .mat-stroked-button.mat-accent .mat-button-focus-overlay {
    background-color: rgba(37,47,63,.1) !important;
}

.theme-dark .mat-button.mat-warn .mat-button-focus-overlay, .theme-dark .mat-icon-button.mat-warn .mat-button-focus-overlay, .theme-dark .mat-stroked-button.mat-warn .mat-button-focus-overlay {
    background-color: rgba(155,28,28,.1) !important;
}

.theme-dark .mat-button.cdk-keyboard-focused .mat-button-focus-overlay, .theme-dark .mat-button.cdk-program-focused .mat-button-focus-overlay, .theme-dark .mat-button:hover .mat-button-focus-overlay, .theme-dark .mat-icon-button.cdk-keyboard-focused .mat-button-focus-overlay, .theme-dark .mat-icon-button.cdk-program-focused .mat-button-focus-overlay, .theme-dark .mat-icon-button:hover .mat-button-focus-overlay, .theme-dark .mat-stroked-button.cdk-keyboard-focused .mat-button-focus-overlay, .theme-dark .mat-stroked-button.cdk-program-focused .mat-button-focus-overlay, .theme-dark .mat-stroked-button:hover .mat-button-focus-overlay {
    opacity: 1;
}

@media (hover:none) {
    .theme-dark .mat-button:hover .mat-button-focus-overlay, .theme-dark .mat-icon-button:hover .mat-button-focus-overlay, .theme-dark .mat-stroked-button:hover .mat-button-focus-overlay {
        opacity: 0 !important;
    }
}

.theme-dark .mat-button[disabled] .mat-button-focus-overlay, .theme-dark .mat-icon-button[disabled] .mat-button-focus-overlay, .theme-dark .mat-stroked-button[disabled] .mat-button-focus-overlay {
    opacity: 0 !important;
}

.theme-dark .mat-button .mat-button-wrapper, .theme-dark .mat-fab .mat-button-wrapper, .theme-dark .mat-flat-button .mat-button-wrapper, .theme-dark .mat-icon-button .mat-button-wrapper, .theme-dark .mat-mini-fab .mat-button-wrapper, .theme-dark .mat-raised-button .mat-button-wrapper, .theme-dark .mat-stroked-button .mat-button-wrapper {
    position: relative;
    z-index: 2;
}

.theme-dark .mat-button .mat-button-focus-overlay, .theme-dark .mat-button .mat-button-ripple, .theme-dark .mat-fab .mat-button-focus-overlay, .theme-dark .mat-fab .mat-button-ripple, .theme-dark .mat-flat-button .mat-button-focus-overlay, .theme-dark .mat-flat-button .mat-button-ripple, .theme-dark .mat-icon-button .mat-button-focus-overlay, .theme-dark .mat-icon-button .mat-button-ripple, .theme-dark .mat-mini-fab .mat-button-focus-overlay, .theme-dark .mat-mini-fab .mat-button-ripple, .theme-dark .mat-raised-button .mat-button-focus-overlay, .theme-dark .mat-raised-button .mat-button-ripple, .theme-dark .mat-stroked-button .mat-button-focus-overlay, .theme-dark .mat-stroked-button .mat-button-ripple {
    z-index: 1;
}

.theme-dark .mat-stroked-button:not([disabled]) {
    border-color: #64748b;
}

.theme-dark .mat-stroked-button[disabled] {
    border-color: #475569;
}

.theme-dark .mat-drawer-backdrop.mat-drawer-shown {
    background-color: rgba(0,0,0,.6);
}

.theme-dark .mat-form-field.mat-form-field-appearance-fill .mat-form-field-label {
    color: #fff !important;
}

.theme-dark .mat-form-field.mat-form-field-appearance-fill .mat-hint {
    color: #64748b;
}

.theme-dark .mat-form-field.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-wrapper .mat-form-field-flex {
    border-color: #364152;
}

.theme-dark .mat-form-field.mat-form-field-appearance-fill.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-flex {
    border-color: #9b1c1c;
}

.theme-dark .mat-form-field.mat-form-field-appearance-fill.mat-focused .mat-form-field-wrapper .mat-form-field-flex {
    background-color: #27303f;
}

.theme-dark .mat-form-field.mat-form-field-appearance-fill.mat-focused:not(.mat-form-field-invalid) .mat-form-field-wrapper .mat-form-field-flex {
    border-color: #fff;
}

.theme-dark .mat-form-field.mat-form-field-appearance-fill.mat-form-field-hide-placeholder .mat-input-element::-ms-input-placeholder {
    color: #64748b !important;
    -webkit-text-fill-color: currentColor !important;
}

.theme-dark .mat-form-field.mat-form-field-appearance-fill.mat-form-field-hide-placeholder .mat-input-element::placeholder {
    color: #64748b !important;
    -webkit-text-fill-color: currentColor !important;
}

.theme-dark .mat-form-field.mat-form-field-appearance-fill.mat-form-field-hide-placeholder .mat-input-element::-moz-placeholder {
    color: #64748b !important;
    -webkit-text-fill-color: currentColor !important;
}

.theme-dark .mat-form-field.mat-form-field-appearance-fill.mat-form-field-hide-placeholder .mat-input-element::-webkit-input-placeholder {
    color: #64748b !important;
    -webkit-text-fill-color: currentColor !important;
}

.theme-dark .mat-form-field.mat-form-field-appearance-fill.mat-form-field-hide-placeholder .mat-input-element:-ms-input-placeholder {
    color: #64748b !important;
    -webkit-text-fill-color: currentColor !important;
}

.theme-dark .mat-form-field.mat-form-field-appearance-fill.mat-form-field-hide-placeholder .mat-select-placeholder {
    color: #64748b !important;
    -webkit-text-fill-color: currentColor !important;
}

.theme-dark .mat-form-field.mat-form-field-appearance-fill.mat-form-field-type-mat-native-select .mat-form-field-infix select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2397a6ba' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right -7px center;
    background-size: 24px;
}

.theme-dark .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex {
    background-color: rgba(0,0,0,.05);
    border-color: #64748b;
}

    .theme-dark .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix, .theme-dark .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-icon, .theme-dark .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-icon-button, .theme-dark .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-select-value, .theme-dark .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix, .theme-dark .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon, .theme-dark .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon-button, .theme-dark .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-select-value {
        color: #64748b;
    }

.theme-dark .mat-form-field.mat-form-field-appearance-fill.treo-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix, .theme-dark .mat-form-field.mat-form-field-appearance-fill.treo-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix {
    background: #1a202e;
    border-color: #64748b;
}

.theme-dark .mat-input-element::-ms-input-placeholder {
    color: #64748b;
}

.theme-dark .mat-input-element::placeholder {
    color: #64748b;
}

.theme-dark .mat-input-element::-moz-placeholder {
    color: #64748b;
}

.theme-dark .mat-form-field-invalid .mat-input-element::-ms-input-placeholder {
    color: #9b1c1c;
}

.theme-dark .mat-form-field-invalid .mat-input-element::placeholder {
    color: #9b1c1c;
}

.theme-dark .mat-form-field-invalid .mat-input-element::-moz-placeholder {
    color: #9b1c1c;
}

.theme-dark .mat-form-field-invalid .mat-input-element::-webkit-input-placeholder {
    color: #9b1c1c;
}

.theme-dark .mat-form-field-invalid .mat-input-element:-ms-input-placeholder {
    color: #9b1c1c;
}

.theme-dark .mat-select .mat-select-placeholder {
    color: #64748b;
}

.theme-dark .mat-form-field-invalid .mat-select-placeholder {
    color: #9b1c1c;
}

.theme-dark .mat-toolbar.mat-primary .mat-icon {
    color: #252f3f;
}

.theme-dark .mat-toolbar.mat-primary .text-secondary {
    color: rgba(37,47,63,.6);
}

.theme-dark .mat-toolbar.mat-primary .text-disabled, .theme-dark .mat-toolbar.mat-primary .text-hint {
    color: rgba(37,47,63,.38);
}

.theme-dark .mat-toolbar.mat-primary .divider {
    color: rgba(37,47,63,.12);
}

.theme-dark .mat-toolbar.mat-accent .mat-icon {
    color: #f9fafb;
}

.theme-dark .mat-toolbar.mat-accent .text-secondary {
    color: rgba(249,250,251,.6);
}

.theme-dark .mat-toolbar.mat-accent .text-disabled, .theme-dark .mat-toolbar.mat-accent .text-hint {
    color: rgba(249,250,251,.38);
}

.theme-dark .mat-toolbar.mat-accent .divider {
    color: rgba(249,250,251,.12);
}

.theme-dark .mat-toolbar.mat-warn .mat-icon {
    color: #fdf2f2;
}

.theme-dark .mat-toolbar.mat-warn .text-secondary {
    color: rgba(253,242,242,.6);
}

.theme-dark .mat-toolbar.mat-warn .text-disabled, .theme-dark .mat-toolbar.mat-warn .text-hint {
    color: rgba(253,242,242,.38);
}

.theme-dark .mat-toolbar.mat-warn .divider {
    color: rgba(253,242,242,.12);
}

.theme-light .mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-keyboard-focused, .theme-light .mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-program-focused, .theme-light .mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover {
    background: transparent !important;
}

.theme-light .mat-accordion .mat-expansion-panel .mat-expansion-panel-body {
    color: #64748b;
}

.theme-light .mat-fab.mat-primary:not([disabled]) .mat-icon, .theme-light .mat-flat-button.mat-primary:not([disabled]) .mat-icon, .theme-light .mat-mini-fab.mat-primary:not([disabled]) .mat-icon, .theme-light .mat-raised-button.mat-primary:not([disabled]) .mat-icon {
    color: #fff;
}

.theme-light .mat-fab.mat-accent:not([disabled]) .mat-icon, .theme-light .mat-flat-button.mat-accent:not([disabled]) .mat-icon, .theme-light .mat-mini-fab.mat-accent:not([disabled]) .mat-icon, .theme-light .mat-raised-button.mat-accent:not([disabled]) .mat-icon {
    color: #f9fafb;
}

.theme-light .mat-fab.mat-warn:not([disabled]) .mat-icon, .theme-light .mat-flat-button.mat-warn:not([disabled]) .mat-icon, .theme-light .mat-mini-fab.mat-warn:not([disabled]) .mat-icon, .theme-light .mat-raised-button.mat-warn:not([disabled]) .mat-icon {
    color: #fdf2f2;
}

.theme-light .mat-fab .mat-icon, .theme-light .mat-flat-button .mat-icon, .theme-light .mat-mini-fab .mat-icon, .theme-light .mat-raised-button .mat-icon {
    color: currentColor !important;
}

.theme-light .mat-fab .mat-button-focus-overlay, .theme-light .mat-flat-button .mat-button-focus-overlay, .theme-light .mat-mini-fab .mat-button-focus-overlay, .theme-light .mat-raised-button .mat-button-focus-overlay {
    background-color: rgba(151,166,186,.2);
}

.theme-light .mat-fab.mat-accent .mat-button-focus-overlay, .theme-light .mat-fab.mat-primary .mat-button-focus-overlay, .theme-light .mat-fab.mat-warn .mat-button-focus-overlay, .theme-light .mat-flat-button.mat-accent .mat-button-focus-overlay, .theme-light .mat-flat-button.mat-primary .mat-button-focus-overlay, .theme-light .mat-flat-button.mat-warn .mat-button-focus-overlay, .theme-light .mat-mini-fab.mat-accent .mat-button-focus-overlay, .theme-light .mat-mini-fab.mat-primary .mat-button-focus-overlay, .theme-light .mat-mini-fab.mat-warn .mat-button-focus-overlay, .theme-light .mat-raised-button.mat-accent .mat-button-focus-overlay, .theme-light .mat-raised-button.mat-primary .mat-button-focus-overlay, .theme-light .mat-raised-button.mat-warn .mat-button-focus-overlay {
    background-color: rgba(0,0,0,.1);
}

.theme-light .mat-fab.cdk-keyboard-focused .mat-button-focus-overlay, .theme-light .mat-fab.cdk-program-focused .mat-button-focus-overlay, .theme-light .mat-fab:hover .mat-button-focus-overlay, .theme-light .mat-flat-button.cdk-keyboard-focused .mat-button-focus-overlay, .theme-light .mat-flat-button.cdk-program-focused .mat-button-focus-overlay, .theme-light .mat-flat-button:hover .mat-button-focus-overlay, .theme-light .mat-mini-fab.cdk-keyboard-focused .mat-button-focus-overlay, .theme-light .mat-mini-fab.cdk-program-focused .mat-button-focus-overlay, .theme-light .mat-mini-fab:hover .mat-button-focus-overlay, .theme-light .mat-raised-button.cdk-keyboard-focused .mat-button-focus-overlay, .theme-light .mat-raised-button.cdk-program-focused .mat-button-focus-overlay, .theme-light .mat-raised-button:hover .mat-button-focus-overlay {
    opacity: 1;
}

@media (hover:none) {
    .theme-light .mat-fab:hover .mat-button-focus-overlay, .theme-light .mat-flat-button:hover .mat-button-focus-overlay, .theme-light .mat-mini-fab:hover .mat-button-focus-overlay, .theme-light .mat-raised-button:hover .mat-button-focus-overlay {
        opacity: 0 !important;
    }
}

.theme-light .mat-fab[disabled] .mat-button-focus-overlay, .theme-light .mat-flat-button[disabled] .mat-button-focus-overlay, .theme-light .mat-mini-fab[disabled] .mat-button-focus-overlay, .theme-light .mat-raised-button[disabled] .mat-button-focus-overlay {
    opacity: 0 !important;
}

.theme-light .mat-button.mat-primary:not([disabled]) .mat-icon, .theme-light .mat-icon-button.mat-primary:not([disabled]) .mat-icon, .theme-light .mat-stroked-button.mat-primary:not([disabled]) .mat-icon {
    color: #000;
}

.theme-light .mat-button.mat-accent:not([disabled]) .mat-icon, .theme-light .mat-icon-button.mat-accent:not([disabled]) .mat-icon, .theme-light .mat-stroked-button.mat-accent:not([disabled]) .mat-icon {
    color: #252f3f;
}

.theme-light .mat-button.mat-warn:not([disabled]) .mat-icon, .theme-light .mat-icon-button.mat-warn:not([disabled]) .mat-icon, .theme-light .mat-stroked-button.mat-warn:not([disabled]) .mat-icon {
    color: #9b1c1c;
}

.theme-light .mat-button .mat-button-focus-overlay, .theme-light .mat-icon-button .mat-button-focus-overlay, .theme-light .mat-stroked-button .mat-button-focus-overlay {
    background-color: rgba(151,166,186,.2) !important;
}

.theme-light .mat-button.mat-primary .mat-button-focus-overlay, .theme-light .mat-icon-button.mat-primary .mat-button-focus-overlay, .theme-light .mat-stroked-button.mat-primary .mat-button-focus-overlay {
    background-color: rgba(0,0,0,.1) !important;
}

.theme-light .mat-button.mat-accent .mat-button-focus-overlay, .theme-light .mat-icon-button.mat-accent .mat-button-focus-overlay, .theme-light .mat-stroked-button.mat-accent .mat-button-focus-overlay {
    background-color: rgba(37,47,63,.1) !important;
}

.theme-light .mat-button.mat-warn .mat-button-focus-overlay, .theme-light .mat-icon-button.mat-warn .mat-button-focus-overlay, .theme-light .mat-stroked-button.mat-warn .mat-button-focus-overlay {
    background-color: rgba(155,28,28,.1) !important;
}

.theme-light .mat-button.cdk-keyboard-focused .mat-button-focus-overlay, .theme-light .mat-button.cdk-program-focused .mat-button-focus-overlay, .theme-light .mat-button:hover .mat-button-focus-overlay, .theme-light .mat-icon-button.cdk-keyboard-focused .mat-button-focus-overlay, .theme-light .mat-icon-button.cdk-program-focused .mat-button-focus-overlay, .theme-light .mat-icon-button:hover .mat-button-focus-overlay, .theme-light .mat-stroked-button.cdk-keyboard-focused .mat-button-focus-overlay, .theme-light .mat-stroked-button.cdk-program-focused .mat-button-focus-overlay, .theme-light .mat-stroked-button:hover .mat-button-focus-overlay {
    opacity: 1;
}

@media (hover:none) {
    .theme-light .mat-button:hover .mat-button-focus-overlay, .theme-light .mat-icon-button:hover .mat-button-focus-overlay, .theme-light .mat-stroked-button:hover .mat-button-focus-overlay {
        opacity: 0 !important;
    }
}

.theme-light .mat-button[disabled] .mat-button-focus-overlay, .theme-light .mat-icon-button[disabled] .mat-button-focus-overlay, .theme-light .mat-stroked-button[disabled] .mat-button-focus-overlay {
    opacity: 0 !important;
}

.theme-light .mat-button .mat-button-wrapper, .theme-light .mat-fab .mat-button-wrapper, .theme-light .mat-flat-button .mat-button-wrapper, .theme-light .mat-icon-button .mat-button-wrapper, .theme-light .mat-mini-fab .mat-button-wrapper, .theme-light .mat-raised-button .mat-button-wrapper, .theme-light .mat-stroked-button .mat-button-wrapper {
    position: relative;
    z-index: 2;
}

.theme-light .mat-button .mat-button-focus-overlay, .theme-light .mat-button .mat-button-ripple, .theme-light .mat-fab .mat-button-focus-overlay, .theme-light .mat-fab .mat-button-ripple, .theme-light .mat-flat-button .mat-button-focus-overlay, .theme-light .mat-flat-button .mat-button-ripple, .theme-light .mat-icon-button .mat-button-focus-overlay, .theme-light .mat-icon-button .mat-button-ripple, .theme-light .mat-mini-fab .mat-button-focus-overlay, .theme-light .mat-mini-fab .mat-button-ripple, .theme-light .mat-raised-button .mat-button-focus-overlay, .theme-light .mat-raised-button .mat-button-ripple, .theme-light .mat-stroked-button .mat-button-focus-overlay, .theme-light .mat-stroked-button .mat-button-ripple {
    z-index: 1;
}

.theme-light .mat-stroked-button:not([disabled]) {
    border-color: #cfd8e3;
}

.theme-light .mat-stroked-button[disabled] {
    border-color: #e2e8f0;
}

.theme-light .mat-drawer-backdrop.mat-drawer-shown {
    background-color: rgba(0,0,0,.6);
}

.theme-light .mat-form-field.mat-form-field-appearance-fill .mat-form-field-label {
    color: #27303f !important;
}

.theme-light .mat-form-field.mat-form-field-appearance-fill .mat-hint {
    color: #97a6ba;
}

.theme-light .mat-form-field.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-wrapper .mat-form-field-flex {
    border-color: #e2e8f0;
}

.theme-light .mat-form-field.mat-form-field-appearance-fill.mat-form-field-invalid .mat-form-field-wrapper .mat-form-field-flex {
    border-color: #9b1c1c;
}

.theme-light .mat-form-field.mat-form-field-appearance-fill.mat-focused .mat-form-field-wrapper .mat-form-field-flex {
    background-color: #fff;
}

.theme-light .mat-form-field.mat-form-field-appearance-fill.mat-focused:not(.mat-form-field-invalid) .mat-form-field-wrapper .mat-form-field-flex {
    border-color: #000;
}

.theme-light .mat-form-field.mat-form-field-appearance-fill.mat-form-field-hide-placeholder .mat-input-element::-ms-input-placeholder {
    color: #97a6ba !important;
    -webkit-text-fill-color: currentColor !important;
}

.theme-light .mat-form-field.mat-form-field-appearance-fill.mat-form-field-hide-placeholder .mat-input-element::placeholder {
    color: #97a6ba !important;
    -webkit-text-fill-color: currentColor !important;
}

.theme-light .mat-form-field.mat-form-field-appearance-fill.mat-form-field-hide-placeholder .mat-input-element::-moz-placeholder {
    color: #97a6ba !important;
    -webkit-text-fill-color: currentColor !important;
}

.theme-light .mat-form-field.mat-form-field-appearance-fill.mat-form-field-hide-placeholder .mat-input-element::-webkit-input-placeholder {
    color: #97a6ba !important;
    -webkit-text-fill-color: currentColor !important;
}

.theme-light .mat-form-field.mat-form-field-appearance-fill.mat-form-field-hide-placeholder .mat-input-element:-ms-input-placeholder {
    color: #97a6ba !important;
    -webkit-text-fill-color: currentColor !important;
}

.theme-light .mat-form-field.mat-form-field-appearance-fill.mat-form-field-hide-placeholder .mat-select-placeholder {
    color: #97a6ba !important;
    -webkit-text-fill-color: currentColor !important;
}

.theme-light .mat-form-field.mat-form-field-appearance-fill.mat-form-field-type-mat-native-select .mat-form-field-infix select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2364748B' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right -7px center;
    background-size: 24px;
}

.theme-light .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex {
    background-color: #fff;
    border-color: #cfd8e3;
}

    .theme-light .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix, .theme-light .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-icon, .theme-light .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-icon-button, .theme-light .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix .mat-select-value, .theme-light .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix, .theme-light .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon, .theme-light .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon-button, .theme-light .mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-select-value {
        color: #97a6ba;
    }

.theme-light .mat-form-field.mat-form-field-appearance-fill.treo-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-prefix, .theme-light .mat-form-field.mat-form-field-appearance-fill.treo-mat-emphasized-affix .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix {
    background: #f1f5f9;
    border-color: #cfd8e3;
}

.theme-light .mat-input-element::-ms-input-placeholder {
    color: #97a6ba;
}

.theme-light .mat-input-element::placeholder {
    color: #97a6ba;
}

.theme-light .mat-input-element::-moz-placeholder {
    color: #97a6ba;
}

.theme-light .mat-form-field-invalid .mat-input-element::-ms-input-placeholder {
    color: #9b1c1c;
}

.theme-light .mat-form-field-invalid .mat-input-element::placeholder {
    color: #9b1c1c;
}

.theme-light .mat-form-field-invalid .mat-input-element::-moz-placeholder {
    color: #9b1c1c;
}

.theme-light .mat-form-field-invalid .mat-input-element::-webkit-input-placeholder {
    color: #9b1c1c;
}

.theme-light .mat-form-field-invalid .mat-input-element:-ms-input-placeholder {
    color: #9b1c1c;
}

.theme-light .mat-select .mat-select-placeholder {
    color: #97a6ba;
}

.theme-light .mat-form-field-invalid .mat-select-placeholder {
    color: #9b1c1c;
}

.theme-light .mat-toolbar.mat-primary .mat-icon {
    color: #fff;
}

.theme-light .mat-toolbar.mat-primary .text-secondary {
    color: hsla(0,0%,100%,.6);
}

.theme-light .mat-toolbar.mat-primary .text-disabled, .theme-light .mat-toolbar.mat-primary .text-hint {
    color: hsla(0,0%,100%,.38);
}

.theme-light .mat-toolbar.mat-primary .divider {
    color: hsla(0,0%,100%,.12);
}

.theme-light .mat-toolbar.mat-accent .mat-icon {
    color: #f9fafb;
}

.theme-light .mat-toolbar.mat-accent .text-secondary {
    color: rgba(249,250,251,.6);
}

.theme-light .mat-toolbar.mat-accent .text-disabled, .theme-light .mat-toolbar.mat-accent .text-hint {
    color: rgba(249,250,251,.38);
}

.theme-light .mat-toolbar.mat-accent .divider {
    color: rgba(249,250,251,.12);
}

.theme-light .mat-toolbar.mat-warn .mat-icon {
    color: #fdf2f2;
}

.theme-light .mat-toolbar.mat-warn .text-secondary {
    color: rgba(253,242,242,.6);
}

.theme-light .mat-toolbar.mat-warn .text-disabled, .theme-light .mat-toolbar.mat-warn .text-hint {
    color: rgba(253,242,242,.38);
}

.theme-light .mat-toolbar.mat-warn .divider {
    color: rgba(253,242,242,.12);
}

.fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-head > tr > .fc-head-container {
    border: none;
}

    .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header span {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 8px;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
    }

.fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content {
    border: none;
}

    .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-content-skeleton .fc-day-top {
        text-align: center;
    }

        .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-content-skeleton .fc-day-top.fc-other-month {
            opacity: 1;
        }

        .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-content-skeleton .fc-day-top .fc-day-number {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 22px;
            height: 21px;
            margin: 4px 0;
            font-size: 12px;
            border-radius: 50%;
            float: none;
        }

    .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-content-skeleton .fc-event-container .fc-day-grid-event {
        display: flex;
        align-items: center;
        height: 22px;
        min-height: 22px;
        max-height: 22px;
        margin: 0 6px 4px;
        padding: 0 8px;
        font-size: 12px;
        border-radius: 4px;
        border: none;
        cursor: pointer;
    }

@media (min-width:0) and (max-width:599px) {
    .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-content-skeleton .fc-event-container .fc-day-grid-event {
        padding: 0 5px;
    }
}

.fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-content-skeleton .fc-more {
    padding: 0 6px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

@media (min-width:0) and (max-width:599px) {
    .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-content-skeleton .fc-more {
        padding: 0 3px;
    }
}

.fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-highlight-skeleton .fc-highlight {
    position: relative;
}

.fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-popover.fc-more-popover {
    border: none;
    border-radius: 4px;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
}

    .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-popover.fc-more-popover .fc-header {
        height: 32px;
        min-height: 32px;
        max-height: 32px;
        padding: 0 8px;
    }

        .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-popover.fc-more-popover .fc-header .fc-title {
            margin: 0;
            padding: 0;
            font-size: 12px;
        }

    .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-popover.fc-more-popover .fc-body {
        max-height: 160px;
        overflow: hidden auto;
    }

        .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-popover.fc-more-popover .fc-body .fc-event-container {
            padding: 8px;
        }

            .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-popover.fc-more-popover .fc-body .fc-event-container .fc-day-grid-event {
                display: flex;
                align-items: center;
                height: 22px;
                min-height: 22px;
                max-height: 22px;
                margin: 0 0 6px;
                padding: 0 8px;
                font-size: 12px;
                line-height: 1;
                border-radius: 4px;
                border: none;
                cursor: pointer;
            }

                .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-popover.fc-more-popover .fc-body .fc-event-container .fc-day-grid-event:last-child {
                    margin-bottom: 0;
                }

.fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-head > tr > .fc-head-container {
    border: none;
}

    .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-head > tr > .fc-head-container .fc-row .fc-axis {
        width: 48px !important;
    }

    .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header span {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

        .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header span.fc-weekday {
            padding-top: 16px;
            font-size: 12px;
            letter-spacing: .055em;
            text-transform: uppercase;
            font-weight: 400;
        }

        .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header span.fc-date {
            padding-bottom: 12px;
            font-size: 26px;
            font-weight: 300;
        }

.fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content {
    border: none;
}

    .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-row {
        min-height: 0;
    }

        .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-row .fc-bg .fc-axis {
            width: 48px !important;
        }

        .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-row .fc-content-skeleton {
            padding-bottom: 0;
        }

            .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-row .fc-content-skeleton .fc-axis {
                width: 48px !important;
            }

            .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-row .fc-content-skeleton .fc-event-container .fc-day-grid-event {
                display: flex;
                align-items: center;
                height: 22px;
                min-height: 22px;
                max-height: 22px;
                margin: 0 6px 6px;
                padding: 0 8px;
                font-size: 12px;
                line-height: 1;
                border-radius: 4px;
                border: none;
                cursor: pointer;
            }

    .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-divider {
        border: none;
    }

    .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-bg .fc-axis {
        border: none;
        width: 48px !important;
    }

        .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-bg .fc-axis + .fc-day {
            border: none;
        }

    .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-slats .fc-axis {
        width: 48px !important;
        height: 48px;
        text-align: center;
    }

        .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-slats .fc-axis span {
            font-size: 12px;
            width: 48px;
            min-width: 48px;
        }

    .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-content-skeleton .fc-axis {
        width: 48px !important;
    }

    .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-content-skeleton .fc-event-container {
        margin: 0 12px 0 0;
    }

        .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-content-skeleton .fc-event-container .fc-time-grid-event {
            display: flex;
            padding: 8px;
            border-radius: 4px;
            border: none;
            cursor: pointer;
        }

            .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-content-skeleton .fc-event-container .fc-time-grid-event .fc-time, .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-content-skeleton .fc-event-container .fc-time-grid-event .fc-title {
                font-size: 12px;
            }

.fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-head > tr > .fc-head-container {
    border: none;
}

    .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-head > tr > .fc-head-container .fc-row .fc-axis {
        width: 48px !important;
    }

    .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header span {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

        .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header span.fc-weekday {
            padding-top: 16px;
            font-size: 12px;
            letter-spacing: .055em;
            text-transform: uppercase;
            font-weight: 400;
        }

        .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header span.fc-date {
            padding-bottom: 12px;
            font-size: 26px;
            font-weight: 300;
        }

.fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content {
    border: none;
}

    .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-row {
        min-height: 0;
    }

        .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-row .fc-bg .fc-axis {
            width: 48px !important;
        }

        .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-row .fc-content-skeleton {
            padding-bottom: 0;
        }

            .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-row .fc-content-skeleton .fc-axis {
                width: 48px !important;
            }

            .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-row .fc-content-skeleton .fc-event-container .fc-day-grid-event {
                display: flex;
                align-items: center;
                height: 22px;
                min-height: 22px;
                max-height: 22px;
                margin: 0 6px 6px;
                padding: 0 8px;
                font-size: 12px;
                line-height: 1;
                border-radius: 4px;
                border: none;
                cursor: pointer;
            }

    .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-divider {
        border: none;
    }

    .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-bg .fc-axis {
        border: none;
        width: 48px !important;
    }

        .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-bg .fc-axis + .fc-day {
            border: none;
        }

    .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-slats .fc-axis {
        width: 48px !important;
        height: 48px;
        text-align: center;
    }

        .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-slats .fc-axis span {
            font-size: 12px;
            width: 48px;
            min-width: 48px;
        }

    .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-content-skeleton .fc-axis {
        width: 48px !important;
    }

    .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-content-skeleton .fc-event-container {
        margin: 0 12px 0 0;
    }

        .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-content-skeleton .fc-event-container .fc-time-grid-event {
            display: flex;
            padding: 8px;
            border-radius: 4px;
            border: none;
            cursor: pointer;
        }

            .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-content-skeleton .fc-event-container .fc-time-grid-event .fc-time, .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-content-skeleton .fc-event-container .fc-time-grid-event .fc-title {
                font-size: 12px;
            }

.fc .fc-view-container .fc-view.fc-listYear-view {
    border: none;
}

    .fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-heading {
        display: none;
    }

    .fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item {
        display: flex;
        cursor: pointer;
    }

        .fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item td {
            display: flex;
            align-items: center;
            width: auto;
            height: 48px;
            min-height: 48px;
            padding: 0 8px;
            border-width: 0 0 1px;
        }

            .fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item td.fc-list-item-date {
                order: 1;
                padding-left: 16px;
                width: 120px;
                min-width: 120px;
                max-width: 120px;
            }

@media (min-width:0) and (max-width:599px) {
    .fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item td.fc-list-item-date {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
    }
}

.fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item td.fc-list-item-date > span {
    display: flex;
    align-items: baseline;
}

    .fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item td.fc-list-item-date > span span:first-child {
        display: flex;
        justify-content: center;
        padding-right: 8px;
        width: 32px;
        min-width: 32px;
        max-width: 32px;
        font-size: 18px;
    }

@media (min-width:0) and (max-width:599px) {
    .fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item td.fc-list-item-date > span span:first-child {
        padding-right: 2px;
    }
}

.fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item td.fc-list-item-date > span span:first-child + span {
    display: flex;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item td.fc-list-item-time {
    flex: 0 0 auto;
    order: 3;
    width: 160px;
    min-width: 160px;
    max-width: 160px;
}

@media (min-width:0) and (max-width:599px) {
    .fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item td.fc-list-item-time {
        width: 120px;
        min-width: 120px;
        max-width: 120px;
    }
}

.fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item td.fc-list-item-marker {
    flex: 0 0 auto;
    order: 2;
}

    .fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item td.fc-list-item-marker .fc-event-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
    }

.fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item td.fc-list-item-title {
    flex: 1 1 auto;
    order: 4;
    padding-right: 24px;
    font-weight: 500;
}

.fc .fc-day-grid-event.fc-dragging, .fc .fc-day-grid-event.fc-resizing {
    display: flex;
    align-items: center;
    height: 22px;
    min-height: 22px;
    max-height: 22px;
    margin: 0 6px 4px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 1;
    border-radius: 4px;
    border: none;
}

.treo-theme-dark .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header {
    border-color: rgba(241,245,249,.12);
}

    .treo-theme-dark .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header span {
        color: #97a6ba;
    }

.treo-theme-dark .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-bg .fc-day {
    border-color: rgba(241,245,249,.12);
}

    .treo-theme-dark .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-bg .fc-day.fc-today {
        background: none;
    }

.treo-theme-dark .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-content-skeleton .fc-day-top.fc-other-month .fc-day-number {
    color: #64748b;
}

.treo-theme-dark .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-content-skeleton .fc-day-top.fc-today .fc-day-number {
    background: #0694a2;
    color: #edfafa;
}

.treo-theme-dark .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-content-skeleton .fc-more {
    color: #97a6ba;
}

.treo-theme-dark .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-highlight-skeleton .fc-highlight {
    background: #f1f5f9;
    opacity: 1;
}

.treo-theme-dark .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-popover {
    background: #27303f;
}

    .treo-theme-dark .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-popover.fc-more-popover .fc-header {
        background: hsla(0,0%,100%,.05);
    }

.treo-theme-dark .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-head > tr > .fc-head-container .fc-row .fc-axis, .treo-theme-dark .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header {
    border-color: rgba(241,245,249,.12);
}

    .treo-theme-dark .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header span {
        color: #97a6ba;
    }

.treo-theme-dark .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content {
    border: none;
}

    .treo-theme-dark .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-bg .fc-axis, .treo-theme-dark .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-bg .fc-day {
        border-color: rgba(241,245,249,.12);
    }

        .treo-theme-dark .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-bg .fc-day.fc-today {
            background: none;
        }

    .treo-theme-dark .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-divider {
        background: rgba(241,245,249,.12);
    }

    .treo-theme-dark .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-bg .fc-day {
        border-color: rgba(241,245,249,.12);
    }

        .treo-theme-dark .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-bg .fc-day.fc-today {
            background: none;
        }

    .treo-theme-dark .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-head > tr > .fc-head-container .fc-row .fc-axis, .treo-theme-dark .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header, .treo-theme-dark .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-slats .fc-time, .treo-theme-dark .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-slats .fc-widget-content {
        border-color: rgba(241,245,249,.12);
    }

        .treo-theme-dark .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header span {
            color: #97a6ba;
        }

.treo-theme-dark .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content {
    border: none;
}

    .treo-theme-dark .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-bg .fc-axis, .treo-theme-dark .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-bg .fc-day {
        border-color: rgba(241,245,249,.12);
    }

        .treo-theme-dark .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-bg .fc-day.fc-today {
            background: none;
        }

    .treo-theme-dark .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-divider {
        background: rgba(241,245,249,.12);
    }

    .treo-theme-dark .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-bg .fc-day {
        border-color: rgba(241,245,249,.12);
    }

        .treo-theme-dark .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-bg .fc-day.fc-today {
            background: none;
        }

    .treo-theme-dark .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-slats .fc-time, .treo-theme-dark .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-slats .fc-widget-content {
        border-color: rgba(241,245,249,.12);
    }

.treo-theme-dark .fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item:hover td {
    background-color: hsla(0,0%,100%,.05);
}

.treo-theme-dark .fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item td {
    border-color: rgba(241,245,249,.12);
}

    .treo-theme-dark .fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item td.fc-list-item-date > span span:first-child + span {
        color: #97a6ba;
    }

.treo-theme-light .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header {
    border-color: #e2e8f0;
}

    .treo-theme-light .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header span {
        color: #64748b;
    }

.treo-theme-light .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-bg .fc-day {
    border-color: #e2e8f0;
}

    .treo-theme-light .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-bg .fc-day.fc-today {
        background: none;
    }

.treo-theme-light .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-content-skeleton .fc-day-top.fc-other-month .fc-day-number {
    color: #97a6ba;
}

.treo-theme-light .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-content-skeleton .fc-day-top.fc-today .fc-day-number {
    background: #5850ec;
    color: #f0f5ff;
}

.treo-theme-light .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-content-skeleton .fc-more {
    color: #64748b;
}

.treo-theme-light .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-highlight-skeleton .fc-highlight {
    background: #f1f5f9;
    opacity: 1;
}

.treo-theme-light .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-popover {
    background: #fff;
}

    .treo-theme-light .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-popover.fc-more-popover .fc-header {
        background: rgba(151,166,186,.12);
    }

.treo-theme-light .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-head > tr > .fc-head-container .fc-row .fc-axis, .treo-theme-light .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header {
    border-color: #e2e8f0;
}

    .treo-theme-light .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header span {
        color: #64748b;
    }

.treo-theme-light .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content {
    border: none;
}

    .treo-theme-light .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-bg .fc-axis, .treo-theme-light .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-bg .fc-day {
        border-color: #e2e8f0;
    }

        .treo-theme-light .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-bg .fc-day.fc-today {
            background: none;
        }

    .treo-theme-light .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-divider {
        background: #e2e8f0;
    }

    .treo-theme-light .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-bg .fc-day {
        border-color: #e2e8f0;
    }

        .treo-theme-light .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-bg .fc-day.fc-today {
            background: none;
        }

    .treo-theme-light .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-head > tr > .fc-head-container .fc-row .fc-axis, .treo-theme-light .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header, .treo-theme-light .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-slats .fc-time, .treo-theme-light .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-slats .fc-widget-content {
        border-color: #e2e8f0;
    }

        .treo-theme-light .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header span {
            color: #64748b;
        }

.treo-theme-light .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content {
    border: none;
}

    .treo-theme-light .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-bg .fc-axis, .treo-theme-light .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-bg .fc-day {
        border-color: #e2e8f0;
    }

        .treo-theme-light .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-bg .fc-day.fc-today {
            background: none;
        }

    .treo-theme-light .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-divider {
        background: #e2e8f0;
    }

    .treo-theme-light .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-bg .fc-day {
        border-color: #e2e8f0;
    }

        .treo-theme-light .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-bg .fc-day.fc-today {
            background: none;
        }

    .treo-theme-light .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-slats .fc-time, .treo-theme-light .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-slats .fc-widget-content {
        border-color: #e2e8f0;
    }

.treo-theme-light .fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item:hover td {
    background-color: rgba(151,166,186,.12);
}

.treo-theme-light .fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item td {
    border-color: #e2e8f0;
}

    .treo-theme-light .fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item td.fc-list-item-date > span span:first-child + span {
        color: #64748b;
    }

.theme-dark .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header {
    border-color: rgba(241,245,249,.12);
}

    .theme-dark .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header span {
        color: #97a6ba;
    }

.theme-dark .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-bg .fc-day {
    border-color: rgba(241,245,249,.12);
}

    .theme-dark .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-bg .fc-day.fc-today {
        background: none;
    }

.theme-dark .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-content-skeleton .fc-day-top.fc-other-month .fc-day-number {
    color: #64748b;
}

.theme-dark .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-content-skeleton .fc-day-top.fc-today .fc-day-number {
    background: #fff;
    color: #252f3f;
}

.theme-dark .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-content-skeleton .fc-more {
    color: #97a6ba;
}

.theme-dark .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-highlight-skeleton .fc-highlight {
    background: #f1f5f9;
    opacity: 1;
}

.theme-dark .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-popover {
    background: #27303f;
}

    .theme-dark .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-popover.fc-more-popover .fc-header {
        background: hsla(0,0%,100%,.05);
    }

.theme-dark .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-head > tr > .fc-head-container .fc-row .fc-axis, .theme-dark .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header {
    border-color: rgba(241,245,249,.12);
}

    .theme-dark .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header span {
        color: #97a6ba;
    }

.theme-dark .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content {
    border: none;
}

    .theme-dark .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-bg .fc-axis, .theme-dark .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-bg .fc-day {
        border-color: rgba(241,245,249,.12);
    }

        .theme-dark .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-bg .fc-day.fc-today {
            background: none;
        }

    .theme-dark .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-divider {
        background: rgba(241,245,249,.12);
    }

    .theme-dark .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-bg .fc-day {
        border-color: rgba(241,245,249,.12);
    }

        .theme-dark .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-bg .fc-day.fc-today {
            background: none;
        }

    .theme-dark .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-head > tr > .fc-head-container .fc-row .fc-axis, .theme-dark .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header, .theme-dark .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-slats .fc-time, .theme-dark .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-slats .fc-widget-content {
        border-color: rgba(241,245,249,.12);
    }

        .theme-dark .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header span {
            color: #97a6ba;
        }

.theme-dark .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content {
    border: none;
}

    .theme-dark .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-bg .fc-axis, .theme-dark .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-bg .fc-day {
        border-color: rgba(241,245,249,.12);
    }

        .theme-dark .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-bg .fc-day.fc-today {
            background: none;
        }

    .theme-dark .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-divider {
        background: rgba(241,245,249,.12);
    }

    .theme-dark .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-bg .fc-day {
        border-color: rgba(241,245,249,.12);
    }

        .theme-dark .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-bg .fc-day.fc-today {
            background: none;
        }

    .theme-dark .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-slats .fc-time, .theme-dark .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-slats .fc-widget-content {
        border-color: rgba(241,245,249,.12);
    }

.theme-dark .fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item:hover td {
    background-color: hsla(0,0%,100%,.05);
}

.theme-dark .fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item td {
    border-color: rgba(241,245,249,.12);
}

    .theme-dark .fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item td.fc-list-item-date > span span:first-child + span {
        color: #97a6ba;
    }

.theme-light .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header {
    border-color: #e2e8f0;
}

    .theme-light .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header span {
        color: #64748b;
    }

.theme-light .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-bg .fc-day {
    border-color: #e2e8f0;
}

    .theme-light .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-bg .fc-day.fc-today {
        background: none;
    }

.theme-light .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-content-skeleton .fc-day-top.fc-other-month .fc-day-number {
    color: #97a6ba;
}

.theme-light .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-content-skeleton .fc-day-top.fc-today .fc-day-number {
    background: #000;
    color: #fff;
}

.theme-light .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-content-skeleton .fc-more {
    color: #64748b;
}

.theme-light .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-week .fc-highlight-skeleton .fc-highlight {
    background: #f1f5f9;
    opacity: 1;
}

.theme-light .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-popover {
    background: #fff;
}

    .theme-light .fc .fc-view-container .fc-view.fc-dayGridMonth-view .fc-popover.fc-more-popover .fc-header {
        background: rgba(151,166,186,.12);
    }

.theme-light .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-head > tr > .fc-head-container .fc-row .fc-axis, .theme-light .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header {
    border-color: #e2e8f0;
}

    .theme-light .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header span {
        color: #64748b;
    }

.theme-light .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content {
    border: none;
}

    .theme-light .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-bg .fc-axis, .theme-light .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-bg .fc-day {
        border-color: #e2e8f0;
    }

        .theme-light .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-bg .fc-day.fc-today {
            background: none;
        }

    .theme-light .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-divider {
        background: #e2e8f0;
    }

    .theme-light .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-bg .fc-day {
        border-color: #e2e8f0;
    }

        .theme-light .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-bg .fc-day.fc-today {
            background: none;
        }

    .theme-light .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-head > tr > .fc-head-container .fc-row .fc-axis, .theme-light .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header, .theme-light .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-slats .fc-time, .theme-light .fc .fc-view-container .fc-view.fc-timeGridWeek-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-slats .fc-widget-content {
        border-color: #e2e8f0;
    }

        .theme-light .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-head > tr > .fc-head-container .fc-row .fc-day-header span {
            color: #64748b;
        }

.theme-light .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content {
    border: none;
}

    .theme-light .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-bg .fc-axis, .theme-light .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-bg .fc-day {
        border-color: #e2e8f0;
    }

        .theme-light .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-day-grid .fc-bg .fc-day.fc-today {
            background: none;
        }

    .theme-light .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-divider {
        background: #e2e8f0;
    }

    .theme-light .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-bg .fc-day {
        border-color: #e2e8f0;
    }

        .theme-light .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-bg .fc-day.fc-today {
            background: none;
        }

    .theme-light .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-slats .fc-time, .theme-light .fc .fc-view-container .fc-view.fc-timeGridDay-view .fc-body > tr > .fc-widget-content .fc-time-grid .fc-slats .fc-widget-content {
        border-color: #e2e8f0;
    }

.theme-light .fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item:hover td {
    background-color: rgba(151,166,186,.12);
}

.theme-light .fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item td {
    border-color: #e2e8f0;
}

    .theme-light .fc .fc-view-container .fc-view.fc-listYear-view .fc-list-table .fc-list-item td.fc-list-item-date > span span:first-child + span {
        color: #64748b;
    }

.treo-theme-dark code .hljs-built_in, .treo-theme-dark code .hljs-link, .treo-theme-dark code .hljs-section, .treo-theme-dark code .hljs-selector-tag, .treo-theme-dark pre .hljs-built_in, .treo-theme-dark pre .hljs-link, .treo-theme-dark pre .hljs-section, .treo-theme-dark pre .hljs-selector-tag {
    color: #8be9fd;
}

.treo-theme-dark code .hljs-keyword, .treo-theme-dark pre .hljs-keyword {
    color: #ff79c6;
}

.treo-theme-dark code .hljs, .treo-theme-dark code .hljs-subst, .treo-theme-dark pre .hljs, .treo-theme-dark pre .hljs-subst {
    color: #f8f8f2;
}

.treo-theme-dark code .hljs-title, .treo-theme-dark pre .hljs-title {
    color: #50fa7b;
}

.treo-theme-dark code .hljs-addition, .treo-theme-dark code .hljs-bullet, .treo-theme-dark code .hljs-meta, .treo-theme-dark code .hljs-symbol, .treo-theme-dark code .hljs-template-tag, .treo-theme-dark code .hljs-template-variable, .treo-theme-dark code .hljs-type, .treo-theme-dark code .hljs-variable, .treo-theme-dark pre .hljs-addition, .treo-theme-dark pre .hljs-bullet, .treo-theme-dark pre .hljs-meta, .treo-theme-dark pre .hljs-symbol, .treo-theme-dark pre .hljs-template-tag, .treo-theme-dark pre .hljs-template-variable, .treo-theme-dark pre .hljs-type, .treo-theme-dark pre .hljs-variable {
    color: #f1fa8c;
}

.treo-theme-dark code .hljs-name, .treo-theme-dark pre .hljs-name {
    color: #80deea;
}

.treo-theme-dark code .hljs-attr, .treo-theme-dark pre .hljs-attr {
    color: #e1bee7;
}

.treo-theme-dark code .hljs-string, .treo-theme-dark pre .hljs-string {
    color: #a5d6a7;
}

.treo-theme-dark code .hljs-comment, .treo-theme-dark code .hljs-deletion, .treo-theme-dark code .hljs-quote, .treo-theme-dark pre .hljs-comment, .treo-theme-dark pre .hljs-deletion, .treo-theme-dark pre .hljs-quote {
    color: #6272a4;
}

.treo-theme-dark code .hljs-doctag, .treo-theme-dark code .hljs-keyword, .treo-theme-dark code .hljs-literal, .treo-theme-dark code .hljs-name, .treo-theme-dark code .hljs-section, .treo-theme-dark code .hljs-selector-tag, .treo-theme-dark code .hljs-strong, .treo-theme-dark code .hljs-title, .treo-theme-dark code .hljs-type, .treo-theme-dark pre .hljs-doctag, .treo-theme-dark pre .hljs-keyword, .treo-theme-dark pre .hljs-literal, .treo-theme-dark pre .hljs-name, .treo-theme-dark pre .hljs-section, .treo-theme-dark pre .hljs-selector-tag, .treo-theme-dark pre .hljs-strong, .treo-theme-dark pre .hljs-title, .treo-theme-dark pre .hljs-type {
    font-weight: 700;
}

.treo-theme-dark code .hljs-literal, .treo-theme-dark code .hljs-number, .treo-theme-dark pre .hljs-literal, .treo-theme-dark pre .hljs-number {
    color: #bd93f9;
}

.treo-theme-dark code .hljs-emphasis, .treo-theme-dark pre .hljs-emphasis {
    font-style: italic;
}

.treo-theme-light code[class*=language-] .hljs-comment, .treo-theme-light code[class*=language-] .hljs-quote, .treo-theme-light pre[class*=language-] .hljs-comment, .treo-theme-light pre[class*=language-] .hljs-quote {
    color: #a0a1a7;
    font-style: italic;
}

.treo-theme-light code[class*=language-] .hljs-doctag, .treo-theme-light code[class*=language-] .hljs-formula, .treo-theme-light code[class*=language-] .hljs-keyword, .treo-theme-light pre[class*=language-] .hljs-doctag, .treo-theme-light pre[class*=language-] .hljs-formula, .treo-theme-light pre[class*=language-] .hljs-keyword {
    color: #a626a4;
}

.treo-theme-light code[class*=language-] .hljs-name, .treo-theme-light pre[class*=language-] .hljs-name {
    color: #7986cb;
}

.treo-theme-light code[class*=language-] .hljs-tag, .treo-theme-light pre[class*=language-] .hljs-tag {
    color: #b9bbd2;
}

.treo-theme-light code[class*=language-] .hljs-deletion, .treo-theme-light code[class*=language-] .hljs-section, .treo-theme-light code[class*=language-] .hljs-selector-tag, .treo-theme-light code[class*=language-] .hljs-subst, .treo-theme-light pre[class*=language-] .hljs-deletion, .treo-theme-light pre[class*=language-] .hljs-section, .treo-theme-light pre[class*=language-] .hljs-selector-tag, .treo-theme-light pre[class*=language-] .hljs-subst {
    color: #e45649;
}

.treo-theme-light code[class*=language-] .hljs-literal, .treo-theme-light pre[class*=language-] .hljs-literal {
    color: #0184bb;
}

.treo-theme-light code[class*=language-] .hljs-addition, .treo-theme-light code[class*=language-] .hljs-attribute, .treo-theme-light code[class*=language-] .hljs-meta-string, .treo-theme-light code[class*=language-] .hljs-regexp, .treo-theme-light code[class*=language-] .hljs-string, .treo-theme-light pre[class*=language-] .hljs-addition, .treo-theme-light pre[class*=language-] .hljs-attribute, .treo-theme-light pre[class*=language-] .hljs-meta-string, .treo-theme-light pre[class*=language-] .hljs-regexp, .treo-theme-light pre[class*=language-] .hljs-string {
    color: #50a14f;
}

.treo-theme-light code[class*=language-] .hljs-built_in, .treo-theme-light code[class*=language-] .hljs-class .hljs-title, .treo-theme-light pre[class*=language-] .hljs-built_in, .treo-theme-light pre[class*=language-] .hljs-class .hljs-title {
    color: #c18401;
}

.treo-theme-light code[class*=language-] .hljs-attr, .treo-theme-light code[class*=language-] .hljs-number, .treo-theme-light code[class*=language-] .hljs-selector-attr, .treo-theme-light code[class*=language-] .hljs-selector-class, .treo-theme-light code[class*=language-] .hljs-selector-pseudo, .treo-theme-light code[class*=language-] .hljs-template-variable, .treo-theme-light code[class*=language-] .hljs-type, .treo-theme-light code[class*=language-] .hljs-variable, .treo-theme-light pre[class*=language-] .hljs-attr, .treo-theme-light pre[class*=language-] .hljs-number, .treo-theme-light pre[class*=language-] .hljs-selector-attr, .treo-theme-light pre[class*=language-] .hljs-selector-class, .treo-theme-light pre[class*=language-] .hljs-selector-pseudo, .treo-theme-light pre[class*=language-] .hljs-template-variable, .treo-theme-light pre[class*=language-] .hljs-type, .treo-theme-light pre[class*=language-] .hljs-variable {
    color: #ba68c8;
}

.treo-theme-light code[class*=language-] .hljs-bullet, .treo-theme-light code[class*=language-] .hljs-link, .treo-theme-light code[class*=language-] .hljs-meta, .treo-theme-light code[class*=language-] .hljs-selector-id, .treo-theme-light code[class*=language-] .hljs-symbol, .treo-theme-light code[class*=language-] .hljs-title, .treo-theme-light pre[class*=language-] .hljs-bullet, .treo-theme-light pre[class*=language-] .hljs-link, .treo-theme-light pre[class*=language-] .hljs-meta, .treo-theme-light pre[class*=language-] .hljs-selector-id, .treo-theme-light pre[class*=language-] .hljs-symbol, .treo-theme-light pre[class*=language-] .hljs-title {
    color: #4078f2;
}

.treo-theme-light code[class*=language-] .hljs-emphasis, .treo-theme-light pre[class*=language-] .hljs-emphasis {
    font-style: italic;
}

.treo-theme-light code[class*=language-] .hljs-strong, .treo-theme-light pre[class*=language-] .hljs-strong {
    font-weight: 700;
}

.treo-theme-light code[class*=language-] .hljs-link, .treo-theme-light pre[class*=language-] .hljs-link {
    text-decoration: underline;
}

.theme-dark code .hljs-built_in, .theme-dark code .hljs-link, .theme-dark code .hljs-section, .theme-dark code .hljs-selector-tag, .theme-dark pre .hljs-built_in, .theme-dark pre .hljs-link, .theme-dark pre .hljs-section, .theme-dark pre .hljs-selector-tag {
    color: #8be9fd;
}

.theme-dark code .hljs-keyword, .theme-dark pre .hljs-keyword {
    color: #ff79c6;
}

.theme-dark code .hljs, .theme-dark code .hljs-subst, .theme-dark pre .hljs, .theme-dark pre .hljs-subst {
    color: #f8f8f2;
}

.theme-dark code .hljs-title, .theme-dark pre .hljs-title {
    color: #50fa7b;
}

.theme-dark code .hljs-addition, .theme-dark code .hljs-bullet, .theme-dark code .hljs-meta, .theme-dark code .hljs-symbol, .theme-dark code .hljs-template-tag, .theme-dark code .hljs-template-variable, .theme-dark code .hljs-type, .theme-dark code .hljs-variable, .theme-dark pre .hljs-addition, .theme-dark pre .hljs-bullet, .theme-dark pre .hljs-meta, .theme-dark pre .hljs-symbol, .theme-dark pre .hljs-template-tag, .theme-dark pre .hljs-template-variable, .theme-dark pre .hljs-type, .theme-dark pre .hljs-variable {
    color: #f1fa8c;
}

.theme-dark code .hljs-name, .theme-dark pre .hljs-name {
    color: #80deea;
}

.theme-dark code .hljs-attr, .theme-dark pre .hljs-attr {
    color: #e1bee7;
}

.theme-dark code .hljs-string, .theme-dark pre .hljs-string {
    color: #a5d6a7;
}

.theme-dark code .hljs-comment, .theme-dark code .hljs-deletion, .theme-dark code .hljs-quote, .theme-dark pre .hljs-comment, .theme-dark pre .hljs-deletion, .theme-dark pre .hljs-quote {
    color: #6272a4;
}

.theme-dark code .hljs-doctag, .theme-dark code .hljs-keyword, .theme-dark code .hljs-literal, .theme-dark code .hljs-name, .theme-dark code .hljs-section, .theme-dark code .hljs-selector-tag, .theme-dark code .hljs-strong, .theme-dark code .hljs-title, .theme-dark code .hljs-type, .theme-dark pre .hljs-doctag, .theme-dark pre .hljs-keyword, .theme-dark pre .hljs-literal, .theme-dark pre .hljs-name, .theme-dark pre .hljs-section, .theme-dark pre .hljs-selector-tag, .theme-dark pre .hljs-strong, .theme-dark pre .hljs-title, .theme-dark pre .hljs-type {
    font-weight: 700;
}

.theme-dark code .hljs-literal, .theme-dark code .hljs-number, .theme-dark pre .hljs-literal, .theme-dark pre .hljs-number {
    color: #bd93f9;
}

.theme-dark code .hljs-emphasis, .theme-dark pre .hljs-emphasis {
    font-style: italic;
}

.theme-light code[class*=language-] .hljs-comment, .theme-light code[class*=language-] .hljs-quote, .theme-light pre[class*=language-] .hljs-comment, .theme-light pre[class*=language-] .hljs-quote {
    color: #a0a1a7;
    font-style: italic;
}

.theme-light code[class*=language-] .hljs-doctag, .theme-light code[class*=language-] .hljs-formula, .theme-light code[class*=language-] .hljs-keyword, .theme-light pre[class*=language-] .hljs-doctag, .theme-light pre[class*=language-] .hljs-formula, .theme-light pre[class*=language-] .hljs-keyword {
    color: #a626a4;
}

.theme-light code[class*=language-] .hljs-name, .theme-light pre[class*=language-] .hljs-name {
    color: #7986cb;
}

.theme-light code[class*=language-] .hljs-tag, .theme-light pre[class*=language-] .hljs-tag {
    color: #b9bbd2;
}

.theme-light code[class*=language-] .hljs-deletion, .theme-light code[class*=language-] .hljs-section, .theme-light code[class*=language-] .hljs-selector-tag, .theme-light code[class*=language-] .hljs-subst, .theme-light pre[class*=language-] .hljs-deletion, .theme-light pre[class*=language-] .hljs-section, .theme-light pre[class*=language-] .hljs-selector-tag, .theme-light pre[class*=language-] .hljs-subst {
    color: #e45649;
}

.theme-light code[class*=language-] .hljs-literal, .theme-light pre[class*=language-] .hljs-literal {
    color: #0184bb;
}

.theme-light code[class*=language-] .hljs-addition, .theme-light code[class*=language-] .hljs-attribute, .theme-light code[class*=language-] .hljs-meta-string, .theme-light code[class*=language-] .hljs-regexp, .theme-light code[class*=language-] .hljs-string, .theme-light pre[class*=language-] .hljs-addition, .theme-light pre[class*=language-] .hljs-attribute, .theme-light pre[class*=language-] .hljs-meta-string, .theme-light pre[class*=language-] .hljs-regexp, .theme-light pre[class*=language-] .hljs-string {
    color: #50a14f;
}

.theme-light code[class*=language-] .hljs-built_in, .theme-light code[class*=language-] .hljs-class .hljs-title, .theme-light pre[class*=language-] .hljs-built_in, .theme-light pre[class*=language-] .hljs-class .hljs-title {
    color: #c18401;
}

.theme-light code[class*=language-] .hljs-attr, .theme-light code[class*=language-] .hljs-number, .theme-light code[class*=language-] .hljs-selector-attr, .theme-light code[class*=language-] .hljs-selector-class, .theme-light code[class*=language-] .hljs-selector-pseudo, .theme-light code[class*=language-] .hljs-template-variable, .theme-light code[class*=language-] .hljs-type, .theme-light code[class*=language-] .hljs-variable, .theme-light pre[class*=language-] .hljs-attr, .theme-light pre[class*=language-] .hljs-number, .theme-light pre[class*=language-] .hljs-selector-attr, .theme-light pre[class*=language-] .hljs-selector-class, .theme-light pre[class*=language-] .hljs-selector-pseudo, .theme-light pre[class*=language-] .hljs-template-variable, .theme-light pre[class*=language-] .hljs-type, .theme-light pre[class*=language-] .hljs-variable {
    color: #ba68c8;
}

.theme-light code[class*=language-] .hljs-bullet, .theme-light code[class*=language-] .hljs-link, .theme-light code[class*=language-] .hljs-meta, .theme-light code[class*=language-] .hljs-selector-id, .theme-light code[class*=language-] .hljs-symbol, .theme-light code[class*=language-] .hljs-title, .theme-light pre[class*=language-] .hljs-bullet, .theme-light pre[class*=language-] .hljs-link, .theme-light pre[class*=language-] .hljs-meta, .theme-light pre[class*=language-] .hljs-selector-id, .theme-light pre[class*=language-] .hljs-symbol, .theme-light pre[class*=language-] .hljs-title {
    color: #4078f2;
}

.theme-light code[class*=language-] .hljs-emphasis, .theme-light pre[class*=language-] .hljs-emphasis {
    font-style: italic;
}

.theme-light code[class*=language-] .hljs-strong, .theme-light pre[class*=language-] .hljs-strong {
    font-weight: 700;
}

.theme-light code[class*=language-] .hljs-link, .theme-light pre[class*=language-] .hljs-link {
    text-decoration: underline;
}

.ps {
    position: relative;
}

    .ps.ps--focus > .ps__rail-x, .ps.ps--focus > .ps__rail-y, .ps.ps--scrolling-x > .ps__rail-x, .ps.ps--scrolling-x > .ps__rail-y, .ps.ps--scrolling-y > .ps__rail-x, .ps.ps--scrolling-y > .ps__rail-y, .ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y {
        opacity: 1;
    }

    .ps > .ps__rail-x, .ps > .ps__rail-y {
        z-index: 99999;
    }

    .ps > .ps__rail-x {
        height: 14px;
        background: transparent !important;
        transition: none !important;
    }

        .ps > .ps__rail-x.ps--clicking, .ps > .ps__rail-x:focus, .ps > .ps__rail-x:hover {
            opacity: 1;
        }

            .ps > .ps__rail-x.ps--clicking .ps__thumb-x, .ps > .ps__rail-x:focus .ps__thumb-x, .ps > .ps__rail-x:hover .ps__thumb-x {
                height: 10px;
            }

        .ps > .ps__rail-x .ps__thumb-x {
            background: rgba(0,0,0,.5);
            box-shadow: 0 0 0 1px hsla(0,0%,100%,.15);
            height: 6px;
            transition: height 225ms cubic-bezier(.25,.8,.25,1);
        }

    .ps > .ps__rail-y {
        width: 14px;
        background: transparent !important;
        transition: none !important;
        left: auto !important;
    }

        .ps > .ps__rail-y.ps--clicking, .ps > .ps__rail-y:focus, .ps > .ps__rail-y:hover {
            opacity: 1;
        }

            .ps > .ps__rail-y.ps--clicking .ps__thumb-y, .ps > .ps__rail-y:focus .ps__thumb-y, .ps > .ps__rail-y:hover .ps__thumb-y {
                width: 10px;
            }

        .ps > .ps__rail-y .ps__thumb-y {
            background: rgba(0,0,0,.5);
            box-shadow: 0 0 0 1px hsla(0,0%,100%,.15);
            width: 6px;
            transition: width 225ms cubic-bezier(.25,.8,.25,1);
        }

.ql-toolbar {
    border-radius: 6px 6px 0 0;
    padding: 0 !important;
}

    .ql-toolbar .ql-formats {
        margin: 11px 8px !important;
    }

    .ql-toolbar .ql-picker.ql-expanded .ql-picker-options {
        z-index: 10 !important;
    }

.ql-container {
    overflow: hidden;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}

    .ql-container .ql-editor {
        min-height: 160px;
        max-height: 160px;
        height: 160px;
    }

.treo-theme-dark .ql-toolbar {
    background-color: rgba(0,0,0,.05);
    border-color: #64748b;
}

    .treo-theme-dark .ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
        border-color: #64748b;
    }

    .treo-theme-dark .ql-toolbar .ql-picker.ql-expanded .ql-picker-options {
        border-color: #64748b;
        background: #27303f;
    }

    .treo-theme-dark .ql-toolbar .ql-picker .ql-picker-label, .treo-theme-dark .ql-toolbar .ql-picker .ql-picker-options .ql-picker-item {
        color: #fff;
    }

    .treo-theme-dark .ql-toolbar .ql-stroke, .treo-theme-dark .ql-toolbar .ql-stroke-mitter {
        stroke: #f1f5f9;
    }

    .treo-theme-dark .ql-toolbar .ql-fill {
        fill: #f1f5f9;
    }

    .treo-theme-dark .ql-toolbar .ql-picker-item.ql-selected, .treo-theme-dark .ql-toolbar .ql-picker-item:hover, .treo-theme-dark .ql-toolbar .ql-picker-label.ql-active, .treo-theme-dark .ql-toolbar .ql-picker-label:hover, .treo-theme-dark .ql-toolbar button.ql-active, .treo-theme-dark .ql-toolbar button:focus, .treo-theme-dark .ql-toolbar button:hover {
        color: #0694a2 !important;
    }

        .treo-theme-dark .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .treo-theme-dark .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter, .treo-theme-dark .ql-toolbar .ql-picker-item:hover .ql-stroke, .treo-theme-dark .ql-toolbar .ql-picker-item:hover .ql-stroke-mitter, .treo-theme-dark .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .treo-theme-dark .ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter, .treo-theme-dark .ql-toolbar .ql-picker-label:hover .ql-stroke, .treo-theme-dark .ql-toolbar .ql-picker-label:hover .ql-stroke-mitter, .treo-theme-dark .ql-toolbar button.ql-active .ql-stroke, .treo-theme-dark .ql-toolbar button.ql-active .ql-stroke-mitter, .treo-theme-dark .ql-toolbar button:focus .ql-stroke, .treo-theme-dark .ql-toolbar button:focus .ql-stroke-mitter, .treo-theme-dark .ql-toolbar button:hover .ql-stroke, .treo-theme-dark .ql-toolbar button:hover .ql-stroke-mitter {
            stroke: #0694a2 !important;
        }

        .treo-theme-dark .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .treo-theme-dark .ql-toolbar .ql-picker-item:hover .ql-fill, .treo-theme-dark .ql-toolbar .ql-picker-label.ql-active .ql-fill, .treo-theme-dark .ql-toolbar .ql-picker-label:hover .ql-fill, .treo-theme-dark .ql-toolbar button.ql-active .ql-fill, .treo-theme-dark .ql-toolbar button:focus .ql-fill, .treo-theme-dark .ql-toolbar button:hover .ql-fill {
            fill: #0694a2 !important;
        }

.treo-theme-dark .ql-container {
    border-color: #64748b;
}

    .treo-theme-dark .ql-container .ql-editor {
        background-color: rgba(0,0,0,.05);
    }

        .treo-theme-dark .ql-container .ql-editor:focus {
            background-color: #27303f;
        }

        .treo-theme-dark .ql-container .ql-editor.ql-blank:before {
            color: #64748b;
        }

.treo-theme-light .ql-toolbar {
    background: #f1f5f9;
    border-color: #cfd8e3;
}

    .treo-theme-light .ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
        border-color: #cfd8e3;
    }

    .treo-theme-light .ql-toolbar .ql-picker.ql-expanded .ql-picker-options {
        border-color: #cfd8e3;
        background: #fff;
    }

    .treo-theme-light .ql-toolbar .ql-picker .ql-picker-label, .treo-theme-light .ql-toolbar .ql-picker .ql-picker-options .ql-picker-item {
        color: #27303f;
    }

    .treo-theme-light .ql-toolbar .ql-stroke, .treo-theme-light .ql-toolbar .ql-stroke-mitter {
        stroke: #64748b;
    }

    .treo-theme-light .ql-toolbar .ql-fill {
        fill: #64748b;
    }

    .treo-theme-light .ql-toolbar .ql-picker-item.ql-selected, .treo-theme-light .ql-toolbar .ql-picker-item:hover, .treo-theme-light .ql-toolbar .ql-picker-label.ql-active, .treo-theme-light .ql-toolbar .ql-picker-label:hover, .treo-theme-light .ql-toolbar button.ql-active, .treo-theme-light .ql-toolbar button:focus, .treo-theme-light .ql-toolbar button:hover {
        color: #5850ec !important;
    }

        .treo-theme-light .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .treo-theme-light .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter, .treo-theme-light .ql-toolbar .ql-picker-item:hover .ql-stroke, .treo-theme-light .ql-toolbar .ql-picker-item:hover .ql-stroke-mitter, .treo-theme-light .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .treo-theme-light .ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter, .treo-theme-light .ql-toolbar .ql-picker-label:hover .ql-stroke, .treo-theme-light .ql-toolbar .ql-picker-label:hover .ql-stroke-mitter, .treo-theme-light .ql-toolbar button.ql-active .ql-stroke, .treo-theme-light .ql-toolbar button.ql-active .ql-stroke-mitter, .treo-theme-light .ql-toolbar button:focus .ql-stroke, .treo-theme-light .ql-toolbar button:focus .ql-stroke-mitter, .treo-theme-light .ql-toolbar button:hover .ql-stroke, .treo-theme-light .ql-toolbar button:hover .ql-stroke-mitter {
            stroke: #5850ec !important;
        }

        .treo-theme-light .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .treo-theme-light .ql-toolbar .ql-picker-item:hover .ql-fill, .treo-theme-light .ql-toolbar .ql-picker-label.ql-active .ql-fill, .treo-theme-light .ql-toolbar .ql-picker-label:hover .ql-fill, .treo-theme-light .ql-toolbar button.ql-active .ql-fill, .treo-theme-light .ql-toolbar button:focus .ql-fill, .treo-theme-light .ql-toolbar button:hover .ql-fill {
            fill: #5850ec !important;
        }

.treo-theme-light .ql-container {
    border-color: #cfd8e3;
}

    .treo-theme-light .ql-container .ql-editor {
        background-color: #fbfdfe;
    }

        .treo-theme-light .ql-container .ql-editor:focus {
            background-color: #fff;
        }

        .treo-theme-light .ql-container .ql-editor.ql-blank:before {
            color: #97a6ba;
        }

.theme-dark .ql-toolbar {
    background-color: rgba(0,0,0,.05);
    border-color: #64748b;
}

    .theme-dark .ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
        border-color: #64748b;
    }

    .theme-dark .ql-toolbar .ql-picker.ql-expanded .ql-picker-options {
        border-color: #64748b;
        background: #27303f;
    }

    .theme-dark .ql-toolbar .ql-picker .ql-picker-label, .theme-dark .ql-toolbar .ql-picker .ql-picker-options .ql-picker-item {
        color: #fff;
    }

    .theme-dark .ql-toolbar .ql-stroke, .theme-dark .ql-toolbar .ql-stroke-mitter {
        stroke: #f1f5f9;
    }

    .theme-dark .ql-toolbar .ql-fill {
        fill: #f1f5f9;
    }

    .theme-dark .ql-toolbar .ql-picker-item.ql-selected, .theme-dark .ql-toolbar .ql-picker-item:hover, .theme-dark .ql-toolbar .ql-picker-label.ql-active, .theme-dark .ql-toolbar .ql-picker-label:hover, .theme-dark .ql-toolbar button.ql-active, .theme-dark .ql-toolbar button:focus, .theme-dark .ql-toolbar button:hover {
        color: #fff !important;
    }

        .theme-dark .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .theme-dark .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter, .theme-dark .ql-toolbar .ql-picker-item:hover .ql-stroke, .theme-dark .ql-toolbar .ql-picker-item:hover .ql-stroke-mitter, .theme-dark .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .theme-dark .ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter, .theme-dark .ql-toolbar .ql-picker-label:hover .ql-stroke, .theme-dark .ql-toolbar .ql-picker-label:hover .ql-stroke-mitter, .theme-dark .ql-toolbar button.ql-active .ql-stroke, .theme-dark .ql-toolbar button.ql-active .ql-stroke-mitter, .theme-dark .ql-toolbar button:focus .ql-stroke, .theme-dark .ql-toolbar button:focus .ql-stroke-mitter, .theme-dark .ql-toolbar button:hover .ql-stroke, .theme-dark .ql-toolbar button:hover .ql-stroke-mitter {
            stroke: #fff !important;
        }

        .theme-dark .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .theme-dark .ql-toolbar .ql-picker-item:hover .ql-fill, .theme-dark .ql-toolbar .ql-picker-label.ql-active .ql-fill, .theme-dark .ql-toolbar .ql-picker-label:hover .ql-fill, .theme-dark .ql-toolbar button.ql-active .ql-fill, .theme-dark .ql-toolbar button:focus .ql-fill, .theme-dark .ql-toolbar button:hover .ql-fill {
            fill: #fff !important;
        }

.theme-dark .ql-container {
    border-color: #64748b;
}

    .theme-dark .ql-container .ql-editor {
        background-color: rgba(0,0,0,.05);
    }

        .theme-dark .ql-container .ql-editor:focus {
            background-color: #27303f;
        }

        .theme-dark .ql-container .ql-editor.ql-blank:before {
            color: #64748b;
        }

.theme-light .ql-toolbar {
    background: #f1f5f9;
    border-color: #cfd8e3;
}

    .theme-light .ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
        border-color: #cfd8e3;
    }

    .theme-light .ql-toolbar .ql-picker.ql-expanded .ql-picker-options {
        border-color: #cfd8e3;
        background: #fff;
    }

    .theme-light .ql-toolbar .ql-picker .ql-picker-label, .theme-light .ql-toolbar .ql-picker .ql-picker-options .ql-picker-item {
        color: #27303f;
    }

    .theme-light .ql-toolbar .ql-stroke, .theme-light .ql-toolbar .ql-stroke-mitter {
        stroke: #64748b;
    }

    .theme-light .ql-toolbar .ql-fill {
        fill: #64748b;
    }

    .theme-light .ql-toolbar .ql-picker-item.ql-selected, .theme-light .ql-toolbar .ql-picker-item:hover, .theme-light .ql-toolbar .ql-picker-label.ql-active, .theme-light .ql-toolbar .ql-picker-label:hover, .theme-light .ql-toolbar button.ql-active, .theme-light .ql-toolbar button:focus, .theme-light .ql-toolbar button:hover {
        color: #000 !important;
    }

        .theme-light .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .theme-light .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter, .theme-light .ql-toolbar .ql-picker-item:hover .ql-stroke, .theme-light .ql-toolbar .ql-picker-item:hover .ql-stroke-mitter, .theme-light .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .theme-light .ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter, .theme-light .ql-toolbar .ql-picker-label:hover .ql-stroke, .theme-light .ql-toolbar .ql-picker-label:hover .ql-stroke-mitter, .theme-light .ql-toolbar button.ql-active .ql-stroke, .theme-light .ql-toolbar button.ql-active .ql-stroke-mitter, .theme-light .ql-toolbar button:focus .ql-stroke, .theme-light .ql-toolbar button:focus .ql-stroke-mitter, .theme-light .ql-toolbar button:hover .ql-stroke, .theme-light .ql-toolbar button:hover .ql-stroke-mitter {
            stroke: #000 !important;
        }

        .theme-light .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .theme-light .ql-toolbar .ql-picker-item:hover .ql-fill, .theme-light .ql-toolbar .ql-picker-label.ql-active .ql-fill, .theme-light .ql-toolbar .ql-picker-label:hover .ql-fill, .theme-light .ql-toolbar button.ql-active .ql-fill, .theme-light .ql-toolbar button:focus .ql-fill, .theme-light .ql-toolbar button:hover .ql-fill {
            fill: #000 !important;
        }

.theme-light .ql-container {
    border-color: #cfd8e3;
}

    .theme-light .ql-container .ql-editor {
        background-color: #fbfdfe;
    }

        .theme-light .ql-container .ql-editor:focus {
            background-color: #fff;
        }

        .theme-light .ql-container .ql-editor.ql-blank:before {
            color: #97a6ba;
        }

.space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
}

.space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(.25rem * var(--space-y-reverse)) !important;
}

.space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(.5rem * var(--space-y-reverse)) !important;
}

.space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(.75rem * var(--space-y-reverse)) !important;
}

.space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
}

.space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
}

.space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
}

.space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
}

.space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
}

.space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
}

.space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--space-y-reverse)) !important;
}

.space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
}

.space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.5rem * var(--space-y-reverse)) !important;
}

.space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
}

.space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(5.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5.5rem * var(--space-y-reverse)) !important;
}

.space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(5.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
}

.space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(6.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6.5rem * var(--space-y-reverse)) !important;
}

.space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(6.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(6.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
}

.space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(7.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7.5rem * var(--space-y-reverse)) !important;
}

.space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(7.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(7.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
}

.space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(9rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--space-y-reverse)) !important;
}

.space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(9rem * var(--space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
}

.space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
}

.space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
}

.space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
}

.space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
}

.space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2px * var(--space-y-reverse)) !important;
}

.space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(2px * var(--space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-.25rem * var(--space-y-reverse)) !important;
}

.-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-.5rem * var(--space-y-reverse)) !important;
}

.-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-.75rem * var(--space-y-reverse)) !important;
}

.-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
}

.-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
}

.-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
}

.-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
}

.-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
}

.-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
}

.-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-14 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--space-y-reverse)) !important;
}

.-space-x-14 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-3.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
}

.-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-18 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.5rem * var(--space-y-reverse)) !important;
}

.-space-x-18 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-4.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
}

.-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-22 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-5.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5.5rem * var(--space-y-reverse)) !important;
}

.-space-x-22 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-5.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
}

.-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-26 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-6.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6.5rem * var(--space-y-reverse)) !important;
}

.-space-x-26 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-6.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-28 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
}

.-space-x-28 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-30 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-7.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7.5rem * var(--space-y-reverse)) !important;
}

.-space-x-30 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-7.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
}

.-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-36 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--space-y-reverse)) !important;
}

.-space-x-36 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-9rem * var(--space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
}

.-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
}

.-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
}

.-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
}

.-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
}

.-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-2px > :not(template) ~ :not(template) {
    --space-y-reverse:0 !important;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2px * var(--space-y-reverse)) !important;
}

.-space-x-2px > :not(template) ~ :not(template) {
    --space-x-reverse:0 !important;
    margin-right: calc(-2px * var(--space-x-reverse)) !important;
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse:1 !important;
}

.space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse:1 !important;
}

.divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse:0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
}

.divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse:0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse:0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
}

.divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse:0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse:0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
}

.divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse:0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse:0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
}

.divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse:0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse:0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
}

.divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse:0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse:1 !important;
}

.divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse:1 !important;
}

.divide-current > :not(template) ~ :not(template) {
    border-color: currentColor !important;
}

.divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent !important;
}

.divide-white > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #fff !important;
    border-color: rgba(255,255,255,var(--divide-opacity)) !important;
}

.divide-black > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #000 !important;
    border-color: rgba(0,0,0,var(--divide-opacity)) !important;
}

.divide-gray-50 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #f9fafb !important;
    border-color: rgba(249,250,251,var(--divide-opacity)) !important;
}

.divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #f4f5f7 !important;
    border-color: rgba(244,245,247,var(--divide-opacity)) !important;
}

.divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #e5e7eb !important;
    border-color: rgba(229,231,235,var(--divide-opacity)) !important;
}

.divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #d2d6dc !important;
    border-color: rgba(210,214,220,var(--divide-opacity)) !important;
}

.divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #9fa6b2 !important;
    border-color: rgba(159,166,178,var(--divide-opacity)) !important;
}

.divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #6b7280 !important;
    border-color: rgba(107,114,128,var(--divide-opacity)) !important;
}

.divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #4b5563 !important;
    border-color: rgba(75,85,99,var(--divide-opacity)) !important;
}

.divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #374151 !important;
    border-color: rgba(55,65,81,var(--divide-opacity)) !important;
}

.divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #252f3f !important;
    border-color: rgba(37,47,63,var(--divide-opacity)) !important;
}

.divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #161e2e !important;
    border-color: rgba(22,30,46,var(--divide-opacity)) !important;
}

.divide-gray > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #6b7280 !important;
    border-color: rgba(107,114,128,var(--divide-opacity)) !important;
}

.divide-cool-gray-50 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #fbfdfe !important;
    border-color: rgba(251,253,254,var(--divide-opacity)) !important;
}

.divide-cool-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241,245,249,var(--divide-opacity)) !important;
}

.divide-cool-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226,232,240,var(--divide-opacity)) !important;
}

.divide-cool-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #cfd8e3 !important;
    border-color: rgba(207,216,227,var(--divide-opacity)) !important;
}

.divide-cool-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #97a6ba !important;
    border-color: rgba(151,166,186,var(--divide-opacity)) !important;
}

.divide-cool-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #64748b !important;
    border-color: rgba(100,116,139,var(--divide-opacity)) !important;
}

.divide-cool-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #475569 !important;
    border-color: rgba(71,85,105,var(--divide-opacity)) !important;
}

.divide-cool-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #364152 !important;
    border-color: rgba(54,65,82,var(--divide-opacity)) !important;
}

.divide-cool-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #27303f !important;
    border-color: rgba(39,48,63,var(--divide-opacity)) !important;
}

.divide-cool-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #1a202e !important;
    border-color: rgba(26,32,46,var(--divide-opacity)) !important;
}

.divide-cool-gray > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #64748b !important;
    border-color: rgba(100,116,139,var(--divide-opacity)) !important;
}

.divide-red-50 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #fdf2f2 !important;
    border-color: rgba(253,242,242,var(--divide-opacity)) !important;
}

.divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #fde8e8 !important;
    border-color: rgba(253,232,232,var(--divide-opacity)) !important;
}

.divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #fbd5d5 !important;
    border-color: rgba(251,213,213,var(--divide-opacity)) !important;
}

.divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #f8b4b4 !important;
    border-color: rgba(248,180,180,var(--divide-opacity)) !important;
}

.divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #f98080 !important;
    border-color: rgba(249,128,128,var(--divide-opacity)) !important;
}

.divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #f05252 !important;
    border-color: rgba(240,82,82,var(--divide-opacity)) !important;
}

.divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #e02424 !important;
    border-color: rgba(224,36,36,var(--divide-opacity)) !important;
}

.divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #c81e1e !important;
    border-color: rgba(200,30,30,var(--divide-opacity)) !important;
}

.divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #9b1c1c !important;
    border-color: rgba(155,28,28,var(--divide-opacity)) !important;
}

.divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119,29,29,var(--divide-opacity)) !important;
}

.divide-red > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #f05252 !important;
    border-color: rgba(240,82,82,var(--divide-opacity)) !important;
}

.divide-orange-50 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #fff8f1 !important;
    border-color: rgba(255,248,241,var(--divide-opacity)) !important;
}

.divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #feecdc !important;
    border-color: rgba(254,236,220,var(--divide-opacity)) !important;
}

.divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #fcd9bd !important;
    border-color: rgba(252,217,189,var(--divide-opacity)) !important;
}

.divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #fdba8c !important;
    border-color: rgba(253,186,140,var(--divide-opacity)) !important;
}

.divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #ff8a4c !important;
    border-color: rgba(255,138,76,var(--divide-opacity)) !important;
}

.divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #ff5a1f !important;
    border-color: rgba(255,90,31,var(--divide-opacity)) !important;
}

.divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #d03801 !important;
    border-color: rgba(208,56,1,var(--divide-opacity)) !important;
}

.divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #b43403 !important;
    border-color: rgba(180,52,3,var(--divide-opacity)) !important;
}

.divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #8a2c0d !important;
    border-color: rgba(138,44,13,var(--divide-opacity)) !important;
}

.divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119,29,29,var(--divide-opacity)) !important;
}

.divide-orange > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #ff5a1f !important;
    border-color: rgba(255,90,31,var(--divide-opacity)) !important;
}

.divide-yellow-50 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #fdfdea !important;
    border-color: rgba(253,253,234,var(--divide-opacity)) !important;
}

.divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #fdf6b2 !important;
    border-color: rgba(253,246,178,var(--divide-opacity)) !important;
}

.divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #fce96a !important;
    border-color: rgba(252,233,106,var(--divide-opacity)) !important;
}

.divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #faca15 !important;
    border-color: rgba(250,202,21,var(--divide-opacity)) !important;
}

.divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #e3a008 !important;
    border-color: rgba(227,160,8,var(--divide-opacity)) !important;
}

.divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #c27803 !important;
    border-color: rgba(194,120,3,var(--divide-opacity)) !important;
}

.divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #9f580a !important;
    border-color: rgba(159,88,10,var(--divide-opacity)) !important;
}

.divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #8e4b10 !important;
    border-color: rgba(142,75,16,var(--divide-opacity)) !important;
}

.divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #723b13 !important;
    border-color: rgba(114,59,19,var(--divide-opacity)) !important;
}

.divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #633112 !important;
    border-color: rgba(99,49,18,var(--divide-opacity)) !important;
}

.divide-yellow > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #c27803 !important;
    border-color: rgba(194,120,3,var(--divide-opacity)) !important;
}

.divide-green-50 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #f3faf7 !important;
    border-color: rgba(243,250,247,var(--divide-opacity)) !important;
}

.divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #def7ec !important;
    border-color: rgba(222,247,236,var(--divide-opacity)) !important;
}

.divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #bcf0da !important;
    border-color: rgba(188,240,218,var(--divide-opacity)) !important;
}

.divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #84e1bc !important;
    border-color: rgba(132,225,188,var(--divide-opacity)) !important;
}

.divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #31c48d !important;
    border-color: rgba(49,196,141,var(--divide-opacity)) !important;
}

.divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #0e9f6e !important;
    border-color: rgba(14,159,110,var(--divide-opacity)) !important;
}

.divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #057a55 !important;
    border-color: rgba(5,122,85,var(--divide-opacity)) !important;
}

.divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #046c4e !important;
    border-color: rgba(4,108,78,var(--divide-opacity)) !important;
}

.divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #03543f !important;
    border-color: rgba(3,84,63,var(--divide-opacity)) !important;
}

.divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #014737 !important;
    border-color: rgba(1,71,55,var(--divide-opacity)) !important;
}

.divide-green > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #0e9f6e !important;
    border-color: rgba(14,159,110,var(--divide-opacity)) !important;
}

.divide-teal-50 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #edfafa !important;
    border-color: rgba(237,250,250,var(--divide-opacity)) !important;
}

.divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #d5f5f6 !important;
    border-color: rgba(213,245,246,var(--divide-opacity)) !important;
}

.divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #afecef !important;
    border-color: rgba(175,236,239,var(--divide-opacity)) !important;
}

.divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #7edce2 !important;
    border-color: rgba(126,220,226,var(--divide-opacity)) !important;
}

.divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #16bdca !important;
    border-color: rgba(22,189,202,var(--divide-opacity)) !important;
}

.divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #0694a2 !important;
    border-color: rgba(6,148,162,var(--divide-opacity)) !important;
}

.divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #047481 !important;
    border-color: rgba(4,116,129,var(--divide-opacity)) !important;
}

.divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #036672 !important;
    border-color: rgba(3,102,114,var(--divide-opacity)) !important;
}

.divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #05505c !important;
    border-color: rgba(5,80,92,var(--divide-opacity)) !important;
}

.divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #014451 !important;
    border-color: rgba(1,68,81,var(--divide-opacity)) !important;
}

.divide-teal > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #0694a2 !important;
    border-color: rgba(6,148,162,var(--divide-opacity)) !important;
}

.divide-blue-50 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #ebf5ff !important;
    border-color: rgba(235,245,255,var(--divide-opacity)) !important;
}

.divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #e1effe !important;
    border-color: rgba(225,239,254,var(--divide-opacity)) !important;
}

.divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #c3ddfd !important;
    border-color: rgba(195,221,253,var(--divide-opacity)) !important;
}

.divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #a4cafe !important;
    border-color: rgba(164,202,254,var(--divide-opacity)) !important;
}

.divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #76a9fa !important;
    border-color: rgba(118,169,250,var(--divide-opacity)) !important;
}

.divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #3f83f8 !important;
    border-color: rgba(63,131,248,var(--divide-opacity)) !important;
}

.divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #1c64f2 !important;
    border-color: rgba(28,100,242,var(--divide-opacity)) !important;
}

.divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #1a56db !important;
    border-color: rgba(26,86,219,var(--divide-opacity)) !important;
}

.divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #1e429f !important;
    border-color: rgba(30,66,159,var(--divide-opacity)) !important;
}

.divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #233876 !important;
    border-color: rgba(35,56,118,var(--divide-opacity)) !important;
}

.divide-blue > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #3f83f8 !important;
    border-color: rgba(63,131,248,var(--divide-opacity)) !important;
}

.divide-indigo-50 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #f0f5ff !important;
    border-color: rgba(240,245,255,var(--divide-opacity)) !important;
}

.divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #e5edff !important;
    border-color: rgba(229,237,255,var(--divide-opacity)) !important;
}

.divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #cddbfe !important;
    border-color: rgba(205,219,254,var(--divide-opacity)) !important;
}

.divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #b4c6fc !important;
    border-color: rgba(180,198,252,var(--divide-opacity)) !important;
}

.divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #8da2fb !important;
    border-color: rgba(141,162,251,var(--divide-opacity)) !important;
}

.divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #6875f5 !important;
    border-color: rgba(104,117,245,var(--divide-opacity)) !important;
}

.divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #5850ec !important;
    border-color: rgba(88,80,236,var(--divide-opacity)) !important;
}

.divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #5145cd !important;
    border-color: rgba(81,69,205,var(--divide-opacity)) !important;
}

.divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #42389d !important;
    border-color: rgba(66,56,157,var(--divide-opacity)) !important;
}

.divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #362f78 !important;
    border-color: rgba(54,47,120,var(--divide-opacity)) !important;
}

.divide-indigo > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #6875f5 !important;
    border-color: rgba(104,117,245,var(--divide-opacity)) !important;
}

.divide-purple-50 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #f6f5ff !important;
    border-color: rgba(246,245,255,var(--divide-opacity)) !important;
}

.divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #edebfe !important;
    border-color: rgba(237,235,254,var(--divide-opacity)) !important;
}

.divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #dcd7fe !important;
    border-color: rgba(220,215,254,var(--divide-opacity)) !important;
}

.divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #cabffd !important;
    border-color: rgba(202,191,253,var(--divide-opacity)) !important;
}

.divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #ac94fa !important;
    border-color: rgba(172,148,250,var(--divide-opacity)) !important;
}

.divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #9061f9 !important;
    border-color: rgba(144,97,249,var(--divide-opacity)) !important;
}

.divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #7e3af2 !important;
    border-color: rgba(126,58,242,var(--divide-opacity)) !important;
}

.divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #6c2bd9 !important;
    border-color: rgba(108,43,217,var(--divide-opacity)) !important;
}

.divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #5521b5 !important;
    border-color: rgba(85,33,181,var(--divide-opacity)) !important;
}

.divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #4a1d96 !important;
    border-color: rgba(74,29,150,var(--divide-opacity)) !important;
}

.divide-purple > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #9061f9 !important;
    border-color: rgba(144,97,249,var(--divide-opacity)) !important;
}

.divide-pink-50 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #fdf2f8 !important;
    border-color: rgba(253,242,248,var(--divide-opacity)) !important;
}

.divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #fce8f3 !important;
    border-color: rgba(252,232,243,var(--divide-opacity)) !important;
}

.divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #fad1e8 !important;
    border-color: rgba(250,209,232,var(--divide-opacity)) !important;
}

.divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #f8b4d9 !important;
    border-color: rgba(248,180,217,var(--divide-opacity)) !important;
}

.divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #f17eb8 !important;
    border-color: rgba(241,126,184,var(--divide-opacity)) !important;
}

.divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #e74694 !important;
    border-color: rgba(231,70,148,var(--divide-opacity)) !important;
}

.divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #d61f69 !important;
    border-color: rgba(214,31,105,var(--divide-opacity)) !important;
}

.divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #bf125d !important;
    border-color: rgba(191,18,93,var(--divide-opacity)) !important;
}

.divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #99154b !important;
    border-color: rgba(153,21,75,var(--divide-opacity)) !important;
}

.divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #751a3d !important;
    border-color: rgba(117,26,61,var(--divide-opacity)) !important;
}

.divide-pink > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
    border-color: #e74694 !important;
    border-color: rgba(231,70,148,var(--divide-opacity)) !important;
}

.divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity:0 !important;
}

.divide-opacity-12 > :not(template) ~ :not(template) {
    --divide-opacity:0.12 !important;
}

.divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity:0.25 !important;
}

.divide-opacity-38 > :not(template) ~ :not(template) {
    --divide-opacity:0.38 !important;
}

.divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity:0.5 !important;
}

.divide-opacity-54 > :not(template) ~ :not(template) {
    --divide-opacity:0.54 !important;
}

.divide-opacity-70 > :not(template) ~ :not(template) {
    --divide-opacity:0.70 !important;
}

.divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity:0.75 !important;
}

.divide-opacity-84 > :not(template) ~ :not(template) {
    --divide-opacity:0.84 !important;
}

.divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity:1 !important;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
}

.not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
}

.focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
}

.focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
}

.appearance-none {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.bg-fixed {
    background-attachment: fixed !important;
}

.bg-local {
    background-attachment: local !important;
}

.bg-scroll {
    background-attachment: scroll !important;
}

.bg-current {
    background-color: currentColor !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-white {
    background-color: #fff !important;
    background-color: rgba(255,255,255,var(--bg-opacity)) !important;
}

.bg-black, .bg-white {
    --bg-opacity:1 !important;
}

.bg-black {
    background-color: #000 !important;
    background-color: rgba(0,0,0,var(--bg-opacity)) !important;
}

.bg-gray-50 {
    --bg-opacity:1 !important;
    background-color: #f9fafb !important;
    background-color: rgba(249,250,251,var(--bg-opacity)) !important;
}

.bg-gray-100 {
    --bg-opacity:1 !important;
    background-color: #f4f5f7 !important;
    background-color: rgba(244,245,247,var(--bg-opacity)) !important;
}

.bg-gray-200 {
    --bg-opacity:1 !important;
    background-color: #e5e7eb !important;
    background-color: rgba(229,231,235,var(--bg-opacity)) !important;
}

.bg-gray-300 {
    --bg-opacity:1 !important;
    background-color: #d2d6dc !important;
    background-color: rgba(210,214,220,var(--bg-opacity)) !important;
}

.bg-gray-400 {
    --bg-opacity:1 !important;
    background-color: #9fa6b2 !important;
    background-color: rgba(159,166,178,var(--bg-opacity)) !important;
}

.bg-gray-500 {
    --bg-opacity:1 !important;
    background-color: #6b7280 !important;
    background-color: rgba(107,114,128,var(--bg-opacity)) !important;
}

.bg-gray-600 {
    --bg-opacity:1 !important;
    background-color: #4b5563 !important;
    background-color: rgba(75,85,99,var(--bg-opacity)) !important;
}

.bg-gray-700 {
    --bg-opacity:1 !important;
    background-color: #374151 !important;
    background-color: rgba(55,65,81,var(--bg-opacity)) !important;
}

.bg-gray-800 {
    --bg-opacity:1 !important;
    background-color: #252f3f !important;
    background-color: rgba(37,47,63,var(--bg-opacity)) !important;
}

.bg-gray-900 {
    background-color: #161e2e !important;
    background-color: rgba(22,30,46,var(--bg-opacity)) !important;
}

.bg-gray, .bg-gray-900 {
    --bg-opacity:1 !important;
}

.bg-gray {
    background-color: #6b7280 !important;
    background-color: rgba(107,114,128,var(--bg-opacity)) !important;
}

.bg-cool-gray-50 {
    --bg-opacity:1 !important;
    background-color: #fbfdfe !important;
    background-color: rgba(251,253,254,var(--bg-opacity)) !important;
}

.bg-cool-gray-100 {
    --bg-opacity:1 !important;
    background-color: #f1f5f9 !important;
    background-color: rgba(241,245,249,var(--bg-opacity)) !important;
}

.bg-cool-gray-200 {
    --bg-opacity:1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226,232,240,var(--bg-opacity)) !important;
}

.bg-cool-gray-300 {
    --bg-opacity:1 !important;
    background-color: #cfd8e3 !important;
    background-color: rgba(207,216,227,var(--bg-opacity)) !important;
}

.bg-cool-gray-400 {
    --bg-opacity:1 !important;
    background-color: #97a6ba !important;
    background-color: rgba(151,166,186,var(--bg-opacity)) !important;
}

.bg-cool-gray-500 {
    --bg-opacity:1 !important;
    background-color: #64748b !important;
    background-color: rgba(100,116,139,var(--bg-opacity)) !important;
}

.bg-cool-gray-600 {
    --bg-opacity:1 !important;
    background-color: #475569 !important;
    background-color: rgba(71,85,105,var(--bg-opacity)) !important;
}

.bg-cool-gray-700 {
    --bg-opacity:1 !important;
    background-color: #364152 !important;
    background-color: rgba(54,65,82,var(--bg-opacity)) !important;
}

.bg-cool-gray-800 {
    --bg-opacity:1 !important;
    background-color: #27303f !important;
    background-color: rgba(39,48,63,var(--bg-opacity)) !important;
}

.bg-cool-gray-900 {
    --bg-opacity:1 !important;
    background-color: #1a202e !important;
    background-color: rgba(26,32,46,var(--bg-opacity)) !important;
}

.bg-cool-gray {
    --bg-opacity:1 !important;
    background-color: #64748b !important;
    background-color: rgba(100,116,139,var(--bg-opacity)) !important;
}

.bg-red-50 {
    background-color: #fdf2f2 !important;
    background-color: rgba(253,242,242,var(--bg-opacity)) !important;
}

.bg-red-50, .bg-red-100 {
    --bg-opacity:1 !important;
}

.bg-red-100 {
    background-color: #fde8e8 !important;
    background-color: rgba(253,232,232,var(--bg-opacity)) !important;
}

.bg-red-200 {
    background-color: #fbd5d5 !important;
    background-color: rgba(251,213,213,var(--bg-opacity)) !important;
}

.bg-red-200, .bg-red-300 {
    --bg-opacity:1 !important;
}

.bg-red-300 {
    background-color: #f8b4b4 !important;
    background-color: rgba(248,180,180,var(--bg-opacity)) !important;
}

.bg-red-400 {
    background-color: #f98080 !important;
    background-color: rgba(249,128,128,var(--bg-opacity)) !important;
}

.bg-red-400, .bg-red-500 {
    --bg-opacity:1 !important;
}

.bg-red-500 {
    background-color: #f05252 !important;
    background-color: rgba(240,82,82,var(--bg-opacity)) !important;
}

.bg-red-600 {
    background-color: #e02424 !important;
    background-color: rgba(224,36,36,var(--bg-opacity)) !important;
}

.bg-red-600, .bg-red-700 {
    --bg-opacity:1 !important;
}

.bg-red-700 {
    background-color: #c81e1e !important;
    background-color: rgba(200,30,30,var(--bg-opacity)) !important;
}

.bg-red-800 {
    background-color: #9b1c1c !important;
    background-color: rgba(155,28,28,var(--bg-opacity)) !important;
}

.bg-red-800, .bg-red-900 {
    --bg-opacity:1 !important;
}

.bg-red-900 {
    background-color: #771d1d !important;
    background-color: rgba(119,29,29,var(--bg-opacity)) !important;
}

.bg-red {
    background-color: #f05252 !important;
    background-color: rgba(240,82,82,var(--bg-opacity)) !important;
}

.bg-orange-50, .bg-red {
    --bg-opacity:1 !important;
}

.bg-orange-50 {
    background-color: #fff8f1 !important;
    background-color: rgba(255,248,241,var(--bg-opacity)) !important;
}

.bg-orange-100 {
    --bg-opacity:1 !important;
    background-color: #feecdc !important;
    background-color: rgba(254,236,220,var(--bg-opacity)) !important;
}

.bg-orange-200 {
    --bg-opacity:1 !important;
    background-color: #fcd9bd !important;
    background-color: rgba(252,217,189,var(--bg-opacity)) !important;
}

.bg-orange-300 {
    --bg-opacity:1 !important;
    background-color: #fdba8c !important;
    background-color: rgba(253,186,140,var(--bg-opacity)) !important;
}

.bg-orange-400 {
    --bg-opacity:1 !important;
    background-color: #ff8a4c !important;
    background-color: rgba(255,138,76,var(--bg-opacity)) !important;
}

.bg-orange-500 {
    --bg-opacity:1 !important;
    background-color: #ff5a1f !important;
    background-color: rgba(255,90,31,var(--bg-opacity)) !important;
}

.bg-orange-600 {
    --bg-opacity:1 !important;
    background-color: #d03801 !important;
    background-color: rgba(208,56,1,var(--bg-opacity)) !important;
}

.bg-orange-700 {
    --bg-opacity:1 !important;
    background-color: #b43403 !important;
    background-color: rgba(180,52,3,var(--bg-opacity)) !important;
}

.bg-orange-800 {
    --bg-opacity:1 !important;
    background-color: #8a2c0d !important;
    background-color: rgba(138,44,13,var(--bg-opacity)) !important;
}

.bg-orange-900 {
    --bg-opacity:1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119,29,29,var(--bg-opacity)) !important;
}

.bg-orange {
    --bg-opacity:1 !important;
    background-color: #ff5a1f !important;
    background-color: rgba(255,90,31,var(--bg-opacity)) !important;
}

.bg-yellow-50 {
    --bg-opacity:1 !important;
    background-color: #fdfdea !important;
    background-color: rgba(253,253,234,var(--bg-opacity)) !important;
}

.bg-yellow-100 {
    --bg-opacity:1 !important;
    background-color: #fdf6b2 !important;
    background-color: rgba(253,246,178,var(--bg-opacity)) !important;
}

.bg-yellow-200 {
    --bg-opacity:1 !important;
    background-color: #fce96a !important;
    background-color: rgba(252,233,106,var(--bg-opacity)) !important;
}

.bg-yellow-300 {
    --bg-opacity:1 !important;
    background-color: #faca15 !important;
    background-color: rgba(250,202,21,var(--bg-opacity)) !important;
}

.bg-yellow-400 {
    --bg-opacity:1 !important;
    background-color: #e3a008 !important;
    background-color: rgba(227,160,8,var(--bg-opacity)) !important;
}

.bg-yellow-500 {
    --bg-opacity:1 !important;
    background-color: #c27803 !important;
    background-color: rgba(194,120,3,var(--bg-opacity)) !important;
}

.bg-yellow-600 {
    --bg-opacity:1 !important;
    background-color: #9f580a !important;
    background-color: rgba(159,88,10,var(--bg-opacity)) !important;
}

.bg-yellow-700 {
    --bg-opacity:1 !important;
    background-color: #8e4b10 !important;
    background-color: rgba(142,75,16,var(--bg-opacity)) !important;
}

.bg-yellow-800 {
    --bg-opacity:1 !important;
    background-color: #723b13 !important;
    background-color: rgba(114,59,19,var(--bg-opacity)) !important;
}

.bg-yellow-900 {
    --bg-opacity:1 !important;
    background-color: #633112 !important;
    background-color: rgba(99,49,18,var(--bg-opacity)) !important;
}

.bg-yellow {
    background-color: #c27803 !important;
    background-color: rgba(194,120,3,var(--bg-opacity)) !important;
}

.bg-green-50, .bg-yellow {
    --bg-opacity:1 !important;
}

.bg-green-50 {
    background-color: #f3faf7 !important;
    background-color: rgba(243,250,247,var(--bg-opacity)) !important;
}

.bg-green-100 {
    --bg-opacity:1 !important;
    background-color: #def7ec !important;
    background-color: rgba(222,247,236,var(--bg-opacity)) !important;
}

.bg-green-200 {
    --bg-opacity:1 !important;
    background-color: #bcf0da !important;
    background-color: rgba(188,240,218,var(--bg-opacity)) !important;
}

.bg-green-300 {
    --bg-opacity:1 !important;
    background-color: #84e1bc !important;
    background-color: rgba(132,225,188,var(--bg-opacity)) !important;
}

.bg-green-400 {
    --bg-opacity:1 !important;
    background-color: #31c48d !important;
    background-color: rgba(49,196,141,var(--bg-opacity)) !important;
}

.bg-green-500 {
    --bg-opacity:1 !important;
    background-color: #0e9f6e !important;
    background-color: rgba(14,159,110,var(--bg-opacity)) !important;
}

.bg-green-600 {
    --bg-opacity:1 !important;
    background-color: #057a55 !important;
    background-color: rgba(5,122,85,var(--bg-opacity)) !important;
}

.bg-green-700 {
    --bg-opacity:1 !important;
    background-color: #046c4e !important;
    background-color: rgba(4,108,78,var(--bg-opacity)) !important;
}

.bg-green-800 {
    --bg-opacity:1 !important;
    background-color: #03543f !important;
    background-color: rgba(3,84,63,var(--bg-opacity)) !important;
}

.bg-green-900 {
    background-color: #014737 !important;
    background-color: rgba(1,71,55,var(--bg-opacity)) !important;
}

.bg-green, .bg-green-900 {
    --bg-opacity:1 !important;
}

.bg-green {
    background-color: #0e9f6e !important;
    background-color: rgba(14,159,110,var(--bg-opacity)) !important;
}

.bg-teal-50 {
    --bg-opacity:1 !important;
    background-color: #edfafa !important;
    background-color: rgba(237,250,250,var(--bg-opacity)) !important;
}

.bg-teal-100 {
    --bg-opacity:1 !important;
    background-color: #d5f5f6 !important;
    background-color: rgba(213,245,246,var(--bg-opacity)) !important;
}

.bg-teal-200 {
    --bg-opacity:1 !important;
    background-color: #afecef !important;
    background-color: rgba(175,236,239,var(--bg-opacity)) !important;
}

.bg-teal-300 {
    --bg-opacity:1 !important;
    background-color: #7edce2 !important;
    background-color: rgba(126,220,226,var(--bg-opacity)) !important;
}

.bg-teal-400 {
    --bg-opacity:1 !important;
    background-color: #16bdca !important;
    background-color: rgba(22,189,202,var(--bg-opacity)) !important;
}

.bg-teal-500 {
    --bg-opacity:1 !important;
    background-color: #0694a2 !important;
    background-color: rgba(6,148,162,var(--bg-opacity)) !important;
}

.bg-teal-600 {
    --bg-opacity:1 !important;
    background-color: #047481 !important;
    background-color: rgba(4,116,129,var(--bg-opacity)) !important;
}

.bg-teal-700 {
    --bg-opacity:1 !important;
    background-color: #036672 !important;
    background-color: rgba(3,102,114,var(--bg-opacity)) !important;
}

.bg-teal-800 {
    --bg-opacity:1 !important;
    background-color: #05505c !important;
    background-color: rgba(5,80,92,var(--bg-opacity)) !important;
}

.bg-teal-900 {
    background-color: #014451 !important;
    background-color: rgba(1,68,81,var(--bg-opacity)) !important;
}

.bg-teal, .bg-teal-900 {
    --bg-opacity:1 !important;
}

.bg-teal {
    background-color: #0694a2 !important;
    background-color: rgba(6,148,162,var(--bg-opacity)) !important;
}

.bg-blue-50 {
    --bg-opacity:1 !important;
    background-color: #ebf5ff !important;
    background-color: rgba(235,245,255,var(--bg-opacity)) !important;
}

.bg-blue-100 {
    --bg-opacity:1 !important;
    background-color: #e1effe !important;
    background-color: rgba(225,239,254,var(--bg-opacity)) !important;
}

.bg-blue-200 {
    --bg-opacity:1 !important;
    background-color: #c3ddfd !important;
    background-color: rgba(195,221,253,var(--bg-opacity)) !important;
}

.bg-blue-300 {
    --bg-opacity:1 !important;
    background-color: #a4cafe !important;
    background-color: rgba(164,202,254,var(--bg-opacity)) !important;
}

.bg-blue-400 {
    --bg-opacity:1 !important;
    background-color: #76a9fa !important;
    background-color: rgba(118,169,250,var(--bg-opacity)) !important;
}

.bg-blue-500 {
    --bg-opacity:1 !important;
    background-color: #3f83f8 !important;
    background-color: rgba(63,131,248,var(--bg-opacity)) !important;
}

.bg-blue-600 {
    --bg-opacity:1 !important;
    background-color: #1c64f2 !important;
    background-color: rgba(28,100,242,var(--bg-opacity)) !important;
}

.bg-blue-700 {
    --bg-opacity:1 !important;
    background-color: #1a56db !important;
    background-color: rgba(26,86,219,var(--bg-opacity)) !important;
}

.bg-blue-800 {
    --bg-opacity:1 !important;
    background-color: #1e429f !important;
    background-color: rgba(30,66,159,var(--bg-opacity)) !important;
}

.bg-blue-900 {
    background-color: #233876 !important;
    background-color: rgba(35,56,118,var(--bg-opacity)) !important;
}

.bg-blue, .bg-blue-900 {
    --bg-opacity:1 !important;
}

.bg-blue {
    background-color: #3f83f8 !important;
    background-color: rgba(63,131,248,var(--bg-opacity)) !important;
}

.bg-indigo-50 {
    --bg-opacity:1 !important;
    background-color: #f0f5ff !important;
    background-color: rgba(240,245,255,var(--bg-opacity)) !important;
}

.bg-indigo-100 {
    --bg-opacity:1 !important;
    background-color: #e5edff !important;
    background-color: rgba(229,237,255,var(--bg-opacity)) !important;
}

.bg-indigo-200 {
    --bg-opacity:1 !important;
    background-color: #cddbfe !important;
    background-color: rgba(205,219,254,var(--bg-opacity)) !important;
}

.bg-indigo-300 {
    --bg-opacity:1 !important;
    background-color: #b4c6fc !important;
    background-color: rgba(180,198,252,var(--bg-opacity)) !important;
}

.bg-indigo-400 {
    --bg-opacity:1 !important;
    background-color: #8da2fb !important;
    background-color: rgba(141,162,251,var(--bg-opacity)) !important;
}

.bg-indigo-500 {
    --bg-opacity:1 !important;
    background-color: #6875f5 !important;
    background-color: rgba(104,117,245,var(--bg-opacity)) !important;
}

.bg-indigo-600 {
    --bg-opacity:1 !important;
    background-color: #5850ec !important;
    background-color: rgba(88,80,236,var(--bg-opacity)) !important;
}

.bg-indigo-700 {
    --bg-opacity:1 !important;
    background-color: #5145cd !important;
    background-color: rgba(81,69,205,var(--bg-opacity)) !important;
}

.bg-indigo-800 {
    --bg-opacity:1 !important;
    background-color: #42389d !important;
    background-color: rgba(66,56,157,var(--bg-opacity)) !important;
}

.bg-indigo-900 {
    --bg-opacity:1 !important;
    background-color: #362f78 !important;
    background-color: rgba(54,47,120,var(--bg-opacity)) !important;
}

.bg-indigo {
    --bg-opacity:1 !important;
    background-color: #6875f5 !important;
    background-color: rgba(104,117,245,var(--bg-opacity)) !important;
}

.bg-purple-50 {
    --bg-opacity:1 !important;
    background-color: #f6f5ff !important;
    background-color: rgba(246,245,255,var(--bg-opacity)) !important;
}

.bg-purple-100 {
    --bg-opacity:1 !important;
    background-color: #edebfe !important;
    background-color: rgba(237,235,254,var(--bg-opacity)) !important;
}

.bg-purple-200 {
    --bg-opacity:1 !important;
    background-color: #dcd7fe !important;
    background-color: rgba(220,215,254,var(--bg-opacity)) !important;
}

.bg-purple-300 {
    --bg-opacity:1 !important;
    background-color: #cabffd !important;
    background-color: rgba(202,191,253,var(--bg-opacity)) !important;
}

.bg-purple-400 {
    --bg-opacity:1 !important;
    background-color: #ac94fa !important;
    background-color: rgba(172,148,250,var(--bg-opacity)) !important;
}

.bg-purple-500 {
    --bg-opacity:1 !important;
    background-color: #9061f9 !important;
    background-color: rgba(144,97,249,var(--bg-opacity)) !important;
}

.bg-purple-600 {
    --bg-opacity:1 !important;
    background-color: #7e3af2 !important;
    background-color: rgba(126,58,242,var(--bg-opacity)) !important;
}

.bg-purple-700 {
    --bg-opacity:1 !important;
    background-color: #6c2bd9 !important;
    background-color: rgba(108,43,217,var(--bg-opacity)) !important;
}

.bg-purple-800 {
    --bg-opacity:1 !important;
    background-color: #5521b5 !important;
    background-color: rgba(85,33,181,var(--bg-opacity)) !important;
}

.bg-purple-900 {
    --bg-opacity:1 !important;
    background-color: #4a1d96 !important;
    background-color: rgba(74,29,150,var(--bg-opacity)) !important;
}

.bg-purple {
    background-color: #9061f9 !important;
    background-color: rgba(144,97,249,var(--bg-opacity)) !important;
}

.bg-pink-50, .bg-purple {
    --bg-opacity:1 !important;
}

.bg-pink-50 {
    background-color: #fdf2f8 !important;
    background-color: rgba(253,242,248,var(--bg-opacity)) !important;
}

.bg-pink-100 {
    --bg-opacity:1 !important;
    background-color: #fce8f3 !important;
    background-color: rgba(252,232,243,var(--bg-opacity)) !important;
}

.bg-pink-200 {
    --bg-opacity:1 !important;
    background-color: #fad1e8 !important;
    background-color: rgba(250,209,232,var(--bg-opacity)) !important;
}

.bg-pink-300 {
    --bg-opacity:1 !important;
    background-color: #f8b4d9 !important;
    background-color: rgba(248,180,217,var(--bg-opacity)) !important;
}

.bg-pink-400 {
    --bg-opacity:1 !important;
    background-color: #f17eb8 !important;
    background-color: rgba(241,126,184,var(--bg-opacity)) !important;
}

.bg-pink-500 {
    --bg-opacity:1 !important;
    background-color: #e74694 !important;
    background-color: rgba(231,70,148,var(--bg-opacity)) !important;
}

.bg-pink-600 {
    --bg-opacity:1 !important;
    background-color: #d61f69 !important;
    background-color: rgba(214,31,105,var(--bg-opacity)) !important;
}

.bg-pink-700 {
    --bg-opacity:1 !important;
    background-color: #bf125d !important;
    background-color: rgba(191,18,93,var(--bg-opacity)) !important;
}

.bg-pink-800 {
    --bg-opacity:1 !important;
    background-color: #99154b !important;
    background-color: rgba(153,21,75,var(--bg-opacity)) !important;
}

.bg-pink-900 {
    background-color: #751a3d !important;
    background-color: rgba(117,26,61,var(--bg-opacity)) !important;
}

.bg-pink, .bg-pink-900 {
    --bg-opacity:1 !important;
}

.bg-pink {
    background-color: #e74694 !important;
    background-color: rgba(231,70,148,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-current, [class*=theme-dark] .dark\:bg-current, [class*=theme-light].light\:bg-current, [class*=theme-light] .light\:bg-current {
    background-color: currentColor !important;
}

[class*=theme-dark].dark\:bg-transparent, [class*=theme-dark] .dark\:bg-transparent, [class*=theme-light].light\:bg-transparent, [class*=theme-light] .light\:bg-transparent {
    background-color: transparent !important;
}

[class*=theme-dark].dark\:bg-white, [class*=theme-dark] .dark\:bg-white, [class*=theme-light].light\:bg-white, [class*=theme-light] .light\:bg-white {
    --bg-opacity:1 !important;
    background-color: #fff !important;
    background-color: rgba(255,255,255,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-black, [class*=theme-dark] .dark\:bg-black, [class*=theme-light].light\:bg-black, [class*=theme-light] .light\:bg-black {
    --bg-opacity:1 !important;
    background-color: #000 !important;
    background-color: rgba(0,0,0,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-gray-50, [class*=theme-dark] .dark\:bg-gray-50, [class*=theme-light].light\:bg-gray-50, [class*=theme-light] .light\:bg-gray-50 {
    --bg-opacity:1 !important;
    background-color: #f9fafb !important;
    background-color: rgba(249,250,251,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-gray-100, [class*=theme-dark] .dark\:bg-gray-100, [class*=theme-light].light\:bg-gray-100, [class*=theme-light] .light\:bg-gray-100 {
    --bg-opacity:1 !important;
    background-color: #f4f5f7 !important;
    background-color: rgba(244,245,247,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-gray-200, [class*=theme-dark] .dark\:bg-gray-200, [class*=theme-light].light\:bg-gray-200, [class*=theme-light] .light\:bg-gray-200 {
    --bg-opacity:1 !important;
    background-color: #e5e7eb !important;
    background-color: rgba(229,231,235,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-gray-300, [class*=theme-dark] .dark\:bg-gray-300, [class*=theme-light].light\:bg-gray-300, [class*=theme-light] .light\:bg-gray-300 {
    --bg-opacity:1 !important;
    background-color: #d2d6dc !important;
    background-color: rgba(210,214,220,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-gray-400, [class*=theme-dark] .dark\:bg-gray-400, [class*=theme-light].light\:bg-gray-400, [class*=theme-light] .light\:bg-gray-400 {
    --bg-opacity:1 !important;
    background-color: #9fa6b2 !important;
    background-color: rgba(159,166,178,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-gray-500, [class*=theme-dark] .dark\:bg-gray-500, [class*=theme-light].light\:bg-gray-500, [class*=theme-light] .light\:bg-gray-500 {
    --bg-opacity:1 !important;
    background-color: #6b7280 !important;
    background-color: rgba(107,114,128,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-gray-600, [class*=theme-dark] .dark\:bg-gray-600, [class*=theme-light].light\:bg-gray-600, [class*=theme-light] .light\:bg-gray-600 {
    --bg-opacity:1 !important;
    background-color: #4b5563 !important;
    background-color: rgba(75,85,99,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-gray-700, [class*=theme-dark] .dark\:bg-gray-700, [class*=theme-light].light\:bg-gray-700, [class*=theme-light] .light\:bg-gray-700 {
    --bg-opacity:1 !important;
    background-color: #374151 !important;
    background-color: rgba(55,65,81,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-gray-800, [class*=theme-dark] .dark\:bg-gray-800, [class*=theme-light].light\:bg-gray-800, [class*=theme-light] .light\:bg-gray-800 {
    --bg-opacity:1 !important;
    background-color: #252f3f !important;
    background-color: rgba(37,47,63,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-gray-900, [class*=theme-dark] .dark\:bg-gray-900, [class*=theme-light].light\:bg-gray-900, [class*=theme-light] .light\:bg-gray-900 {
    --bg-opacity:1 !important;
    background-color: #161e2e !important;
    background-color: rgba(22,30,46,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-gray, [class*=theme-dark] .dark\:bg-gray, [class*=theme-light].light\:bg-gray, [class*=theme-light] .light\:bg-gray {
    --bg-opacity:1 !important;
    background-color: #6b7280 !important;
    background-color: rgba(107,114,128,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-cool-gray-50, [class*=theme-dark] .dark\:bg-cool-gray-50, [class*=theme-light].light\:bg-cool-gray-50, [class*=theme-light] .light\:bg-cool-gray-50 {
    --bg-opacity:1 !important;
    background-color: #fbfdfe !important;
    background-color: rgba(251,253,254,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-cool-gray-100, [class*=theme-dark] .dark\:bg-cool-gray-100, [class*=theme-light].light\:bg-cool-gray-100, [class*=theme-light] .light\:bg-cool-gray-100 {
    --bg-opacity:1 !important;
    background-color: #f1f5f9 !important;
    background-color: rgba(241,245,249,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-cool-gray-200, [class*=theme-dark] .dark\:bg-cool-gray-200, [class*=theme-light].light\:bg-cool-gray-200, [class*=theme-light] .light\:bg-cool-gray-200 {
    --bg-opacity:1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226,232,240,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-cool-gray-300, [class*=theme-dark] .dark\:bg-cool-gray-300, [class*=theme-light].light\:bg-cool-gray-300, [class*=theme-light] .light\:bg-cool-gray-300 {
    --bg-opacity:1 !important;
    background-color: #cfd8e3 !important;
    background-color: rgba(207,216,227,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-cool-gray-400, [class*=theme-dark] .dark\:bg-cool-gray-400, [class*=theme-light].light\:bg-cool-gray-400, [class*=theme-light] .light\:bg-cool-gray-400 {
    --bg-opacity:1 !important;
    background-color: #97a6ba !important;
    background-color: rgba(151,166,186,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-cool-gray-500, [class*=theme-dark] .dark\:bg-cool-gray-500, [class*=theme-light].light\:bg-cool-gray-500, [class*=theme-light] .light\:bg-cool-gray-500 {
    --bg-opacity:1 !important;
    background-color: #64748b !important;
    background-color: rgba(100,116,139,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-cool-gray-600, [class*=theme-dark] .dark\:bg-cool-gray-600, [class*=theme-light].light\:bg-cool-gray-600, [class*=theme-light] .light\:bg-cool-gray-600 {
    --bg-opacity:1 !important;
    background-color: #475569 !important;
    background-color: rgba(71,85,105,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-cool-gray-700, [class*=theme-dark] .dark\:bg-cool-gray-700, [class*=theme-light].light\:bg-cool-gray-700, [class*=theme-light] .light\:bg-cool-gray-700 {
    --bg-opacity:1 !important;
    background-color: #364152 !important;
    background-color: rgba(54,65,82,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-cool-gray-800, [class*=theme-dark] .dark\:bg-cool-gray-800, [class*=theme-light].light\:bg-cool-gray-800, [class*=theme-light] .light\:bg-cool-gray-800 {
    --bg-opacity:1 !important;
    background-color: #27303f !important;
    background-color: rgba(39,48,63,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-cool-gray-900, [class*=theme-dark] .dark\:bg-cool-gray-900, [class*=theme-light].light\:bg-cool-gray-900, [class*=theme-light] .light\:bg-cool-gray-900 {
    --bg-opacity:1 !important;
    background-color: #1a202e !important;
    background-color: rgba(26,32,46,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-cool-gray, [class*=theme-dark] .dark\:bg-cool-gray, [class*=theme-light].light\:bg-cool-gray, [class*=theme-light] .light\:bg-cool-gray {
    --bg-opacity:1 !important;
    background-color: #64748b !important;
    background-color: rgba(100,116,139,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-red-50, [class*=theme-dark] .dark\:bg-red-50, [class*=theme-light].light\:bg-red-50, [class*=theme-light] .light\:bg-red-50 {
    --bg-opacity:1 !important;
    background-color: #fdf2f2 !important;
    background-color: rgba(253,242,242,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-red-100, [class*=theme-dark] .dark\:bg-red-100, [class*=theme-light].light\:bg-red-100, [class*=theme-light] .light\:bg-red-100 {
    --bg-opacity:1 !important;
    background-color: #fde8e8 !important;
    background-color: rgba(253,232,232,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-red-200, [class*=theme-dark] .dark\:bg-red-200, [class*=theme-light].light\:bg-red-200, [class*=theme-light] .light\:bg-red-200 {
    --bg-opacity:1 !important;
    background-color: #fbd5d5 !important;
    background-color: rgba(251,213,213,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-red-300, [class*=theme-dark] .dark\:bg-red-300, [class*=theme-light].light\:bg-red-300, [class*=theme-light] .light\:bg-red-300 {
    --bg-opacity:1 !important;
    background-color: #f8b4b4 !important;
    background-color: rgba(248,180,180,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-red-400, [class*=theme-dark] .dark\:bg-red-400, [class*=theme-light].light\:bg-red-400, [class*=theme-light] .light\:bg-red-400 {
    --bg-opacity:1 !important;
    background-color: #f98080 !important;
    background-color: rgba(249,128,128,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-red-500, [class*=theme-dark] .dark\:bg-red-500, [class*=theme-light].light\:bg-red-500, [class*=theme-light] .light\:bg-red-500 {
    --bg-opacity:1 !important;
    background-color: #f05252 !important;
    background-color: rgba(240,82,82,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-red-600, [class*=theme-dark] .dark\:bg-red-600, [class*=theme-light].light\:bg-red-600, [class*=theme-light] .light\:bg-red-600 {
    --bg-opacity:1 !important;
    background-color: #e02424 !important;
    background-color: rgba(224,36,36,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-red-700, [class*=theme-dark] .dark\:bg-red-700, [class*=theme-light].light\:bg-red-700, [class*=theme-light] .light\:bg-red-700 {
    --bg-opacity:1 !important;
    background-color: #c81e1e !important;
    background-color: rgba(200,30,30,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-red-800, [class*=theme-dark] .dark\:bg-red-800, [class*=theme-light].light\:bg-red-800, [class*=theme-light] .light\:bg-red-800 {
    --bg-opacity:1 !important;
    background-color: #9b1c1c !important;
    background-color: rgba(155,28,28,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-red-900, [class*=theme-dark] .dark\:bg-red-900, [class*=theme-light].light\:bg-red-900, [class*=theme-light] .light\:bg-red-900 {
    --bg-opacity:1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119,29,29,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-red, [class*=theme-dark] .dark\:bg-red, [class*=theme-light].light\:bg-red, [class*=theme-light] .light\:bg-red {
    --bg-opacity:1 !important;
    background-color: #f05252 !important;
    background-color: rgba(240,82,82,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-orange-50, [class*=theme-dark] .dark\:bg-orange-50, [class*=theme-light].light\:bg-orange-50, [class*=theme-light] .light\:bg-orange-50 {
    --bg-opacity:1 !important;
    background-color: #fff8f1 !important;
    background-color: rgba(255,248,241,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-orange-100, [class*=theme-dark] .dark\:bg-orange-100, [class*=theme-light].light\:bg-orange-100, [class*=theme-light] .light\:bg-orange-100 {
    --bg-opacity:1 !important;
    background-color: #feecdc !important;
    background-color: rgba(254,236,220,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-orange-200, [class*=theme-dark] .dark\:bg-orange-200, [class*=theme-light].light\:bg-orange-200, [class*=theme-light] .light\:bg-orange-200 {
    --bg-opacity:1 !important;
    background-color: #fcd9bd !important;
    background-color: rgba(252,217,189,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-orange-300, [class*=theme-dark] .dark\:bg-orange-300, [class*=theme-light].light\:bg-orange-300, [class*=theme-light] .light\:bg-orange-300 {
    --bg-opacity:1 !important;
    background-color: #fdba8c !important;
    background-color: rgba(253,186,140,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-orange-400, [class*=theme-dark] .dark\:bg-orange-400, [class*=theme-light].light\:bg-orange-400, [class*=theme-light] .light\:bg-orange-400 {
    --bg-opacity:1 !important;
    background-color: #ff8a4c !important;
    background-color: rgba(255,138,76,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-orange-500, [class*=theme-dark] .dark\:bg-orange-500, [class*=theme-light].light\:bg-orange-500, [class*=theme-light] .light\:bg-orange-500 {
    --bg-opacity:1 !important;
    background-color: #ff5a1f !important;
    background-color: rgba(255,90,31,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-orange-600, [class*=theme-dark] .dark\:bg-orange-600, [class*=theme-light].light\:bg-orange-600, [class*=theme-light] .light\:bg-orange-600 {
    --bg-opacity:1 !important;
    background-color: #d03801 !important;
    background-color: rgba(208,56,1,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-orange-700, [class*=theme-dark] .dark\:bg-orange-700, [class*=theme-light].light\:bg-orange-700, [class*=theme-light] .light\:bg-orange-700 {
    --bg-opacity:1 !important;
    background-color: #b43403 !important;
    background-color: rgba(180,52,3,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-orange-800, [class*=theme-dark] .dark\:bg-orange-800, [class*=theme-light].light\:bg-orange-800, [class*=theme-light] .light\:bg-orange-800 {
    --bg-opacity:1 !important;
    background-color: #8a2c0d !important;
    background-color: rgba(138,44,13,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-orange-900, [class*=theme-dark] .dark\:bg-orange-900, [class*=theme-light].light\:bg-orange-900, [class*=theme-light] .light\:bg-orange-900 {
    --bg-opacity:1 !important;
    background-color: #771d1d !important;
    background-color: rgba(119,29,29,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-orange, [class*=theme-dark] .dark\:bg-orange, [class*=theme-light].light\:bg-orange, [class*=theme-light] .light\:bg-orange {
    --bg-opacity:1 !important;
    background-color: #ff5a1f !important;
    background-color: rgba(255,90,31,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-yellow-50, [class*=theme-dark] .dark\:bg-yellow-50, [class*=theme-light].light\:bg-yellow-50, [class*=theme-light] .light\:bg-yellow-50 {
    --bg-opacity:1 !important;
    background-color: #fdfdea !important;
    background-color: rgba(253,253,234,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-yellow-100, [class*=theme-dark] .dark\:bg-yellow-100, [class*=theme-light].light\:bg-yellow-100, [class*=theme-light] .light\:bg-yellow-100 {
    --bg-opacity:1 !important;
    background-color: #fdf6b2 !important;
    background-color: rgba(253,246,178,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-yellow-200, [class*=theme-dark] .dark\:bg-yellow-200, [class*=theme-light].light\:bg-yellow-200, [class*=theme-light] .light\:bg-yellow-200 {
    --bg-opacity:1 !important;
    background-color: #fce96a !important;
    background-color: rgba(252,233,106,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-yellow-300, [class*=theme-dark] .dark\:bg-yellow-300, [class*=theme-light].light\:bg-yellow-300, [class*=theme-light] .light\:bg-yellow-300 {
    --bg-opacity:1 !important;
    background-color: #faca15 !important;
    background-color: rgba(250,202,21,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-yellow-400, [class*=theme-dark] .dark\:bg-yellow-400, [class*=theme-light].light\:bg-yellow-400, [class*=theme-light] .light\:bg-yellow-400 {
    --bg-opacity:1 !important;
    background-color: #e3a008 !important;
    background-color: rgba(227,160,8,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-yellow-500, [class*=theme-dark] .dark\:bg-yellow-500, [class*=theme-light].light\:bg-yellow-500, [class*=theme-light] .light\:bg-yellow-500 {
    --bg-opacity:1 !important;
    background-color: #c27803 !important;
    background-color: rgba(194,120,3,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-yellow-600, [class*=theme-dark] .dark\:bg-yellow-600, [class*=theme-light].light\:bg-yellow-600, [class*=theme-light] .light\:bg-yellow-600 {
    --bg-opacity:1 !important;
    background-color: #9f580a !important;
    background-color: rgba(159,88,10,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-yellow-700, [class*=theme-dark] .dark\:bg-yellow-700, [class*=theme-light].light\:bg-yellow-700, [class*=theme-light] .light\:bg-yellow-700 {
    --bg-opacity:1 !important;
    background-color: #8e4b10 !important;
    background-color: rgba(142,75,16,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-yellow-800, [class*=theme-dark] .dark\:bg-yellow-800, [class*=theme-light].light\:bg-yellow-800, [class*=theme-light] .light\:bg-yellow-800 {
    --bg-opacity:1 !important;
    background-color: #723b13 !important;
    background-color: rgba(114,59,19,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-yellow-900, [class*=theme-dark] .dark\:bg-yellow-900, [class*=theme-light].light\:bg-yellow-900, [class*=theme-light] .light\:bg-yellow-900 {
    --bg-opacity:1 !important;
    background-color: #633112 !important;
    background-color: rgba(99,49,18,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-yellow, [class*=theme-dark] .dark\:bg-yellow, [class*=theme-light].light\:bg-yellow, [class*=theme-light] .light\:bg-yellow {
    --bg-opacity:1 !important;
    background-color: #c27803 !important;
    background-color: rgba(194,120,3,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-green-50, [class*=theme-dark] .dark\:bg-green-50, [class*=theme-light].light\:bg-green-50, [class*=theme-light] .light\:bg-green-50 {
    --bg-opacity:1 !important;
    background-color: #f3faf7 !important;
    background-color: rgba(243,250,247,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-green-100, [class*=theme-dark] .dark\:bg-green-100, [class*=theme-light].light\:bg-green-100, [class*=theme-light] .light\:bg-green-100 {
    --bg-opacity:1 !important;
    background-color: #def7ec !important;
    background-color: rgba(222,247,236,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-green-200, [class*=theme-dark] .dark\:bg-green-200, [class*=theme-light].light\:bg-green-200, [class*=theme-light] .light\:bg-green-200 {
    --bg-opacity:1 !important;
    background-color: #bcf0da !important;
    background-color: rgba(188,240,218,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-green-300, [class*=theme-dark] .dark\:bg-green-300, [class*=theme-light].light\:bg-green-300, [class*=theme-light] .light\:bg-green-300 {
    --bg-opacity:1 !important;
    background-color: #84e1bc !important;
    background-color: rgba(132,225,188,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-green-400, [class*=theme-dark] .dark\:bg-green-400, [class*=theme-light].light\:bg-green-400, [class*=theme-light] .light\:bg-green-400 {
    --bg-opacity:1 !important;
    background-color: #31c48d !important;
    background-color: rgba(49,196,141,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-green-500, [class*=theme-dark] .dark\:bg-green-500, [class*=theme-light].light\:bg-green-500, [class*=theme-light] .light\:bg-green-500 {
    --bg-opacity:1 !important;
    background-color: #0e9f6e !important;
    background-color: rgba(14,159,110,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-green-600, [class*=theme-dark] .dark\:bg-green-600, [class*=theme-light].light\:bg-green-600, [class*=theme-light] .light\:bg-green-600 {
    --bg-opacity:1 !important;
    background-color: #057a55 !important;
    background-color: rgba(5,122,85,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-green-700, [class*=theme-dark] .dark\:bg-green-700, [class*=theme-light].light\:bg-green-700, [class*=theme-light] .light\:bg-green-700 {
    --bg-opacity:1 !important;
    background-color: #046c4e !important;
    background-color: rgba(4,108,78,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-green-800, [class*=theme-dark] .dark\:bg-green-800, [class*=theme-light].light\:bg-green-800, [class*=theme-light] .light\:bg-green-800 {
    --bg-opacity:1 !important;
    background-color: #03543f !important;
    background-color: rgba(3,84,63,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-green-900, [class*=theme-dark] .dark\:bg-green-900, [class*=theme-light].light\:bg-green-900, [class*=theme-light] .light\:bg-green-900 {
    --bg-opacity:1 !important;
    background-color: #014737 !important;
    background-color: rgba(1,71,55,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-green, [class*=theme-dark] .dark\:bg-green, [class*=theme-light].light\:bg-green, [class*=theme-light] .light\:bg-green {
    --bg-opacity:1 !important;
    background-color: #0e9f6e !important;
    background-color: rgba(14,159,110,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-teal-50, [class*=theme-dark] .dark\:bg-teal-50, [class*=theme-light].light\:bg-teal-50, [class*=theme-light] .light\:bg-teal-50 {
    --bg-opacity:1 !important;
    background-color: #edfafa !important;
    background-color: rgba(237,250,250,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-teal-100, [class*=theme-dark] .dark\:bg-teal-100, [class*=theme-light].light\:bg-teal-100, [class*=theme-light] .light\:bg-teal-100 {
    --bg-opacity:1 !important;
    background-color: #d5f5f6 !important;
    background-color: rgba(213,245,246,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-teal-200, [class*=theme-dark] .dark\:bg-teal-200, [class*=theme-light].light\:bg-teal-200, [class*=theme-light] .light\:bg-teal-200 {
    --bg-opacity:1 !important;
    background-color: #afecef !important;
    background-color: rgba(175,236,239,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-teal-300, [class*=theme-dark] .dark\:bg-teal-300, [class*=theme-light].light\:bg-teal-300, [class*=theme-light] .light\:bg-teal-300 {
    --bg-opacity:1 !important;
    background-color: #7edce2 !important;
    background-color: rgba(126,220,226,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-teal-400, [class*=theme-dark] .dark\:bg-teal-400, [class*=theme-light].light\:bg-teal-400, [class*=theme-light] .light\:bg-teal-400 {
    --bg-opacity:1 !important;
    background-color: #16bdca !important;
    background-color: rgba(22,189,202,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-teal-500, [class*=theme-dark] .dark\:bg-teal-500, [class*=theme-light].light\:bg-teal-500, [class*=theme-light] .light\:bg-teal-500 {
    --bg-opacity:1 !important;
    background-color: #0694a2 !important;
    background-color: rgba(6,148,162,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-teal-600, [class*=theme-dark] .dark\:bg-teal-600, [class*=theme-light].light\:bg-teal-600, [class*=theme-light] .light\:bg-teal-600 {
    --bg-opacity:1 !important;
    background-color: #047481 !important;
    background-color: rgba(4,116,129,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-teal-700, [class*=theme-dark] .dark\:bg-teal-700, [class*=theme-light].light\:bg-teal-700, [class*=theme-light] .light\:bg-teal-700 {
    --bg-opacity:1 !important;
    background-color: #036672 !important;
    background-color: rgba(3,102,114,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-teal-800, [class*=theme-dark] .dark\:bg-teal-800, [class*=theme-light].light\:bg-teal-800, [class*=theme-light] .light\:bg-teal-800 {
    --bg-opacity:1 !important;
    background-color: #05505c !important;
    background-color: rgba(5,80,92,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-teal-900, [class*=theme-dark] .dark\:bg-teal-900, [class*=theme-light].light\:bg-teal-900, [class*=theme-light] .light\:bg-teal-900 {
    --bg-opacity:1 !important;
    background-color: #014451 !important;
    background-color: rgba(1,68,81,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-teal, [class*=theme-dark] .dark\:bg-teal, [class*=theme-light].light\:bg-teal, [class*=theme-light] .light\:bg-teal {
    --bg-opacity:1 !important;
    background-color: #0694a2 !important;
    background-color: rgba(6,148,162,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-blue-50, [class*=theme-dark] .dark\:bg-blue-50, [class*=theme-light].light\:bg-blue-50, [class*=theme-light] .light\:bg-blue-50 {
    --bg-opacity:1 !important;
    background-color: #ebf5ff !important;
    background-color: rgba(235,245,255,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-blue-100, [class*=theme-dark] .dark\:bg-blue-100, [class*=theme-light].light\:bg-blue-100, [class*=theme-light] .light\:bg-blue-100 {
    --bg-opacity:1 !important;
    background-color: #e1effe !important;
    background-color: rgba(225,239,254,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-blue-200, [class*=theme-dark] .dark\:bg-blue-200, [class*=theme-light].light\:bg-blue-200, [class*=theme-light] .light\:bg-blue-200 {
    --bg-opacity:1 !important;
    background-color: #c3ddfd !important;
    background-color: rgba(195,221,253,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-blue-300, [class*=theme-dark] .dark\:bg-blue-300, [class*=theme-light].light\:bg-blue-300, [class*=theme-light] .light\:bg-blue-300 {
    --bg-opacity:1 !important;
    background-color: #a4cafe !important;
    background-color: rgba(164,202,254,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-blue-400, [class*=theme-dark] .dark\:bg-blue-400, [class*=theme-light].light\:bg-blue-400, [class*=theme-light] .light\:bg-blue-400 {
    --bg-opacity:1 !important;
    background-color: #76a9fa !important;
    background-color: rgba(118,169,250,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-blue-500, [class*=theme-dark] .dark\:bg-blue-500, [class*=theme-light].light\:bg-blue-500, [class*=theme-light] .light\:bg-blue-500 {
    --bg-opacity:1 !important;
    background-color: #3f83f8 !important;
    background-color: rgba(63,131,248,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-blue-600, [class*=theme-dark] .dark\:bg-blue-600, [class*=theme-light].light\:bg-blue-600, [class*=theme-light] .light\:bg-blue-600 {
    --bg-opacity:1 !important;
    background-color: #1c64f2 !important;
    background-color: rgba(28,100,242,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-blue-700, [class*=theme-dark] .dark\:bg-blue-700, [class*=theme-light].light\:bg-blue-700, [class*=theme-light] .light\:bg-blue-700 {
    --bg-opacity:1 !important;
    background-color: #1a56db !important;
    background-color: rgba(26,86,219,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-blue-800, [class*=theme-dark] .dark\:bg-blue-800, [class*=theme-light].light\:bg-blue-800, [class*=theme-light] .light\:bg-blue-800 {
    --bg-opacity:1 !important;
    background-color: #1e429f !important;
    background-color: rgba(30,66,159,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-blue-900, [class*=theme-dark] .dark\:bg-blue-900, [class*=theme-light].light\:bg-blue-900, [class*=theme-light] .light\:bg-blue-900 {
    --bg-opacity:1 !important;
    background-color: #233876 !important;
    background-color: rgba(35,56,118,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-blue, [class*=theme-dark] .dark\:bg-blue, [class*=theme-light].light\:bg-blue, [class*=theme-light] .light\:bg-blue {
    --bg-opacity:1 !important;
    background-color: #3f83f8 !important;
    background-color: rgba(63,131,248,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-indigo-50, [class*=theme-dark] .dark\:bg-indigo-50, [class*=theme-light].light\:bg-indigo-50, [class*=theme-light] .light\:bg-indigo-50 {
    --bg-opacity:1 !important;
    background-color: #f0f5ff !important;
    background-color: rgba(240,245,255,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-indigo-100, [class*=theme-dark] .dark\:bg-indigo-100, [class*=theme-light].light\:bg-indigo-100, [class*=theme-light] .light\:bg-indigo-100 {
    --bg-opacity:1 !important;
    background-color: #e5edff !important;
    background-color: rgba(229,237,255,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-indigo-200, [class*=theme-dark] .dark\:bg-indigo-200, [class*=theme-light].light\:bg-indigo-200, [class*=theme-light] .light\:bg-indigo-200 {
    --bg-opacity:1 !important;
    background-color: #cddbfe !important;
    background-color: rgba(205,219,254,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-indigo-300, [class*=theme-dark] .dark\:bg-indigo-300, [class*=theme-light].light\:bg-indigo-300, [class*=theme-light] .light\:bg-indigo-300 {
    --bg-opacity:1 !important;
    background-color: #b4c6fc !important;
    background-color: rgba(180,198,252,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-indigo-400, [class*=theme-dark] .dark\:bg-indigo-400, [class*=theme-light].light\:bg-indigo-400, [class*=theme-light] .light\:bg-indigo-400 {
    --bg-opacity:1 !important;
    background-color: #8da2fb !important;
    background-color: rgba(141,162,251,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-indigo-500, [class*=theme-dark] .dark\:bg-indigo-500, [class*=theme-light].light\:bg-indigo-500, [class*=theme-light] .light\:bg-indigo-500 {
    --bg-opacity:1 !important;
    background-color: #6875f5 !important;
    background-color: rgba(104,117,245,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-indigo-600, [class*=theme-dark] .dark\:bg-indigo-600, [class*=theme-light].light\:bg-indigo-600, [class*=theme-light] .light\:bg-indigo-600 {
    --bg-opacity:1 !important;
    background-color: #5850ec !important;
    background-color: rgba(88,80,236,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-indigo-700, [class*=theme-dark] .dark\:bg-indigo-700, [class*=theme-light].light\:bg-indigo-700, [class*=theme-light] .light\:bg-indigo-700 {
    --bg-opacity:1 !important;
    background-color: #5145cd !important;
    background-color: rgba(81,69,205,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-indigo-800, [class*=theme-dark] .dark\:bg-indigo-800, [class*=theme-light].light\:bg-indigo-800, [class*=theme-light] .light\:bg-indigo-800 {
    --bg-opacity:1 !important;
    background-color: #42389d !important;
    background-color: rgba(66,56,157,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-indigo-900, [class*=theme-dark] .dark\:bg-indigo-900, [class*=theme-light].light\:bg-indigo-900, [class*=theme-light] .light\:bg-indigo-900 {
    --bg-opacity:1 !important;
    background-color: #362f78 !important;
    background-color: rgba(54,47,120,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-indigo, [class*=theme-dark] .dark\:bg-indigo, [class*=theme-light].light\:bg-indigo, [class*=theme-light] .light\:bg-indigo {
    --bg-opacity:1 !important;
    background-color: #6875f5 !important;
    background-color: rgba(104,117,245,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-purple-50, [class*=theme-dark] .dark\:bg-purple-50, [class*=theme-light].light\:bg-purple-50, [class*=theme-light] .light\:bg-purple-50 {
    --bg-opacity:1 !important;
    background-color: #f6f5ff !important;
    background-color: rgba(246,245,255,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-purple-100, [class*=theme-dark] .dark\:bg-purple-100, [class*=theme-light].light\:bg-purple-100, [class*=theme-light] .light\:bg-purple-100 {
    --bg-opacity:1 !important;
    background-color: #edebfe !important;
    background-color: rgba(237,235,254,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-purple-200, [class*=theme-dark] .dark\:bg-purple-200, [class*=theme-light].light\:bg-purple-200, [class*=theme-light] .light\:bg-purple-200 {
    --bg-opacity:1 !important;
    background-color: #dcd7fe !important;
    background-color: rgba(220,215,254,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-purple-300, [class*=theme-dark] .dark\:bg-purple-300, [class*=theme-light].light\:bg-purple-300, [class*=theme-light] .light\:bg-purple-300 {
    --bg-opacity:1 !important;
    background-color: #cabffd !important;
    background-color: rgba(202,191,253,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-purple-400, [class*=theme-dark] .dark\:bg-purple-400, [class*=theme-light].light\:bg-purple-400, [class*=theme-light] .light\:bg-purple-400 {
    --bg-opacity:1 !important;
    background-color: #ac94fa !important;
    background-color: rgba(172,148,250,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-purple-500, [class*=theme-dark] .dark\:bg-purple-500, [class*=theme-light].light\:bg-purple-500, [class*=theme-light] .light\:bg-purple-500 {
    --bg-opacity:1 !important;
    background-color: #9061f9 !important;
    background-color: rgba(144,97,249,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-purple-600, [class*=theme-dark] .dark\:bg-purple-600, [class*=theme-light].light\:bg-purple-600, [class*=theme-light] .light\:bg-purple-600 {
    --bg-opacity:1 !important;
    background-color: #7e3af2 !important;
    background-color: rgba(126,58,242,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-purple-700, [class*=theme-dark] .dark\:bg-purple-700, [class*=theme-light].light\:bg-purple-700, [class*=theme-light] .light\:bg-purple-700 {
    --bg-opacity:1 !important;
    background-color: #6c2bd9 !important;
    background-color: rgba(108,43,217,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-purple-800, [class*=theme-dark] .dark\:bg-purple-800, [class*=theme-light].light\:bg-purple-800, [class*=theme-light] .light\:bg-purple-800 {
    --bg-opacity:1 !important;
    background-color: #5521b5 !important;
    background-color: rgba(85,33,181,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-purple-900, [class*=theme-dark] .dark\:bg-purple-900, [class*=theme-light].light\:bg-purple-900, [class*=theme-light] .light\:bg-purple-900 {
    --bg-opacity:1 !important;
    background-color: #4a1d96 !important;
    background-color: rgba(74,29,150,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-purple, [class*=theme-dark] .dark\:bg-purple, [class*=theme-light].light\:bg-purple, [class*=theme-light] .light\:bg-purple {
    --bg-opacity:1 !important;
    background-color: #9061f9 !important;
    background-color: rgba(144,97,249,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-pink-50, [class*=theme-dark] .dark\:bg-pink-50, [class*=theme-light].light\:bg-pink-50, [class*=theme-light] .light\:bg-pink-50 {
    --bg-opacity:1 !important;
    background-color: #fdf2f8 !important;
    background-color: rgba(253,242,248,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-pink-100, [class*=theme-dark] .dark\:bg-pink-100, [class*=theme-light].light\:bg-pink-100, [class*=theme-light] .light\:bg-pink-100 {
    --bg-opacity:1 !important;
    background-color: #fce8f3 !important;
    background-color: rgba(252,232,243,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-pink-200, [class*=theme-dark] .dark\:bg-pink-200, [class*=theme-light].light\:bg-pink-200, [class*=theme-light] .light\:bg-pink-200 {
    --bg-opacity:1 !important;
    background-color: #fad1e8 !important;
    background-color: rgba(250,209,232,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-pink-300, [class*=theme-dark] .dark\:bg-pink-300, [class*=theme-light].light\:bg-pink-300, [class*=theme-light] .light\:bg-pink-300 {
    --bg-opacity:1 !important;
    background-color: #f8b4d9 !important;
    background-color: rgba(248,180,217,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-pink-400, [class*=theme-dark] .dark\:bg-pink-400, [class*=theme-light].light\:bg-pink-400, [class*=theme-light] .light\:bg-pink-400 {
    --bg-opacity:1 !important;
    background-color: #f17eb8 !important;
    background-color: rgba(241,126,184,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-pink-500, [class*=theme-dark] .dark\:bg-pink-500, [class*=theme-light].light\:bg-pink-500, [class*=theme-light] .light\:bg-pink-500 {
    --bg-opacity:1 !important;
    background-color: #e74694 !important;
    background-color: rgba(231,70,148,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-pink-600, [class*=theme-dark] .dark\:bg-pink-600, [class*=theme-light].light\:bg-pink-600, [class*=theme-light] .light\:bg-pink-600 {
    --bg-opacity:1 !important;
    background-color: #d61f69 !important;
    background-color: rgba(214,31,105,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-pink-700, [class*=theme-dark] .dark\:bg-pink-700, [class*=theme-light].light\:bg-pink-700, [class*=theme-light] .light\:bg-pink-700 {
    --bg-opacity:1 !important;
    background-color: #bf125d !important;
    background-color: rgba(191,18,93,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-pink-800, [class*=theme-dark] .dark\:bg-pink-800, [class*=theme-light].light\:bg-pink-800, [class*=theme-light] .light\:bg-pink-800 {
    --bg-opacity:1 !important;
    background-color: #99154b !important;
    background-color: rgba(153,21,75,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-pink-900, [class*=theme-dark] .dark\:bg-pink-900, [class*=theme-light].light\:bg-pink-900, [class*=theme-light] .light\:bg-pink-900 {
    --bg-opacity:1 !important;
    background-color: #751a3d !important;
    background-color: rgba(117,26,61,var(--bg-opacity)) !important;
}

[class*=theme-dark].dark\:bg-pink, [class*=theme-dark] .dark\:bg-pink, [class*=theme-light].light\:bg-pink, [class*=theme-light] .light\:bg-pink {
    --bg-opacity:1 !important;
    background-color: #e74694 !important;
    background-color: rgba(231,70,148,var(--bg-opacity)) !important;
}

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

.bg-opacity-12 {
    --bg-opacity:0.12 !important;
}

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

.bg-opacity-38 {
    --bg-opacity:0.38 !important;
}

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

.bg-opacity-54 {
    --bg-opacity:0.54 !important;
}

.bg-opacity-70 {
    --bg-opacity:0.70 !important;
}

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

.bg-opacity-84 {
    --bg-opacity:0.84 !important;
}

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

.hover\:bg-opacity-0:hover {
    --bg-opacity:0 !important;
}

.hover\:bg-opacity-12:hover {
    --bg-opacity:0.12 !important;
}

.hover\:bg-opacity-25:hover {
    --bg-opacity:0.25 !important;
}

.hover\:bg-opacity-38:hover {
    --bg-opacity:0.38 !important;
}

.hover\:bg-opacity-50:hover {
    --bg-opacity:0.5 !important;
}

.hover\:bg-opacity-54:hover {
    --bg-opacity:0.54 !important;
}

.hover\:bg-opacity-70:hover {
    --bg-opacity:0.70 !important;
}

.hover\:bg-opacity-75:hover {
    --bg-opacity:0.75 !important;
}

.hover\:bg-opacity-84:hover {
    --bg-opacity:0.84 !important;
}

.hover\:bg-opacity-100:hover {
    --bg-opacity:1 !important;
}

.focus\:bg-opacity-0:focus {
    --bg-opacity:0 !important;
}

.focus\:bg-opacity-12:focus {
    --bg-opacity:0.12 !important;
}

.focus\:bg-opacity-25:focus {
    --bg-opacity:0.25 !important;
}

.focus\:bg-opacity-38:focus {
    --bg-opacity:0.38 !important;
}

.focus\:bg-opacity-50:focus {
    --bg-opacity:0.5 !important;
}

.focus\:bg-opacity-54:focus {
    --bg-opacity:0.54 !important;
}

.focus\:bg-opacity-70:focus {
    --bg-opacity:0.70 !important;
}

.focus\:bg-opacity-75:focus {
    --bg-opacity:0.75 !important;
}

.focus\:bg-opacity-84:focus {
    --bg-opacity:0.84 !important;
}

.focus\:bg-opacity-100:focus {
    --bg-opacity:1 !important;
}

.bg-bottom {
    background-position: bottom !important;
}

.bg-center {
    background-position: 50% !important;
}

.bg-left {
    background-position: 0 !important;
}

.bg-left-bottom {
    background-position: 0 100% !important;
}

.bg-left-top {
    background-position: 0 0 !important;
}

.bg-right {
    background-position: 100% !important;
}

.bg-right-bottom {
    background-position: 100% 100% !important;
}

.bg-right-top {
    background-position: 100% 0 !important;
}

.bg-top {
    background-position: top !important;
}

.bg-repeat {
    background-repeat: repeat !important;
}

.bg-no-repeat {
    background-repeat: no-repeat !important;
}

.bg-repeat-x {
    background-repeat: repeat-x !important;
}

.bg-repeat-y {
    background-repeat: repeat-y !important;
}

.bg-repeat-round {
    background-repeat: round !important;
}

.bg-repeat-space {
    background-repeat: space !important;
}

.bg-auto {
    background-size: auto !important;
}

.bg-cover {
    background-size: cover !important;
}

.bg-contain {
    background-size: contain !important;
}

.border-collapse {
    border-collapse: collapse !important;
}

.border-separate {
    border-collapse: separate !important;
}

.border-current {
    border-color: currentColor !important;
}

.border-transparent {
    border-color: transparent !important;
}

.border-white {
    border-color: #fff !important;
    border-color: rgba(255,255,255,var(--border-opacity)) !important;
}

.border-black, .border-white {
    --border-opacity:1 !important;
}

.border-black {
    border-color: #000 !important;
    border-color: rgba(0,0,0,var(--border-opacity)) !important;
}

.border-gray-50 {
    --border-opacity:1 !important;
    border-color: #f9fafb !important;
    border-color: rgba(249,250,251,var(--border-opacity)) !important;
}

.border-gray-100 {
    --border-opacity:1 !important;
    border-color: #f4f5f7 !important;
    border-color: rgba(244,245,247,var(--border-opacity)) !important;
}

.border-gray-200 {
    --border-opacity:1 !important;
    border-color: #e5e7eb !important;
    border-color: rgba(229,231,235,var(--border-opacity)) !important;
}

.border-gray-300 {
    --border-opacity:1 !important;
    border-color: #d2d6dc !important;
    border-color: rgba(210,214,220,var(--border-opacity)) !important;
}

.border-gray-400 {
    --border-opacity:1 !important;
    border-color: #9fa6b2 !important;
    border-color: rgba(159,166,178,var(--border-opacity)) !important;
}

.border-gray-500 {
    --border-opacity:1 !important;
    border-color: #6b7280 !important;
    border-color: rgba(107,114,128,var(--border-opacity)) !important;
}

.border-gray-600 {
    --border-opacity:1 !important;
    border-color: #4b5563 !important;
    border-color: rgba(75,85,99,var(--border-opacity)) !important;
}

.border-gray-700 {
    --border-opacity:1 !important;
    border-color: #374151 !important;
    border-color: rgba(55,65,81,var(--border-opacity)) !important;
}

.border-gray-800 {
    --border-opacity:1 !important;
    border-color: #252f3f !important;
    border-color: rgba(37,47,63,var(--border-opacity)) !important;
}

.border-gray-900 {
    --border-opacity:1 !important;
    border-color: #161e2e !important;
    border-color: rgba(22,30,46,var(--border-opacity)) !important;
}

.border-gray {
    --border-opacity:1 !important;
    border-color: #6b7280 !important;
    border-color: rgba(107,114,128,var(--border-opacity)) !important;
}

.border-cool-gray-50 {
    --border-opacity:1 !important;
    border-color: #fbfdfe !important;
    border-color: rgba(251,253,254,var(--border-opacity)) !important;
}

.border-cool-gray-100 {
    --border-opacity:1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241,245,249,var(--border-opacity)) !important;
}

.border-cool-gray-200 {
    --border-opacity:1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226,232,240,var(--border-opacity)) !important;
}

.border-cool-gray-300 {
    --border-opacity:1 !important;
    border-color: #cfd8e3 !important;
    border-color: rgba(207,216,227,var(--border-opacity)) !important;
}

.border-cool-gray-400 {
    --border-opacity:1 !important;
    border-color: #97a6ba !important;
    border-color: rgba(151,166,186,var(--border-opacity)) !important;
}

.border-cool-gray-500 {
    --border-opacity:1 !important;
    border-color: #64748b !important;
    border-color: rgba(100,116,139,var(--border-opacity)) !important;
}

.border-cool-gray-600 {
    --border-opacity:1 !important;
    border-color: #475569 !important;
    border-color: rgba(71,85,105,var(--border-opacity)) !important;
}

.border-cool-gray-700 {
    --border-opacity:1 !important;
    border-color: #364152 !important;
    border-color: rgba(54,65,82,var(--border-opacity)) !important;
}

.border-cool-gray-800 {
    --border-opacity:1 !important;
    border-color: #27303f !important;
    border-color: rgba(39,48,63,var(--border-opacity)) !important;
}

.border-cool-gray-900 {
    --border-opacity:1 !important;
    border-color: #1a202e !important;
    border-color: rgba(26,32,46,var(--border-opacity)) !important;
}

.border-cool-gray {
    --border-opacity:1 !important;
    border-color: #64748b !important;
    border-color: rgba(100,116,139,var(--border-opacity)) !important;
}

.border-red-50 {
    --border-opacity:1 !important;
    border-color: #fdf2f2 !important;
    border-color: rgba(253,242,242,var(--border-opacity)) !important;
}

.border-red-100 {
    --border-opacity:1 !important;
    border-color: #fde8e8 !important;
    border-color: rgba(253,232,232,var(--border-opacity)) !important;
}

.border-red-200 {
    --border-opacity:1 !important;
    border-color: #fbd5d5 !important;
    border-color: rgba(251,213,213,var(--border-opacity)) !important;
}

.border-red-300 {
    --border-opacity:1 !important;
    border-color: #f8b4b4 !important;
    border-color: rgba(248,180,180,var(--border-opacity)) !important;
}

.border-red-400 {
    --border-opacity:1 !important;
    border-color: #f98080 !important;
    border-color: rgba(249,128,128,var(--border-opacity)) !important;
}

.border-red-500 {
    --border-opacity:1 !important;
    border-color: #f05252 !important;
    border-color: rgba(240,82,82,var(--border-opacity)) !important;
}

.border-red-600 {
    --border-opacity:1 !important;
    border-color: #e02424 !important;
    border-color: rgba(224,36,36,var(--border-opacity)) !important;
}

.border-red-700 {
    --border-opacity:1 !important;
    border-color: #c81e1e !important;
    border-color: rgba(200,30,30,var(--border-opacity)) !important;
}

.border-red-800 {
    --border-opacity:1 !important;
    border-color: #9b1c1c !important;
    border-color: rgba(155,28,28,var(--border-opacity)) !important;
}

.border-red-900 {
    border-color: #771d1d !important;
    border-color: rgba(119,29,29,var(--border-opacity)) !important;
}

.border-red, .border-red-900 {
    --border-opacity:1 !important;
}

.border-red {
    border-color: #f05252 !important;
    border-color: rgba(240,82,82,var(--border-opacity)) !important;
}

.border-orange-50 {
    --border-opacity:1 !important;
    border-color: #fff8f1 !important;
    border-color: rgba(255,248,241,var(--border-opacity)) !important;
}

.border-orange-100 {
    --border-opacity:1 !important;
    border-color: #feecdc !important;
    border-color: rgba(254,236,220,var(--border-opacity)) !important;
}

.border-orange-200 {
    --border-opacity:1 !important;
    border-color: #fcd9bd !important;
    border-color: rgba(252,217,189,var(--border-opacity)) !important;
}

.border-orange-300 {
    --border-opacity:1 !important;
    border-color: #fdba8c !important;
    border-color: rgba(253,186,140,var(--border-opacity)) !important;
}

.border-orange-400 {
    --border-opacity:1 !important;
    border-color: #ff8a4c !important;
    border-color: rgba(255,138,76,var(--border-opacity)) !important;
}

.border-orange-500 {
    --border-opacity:1 !important;
    border-color: #ff5a1f !important;
    border-color: rgba(255,90,31,var(--border-opacity)) !important;
}

.border-orange-600 {
    --border-opacity:1 !important;
    border-color: #d03801 !important;
    border-color: rgba(208,56,1,var(--border-opacity)) !important;
}

.border-orange-700 {
    --border-opacity:1 !important;
    border-color: #b43403 !important;
    border-color: rgba(180,52,3,var(--border-opacity)) !important;
}

.border-orange-800 {
    --border-opacity:1 !important;
    border-color: #8a2c0d !important;
    border-color: rgba(138,44,13,var(--border-opacity)) !important;
}

.border-orange-900 {
    --border-opacity:1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119,29,29,var(--border-opacity)) !important;
}

.border-orange {
    --border-opacity:1 !important;
    border-color: #ff5a1f !important;
    border-color: rgba(255,90,31,var(--border-opacity)) !important;
}

.border-yellow-50 {
    --border-opacity:1 !important;
    border-color: #fdfdea !important;
    border-color: rgba(253,253,234,var(--border-opacity)) !important;
}

.border-yellow-100 {
    --border-opacity:1 !important;
    border-color: #fdf6b2 !important;
    border-color: rgba(253,246,178,var(--border-opacity)) !important;
}

.border-yellow-200 {
    --border-opacity:1 !important;
    border-color: #fce96a !important;
    border-color: rgba(252,233,106,var(--border-opacity)) !important;
}

.border-yellow-300 {
    --border-opacity:1 !important;
    border-color: #faca15 !important;
    border-color: rgba(250,202,21,var(--border-opacity)) !important;
}

.border-yellow-400 {
    --border-opacity:1 !important;
    border-color: #e3a008 !important;
    border-color: rgba(227,160,8,var(--border-opacity)) !important;
}

.border-yellow-500 {
    --border-opacity:1 !important;
    border-color: #c27803 !important;
    border-color: rgba(194,120,3,var(--border-opacity)) !important;
}

.border-yellow-600 {
    --border-opacity:1 !important;
    border-color: #9f580a !important;
    border-color: rgba(159,88,10,var(--border-opacity)) !important;
}

.border-yellow-700 {
    --border-opacity:1 !important;
    border-color: #8e4b10 !important;
    border-color: rgba(142,75,16,var(--border-opacity)) !important;
}

.border-yellow-800 {
    --border-opacity:1 !important;
    border-color: #723b13 !important;
    border-color: rgba(114,59,19,var(--border-opacity)) !important;
}

.border-yellow-900 {
    --border-opacity:1 !important;
    border-color: #633112 !important;
    border-color: rgba(99,49,18,var(--border-opacity)) !important;
}

.border-yellow {
    --border-opacity:1 !important;
    border-color: #c27803 !important;
    border-color: rgba(194,120,3,var(--border-opacity)) !important;
}

.border-green-50 {
    --border-opacity:1 !important;
    border-color: #f3faf7 !important;
    border-color: rgba(243,250,247,var(--border-opacity)) !important;
}

.border-green-100 {
    --border-opacity:1 !important;
    border-color: #def7ec !important;
    border-color: rgba(222,247,236,var(--border-opacity)) !important;
}

.border-green-200 {
    --border-opacity:1 !important;
    border-color: #bcf0da !important;
    border-color: rgba(188,240,218,var(--border-opacity)) !important;
}

.border-green-300 {
    --border-opacity:1 !important;
    border-color: #84e1bc !important;
    border-color: rgba(132,225,188,var(--border-opacity)) !important;
}

.border-green-400 {
    --border-opacity:1 !important;
    border-color: #31c48d !important;
    border-color: rgba(49,196,141,var(--border-opacity)) !important;
}

.border-green-500 {
    --border-opacity:1 !important;
    border-color: #0e9f6e !important;
    border-color: rgba(14,159,110,var(--border-opacity)) !important;
}

.border-green-600 {
    --border-opacity:1 !important;
    border-color: #057a55 !important;
    border-color: rgba(5,122,85,var(--border-opacity)) !important;
}

.border-green-700 {
    --border-opacity:1 !important;
    border-color: #046c4e !important;
    border-color: rgba(4,108,78,var(--border-opacity)) !important;
}

.border-green-800 {
    --border-opacity:1 !important;
    border-color: #03543f !important;
    border-color: rgba(3,84,63,var(--border-opacity)) !important;
}

.border-green-900 {
    --border-opacity:1 !important;
    border-color: #014737 !important;
    border-color: rgba(1,71,55,var(--border-opacity)) !important;
}

.border-green {
    --border-opacity:1 !important;
    border-color: #0e9f6e !important;
    border-color: rgba(14,159,110,var(--border-opacity)) !important;
}

.border-teal-50 {
    --border-opacity:1 !important;
    border-color: #edfafa !important;
    border-color: rgba(237,250,250,var(--border-opacity)) !important;
}

.border-teal-100 {
    --border-opacity:1 !important;
    border-color: #d5f5f6 !important;
    border-color: rgba(213,245,246,var(--border-opacity)) !important;
}

.border-teal-200 {
    --border-opacity:1 !important;
    border-color: #afecef !important;
    border-color: rgba(175,236,239,var(--border-opacity)) !important;
}

.border-teal-300 {
    --border-opacity:1 !important;
    border-color: #7edce2 !important;
    border-color: rgba(126,220,226,var(--border-opacity)) !important;
}

.border-teal-400 {
    --border-opacity:1 !important;
    border-color: #16bdca !important;
    border-color: rgba(22,189,202,var(--border-opacity)) !important;
}

.border-teal-500 {
    --border-opacity:1 !important;
    border-color: #0694a2 !important;
    border-color: rgba(6,148,162,var(--border-opacity)) !important;
}

.border-teal-600 {
    --border-opacity:1 !important;
    border-color: #047481 !important;
    border-color: rgba(4,116,129,var(--border-opacity)) !important;
}

.border-teal-700 {
    --border-opacity:1 !important;
    border-color: #036672 !important;
    border-color: rgba(3,102,114,var(--border-opacity)) !important;
}

.border-teal-800 {
    --border-opacity:1 !important;
    border-color: #05505c !important;
    border-color: rgba(5,80,92,var(--border-opacity)) !important;
}

.border-teal-900 {
    --border-opacity:1 !important;
    border-color: #014451 !important;
    border-color: rgba(1,68,81,var(--border-opacity)) !important;
}

.border-teal {
    --border-opacity:1 !important;
    border-color: #0694a2 !important;
    border-color: rgba(6,148,162,var(--border-opacity)) !important;
}

.border-blue-50 {
    --border-opacity:1 !important;
    border-color: #ebf5ff !important;
    border-color: rgba(235,245,255,var(--border-opacity)) !important;
}

.border-blue-100 {
    --border-opacity:1 !important;
    border-color: #e1effe !important;
    border-color: rgba(225,239,254,var(--border-opacity)) !important;
}

.border-blue-200 {
    --border-opacity:1 !important;
    border-color: #c3ddfd !important;
    border-color: rgba(195,221,253,var(--border-opacity)) !important;
}

.border-blue-300 {
    --border-opacity:1 !important;
    border-color: #a4cafe !important;
    border-color: rgba(164,202,254,var(--border-opacity)) !important;
}

.border-blue-400 {
    --border-opacity:1 !important;
    border-color: #76a9fa !important;
    border-color: rgba(118,169,250,var(--border-opacity)) !important;
}

.border-blue-500 {
    --border-opacity:1 !important;
    border-color: #3f83f8 !important;
    border-color: rgba(63,131,248,var(--border-opacity)) !important;
}

.border-blue-600 {
    --border-opacity:1 !important;
    border-color: #1c64f2 !important;
    border-color: rgba(28,100,242,var(--border-opacity)) !important;
}

.border-blue-700 {
    --border-opacity:1 !important;
    border-color: #1a56db !important;
    border-color: rgba(26,86,219,var(--border-opacity)) !important;
}

.border-blue-800 {
    --border-opacity:1 !important;
    border-color: #1e429f !important;
    border-color: rgba(30,66,159,var(--border-opacity)) !important;
}

.border-blue-900 {
    --border-opacity:1 !important;
    border-color: #233876 !important;
    border-color: rgba(35,56,118,var(--border-opacity)) !important;
}

.border-blue {
    --border-opacity:1 !important;
    border-color: #3f83f8 !important;
    border-color: rgba(63,131,248,var(--border-opacity)) !important;
}

.border-indigo-50 {
    --border-opacity:1 !important;
    border-color: #f0f5ff !important;
    border-color: rgba(240,245,255,var(--border-opacity)) !important;
}

.border-indigo-100 {
    --border-opacity:1 !important;
    border-color: #e5edff !important;
    border-color: rgba(229,237,255,var(--border-opacity)) !important;
}

.border-indigo-200 {
    --border-opacity:1 !important;
    border-color: #cddbfe !important;
    border-color: rgba(205,219,254,var(--border-opacity)) !important;
}

.border-indigo-300 {
    --border-opacity:1 !important;
    border-color: #b4c6fc !important;
    border-color: rgba(180,198,252,var(--border-opacity)) !important;
}

.border-indigo-400 {
    --border-opacity:1 !important;
    border-color: #8da2fb !important;
    border-color: rgba(141,162,251,var(--border-opacity)) !important;
}

.border-indigo-500 {
    --border-opacity:1 !important;
    border-color: #6875f5 !important;
    border-color: rgba(104,117,245,var(--border-opacity)) !important;
}

.border-indigo-600 {
    --border-opacity:1 !important;
    border-color: #5850ec !important;
    border-color: rgba(88,80,236,var(--border-opacity)) !important;
}

.border-indigo-700 {
    --border-opacity:1 !important;
    border-color: #5145cd !important;
    border-color: rgba(81,69,205,var(--border-opacity)) !important;
}

.border-indigo-800 {
    --border-opacity:1 !important;
    border-color: #42389d !important;
    border-color: rgba(66,56,157,var(--border-opacity)) !important;
}

.border-indigo-900 {
    --border-opacity:1 !important;
    border-color: #362f78 !important;
    border-color: rgba(54,47,120,var(--border-opacity)) !important;
}

.border-indigo {
    --border-opacity:1 !important;
    border-color: #6875f5 !important;
    border-color: rgba(104,117,245,var(--border-opacity)) !important;
}

.border-purple-50 {
    --border-opacity:1 !important;
    border-color: #f6f5ff !important;
    border-color: rgba(246,245,255,var(--border-opacity)) !important;
}

.border-purple-100 {
    --border-opacity:1 !important;
    border-color: #edebfe !important;
    border-color: rgba(237,235,254,var(--border-opacity)) !important;
}

.border-purple-200 {
    --border-opacity:1 !important;
    border-color: #dcd7fe !important;
    border-color: rgba(220,215,254,var(--border-opacity)) !important;
}

.border-purple-300 {
    --border-opacity:1 !important;
    border-color: #cabffd !important;
    border-color: rgba(202,191,253,var(--border-opacity)) !important;
}

.border-purple-400 {
    --border-opacity:1 !important;
    border-color: #ac94fa !important;
    border-color: rgba(172,148,250,var(--border-opacity)) !important;
}

.border-purple-500 {
    --border-opacity:1 !important;
    border-color: #9061f9 !important;
    border-color: rgba(144,97,249,var(--border-opacity)) !important;
}

.border-purple-600 {
    --border-opacity:1 !important;
    border-color: #7e3af2 !important;
    border-color: rgba(126,58,242,var(--border-opacity)) !important;
}

.border-purple-700 {
    --border-opacity:1 !important;
    border-color: #6c2bd9 !important;
    border-color: rgba(108,43,217,var(--border-opacity)) !important;
}

.border-purple-800 {
    --border-opacity:1 !important;
    border-color: #5521b5 !important;
    border-color: rgba(85,33,181,var(--border-opacity)) !important;
}

.border-purple-900 {
    --border-opacity:1 !important;
    border-color: #4a1d96 !important;
    border-color: rgba(74,29,150,var(--border-opacity)) !important;
}

.border-purple {
    --border-opacity:1 !important;
    border-color: #9061f9 !important;
    border-color: rgba(144,97,249,var(--border-opacity)) !important;
}

.border-pink-50 {
    --border-opacity:1 !important;
    border-color: #fdf2f8 !important;
    border-color: rgba(253,242,248,var(--border-opacity)) !important;
}

.border-pink-100 {
    --border-opacity:1 !important;
    border-color: #fce8f3 !important;
    border-color: rgba(252,232,243,var(--border-opacity)) !important;
}

.border-pink-200 {
    --border-opacity:1 !important;
    border-color: #fad1e8 !important;
    border-color: rgba(250,209,232,var(--border-opacity)) !important;
}

.border-pink-300 {
    --border-opacity:1 !important;
    border-color: #f8b4d9 !important;
    border-color: rgba(248,180,217,var(--border-opacity)) !important;
}

.border-pink-400 {
    --border-opacity:1 !important;
    border-color: #f17eb8 !important;
    border-color: rgba(241,126,184,var(--border-opacity)) !important;
}

.border-pink-500 {
    --border-opacity:1 !important;
    border-color: #e74694 !important;
    border-color: rgba(231,70,148,var(--border-opacity)) !important;
}

.border-pink-600 {
    --border-opacity:1 !important;
    border-color: #d61f69 !important;
    border-color: rgba(214,31,105,var(--border-opacity)) !important;
}

.border-pink-700 {
    --border-opacity:1 !important;
    border-color: #bf125d !important;
    border-color: rgba(191,18,93,var(--border-opacity)) !important;
}

.border-pink-800 {
    --border-opacity:1 !important;
    border-color: #99154b !important;
    border-color: rgba(153,21,75,var(--border-opacity)) !important;
}

.border-pink-900 {
    --border-opacity:1 !important;
    border-color: #751a3d !important;
    border-color: rgba(117,26,61,var(--border-opacity)) !important;
}

.border-pink {
    --border-opacity:1 !important;
    border-color: #e74694 !important;
    border-color: rgba(231,70,148,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-current, [class*=theme-dark] .dark\:border-current, [class*=theme-light].light\:border-current, [class*=theme-light] .light\:border-current {
    border-color: currentColor !important;
}

[class*=theme-dark].dark\:border-transparent, [class*=theme-dark] .dark\:border-transparent, [class*=theme-light].light\:border-transparent, [class*=theme-light] .light\:border-transparent {
    border-color: transparent !important;
}

[class*=theme-dark].dark\:border-white, [class*=theme-dark] .dark\:border-white, [class*=theme-light].light\:border-white, [class*=theme-light] .light\:border-white {
    --border-opacity:1 !important;
    border-color: #fff !important;
    border-color: rgba(255,255,255,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-black, [class*=theme-dark] .dark\:border-black, [class*=theme-light].light\:border-black, [class*=theme-light] .light\:border-black {
    --border-opacity:1 !important;
    border-color: #000 !important;
    border-color: rgba(0,0,0,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-gray-50, [class*=theme-dark] .dark\:border-gray-50, [class*=theme-light].light\:border-gray-50, [class*=theme-light] .light\:border-gray-50 {
    --border-opacity:1 !important;
    border-color: #f9fafb !important;
    border-color: rgba(249,250,251,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-gray-100, [class*=theme-dark] .dark\:border-gray-100, [class*=theme-light].light\:border-gray-100, [class*=theme-light] .light\:border-gray-100 {
    --border-opacity:1 !important;
    border-color: #f4f5f7 !important;
    border-color: rgba(244,245,247,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-gray-200, [class*=theme-dark] .dark\:border-gray-200, [class*=theme-light].light\:border-gray-200, [class*=theme-light] .light\:border-gray-200 {
    --border-opacity:1 !important;
    border-color: #e5e7eb !important;
    border-color: rgba(229,231,235,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-gray-300, [class*=theme-dark] .dark\:border-gray-300, [class*=theme-light].light\:border-gray-300, [class*=theme-light] .light\:border-gray-300 {
    --border-opacity:1 !important;
    border-color: #d2d6dc !important;
    border-color: rgba(210,214,220,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-gray-400, [class*=theme-dark] .dark\:border-gray-400, [class*=theme-light].light\:border-gray-400, [class*=theme-light] .light\:border-gray-400 {
    --border-opacity:1 !important;
    border-color: #9fa6b2 !important;
    border-color: rgba(159,166,178,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-gray-500, [class*=theme-dark] .dark\:border-gray-500, [class*=theme-light].light\:border-gray-500, [class*=theme-light] .light\:border-gray-500 {
    --border-opacity:1 !important;
    border-color: #6b7280 !important;
    border-color: rgba(107,114,128,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-gray-600, [class*=theme-dark] .dark\:border-gray-600, [class*=theme-light].light\:border-gray-600, [class*=theme-light] .light\:border-gray-600 {
    --border-opacity:1 !important;
    border-color: #4b5563 !important;
    border-color: rgba(75,85,99,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-gray-700, [class*=theme-dark] .dark\:border-gray-700, [class*=theme-light].light\:border-gray-700, [class*=theme-light] .light\:border-gray-700 {
    --border-opacity:1 !important;
    border-color: #374151 !important;
    border-color: rgba(55,65,81,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-gray-800, [class*=theme-dark] .dark\:border-gray-800, [class*=theme-light].light\:border-gray-800, [class*=theme-light] .light\:border-gray-800 {
    --border-opacity:1 !important;
    border-color: #252f3f !important;
    border-color: rgba(37,47,63,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-gray-900, [class*=theme-dark] .dark\:border-gray-900, [class*=theme-light].light\:border-gray-900, [class*=theme-light] .light\:border-gray-900 {
    --border-opacity:1 !important;
    border-color: #161e2e !important;
    border-color: rgba(22,30,46,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-gray, [class*=theme-dark] .dark\:border-gray, [class*=theme-light].light\:border-gray, [class*=theme-light] .light\:border-gray {
    --border-opacity:1 !important;
    border-color: #6b7280 !important;
    border-color: rgba(107,114,128,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-cool-gray-50, [class*=theme-dark] .dark\:border-cool-gray-50, [class*=theme-light].light\:border-cool-gray-50, [class*=theme-light] .light\:border-cool-gray-50 {
    --border-opacity:1 !important;
    border-color: #fbfdfe !important;
    border-color: rgba(251,253,254,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-cool-gray-100, [class*=theme-dark] .dark\:border-cool-gray-100, [class*=theme-light].light\:border-cool-gray-100, [class*=theme-light] .light\:border-cool-gray-100 {
    --border-opacity:1 !important;
    border-color: #f1f5f9 !important;
    border-color: rgba(241,245,249,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-cool-gray-200, [class*=theme-dark] .dark\:border-cool-gray-200, [class*=theme-light].light\:border-cool-gray-200, [class*=theme-light] .light\:border-cool-gray-200 {
    --border-opacity:1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226,232,240,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-cool-gray-300, [class*=theme-dark] .dark\:border-cool-gray-300, [class*=theme-light].light\:border-cool-gray-300, [class*=theme-light] .light\:border-cool-gray-300 {
    --border-opacity:1 !important;
    border-color: #cfd8e3 !important;
    border-color: rgba(207,216,227,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-cool-gray-400, [class*=theme-dark] .dark\:border-cool-gray-400, [class*=theme-light].light\:border-cool-gray-400, [class*=theme-light] .light\:border-cool-gray-400 {
    --border-opacity:1 !important;
    border-color: #97a6ba !important;
    border-color: rgba(151,166,186,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-cool-gray-500, [class*=theme-dark] .dark\:border-cool-gray-500, [class*=theme-light].light\:border-cool-gray-500, [class*=theme-light] .light\:border-cool-gray-500 {
    --border-opacity:1 !important;
    border-color: #64748b !important;
    border-color: rgba(100,116,139,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-cool-gray-600, [class*=theme-dark] .dark\:border-cool-gray-600, [class*=theme-light].light\:border-cool-gray-600, [class*=theme-light] .light\:border-cool-gray-600 {
    --border-opacity:1 !important;
    border-color: #475569 !important;
    border-color: rgba(71,85,105,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-cool-gray-700, [class*=theme-dark] .dark\:border-cool-gray-700, [class*=theme-light].light\:border-cool-gray-700, [class*=theme-light] .light\:border-cool-gray-700 {
    --border-opacity:1 !important;
    border-color: #364152 !important;
    border-color: rgba(54,65,82,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-cool-gray-800, [class*=theme-dark] .dark\:border-cool-gray-800, [class*=theme-light].light\:border-cool-gray-800, [class*=theme-light] .light\:border-cool-gray-800 {
    --border-opacity:1 !important;
    border-color: #27303f !important;
    border-color: rgba(39,48,63,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-cool-gray-900, [class*=theme-dark] .dark\:border-cool-gray-900, [class*=theme-light].light\:border-cool-gray-900, [class*=theme-light] .light\:border-cool-gray-900 {
    --border-opacity:1 !important;
    border-color: #1a202e !important;
    border-color: rgba(26,32,46,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-cool-gray, [class*=theme-dark] .dark\:border-cool-gray, [class*=theme-light].light\:border-cool-gray, [class*=theme-light] .light\:border-cool-gray {
    --border-opacity:1 !important;
    border-color: #64748b !important;
    border-color: rgba(100,116,139,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-red-50, [class*=theme-dark] .dark\:border-red-50, [class*=theme-light].light\:border-red-50, [class*=theme-light] .light\:border-red-50 {
    --border-opacity:1 !important;
    border-color: #fdf2f2 !important;
    border-color: rgba(253,242,242,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-red-100, [class*=theme-dark] .dark\:border-red-100, [class*=theme-light].light\:border-red-100, [class*=theme-light] .light\:border-red-100 {
    --border-opacity:1 !important;
    border-color: #fde8e8 !important;
    border-color: rgba(253,232,232,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-red-200, [class*=theme-dark] .dark\:border-red-200, [class*=theme-light].light\:border-red-200, [class*=theme-light] .light\:border-red-200 {
    --border-opacity:1 !important;
    border-color: #fbd5d5 !important;
    border-color: rgba(251,213,213,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-red-300, [class*=theme-dark] .dark\:border-red-300, [class*=theme-light].light\:border-red-300, [class*=theme-light] .light\:border-red-300 {
    --border-opacity:1 !important;
    border-color: #f8b4b4 !important;
    border-color: rgba(248,180,180,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-red-400, [class*=theme-dark] .dark\:border-red-400, [class*=theme-light].light\:border-red-400, [class*=theme-light] .light\:border-red-400 {
    --border-opacity:1 !important;
    border-color: #f98080 !important;
    border-color: rgba(249,128,128,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-red-500, [class*=theme-dark] .dark\:border-red-500, [class*=theme-light].light\:border-red-500, [class*=theme-light] .light\:border-red-500 {
    --border-opacity:1 !important;
    border-color: #f05252 !important;
    border-color: rgba(240,82,82,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-red-600, [class*=theme-dark] .dark\:border-red-600, [class*=theme-light].light\:border-red-600, [class*=theme-light] .light\:border-red-600 {
    --border-opacity:1 !important;
    border-color: #e02424 !important;
    border-color: rgba(224,36,36,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-red-700, [class*=theme-dark] .dark\:border-red-700, [class*=theme-light].light\:border-red-700, [class*=theme-light] .light\:border-red-700 {
    --border-opacity:1 !important;
    border-color: #c81e1e !important;
    border-color: rgba(200,30,30,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-red-800, [class*=theme-dark] .dark\:border-red-800, [class*=theme-light].light\:border-red-800, [class*=theme-light] .light\:border-red-800 {
    --border-opacity:1 !important;
    border-color: #9b1c1c !important;
    border-color: rgba(155,28,28,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-red-900, [class*=theme-dark] .dark\:border-red-900, [class*=theme-light].light\:border-red-900, [class*=theme-light] .light\:border-red-900 {
    --border-opacity:1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119,29,29,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-red, [class*=theme-dark] .dark\:border-red, [class*=theme-light].light\:border-red, [class*=theme-light] .light\:border-red {
    --border-opacity:1 !important;
    border-color: #f05252 !important;
    border-color: rgba(240,82,82,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-orange-50, [class*=theme-dark] .dark\:border-orange-50, [class*=theme-light].light\:border-orange-50, [class*=theme-light] .light\:border-orange-50 {
    --border-opacity:1 !important;
    border-color: #fff8f1 !important;
    border-color: rgba(255,248,241,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-orange-100, [class*=theme-dark] .dark\:border-orange-100, [class*=theme-light].light\:border-orange-100, [class*=theme-light] .light\:border-orange-100 {
    --border-opacity:1 !important;
    border-color: #feecdc !important;
    border-color: rgba(254,236,220,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-orange-200, [class*=theme-dark] .dark\:border-orange-200, [class*=theme-light].light\:border-orange-200, [class*=theme-light] .light\:border-orange-200 {
    --border-opacity:1 !important;
    border-color: #fcd9bd !important;
    border-color: rgba(252,217,189,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-orange-300, [class*=theme-dark] .dark\:border-orange-300, [class*=theme-light].light\:border-orange-300, [class*=theme-light] .light\:border-orange-300 {
    --border-opacity:1 !important;
    border-color: #fdba8c !important;
    border-color: rgba(253,186,140,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-orange-400, [class*=theme-dark] .dark\:border-orange-400, [class*=theme-light].light\:border-orange-400, [class*=theme-light] .light\:border-orange-400 {
    --border-opacity:1 !important;
    border-color: #ff8a4c !important;
    border-color: rgba(255,138,76,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-orange-500, [class*=theme-dark] .dark\:border-orange-500, [class*=theme-light].light\:border-orange-500, [class*=theme-light] .light\:border-orange-500 {
    --border-opacity:1 !important;
    border-color: #ff5a1f !important;
    border-color: rgba(255,90,31,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-orange-600, [class*=theme-dark] .dark\:border-orange-600, [class*=theme-light].light\:border-orange-600, [class*=theme-light] .light\:border-orange-600 {
    --border-opacity:1 !important;
    border-color: #d03801 !important;
    border-color: rgba(208,56,1,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-orange-700, [class*=theme-dark] .dark\:border-orange-700, [class*=theme-light].light\:border-orange-700, [class*=theme-light] .light\:border-orange-700 {
    --border-opacity:1 !important;
    border-color: #b43403 !important;
    border-color: rgba(180,52,3,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-orange-800, [class*=theme-dark] .dark\:border-orange-800, [class*=theme-light].light\:border-orange-800, [class*=theme-light] .light\:border-orange-800 {
    --border-opacity:1 !important;
    border-color: #8a2c0d !important;
    border-color: rgba(138,44,13,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-orange-900, [class*=theme-dark] .dark\:border-orange-900, [class*=theme-light].light\:border-orange-900, [class*=theme-light] .light\:border-orange-900 {
    --border-opacity:1 !important;
    border-color: #771d1d !important;
    border-color: rgba(119,29,29,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-orange, [class*=theme-dark] .dark\:border-orange, [class*=theme-light].light\:border-orange, [class*=theme-light] .light\:border-orange {
    --border-opacity:1 !important;
    border-color: #ff5a1f !important;
    border-color: rgba(255,90,31,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-yellow-50, [class*=theme-dark] .dark\:border-yellow-50, [class*=theme-light].light\:border-yellow-50, [class*=theme-light] .light\:border-yellow-50 {
    --border-opacity:1 !important;
    border-color: #fdfdea !important;
    border-color: rgba(253,253,234,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-yellow-100, [class*=theme-dark] .dark\:border-yellow-100, [class*=theme-light].light\:border-yellow-100, [class*=theme-light] .light\:border-yellow-100 {
    --border-opacity:1 !important;
    border-color: #fdf6b2 !important;
    border-color: rgba(253,246,178,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-yellow-200, [class*=theme-dark] .dark\:border-yellow-200, [class*=theme-light].light\:border-yellow-200, [class*=theme-light] .light\:border-yellow-200 {
    --border-opacity:1 !important;
    border-color: #fce96a !important;
    border-color: rgba(252,233,106,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-yellow-300, [class*=theme-dark] .dark\:border-yellow-300, [class*=theme-light].light\:border-yellow-300, [class*=theme-light] .light\:border-yellow-300 {
    --border-opacity:1 !important;
    border-color: #faca15 !important;
    border-color: rgba(250,202,21,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-yellow-400, [class*=theme-dark] .dark\:border-yellow-400, [class*=theme-light].light\:border-yellow-400, [class*=theme-light] .light\:border-yellow-400 {
    --border-opacity:1 !important;
    border-color: #e3a008 !important;
    border-color: rgba(227,160,8,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-yellow-500, [class*=theme-dark] .dark\:border-yellow-500, [class*=theme-light].light\:border-yellow-500, [class*=theme-light] .light\:border-yellow-500 {
    --border-opacity:1 !important;
    border-color: #c27803 !important;
    border-color: rgba(194,120,3,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-yellow-600, [class*=theme-dark] .dark\:border-yellow-600, [class*=theme-light].light\:border-yellow-600, [class*=theme-light] .light\:border-yellow-600 {
    --border-opacity:1 !important;
    border-color: #9f580a !important;
    border-color: rgba(159,88,10,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-yellow-700, [class*=theme-dark] .dark\:border-yellow-700, [class*=theme-light].light\:border-yellow-700, [class*=theme-light] .light\:border-yellow-700 {
    --border-opacity:1 !important;
    border-color: #8e4b10 !important;
    border-color: rgba(142,75,16,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-yellow-800, [class*=theme-dark] .dark\:border-yellow-800, [class*=theme-light].light\:border-yellow-800, [class*=theme-light] .light\:border-yellow-800 {
    --border-opacity:1 !important;
    border-color: #723b13 !important;
    border-color: rgba(114,59,19,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-yellow-900, [class*=theme-dark] .dark\:border-yellow-900, [class*=theme-light].light\:border-yellow-900, [class*=theme-light] .light\:border-yellow-900 {
    --border-opacity:1 !important;
    border-color: #633112 !important;
    border-color: rgba(99,49,18,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-yellow, [class*=theme-dark] .dark\:border-yellow, [class*=theme-light].light\:border-yellow, [class*=theme-light] .light\:border-yellow {
    --border-opacity:1 !important;
    border-color: #c27803 !important;
    border-color: rgba(194,120,3,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-green-50, [class*=theme-dark] .dark\:border-green-50, [class*=theme-light].light\:border-green-50, [class*=theme-light] .light\:border-green-50 {
    --border-opacity:1 !important;
    border-color: #f3faf7 !important;
    border-color: rgba(243,250,247,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-green-100, [class*=theme-dark] .dark\:border-green-100, [class*=theme-light].light\:border-green-100, [class*=theme-light] .light\:border-green-100 {
    --border-opacity:1 !important;
    border-color: #def7ec !important;
    border-color: rgba(222,247,236,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-green-200, [class*=theme-dark] .dark\:border-green-200, [class*=theme-light].light\:border-green-200, [class*=theme-light] .light\:border-green-200 {
    --border-opacity:1 !important;
    border-color: #bcf0da !important;
    border-color: rgba(188,240,218,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-green-300, [class*=theme-dark] .dark\:border-green-300, [class*=theme-light].light\:border-green-300, [class*=theme-light] .light\:border-green-300 {
    --border-opacity:1 !important;
    border-color: #84e1bc !important;
    border-color: rgba(132,225,188,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-green-400, [class*=theme-dark] .dark\:border-green-400, [class*=theme-light].light\:border-green-400, [class*=theme-light] .light\:border-green-400 {
    --border-opacity:1 !important;
    border-color: #31c48d !important;
    border-color: rgba(49,196,141,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-green-500, [class*=theme-dark] .dark\:border-green-500, [class*=theme-light].light\:border-green-500, [class*=theme-light] .light\:border-green-500 {
    --border-opacity:1 !important;
    border-color: #0e9f6e !important;
    border-color: rgba(14,159,110,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-green-600, [class*=theme-dark] .dark\:border-green-600, [class*=theme-light].light\:border-green-600, [class*=theme-light] .light\:border-green-600 {
    --border-opacity:1 !important;
    border-color: #057a55 !important;
    border-color: rgba(5,122,85,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-green-700, [class*=theme-dark] .dark\:border-green-700, [class*=theme-light].light\:border-green-700, [class*=theme-light] .light\:border-green-700 {
    --border-opacity:1 !important;
    border-color: #046c4e !important;
    border-color: rgba(4,108,78,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-green-800, [class*=theme-dark] .dark\:border-green-800, [class*=theme-light].light\:border-green-800, [class*=theme-light] .light\:border-green-800 {
    --border-opacity:1 !important;
    border-color: #03543f !important;
    border-color: rgba(3,84,63,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-green-900, [class*=theme-dark] .dark\:border-green-900, [class*=theme-light].light\:border-green-900, [class*=theme-light] .light\:border-green-900 {
    --border-opacity:1 !important;
    border-color: #014737 !important;
    border-color: rgba(1,71,55,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-green, [class*=theme-dark] .dark\:border-green, [class*=theme-light].light\:border-green, [class*=theme-light] .light\:border-green {
    --border-opacity:1 !important;
    border-color: #0e9f6e !important;
    border-color: rgba(14,159,110,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-teal-50, [class*=theme-dark] .dark\:border-teal-50, [class*=theme-light].light\:border-teal-50, [class*=theme-light] .light\:border-teal-50 {
    --border-opacity:1 !important;
    border-color: #edfafa !important;
    border-color: rgba(237,250,250,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-teal-100, [class*=theme-dark] .dark\:border-teal-100, [class*=theme-light].light\:border-teal-100, [class*=theme-light] .light\:border-teal-100 {
    --border-opacity:1 !important;
    border-color: #d5f5f6 !important;
    border-color: rgba(213,245,246,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-teal-200, [class*=theme-dark] .dark\:border-teal-200, [class*=theme-light].light\:border-teal-200, [class*=theme-light] .light\:border-teal-200 {
    --border-opacity:1 !important;
    border-color: #afecef !important;
    border-color: rgba(175,236,239,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-teal-300, [class*=theme-dark] .dark\:border-teal-300, [class*=theme-light].light\:border-teal-300, [class*=theme-light] .light\:border-teal-300 {
    --border-opacity:1 !important;
    border-color: #7edce2 !important;
    border-color: rgba(126,220,226,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-teal-400, [class*=theme-dark] .dark\:border-teal-400, [class*=theme-light].light\:border-teal-400, [class*=theme-light] .light\:border-teal-400 {
    --border-opacity:1 !important;
    border-color: #16bdca !important;
    border-color: rgba(22,189,202,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-teal-500, [class*=theme-dark] .dark\:border-teal-500, [class*=theme-light].light\:border-teal-500, [class*=theme-light] .light\:border-teal-500 {
    --border-opacity:1 !important;
    border-color: #0694a2 !important;
    border-color: rgba(6,148,162,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-teal-600, [class*=theme-dark] .dark\:border-teal-600, [class*=theme-light].light\:border-teal-600, [class*=theme-light] .light\:border-teal-600 {
    --border-opacity:1 !important;
    border-color: #047481 !important;
    border-color: rgba(4,116,129,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-teal-700, [class*=theme-dark] .dark\:border-teal-700, [class*=theme-light].light\:border-teal-700, [class*=theme-light] .light\:border-teal-700 {
    --border-opacity:1 !important;
    border-color: #036672 !important;
    border-color: rgba(3,102,114,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-teal-800, [class*=theme-dark] .dark\:border-teal-800, [class*=theme-light].light\:border-teal-800, [class*=theme-light] .light\:border-teal-800 {
    --border-opacity:1 !important;
    border-color: #05505c !important;
    border-color: rgba(5,80,92,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-teal-900, [class*=theme-dark] .dark\:border-teal-900, [class*=theme-light].light\:border-teal-900, [class*=theme-light] .light\:border-teal-900 {
    --border-opacity:1 !important;
    border-color: #014451 !important;
    border-color: rgba(1,68,81,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-teal, [class*=theme-dark] .dark\:border-teal, [class*=theme-light].light\:border-teal, [class*=theme-light] .light\:border-teal {
    --border-opacity:1 !important;
    border-color: #0694a2 !important;
    border-color: rgba(6,148,162,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-blue-50, [class*=theme-dark] .dark\:border-blue-50, [class*=theme-light].light\:border-blue-50, [class*=theme-light] .light\:border-blue-50 {
    --border-opacity:1 !important;
    border-color: #ebf5ff !important;
    border-color: rgba(235,245,255,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-blue-100, [class*=theme-dark] .dark\:border-blue-100, [class*=theme-light].light\:border-blue-100, [class*=theme-light] .light\:border-blue-100 {
    --border-opacity:1 !important;
    border-color: #e1effe !important;
    border-color: rgba(225,239,254,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-blue-200, [class*=theme-dark] .dark\:border-blue-200, [class*=theme-light].light\:border-blue-200, [class*=theme-light] .light\:border-blue-200 {
    --border-opacity:1 !important;
    border-color: #c3ddfd !important;
    border-color: rgba(195,221,253,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-blue-300, [class*=theme-dark] .dark\:border-blue-300, [class*=theme-light].light\:border-blue-300, [class*=theme-light] .light\:border-blue-300 {
    --border-opacity:1 !important;
    border-color: #a4cafe !important;
    border-color: rgba(164,202,254,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-blue-400, [class*=theme-dark] .dark\:border-blue-400, [class*=theme-light].light\:border-blue-400, [class*=theme-light] .light\:border-blue-400 {
    --border-opacity:1 !important;
    border-color: #76a9fa !important;
    border-color: rgba(118,169,250,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-blue-500, [class*=theme-dark] .dark\:border-blue-500, [class*=theme-light].light\:border-blue-500, [class*=theme-light] .light\:border-blue-500 {
    --border-opacity:1 !important;
    border-color: #3f83f8 !important;
    border-color: rgba(63,131,248,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-blue-600, [class*=theme-dark] .dark\:border-blue-600, [class*=theme-light].light\:border-blue-600, [class*=theme-light] .light\:border-blue-600 {
    --border-opacity:1 !important;
    border-color: #1c64f2 !important;
    border-color: rgba(28,100,242,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-blue-700, [class*=theme-dark] .dark\:border-blue-700, [class*=theme-light].light\:border-blue-700, [class*=theme-light] .light\:border-blue-700 {
    --border-opacity:1 !important;
    border-color: #1a56db !important;
    border-color: rgba(26,86,219,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-blue-800, [class*=theme-dark] .dark\:border-blue-800, [class*=theme-light].light\:border-blue-800, [class*=theme-light] .light\:border-blue-800 {
    --border-opacity:1 !important;
    border-color: #1e429f !important;
    border-color: rgba(30,66,159,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-blue-900, [class*=theme-dark] .dark\:border-blue-900, [class*=theme-light].light\:border-blue-900, [class*=theme-light] .light\:border-blue-900 {
    --border-opacity:1 !important;
    border-color: #233876 !important;
    border-color: rgba(35,56,118,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-blue, [class*=theme-dark] .dark\:border-blue, [class*=theme-light].light\:border-blue, [class*=theme-light] .light\:border-blue {
    --border-opacity:1 !important;
    border-color: #3f83f8 !important;
    border-color: rgba(63,131,248,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-indigo-50, [class*=theme-dark] .dark\:border-indigo-50, [class*=theme-light].light\:border-indigo-50, [class*=theme-light] .light\:border-indigo-50 {
    --border-opacity:1 !important;
    border-color: #f0f5ff !important;
    border-color: rgba(240,245,255,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-indigo-100, [class*=theme-dark] .dark\:border-indigo-100, [class*=theme-light].light\:border-indigo-100, [class*=theme-light] .light\:border-indigo-100 {
    --border-opacity:1 !important;
    border-color: #e5edff !important;
    border-color: rgba(229,237,255,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-indigo-200, [class*=theme-dark] .dark\:border-indigo-200, [class*=theme-light].light\:border-indigo-200, [class*=theme-light] .light\:border-indigo-200 {
    --border-opacity:1 !important;
    border-color: #cddbfe !important;
    border-color: rgba(205,219,254,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-indigo-300, [class*=theme-dark] .dark\:border-indigo-300, [class*=theme-light].light\:border-indigo-300, [class*=theme-light] .light\:border-indigo-300 {
    --border-opacity:1 !important;
    border-color: #b4c6fc !important;
    border-color: rgba(180,198,252,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-indigo-400, [class*=theme-dark] .dark\:border-indigo-400, [class*=theme-light].light\:border-indigo-400, [class*=theme-light] .light\:border-indigo-400 {
    --border-opacity:1 !important;
    border-color: #8da2fb !important;
    border-color: rgba(141,162,251,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-indigo-500, [class*=theme-dark] .dark\:border-indigo-500, [class*=theme-light].light\:border-indigo-500, [class*=theme-light] .light\:border-indigo-500 {
    --border-opacity:1 !important;
    border-color: #6875f5 !important;
    border-color: rgba(104,117,245,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-indigo-600, [class*=theme-dark] .dark\:border-indigo-600, [class*=theme-light].light\:border-indigo-600, [class*=theme-light] .light\:border-indigo-600 {
    --border-opacity:1 !important;
    border-color: #5850ec !important;
    border-color: rgba(88,80,236,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-indigo-700, [class*=theme-dark] .dark\:border-indigo-700, [class*=theme-light].light\:border-indigo-700, [class*=theme-light] .light\:border-indigo-700 {
    --border-opacity:1 !important;
    border-color: #5145cd !important;
    border-color: rgba(81,69,205,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-indigo-800, [class*=theme-dark] .dark\:border-indigo-800, [class*=theme-light].light\:border-indigo-800, [class*=theme-light] .light\:border-indigo-800 {
    --border-opacity:1 !important;
    border-color: #42389d !important;
    border-color: rgba(66,56,157,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-indigo-900, [class*=theme-dark] .dark\:border-indigo-900, [class*=theme-light].light\:border-indigo-900, [class*=theme-light] .light\:border-indigo-900 {
    --border-opacity:1 !important;
    border-color: #362f78 !important;
    border-color: rgba(54,47,120,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-indigo, [class*=theme-dark] .dark\:border-indigo, [class*=theme-light].light\:border-indigo, [class*=theme-light] .light\:border-indigo {
    --border-opacity:1 !important;
    border-color: #6875f5 !important;
    border-color: rgba(104,117,245,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-purple-50, [class*=theme-dark] .dark\:border-purple-50, [class*=theme-light].light\:border-purple-50, [class*=theme-light] .light\:border-purple-50 {
    --border-opacity:1 !important;
    border-color: #f6f5ff !important;
    border-color: rgba(246,245,255,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-purple-100, [class*=theme-dark] .dark\:border-purple-100, [class*=theme-light].light\:border-purple-100, [class*=theme-light] .light\:border-purple-100 {
    --border-opacity:1 !important;
    border-color: #edebfe !important;
    border-color: rgba(237,235,254,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-purple-200, [class*=theme-dark] .dark\:border-purple-200, [class*=theme-light].light\:border-purple-200, [class*=theme-light] .light\:border-purple-200 {
    --border-opacity:1 !important;
    border-color: #dcd7fe !important;
    border-color: rgba(220,215,254,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-purple-300, [class*=theme-dark] .dark\:border-purple-300, [class*=theme-light].light\:border-purple-300, [class*=theme-light] .light\:border-purple-300 {
    --border-opacity:1 !important;
    border-color: #cabffd !important;
    border-color: rgba(202,191,253,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-purple-400, [class*=theme-dark] .dark\:border-purple-400, [class*=theme-light].light\:border-purple-400, [class*=theme-light] .light\:border-purple-400 {
    --border-opacity:1 !important;
    border-color: #ac94fa !important;
    border-color: rgba(172,148,250,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-purple-500, [class*=theme-dark] .dark\:border-purple-500, [class*=theme-light].light\:border-purple-500, [class*=theme-light] .light\:border-purple-500 {
    --border-opacity:1 !important;
    border-color: #9061f9 !important;
    border-color: rgba(144,97,249,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-purple-600, [class*=theme-dark] .dark\:border-purple-600, [class*=theme-light].light\:border-purple-600, [class*=theme-light] .light\:border-purple-600 {
    --border-opacity:1 !important;
    border-color: #7e3af2 !important;
    border-color: rgba(126,58,242,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-purple-700, [class*=theme-dark] .dark\:border-purple-700, [class*=theme-light].light\:border-purple-700, [class*=theme-light] .light\:border-purple-700 {
    --border-opacity:1 !important;
    border-color: #6c2bd9 !important;
    border-color: rgba(108,43,217,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-purple-800, [class*=theme-dark] .dark\:border-purple-800, [class*=theme-light].light\:border-purple-800, [class*=theme-light] .light\:border-purple-800 {
    --border-opacity:1 !important;
    border-color: #5521b5 !important;
    border-color: rgba(85,33,181,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-purple-900, [class*=theme-dark] .dark\:border-purple-900, [class*=theme-light].light\:border-purple-900, [class*=theme-light] .light\:border-purple-900 {
    --border-opacity:1 !important;
    border-color: #4a1d96 !important;
    border-color: rgba(74,29,150,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-purple, [class*=theme-dark] .dark\:border-purple, [class*=theme-light].light\:border-purple, [class*=theme-light] .light\:border-purple {
    --border-opacity:1 !important;
    border-color: #9061f9 !important;
    border-color: rgba(144,97,249,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-pink-50, [class*=theme-dark] .dark\:border-pink-50, [class*=theme-light].light\:border-pink-50, [class*=theme-light] .light\:border-pink-50 {
    --border-opacity:1 !important;
    border-color: #fdf2f8 !important;
    border-color: rgba(253,242,248,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-pink-100, [class*=theme-dark] .dark\:border-pink-100, [class*=theme-light].light\:border-pink-100, [class*=theme-light] .light\:border-pink-100 {
    --border-opacity:1 !important;
    border-color: #fce8f3 !important;
    border-color: rgba(252,232,243,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-pink-200, [class*=theme-dark] .dark\:border-pink-200, [class*=theme-light].light\:border-pink-200, [class*=theme-light] .light\:border-pink-200 {
    --border-opacity:1 !important;
    border-color: #fad1e8 !important;
    border-color: rgba(250,209,232,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-pink-300, [class*=theme-dark] .dark\:border-pink-300, [class*=theme-light].light\:border-pink-300, [class*=theme-light] .light\:border-pink-300 {
    --border-opacity:1 !important;
    border-color: #f8b4d9 !important;
    border-color: rgba(248,180,217,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-pink-400, [class*=theme-dark] .dark\:border-pink-400, [class*=theme-light].light\:border-pink-400, [class*=theme-light] .light\:border-pink-400 {
    --border-opacity:1 !important;
    border-color: #f17eb8 !important;
    border-color: rgba(241,126,184,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-pink-500, [class*=theme-dark] .dark\:border-pink-500, [class*=theme-light].light\:border-pink-500, [class*=theme-light] .light\:border-pink-500 {
    --border-opacity:1 !important;
    border-color: #e74694 !important;
    border-color: rgba(231,70,148,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-pink-600, [class*=theme-dark] .dark\:border-pink-600, [class*=theme-light].light\:border-pink-600, [class*=theme-light] .light\:border-pink-600 {
    --border-opacity:1 !important;
    border-color: #d61f69 !important;
    border-color: rgba(214,31,105,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-pink-700, [class*=theme-dark] .dark\:border-pink-700, [class*=theme-light].light\:border-pink-700, [class*=theme-light] .light\:border-pink-700 {
    --border-opacity:1 !important;
    border-color: #bf125d !important;
    border-color: rgba(191,18,93,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-pink-800, [class*=theme-dark] .dark\:border-pink-800, [class*=theme-light].light\:border-pink-800, [class*=theme-light] .light\:border-pink-800 {
    --border-opacity:1 !important;
    border-color: #99154b !important;
    border-color: rgba(153,21,75,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-pink-900, [class*=theme-dark] .dark\:border-pink-900, [class*=theme-light].light\:border-pink-900, [class*=theme-light] .light\:border-pink-900 {
    --border-opacity:1 !important;
    border-color: #751a3d !important;
    border-color: rgba(117,26,61,var(--border-opacity)) !important;
}

[class*=theme-dark].dark\:border-pink, [class*=theme-dark] .dark\:border-pink, [class*=theme-light].light\:border-pink, [class*=theme-light] .light\:border-pink {
    --border-opacity:1 !important;
    border-color: #e74694 !important;
    border-color: rgba(231,70,148,var(--border-opacity)) !important;
}

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

.border-opacity-12 {
    --border-opacity:0.12 !important;
}

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

.border-opacity-38 {
    --border-opacity:0.38 !important;
}

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

.border-opacity-54 {
    --border-opacity:0.54 !important;
}

.border-opacity-70 {
    --border-opacity:0.70 !important;
}

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

.border-opacity-84 {
    --border-opacity:0.84 !important;
}

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

.hover\:border-opacity-0:hover {
    --border-opacity:0 !important;
}

.hover\:border-opacity-12:hover {
    --border-opacity:0.12 !important;
}

.hover\:border-opacity-25:hover {
    --border-opacity:0.25 !important;
}

.hover\:border-opacity-38:hover {
    --border-opacity:0.38 !important;
}

.hover\:border-opacity-50:hover {
    --border-opacity:0.5 !important;
}

.hover\:border-opacity-54:hover {
    --border-opacity:0.54 !important;
}

.hover\:border-opacity-70:hover {
    --border-opacity:0.70 !important;
}

.hover\:border-opacity-75:hover {
    --border-opacity:0.75 !important;
}

.hover\:border-opacity-84:hover {
    --border-opacity:0.84 !important;
}

.hover\:border-opacity-100:hover {
    --border-opacity:1 !important;
}

.focus\:border-opacity-0:focus {
    --border-opacity:0 !important;
}

.focus\:border-opacity-12:focus {
    --border-opacity:0.12 !important;
}

.focus\:border-opacity-25:focus {
    --border-opacity:0.25 !important;
}

.focus\:border-opacity-38:focus {
    --border-opacity:0.38 !important;
}

.focus\:border-opacity-50:focus {
    --border-opacity:0.5 !important;
}

.focus\:border-opacity-54:focus {
    --border-opacity:0.54 !important;
}

.focus\:border-opacity-70:focus {
    --border-opacity:0.70 !important;
}

.focus\:border-opacity-75:focus {
    --border-opacity:0.75 !important;
}

.focus\:border-opacity-84:focus {
    --border-opacity:0.84 !important;
}

.focus\:border-opacity-100:focus {
    --border-opacity:1 !important;
}

.rounded-none {
    border-radius: 0 !important;
}

.rounded-sm {
    border-radius: .125rem !important;
}

.rounded {
    border-radius: .25rem !important;
}

.rounded-md {
    border-radius: .375rem !important;
}

.rounded-lg {
    border-radius: .5rem !important;
}

.rounded-full {
    border-radius: 9999px !important;
}

.rounded-t-none {
    border-top-left-radius: 0 !important;
}

.rounded-r-none, .rounded-t-none {
    border-top-right-radius: 0 !important;
}

.rounded-b-none, .rounded-r-none {
    border-bottom-right-radius: 0 !important;
}

.rounded-b-none, .rounded-l-none {
    border-bottom-left-radius: 0 !important;
}

.rounded-l-none {
    border-top-left-radius: 0 !important;
}

.rounded-t-sm {
    border-top-left-radius: .125rem !important;
}

.rounded-r-sm, .rounded-t-sm {
    border-top-right-radius: .125rem !important;
}

.rounded-b-sm, .rounded-r-sm {
    border-bottom-right-radius: .125rem !important;
}

.rounded-b-sm, .rounded-l-sm {
    border-bottom-left-radius: .125rem !important;
}

.rounded-l-sm {
    border-top-left-radius: .125rem !important;
}

.rounded-t {
    border-top-left-radius: .25rem !important;
}

.rounded-r, .rounded-t {
    border-top-right-radius: .25rem !important;
}

.rounded-b, .rounded-r {
    border-bottom-right-radius: .25rem !important;
}

.rounded-b, .rounded-l {
    border-bottom-left-radius: .25rem !important;
}

.rounded-l {
    border-top-left-radius: .25rem !important;
}

.rounded-t-md {
    border-top-left-radius: .375rem !important;
}

.rounded-r-md, .rounded-t-md {
    border-top-right-radius: .375rem !important;
}

.rounded-b-md, .rounded-r-md {
    border-bottom-right-radius: .375rem !important;
}

.rounded-b-md, .rounded-l-md {
    border-bottom-left-radius: .375rem !important;
}

.rounded-l-md {
    border-top-left-radius: .375rem !important;
}

.rounded-t-lg {
    border-top-left-radius: .5rem !important;
}

.rounded-r-lg, .rounded-t-lg {
    border-top-right-radius: .5rem !important;
}

.rounded-b-lg, .rounded-r-lg {
    border-bottom-right-radius: .5rem !important;
}

.rounded-b-lg, .rounded-l-lg {
    border-bottom-left-radius: .5rem !important;
}

.rounded-l-lg {
    border-top-left-radius: .5rem !important;
}

.rounded-t-full {
    border-top-left-radius: 9999px !important;
}

.rounded-r-full, .rounded-t-full {
    border-top-right-radius: 9999px !important;
}

.rounded-b-full, .rounded-r-full {
    border-bottom-right-radius: 9999px !important;
}

.rounded-b-full, .rounded-l-full {
    border-bottom-left-radius: 9999px !important;
}

.rounded-l-full {
    border-top-left-radius: 9999px !important;
}

.rounded-tl-none {
    border-top-left-radius: 0 !important;
}

.rounded-tr-none {
    border-top-right-radius: 0 !important;
}

.rounded-br-none {
    border-bottom-right-radius: 0 !important;
}

.rounded-bl-none {
    border-bottom-left-radius: 0 !important;
}

.rounded-tl-sm {
    border-top-left-radius: .125rem !important;
}

.rounded-tr-sm {
    border-top-right-radius: .125rem !important;
}

.rounded-br-sm {
    border-bottom-right-radius: .125rem !important;
}

.rounded-bl-sm {
    border-bottom-left-radius: .125rem !important;
}

.rounded-tl {
    border-top-left-radius: .25rem !important;
}

.rounded-tr {
    border-top-right-radius: .25rem !important;
}

.rounded-br {
    border-bottom-right-radius: .25rem !important;
}

.rounded-bl {
    border-bottom-left-radius: .25rem !important;
}

.rounded-tl-md {
    border-top-left-radius: .375rem !important;
}

.rounded-tr-md {
    border-top-right-radius: .375rem !important;
}

.rounded-br-md {
    border-bottom-right-radius: .375rem !important;
}

.rounded-bl-md {
    border-bottom-left-radius: .375rem !important;
}

.rounded-tl-lg {
    border-top-left-radius: .5rem !important;
}

.rounded-tr-lg {
    border-top-right-radius: .5rem !important;
}

.rounded-br-lg {
    border-bottom-right-radius: .5rem !important;
}

.rounded-bl-lg {
    border-bottom-left-radius: .5rem !important;
}

.rounded-tl-full {
    border-top-left-radius: 9999px !important;
}

.rounded-tr-full {
    border-top-right-radius: 9999px !important;
}

.rounded-br-full {
    border-bottom-right-radius: 9999px !important;
}

.rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
}

.border-solid {
    border-style: solid !important;
}

.border-dashed {
    border-style: dashed !important;
}

.border-dotted {
    border-style: dotted !important;
}

.border-double {
    border-style: double !important;
}

.border-none {
    border-style: none !important;
}

.border-0 {
    border-width: 0 !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-8 {
    border-width: 8px !important;
}

.border {
    border-width: 1px !important;
}

.border-t-0 {
    border-top-width: 0 !important;
}

.border-r-0 {
    border-right-width: 0 !important;
}

.border-b-0 {
    border-bottom-width: 0 !important;
}

.border-l-0 {
    border-left-width: 0 !important;
}

.border-t-2 {
    border-top-width: 2px !important;
}

.border-r-2 {
    border-right-width: 2px !important;
}

.border-b-2 {
    border-bottom-width: 2px !important;
}

.border-l-2 {
    border-left-width: 2px !important;
}

.border-t-4 {
    border-top-width: 4px !important;
}

.border-r-4 {
    border-right-width: 4px !important;
}

.border-b-4 {
    border-bottom-width: 4px !important;
}

.border-l-4 {
    border-left-width: 4px !important;
}

.border-t-8 {
    border-top-width: 8px !important;
}

.border-r-8 {
    border-right-width: 8px !important;
}

.border-b-8 {
    border-bottom-width: 8px !important;
}

.border-l-8 {
    border-left-width: 8px !important;
}

.border-t {
    border-top-width: 1px !important;
}

.border-r {
    border-right-width: 1px !important;
}

.border-b {
    border-bottom-width: 1px !important;
}

.border-l {
    border-left-width: 1px !important;
}

.first\:border-0:first-child {
    border-width: 0 !important;
}

.first\:border-2:first-child {
    border-width: 2px !important;
}

.first\:border-4:first-child {
    border-width: 4px !important;
}

.first\:border-8:first-child {
    border-width: 8px !important;
}

.first\:border:first-child {
    border-width: 1px !important;
}

.first\:border-t-0:first-child {
    border-top-width: 0 !important;
}

.first\:border-r-0:first-child {
    border-right-width: 0 !important;
}

.first\:border-b-0:first-child {
    border-bottom-width: 0 !important;
}

.first\:border-l-0:first-child {
    border-left-width: 0 !important;
}

.first\:border-t-2:first-child {
    border-top-width: 2px !important;
}

.first\:border-r-2:first-child {
    border-right-width: 2px !important;
}

.first\:border-b-2:first-child {
    border-bottom-width: 2px !important;
}

.first\:border-l-2:first-child {
    border-left-width: 2px !important;
}

.first\:border-t-4:first-child {
    border-top-width: 4px !important;
}

.first\:border-r-4:first-child {
    border-right-width: 4px !important;
}

.first\:border-b-4:first-child {
    border-bottom-width: 4px !important;
}

.first\:border-l-4:first-child {
    border-left-width: 4px !important;
}

.first\:border-t-8:first-child {
    border-top-width: 8px !important;
}

.first\:border-r-8:first-child {
    border-right-width: 8px !important;
}

.first\:border-b-8:first-child {
    border-bottom-width: 8px !important;
}

.first\:border-l-8:first-child {
    border-left-width: 8px !important;
}

.first\:border-t:first-child {
    border-top-width: 1px !important;
}

.first\:border-r:first-child {
    border-right-width: 1px !important;
}

.first\:border-b:first-child {
    border-bottom-width: 1px !important;
}

.first\:border-l:first-child {
    border-left-width: 1px !important;
}

.last\:border-0:last-child {
    border-width: 0 !important;
}

.last\:border-2:last-child {
    border-width: 2px !important;
}

.last\:border-4:last-child {
    border-width: 4px !important;
}

.last\:border-8:last-child {
    border-width: 8px !important;
}

.last\:border:last-child {
    border-width: 1px !important;
}

.last\:border-t-0:last-child {
    border-top-width: 0 !important;
}

.last\:border-r-0:last-child {
    border-right-width: 0 !important;
}

.last\:border-b-0:last-child {
    border-bottom-width: 0 !important;
}

.last\:border-l-0:last-child {
    border-left-width: 0 !important;
}

.last\:border-t-2:last-child {
    border-top-width: 2px !important;
}

.last\:border-r-2:last-child {
    border-right-width: 2px !important;
}

.last\:border-b-2:last-child {
    border-bottom-width: 2px !important;
}

.last\:border-l-2:last-child {
    border-left-width: 2px !important;
}

.last\:border-t-4:last-child {
    border-top-width: 4px !important;
}

.last\:border-r-4:last-child {
    border-right-width: 4px !important;
}

.last\:border-b-4:last-child {
    border-bottom-width: 4px !important;
}

.last\:border-l-4:last-child {
    border-left-width: 4px !important;
}

.last\:border-t-8:last-child {
    border-top-width: 8px !important;
}

.last\:border-r-8:last-child {
    border-right-width: 8px !important;
}

.last\:border-b-8:last-child {
    border-bottom-width: 8px !important;
}

.last\:border-l-8:last-child {
    border-left-width: 8px !important;
}

.last\:border-t:last-child {
    border-top-width: 1px !important;
}

.last\:border-r:last-child {
    border-right-width: 1px !important;
}

.last\:border-b:last-child {
    border-bottom-width: 1px !important;
}

.last\:border-l:last-child {
    border-left-width: 1px !important;
}

.box-border {
    box-sizing: border-box !important;
}

.box-content {
    box-sizing: content-box !important;
}

.cursor-auto {
    cursor: auto !important;
}

.cursor-default {
    cursor: default !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-wait {
    cursor: wait !important;
}

.cursor-text {
    cursor: text !important;
}

.cursor-move {
    cursor: move !important;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

.block {
    display: block !important;
}

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

.inline {
    display: inline !important;
}

.flex {
    display: flex !important;
}

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

.table {
    display: table !important;
}

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

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

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

.table-column-group {
    display: table-column-group !important;
}

.table-footer-group {
    display: table-footer-group !important;
}

.table-header-group {
    display: table-header-group !important;
}

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

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

.flow-root {
    display: flow-root !important;
}

.grid {
    display: grid !important;
}

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

.hidden {
    display: none !important;
}

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

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

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

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

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-no-wrap {
    flex-wrap: nowrap !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-0 {
    flex: 0 0 auto !important;
}

.flex-1 {
    flex: 1 1 0% !important;
}

.flex-auto {
    flex: 1 1 auto !important;
}

.flex-initial {
    flex: 0 1 auto !important;
}

.flex-none {
    flex: none !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink {
    flex-shrink: 1 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-6 {
    order: 6 !important;
}

.order-7 {
    order: 7 !important;
}

.order-8 {
    order: 8 !important;
}

.order-9 {
    order: 9 !important;
}

.order-10 {
    order: 10 !important;
}

.order-11 {
    order: 11 !important;
}

.order-12 {
    order: 12 !important;
}

.order-first {
    order: -9999 !important;
}

.order-last {
    order: 9999 !important;
}

.order-none {
    order: 0 !important;
}

.font-sans {
    font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
}

.font-serif {
    font-family: Georgia,Cambria,Times New Roman,Times,serif !important;
}

.font-mono {
    font-family: IBM Plex Mono,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace !important;
}

.font-hairline {
    font-weight: 100 !important;
}

.font-thin {
    font-weight: 200 !important;
}

.font-light {
    font-weight: 300 !important;
}

.font-normal {
    font-weight: 400 !important;
}

.font-medium {
    font-weight: 500 !important;
}

.font-semibold {
    font-weight: 600 !important;
}

.font-bold {
    font-weight: 700 !important;
}

.font-extrabold {
    font-weight: 800 !important;
}

.font-black {
    font-weight: 900 !important;
}

.h-0 {
    height: 0 !important;
}

.h-1 {
    height: .25rem !important;
}

.h-2 {
    height: .5rem !important;
}

.h-3 {
    height: .75rem !important;
}

.h-4 {
    height: 1rem !important;
}

.h-5 {
    height: 1.25rem !important;
}

.h-6 {
    height: 1.5rem !important;
}

.h-8 {
    height: 2rem !important;
}

.h-10 {
    height: 2.5rem !important;
}

.h-12 {
    height: 3rem !important;
}

.h-14 {
    height: 3.5rem !important;
}

.h-16 {
    height: 4rem !important;
}

.h-18 {
    height: 4.5rem !important;
}

.h-20 {
    height: 5rem !important;
}

.h-22 {
    height: 5.5rem !important;
}

.h-24 {
    height: 6rem !important;
}

.h-26 {
    height: 6.5rem !important;
}

.h-28 {
    height: 7rem !important;
}

.h-30 {
    height: 7.5rem !important;
}

.h-32 {
    height: 8rem !important;
}

.h-36 {
    height: 9rem !important;
}

.h-40 {
    height: 10rem !important;
}

.h-48 {
    height: 12rem !important;
}

.h-50 {
    height: 12.5rem !important;
}

.h-56 {
    height: 14rem !important;
}

.h-60 {
    height: 15rem !important;
}

.h-64 {
    height: 16rem !important;
}

.h-80 {
    height: 20rem !important;
}

.h-90 {
    height: 24rem !important;
}

.h-100 {
    height: 25rem !important;
}

.h-120 {
    height: 30rem !important;
}

.h-128 {
    height: 32rem !important;
}

.h-140 {
    height: 35rem !important;
}

.h-160 {
    height: 40rem !important;
}

.h-180 {
    height: 45rem !important;
}

.h-192 {
    height: 48rem !important;
}

.h-200 {
    height: 50rem !important;
}

.h-240 {
    height: 60rem !important;
}

.h-256 {
    height: 64rem !important;
}

.h-280 {
    height: 70rem !important;
}

.h-320 {
    height: 80rem !important;
}

.h-360 {
    height: 90rem !important;
}

.h-400 {
    height: 100rem !important;
}

.h-480 {
    height: 120rem !important;
}

.h-auto {
    height: auto !important;
}

.h-px {
    height: 1px !important;
}

.h-2px {
    height: 2px !important;
}

.h-full {
    height: 100% !important;
}

.h-screen {
    height: 100vh !important;
}

.h-1\/2 {
    height: 50% !important;
}

.h-1\/3 {
    height: 33.33333% !important;
}

.h-2\/3 {
    height: 66.66667% !important;
}

.h-1\/4 {
    height: 25% !important;
}

.h-2\/4 {
    height: 50% !important;
}

.h-3\/4 {
    height: 75% !important;
}

.h-1\/5 {
    height: 20% !important;
}

.h-2\/5 {
    height: 40% !important;
}

.h-3\/5 {
    height: 60% !important;
}

.h-4\/5 {
    height: 80% !important;
}

.h-1\/12 {
    height: 8.33333% !important;
}

.h-2\/12 {
    height: 16.66667% !important;
}

.h-3\/12 {
    height: 25% !important;
}

.h-4\/12 {
    height: 33.33333% !important;
}

.h-5\/12 {
    height: 41.66667% !important;
}

.h-6\/12 {
    height: 50% !important;
}

.h-7\/12 {
    height: 58.33333% !important;
}

.h-8\/12 {
    height: 66.66667% !important;
}

.h-9\/12 {
    height: 75% !important;
}

.h-10\/12 {
    height: 83.33333% !important;
}

.h-11\/12 {
    height: 91.66667% !important;
}

.text-xs {
    font-size: .625rem !important;
}

.text-sm {
    font-size: .75rem !important;
}

.text-md {
    font-size: .8125rem !important;
}

.text-base {
    font-size: .875rem !important;
}

.text-lg {
    font-size: 1rem !important;
}

.text-xl {
    font-size: 1.125rem !important;
}

.text-2xl {
    font-size: 1.25rem !important;
}

.text-3xl {
    font-size: 1.5rem !important;
}

.text-4xl {
    font-size: 2rem !important;
}

.text-5xl {
    font-size: 2.25rem !important;
}

.text-6xl {
    font-size: 2.5rem !important;
}

.text-7xl {
    font-size: 3rem !important;
}

.text-8xl {
    font-size: 4rem !important;
}

.text-9xl {
    font-size: 6rem !important;
}

.text-10xl {
    font-size: 8rem !important;
}

.leading-3 {
    line-height: .75rem !important;
}

.leading-4 {
    line-height: 1rem !important;
}

.leading-5 {
    line-height: 1.25rem !important;
}

.leading-6 {
    line-height: 1.5rem !important;
}

.leading-7 {
    line-height: 1.75rem !important;
}

.leading-8 {
    line-height: 2rem !important;
}

.leading-9 {
    line-height: 2.25rem !important;
}

.leading-10 {
    line-height: 2.5rem !important;
}

.leading-none {
    line-height: 1 !important;
}

.leading-tight {
    line-height: 1.25 !important;
}

.leading-snug {
    line-height: 1.375 !important;
}

.leading-normal {
    line-height: 1.5 !important;
}

.leading-relaxed {
    line-height: 1.625 !important;
}

.leading-loose {
    line-height: 2 !important;
}

.list-inside {
    list-style-position: inside !important;
}

.list-outside {
    list-style-position: outside !important;
}

.list-none {
    list-style-type: none !important;
}

.list-disc {
    list-style-type: disc !important;
}

.list-decimal {
    list-style-type: decimal !important;
}

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

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

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

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

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

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

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

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

.m-10 {
    margin: 2.5rem !important;
}

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

.m-14 {
    margin: 3.5rem !important;
}

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

.m-18 {
    margin: 4.5rem !important;
}

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

.m-22 {
    margin: 5.5rem !important;
}

.m-24 {
    margin: 6rem !important;
}

.m-26 {
    margin: 6.5rem !important;
}

.m-28 {
    margin: 7rem !important;
}

.m-30 {
    margin: 7.5rem !important;
}

.m-32 {
    margin: 8rem !important;
}

.m-36 {
    margin: 9rem !important;
}

.m-40 {
    margin: 10rem !important;
}

.m-48 {
    margin: 12rem !important;
}

.m-56 {
    margin: 14rem !important;
}

.m-64 {
    margin: 16rem !important;
}

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

.m-px {
    margin: 1px !important;
}

.m-2px {
    margin: 2px !important;
}

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

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

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

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

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

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

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

.-m-10 {
    margin: -2.5rem !important;
}

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

.-m-14 {
    margin: -3.5rem !important;
}

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

.-m-18 {
    margin: -4.5rem !important;
}

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

.-m-22 {
    margin: -5.5rem !important;
}

.-m-24 {
    margin: -6rem !important;
}

.-m-26 {
    margin: -6.5rem !important;
}

.-m-28 {
    margin: -7rem !important;
}

.-m-30 {
    margin: -7.5rem !important;
}

.-m-32 {
    margin: -8rem !important;
}

.-m-36 {
    margin: -9rem !important;
}

.-m-40 {
    margin: -10rem !important;
}

.-m-48 {
    margin: -12rem !important;
}

.-m-56 {
    margin: -14rem !important;
}

.-m-64 {
    margin: -16rem !important;
}

.-m-px {
    margin: -1px !important;
}

.-m-2px {
    margin: -2px !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
}

.my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
}

.mx-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
}

.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}

.mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
}

.my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}

.my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}

.mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
}

.my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
}

.mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
}

.my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}

.my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
}

.mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
}

.my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}

.my-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
}

.mx-22 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
}

.my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
}

.my-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
}

.mx-26 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
}

.my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}

.mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
}

.my-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
}

.mx-30 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
}

.my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}

.mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
}

.my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
}

.mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
}

.my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}

.mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
}

.my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
}

.mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
}

.my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
}

.mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
}

.my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
}

.mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
}

.my-2px {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.mx-2px {
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.-my-1 {
    margin-top: -.25rem !important;
    margin-bottom: -.25rem !important;
}

.-mx-1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important;
}

.-my-2 {
    margin-top: -.5rem !important;
    margin-bottom: -.5rem !important;
}

.-mx-2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important;
}

.-my-3 {
    margin-top: -.75rem !important;
    margin-bottom: -.75rem !important;
}

.-mx-3 {
    margin-left: -.75rem !important;
    margin-right: -.75rem !important;
}

.-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}

.-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}

.-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
}

.-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
}

.-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}

.-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
}

.-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
}

.-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
}

.-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
}

.-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
}

.-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}

.-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
}

.-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
}

.-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
}

.-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
}

.-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
}

.-my-18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
}

.-mx-18 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
}

.-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
}

.-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
}

.-my-22 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
}

.-mx-22 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important;
}

.-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
}

.-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
}

.-my-26 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
}

.-mx-26 {
    margin-left: -6.5rem !important;
    margin-right: -6.5rem !important;
}

.-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
}

.-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
}

.-my-30 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
}

.-mx-30 {
    margin-left: -7.5rem !important;
    margin-right: -7.5rem !important;
}

.-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
}

.-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
}

.-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
}

.-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
}

.-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
}

.-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
}

.-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
}

.-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
}

.-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
}

.-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
}

.-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
}

.-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
}

.-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
}

.-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
}

.-my-2px {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
}

.-mx-2px {
    margin-left: -2px !important;
    margin-right: -2px !important;
}

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

.mr-0 {
    margin-right: 0 !important;
}

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

.ml-0 {
    margin-left: 0 !important;
}

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

.mr-1 {
    margin-right: .25rem !important;
}

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

.ml-1 {
    margin-left: .25rem !important;
}

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

.mr-2 {
    margin-right: .5rem !important;
}

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

.ml-2 {
    margin-left: .5rem !important;
}

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

.mr-3 {
    margin-right: .75rem !important;
}

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

.ml-3 {
    margin-left: .75rem !important;
}

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

.mr-4 {
    margin-right: 1rem !important;
}

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

.ml-4 {
    margin-left: 1rem !important;
}

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

.mr-5 {
    margin-right: 1.25rem !important;
}

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

.ml-5 {
    margin-left: 1.25rem !important;
}

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

.mr-6 {
    margin-right: 1.5rem !important;
}

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

.ml-6 {
    margin-left: 1.5rem !important;
}

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

.mr-8 {
    margin-right: 2rem !important;
}

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

.ml-8 {
    margin-left: 2rem !important;
}

.mt-10 {
    margin-top: 2.5rem !important;
}

.mr-10 {
    margin-right: 2.5rem !important;
}

.mb-10 {
    margin-bottom: 2.5rem !important;
}

.ml-10 {
    margin-left: 2.5rem !important;
}

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

.mr-12 {
    margin-right: 3rem !important;
}

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

.ml-12 {
    margin-left: 3rem !important;
}

.mt-14 {
    margin-top: 3.5rem !important;
}

.mr-14 {
    margin-right: 3.5rem !important;
}

.mb-14 {
    margin-bottom: 3.5rem !important;
}

.ml-14 {
    margin-left: 3.5rem !important;
}

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

.mr-16 {
    margin-right: 4rem !important;
}

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

.ml-16 {
    margin-left: 4rem !important;
}

.mt-18 {
    margin-top: 4.5rem !important;
}

.mr-18 {
    margin-right: 4.5rem !important;
}

.mb-18 {
    margin-bottom: 4.5rem !important;
}

.ml-18 {
    margin-left: 4.5rem !important;
}

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

.mr-20 {
    margin-right: 5rem !important;
}

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

.ml-20 {
    margin-left: 5rem !important;
}

.mt-22 {
    margin-top: 5.5rem !important;
}

.mr-22 {
    margin-right: 5.5rem !important;
}

.mb-22 {
    margin-bottom: 5.5rem !important;
}

.ml-22 {
    margin-left: 5.5rem !important;
}

.mt-24 {
    margin-top: 6rem !important;
}

.mr-24 {
    margin-right: 6rem !important;
}

.mb-24 {
    margin-bottom: 6rem !important;
}

.ml-24 {
    margin-left: 6rem !important;
}

.mt-26 {
    margin-top: 6.5rem !important;
}

.mr-26 {
    margin-right: 6.5rem !important;
}

.mb-26 {
    margin-bottom: 6.5rem !important;
}

.ml-26 {
    margin-left: 6.5rem !important;
}

.mt-28 {
    margin-top: 7rem !important;
}

.mr-28 {
    margin-right: 7rem !important;
}

.mb-28 {
    margin-bottom: 7rem !important;
}

.ml-28 {
    margin-left: 7rem !important;
}

.mt-30 {
    margin-top: 7.5rem !important;
}

.mr-30 {
    margin-right: 7.5rem !important;
}

.mb-30 {
    margin-bottom: 7.5rem !important;
}

.ml-30 {
    margin-left: 7.5rem !important;
}

.mt-32 {
    margin-top: 8rem !important;
}

.mr-32 {
    margin-right: 8rem !important;
}

.mb-32 {
    margin-bottom: 8rem !important;
}

.ml-32 {
    margin-left: 8rem !important;
}

.mt-36 {
    margin-top: 9rem !important;
}

.mr-36 {
    margin-right: 9rem !important;
}

.mb-36 {
    margin-bottom: 9rem !important;
}

.ml-36 {
    margin-left: 9rem !important;
}

.mt-40 {
    margin-top: 10rem !important;
}

.mr-40 {
    margin-right: 10rem !important;
}

.mb-40 {
    margin-bottom: 10rem !important;
}

.ml-40 {
    margin-left: 10rem !important;
}

.mt-48 {
    margin-top: 12rem !important;
}

.mr-48 {
    margin-right: 12rem !important;
}

.mb-48 {
    margin-bottom: 12rem !important;
}

.ml-48 {
    margin-left: 12rem !important;
}

.mt-56 {
    margin-top: 14rem !important;
}

.mr-56 {
    margin-right: 14rem !important;
}

.mb-56 {
    margin-bottom: 14rem !important;
}

.ml-56 {
    margin-left: 14rem !important;
}

.mt-64 {
    margin-top: 16rem !important;
}

.mr-64 {
    margin-right: 16rem !important;
}

.mb-64 {
    margin-bottom: 16rem !important;
}

.ml-64 {
    margin-left: 16rem !important;
}

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

.mr-auto {
    margin-right: auto !important;
}

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

.ml-auto {
    margin-left: auto !important;
}

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

.mr-px {
    margin-right: 1px !important;
}

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

.ml-px {
    margin-left: 1px !important;
}

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

.mr-2px {
    margin-right: 2px !important;
}

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

.ml-2px {
    margin-left: 2px !important;
}

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

.-mr-1 {
    margin-right: -.25rem !important;
}

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

.-ml-1 {
    margin-left: -.25rem !important;
}

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

.-mr-2 {
    margin-right: -.5rem !important;
}

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

.-ml-2 {
    margin-left: -.5rem !important;
}

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

.-mr-3 {
    margin-right: -.75rem !important;
}

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

.-ml-3 {
    margin-left: -.75rem !important;
}

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

.-mr-4 {
    margin-right: -1rem !important;
}

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

.-ml-4 {
    margin-left: -1rem !important;
}

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

.-mr-5 {
    margin-right: -1.25rem !important;
}

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

.-ml-5 {
    margin-left: -1.25rem !important;
}

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

.-mr-6 {
    margin-right: -1.5rem !important;
}

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

.-ml-6 {
    margin-left: -1.5rem !important;
}

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

.-mr-8 {
    margin-right: -2rem !important;
}

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

.-ml-8 {
    margin-left: -2rem !important;
}

.-mt-10 {
    margin-top: -2.5rem !important;
}

.-mr-10 {
    margin-right: -2.5rem !important;
}

.-mb-10 {
    margin-bottom: -2.5rem !important;
}

.-ml-10 {
    margin-left: -2.5rem !important;
}

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

.-mr-12 {
    margin-right: -3rem !important;
}

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

.-ml-12 {
    margin-left: -3rem !important;
}

.-mt-14 {
    margin-top: -3.5rem !important;
}

.-mr-14 {
    margin-right: -3.5rem !important;
}

.-mb-14 {
    margin-bottom: -3.5rem !important;
}

.-ml-14 {
    margin-left: -3.5rem !important;
}

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

.-mr-16 {
    margin-right: -4rem !important;
}

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

.-ml-16 {
    margin-left: -4rem !important;
}

.-mt-18 {
    margin-top: -4.5rem !important;
}

.-mr-18 {
    margin-right: -4.5rem !important;
}

.-mb-18 {
    margin-bottom: -4.5rem !important;
}

.-ml-18 {
    margin-left: -4.5rem !important;
}

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

.-mr-20 {
    margin-right: -5rem !important;
}

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

.-ml-20 {
    margin-left: -5rem !important;
}

.-mt-22 {
    margin-top: -5.5rem !important;
}

.-mr-22 {
    margin-right: -5.5rem !important;
}

.-mb-22 {
    margin-bottom: -5.5rem !important;
}

.-ml-22 {
    margin-left: -5.5rem !important;
}

.-mt-24 {
    margin-top: -6rem !important;
}

.-mr-24 {
    margin-right: -6rem !important;
}

.-mb-24 {
    margin-bottom: -6rem !important;
}

.-ml-24 {
    margin-left: -6rem !important;
}

.-mt-26 {
    margin-top: -6.5rem !important;
}

.-mr-26 {
    margin-right: -6.5rem !important;
}

.-mb-26 {
    margin-bottom: -6.5rem !important;
}

.-ml-26 {
    margin-left: -6.5rem !important;
}

.-mt-28 {
    margin-top: -7rem !important;
}

.-mr-28 {
    margin-right: -7rem !important;
}

.-mb-28 {
    margin-bottom: -7rem !important;
}

.-ml-28 {
    margin-left: -7rem !important;
}

.-mt-30 {
    margin-top: -7.5rem !important;
}

.-mr-30 {
    margin-right: -7.5rem !important;
}

.-mb-30 {
    margin-bottom: -7.5rem !important;
}

.-ml-30 {
    margin-left: -7.5rem !important;
}

.-mt-32 {
    margin-top: -8rem !important;
}

.-mr-32 {
    margin-right: -8rem !important;
}

.-mb-32 {
    margin-bottom: -8rem !important;
}

.-ml-32 {
    margin-left: -8rem !important;
}

.-mt-36 {
    margin-top: -9rem !important;
}

.-mr-36 {
    margin-right: -9rem !important;
}

.-mb-36 {
    margin-bottom: -9rem !important;
}

.-ml-36 {
    margin-left: -9rem !important;
}

.-mt-40 {
    margin-top: -10rem !important;
}

.-mr-40 {
    margin-right: -10rem !important;
}

.-mb-40 {
    margin-bottom: -10rem !important;
}

.-ml-40 {
    margin-left: -10rem !important;
}

.-mt-48 {
    margin-top: -12rem !important;
}

.-mr-48 {
    margin-right: -12rem !important;
}

.-mb-48 {
    margin-bottom: -12rem !important;
}

.-ml-48 {
    margin-left: -12rem !important;
}

.-mt-56 {
    margin-top: -14rem !important;
}

.-mr-56 {
    margin-right: -14rem !important;
}

.-mb-56 {
    margin-bottom: -14rem !important;
}

.-ml-56 {
    margin-left: -14rem !important;
}

.-mt-64 {
    margin-top: -16rem !important;
}

.-mr-64 {
    margin-right: -16rem !important;
}

.-mb-64 {
    margin-bottom: -16rem !important;
}

.-ml-64 {
    margin-left: -16rem !important;
}

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

.-mr-px {
    margin-right: -1px !important;
}

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

.-ml-px {
    margin-left: -1px !important;
}

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

.-mr-2px {
    margin-right: -2px !important;
}

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

.-ml-2px {
    margin-left: -2px !important;
}

.max-h-0 {
    max-height: 0 !important;
}

.max-h-1 {
    max-height: .25rem !important;
}

.max-h-2 {
    max-height: .5rem !important;
}

.max-h-3 {
    max-height: .75rem !important;
}

.max-h-4 {
    max-height: 1rem !important;
}

.max-h-5 {
    max-height: 1.25rem !important;
}

.max-h-6 {
    max-height: 1.5rem !important;
}

.max-h-8 {
    max-height: 2rem !important;
}

.max-h-10 {
    max-height: 2.5rem !important;
}

.max-h-12 {
    max-height: 3rem !important;
}

.max-h-14 {
    max-height: 3.5rem !important;
}

.max-h-16 {
    max-height: 4rem !important;
}

.max-h-18 {
    max-height: 4.5rem !important;
}

.max-h-20 {
    max-height: 5rem !important;
}

.max-h-22 {
    max-height: 5.5rem !important;
}

.max-h-24 {
    max-height: 6rem !important;
}

.max-h-26 {
    max-height: 6.5rem !important;
}

.max-h-28 {
    max-height: 7rem !important;
}

.max-h-30 {
    max-height: 7.5rem !important;
}

.max-h-32 {
    max-height: 8rem !important;
}

.max-h-36 {
    max-height: 9rem !important;
}

.max-h-40 {
    max-height: 10rem !important;
}

.max-h-48 {
    max-height: 12rem !important;
}

.max-h-50 {
    max-height: 12.5rem !important;
}

.max-h-56 {
    max-height: 14rem !important;
}

.max-h-60 {
    max-height: 15rem !important;
}

.max-h-64 {
    max-height: 16rem !important;
}

.max-h-80 {
    max-height: 20rem !important;
}

.max-h-90 {
    max-height: 24rem !important;
}

.max-h-100 {
    max-height: 25rem !important;
}

.max-h-120 {
    max-height: 30rem !important;
}

.max-h-128 {
    max-height: 32rem !important;
}

.max-h-140 {
    max-height: 35rem !important;
}

.max-h-160 {
    max-height: 40rem !important;
}

.max-h-180 {
    max-height: 45rem !important;
}

.max-h-192 {
    max-height: 48rem !important;
}

.max-h-200 {
    max-height: 50rem !important;
}

.max-h-240 {
    max-height: 60rem !important;
}

.max-h-256 {
    max-height: 64rem !important;
}

.max-h-280 {
    max-height: 70rem !important;
}

.max-h-320 {
    max-height: 80rem !important;
}

.max-h-360 {
    max-height: 90rem !important;
}

.max-h-400 {
    max-height: 100rem !important;
}

.max-h-480 {
    max-height: 120rem !important;
}

.max-h-full {
    max-height: 100% !important;
}

.max-h-screen {
    max-height: 100vh !important;
}

.max-h-none {
    max-height: none !important;
}

.max-h-px {
    max-height: 1px !important;
}

.max-h-2px {
    max-height: 2px !important;
}

.max-h-1\/2 {
    max-height: 50% !important;
}

.max-h-1\/3 {
    max-height: 33.33333% !important;
}

.max-h-2\/3 {
    max-height: 66.66667% !important;
}

.max-h-1\/4 {
    max-height: 25% !important;
}

.max-h-2\/4 {
    max-height: 50% !important;
}

.max-h-3\/4 {
    max-height: 75% !important;
}

.max-h-1\/5 {
    max-height: 20% !important;
}

.max-h-2\/5 {
    max-height: 40% !important;
}

.max-h-3\/5 {
    max-height: 60% !important;
}

.max-h-4\/5 {
    max-height: 80% !important;
}

.max-h-1\/12 {
    max-height: 8.33333% !important;
}

.max-h-2\/12 {
    max-height: 16.66667% !important;
}

.max-h-3\/12 {
    max-height: 25% !important;
}

.max-h-4\/12 {
    max-height: 33.33333% !important;
}

.max-h-5\/12 {
    max-height: 41.66667% !important;
}

.max-h-6\/12 {
    max-height: 50% !important;
}

.max-h-7\/12 {
    max-height: 58.33333% !important;
}

.max-h-8\/12 {
    max-height: 66.66667% !important;
}

.max-h-9\/12 {
    max-height: 75% !important;
}

.max-h-10\/12 {
    max-height: 83.33333% !important;
}

.max-h-11\/12 {
    max-height: 91.66667% !important;
}

.max-w-0 {
    max-width: 0 !important;
}

.max-w-1 {
    max-width: .25rem !important;
}

.max-w-2 {
    max-width: .5rem !important;
}

.max-w-3 {
    max-width: .75rem !important;
}

.max-w-4 {
    max-width: 1rem !important;
}

.max-w-5 {
    max-width: 1.25rem !important;
}

.max-w-6 {
    max-width: 1.5rem !important;
}

.max-w-8 {
    max-width: 2rem !important;
}

.max-w-10 {
    max-width: 2.5rem !important;
}

.max-w-12 {
    max-width: 3rem !important;
}

.max-w-14 {
    max-width: 3.5rem !important;
}

.max-w-16 {
    max-width: 4rem !important;
}

.max-w-18 {
    max-width: 4.5rem !important;
}

.max-w-20 {
    max-width: 5rem !important;
}

.max-w-22 {
    max-width: 5.5rem !important;
}

.max-w-24 {
    max-width: 6rem !important;
}

.max-w-26 {
    max-width: 6.5rem !important;
}

.max-w-28 {
    max-width: 7rem !important;
}

.max-w-30 {
    max-width: 7.5rem !important;
}

.max-w-32 {
    max-width: 8rem !important;
}

.max-w-36 {
    max-width: 9rem !important;
}

.max-w-40 {
    max-width: 10rem !important;
}

.max-w-48 {
    max-width: 12rem !important;
}

.max-w-50 {
    max-width: 12.5rem !important;
}

.max-w-56 {
    max-width: 14rem !important;
}

.max-w-60 {
    max-width: 15rem !important;
}

.max-w-64 {
    max-width: 16rem !important;
}

.max-w-80 {
    max-width: 20rem !important;
}

.max-w-90 {
    max-width: 24rem !important;
}

.max-w-100 {
    max-width: 25rem !important;
}

.max-w-120 {
    max-width: 30rem !important;
}

.max-w-128 {
    max-width: 32rem !important;
}

.max-w-140 {
    max-width: 35rem !important;
}

.max-w-160 {
    max-width: 40rem !important;
}

.max-w-180 {
    max-width: 45rem !important;
}

.max-w-192 {
    max-width: 48rem !important;
}

.max-w-200 {
    max-width: 50rem !important;
}

.max-w-240 {
    max-width: 60rem !important;
}

.max-w-256 {
    max-width: 64rem !important;
}

.max-w-280 {
    max-width: 70rem !important;
}

.max-w-320 {
    max-width: 80rem !important;
}

.max-w-360 {
    max-width: 90rem !important;
}

.max-w-400 {
    max-width: 100rem !important;
}

.max-w-480 {
    max-width: 120rem !important;
}

.max-w-none {
    max-width: none !important;
}

.max-w-xs {
    max-width: 20rem !important;
}

.max-w-sm {
    max-width: 24rem !important;
}

.max-w-md {
    max-width: 28rem !important;
}

.max-w-lg {
    max-width: 32rem !important;
}

.max-w-xl {
    max-width: 36rem !important;
}

.max-w-2xl {
    max-width: 42rem !important;
}

.max-w-3xl {
    max-width: 48rem !important;
}

.max-w-4xl {
    max-width: 56rem !important;
}

.max-w-5xl {
    max-width: 64rem !important;
}

.max-w-6xl {
    max-width: 72rem !important;
}

.max-w-full {
    max-width: 100% !important;
}

.max-w-screen {
    max-width: 100vw !important;
}

.max-w-px {
    max-width: 1px !important;
}

.max-w-2px {
    max-width: 2px !important;
}

.max-w-1\/2 {
    max-width: 50% !important;
}

.max-w-1\/3 {
    max-width: 33.33333% !important;
}

.max-w-2\/3 {
    max-width: 66.66667% !important;
}

.max-w-1\/4 {
    max-width: 25% !important;
}

.max-w-2\/4 {
    max-width: 50% !important;
}

.max-w-3\/4 {
    max-width: 75% !important;
}

.max-w-1\/5 {
    max-width: 20% !important;
}

.max-w-2\/5 {
    max-width: 40% !important;
}

.max-w-3\/5 {
    max-width: 60% !important;
}

.max-w-4\/5 {
    max-width: 80% !important;
}

.max-w-1\/12 {
    max-width: 8.33333% !important;
}

.max-w-2\/12 {
    max-width: 16.66667% !important;
}

.max-w-3\/12 {
    max-width: 25% !important;
}

.max-w-4\/12 {
    max-width: 33.33333% !important;
}

.max-w-5\/12 {
    max-width: 41.66667% !important;
}

.max-w-6\/12 {
    max-width: 50% !important;
}

.max-w-7\/12 {
    max-width: 58.33333% !important;
}

.max-w-8\/12 {
    max-width: 66.66667% !important;
}

.max-w-9\/12 {
    max-width: 75% !important;
}

.max-w-10\/12 {
    max-width: 83.33333% !important;
}

.max-w-11\/12 {
    max-width: 91.66667% !important;
}

.min-h-0 {
    min-height: 0 !important;
}

.min-h-1 {
    min-height: .25rem !important;
}

.min-h-2 {
    min-height: .5rem !important;
}

.min-h-3 {
    min-height: .75rem !important;
}

.min-h-4 {
    min-height: 1rem !important;
}

.min-h-5 {
    min-height: 1.25rem !important;
}

.min-h-6 {
    min-height: 1.5rem !important;
}

.min-h-8 {
    min-height: 2rem !important;
}

.min-h-10 {
    min-height: 2.5rem !important;
}

.min-h-12 {
    min-height: 3rem !important;
}

.min-h-14 {
    min-height: 3.5rem !important;
}

.min-h-16 {
    min-height: 4rem !important;
}

.min-h-18 {
    min-height: 4.5rem !important;
}

.min-h-20 {
    min-height: 5rem !important;
}

.min-h-22 {
    min-height: 5.5rem !important;
}

.min-h-24 {
    min-height: 6rem !important;
}

.min-h-26 {
    min-height: 6.5rem !important;
}

.min-h-28 {
    min-height: 7rem !important;
}

.min-h-30 {
    min-height: 7.5rem !important;
}

.min-h-32 {
    min-height: 8rem !important;
}

.min-h-36 {
    min-height: 9rem !important;
}

.min-h-40 {
    min-height: 10rem !important;
}

.min-h-48 {
    min-height: 12rem !important;
}

.min-h-50 {
    min-height: 12.5rem !important;
}

.min-h-56 {
    min-height: 14rem !important;
}

.min-h-60 {
    min-height: 15rem !important;
}

.min-h-64 {
    min-height: 16rem !important;
}

.min-h-80 {
    min-height: 20rem !important;
}

.min-h-90 {
    min-height: 24rem !important;
}

.min-h-100 {
    min-height: 25rem !important;
}

.min-h-120 {
    min-height: 30rem !important;
}

.min-h-128 {
    min-height: 32rem !important;
}

.min-h-140 {
    min-height: 35rem !important;
}

.min-h-160 {
    min-height: 40rem !important;
}

.min-h-180 {
    min-height: 45rem !important;
}

.min-h-192 {
    min-height: 48rem !important;
}

.min-h-200 {
    min-height: 50rem !important;
}

.min-h-240 {
    min-height: 60rem !important;
}

.min-h-256 {
    min-height: 64rem !important;
}

.min-h-280 {
    min-height: 70rem !important;
}

.min-h-320 {
    min-height: 80rem !important;
}

.min-h-360 {
    min-height: 90rem !important;
}

.min-h-400 {
    min-height: 100rem !important;
}

.min-h-480 {
    min-height: 120rem !important;
}

.min-h-full {
    min-height: 100% !important;
}

.min-h-screen {
    min-height: 100vh !important;
}

.min-h-px {
    min-height: 1px !important;
}

.min-h-2px {
    min-height: 2px !important;
}

.min-h-1\/2 {
    min-height: 50% !important;
}

.min-h-1\/3 {
    min-height: 33.33333% !important;
}

.min-h-2\/3 {
    min-height: 66.66667% !important;
}

.min-h-1\/4 {
    min-height: 25% !important;
}

.min-h-2\/4 {
    min-height: 50% !important;
}

.min-h-3\/4 {
    min-height: 75% !important;
}

.min-h-1\/5 {
    min-height: 20% !important;
}

.min-h-2\/5 {
    min-height: 40% !important;
}

.min-h-3\/5 {
    min-height: 60% !important;
}

.min-h-4\/5 {
    min-height: 80% !important;
}

.min-h-1\/12 {
    min-height: 8.33333% !important;
}

.min-h-2\/12 {
    min-height: 16.66667% !important;
}

.min-h-3\/12 {
    min-height: 25% !important;
}

.min-h-4\/12 {
    min-height: 33.33333% !important;
}

.min-h-5\/12 {
    min-height: 41.66667% !important;
}

.min-h-6\/12 {
    min-height: 50% !important;
}

.min-h-7\/12 {
    min-height: 58.33333% !important;
}

.min-h-8\/12 {
    min-height: 66.66667% !important;
}

.min-h-9\/12 {
    min-height: 75% !important;
}

.min-h-10\/12 {
    min-height: 83.33333% !important;
}

.min-h-11\/12 {
    min-height: 91.66667% !important;
}

.min-w-0 {
    min-width: 0 !important;
}

.min-w-1 {
    min-width: .25rem !important;
}

.min-w-2 {
    min-width: .5rem !important;
}

.min-w-3 {
    min-width: .75rem !important;
}

.min-w-4 {
    min-width: 1rem !important;
}

.min-w-5 {
    min-width: 1.25rem !important;
}

.min-w-6 {
    min-width: 1.5rem !important;
}

.min-w-8 {
    min-width: 2rem !important;
}

.min-w-10 {
    min-width: 2.5rem !important;
}

.min-w-12 {
    min-width: 3rem !important;
}

.min-w-14 {
    min-width: 3.5rem !important;
}

.min-w-16 {
    min-width: 4rem !important;
}

.min-w-18 {
    min-width: 4.5rem !important;
}

.min-w-20 {
    min-width: 5rem !important;
}

.min-w-22 {
    min-width: 5.5rem !important;
}

.min-w-24 {
    min-width: 6rem !important;
}

.min-w-26 {
    min-width: 6.5rem !important;
}

.min-w-28 {
    min-width: 7rem !important;
}

.min-w-30 {
    min-width: 7.5rem !important;
}

.min-w-32 {
    min-width: 8rem !important;
}

.min-w-36 {
    min-width: 9rem !important;
}

.min-w-40 {
    min-width: 10rem !important;
}

.min-w-48 {
    min-width: 12rem !important;
}

.min-w-50 {
    min-width: 12.5rem !important;
}

.min-w-56 {
    min-width: 14rem !important;
}

.min-w-60 {
    min-width: 15rem !important;
}

.min-w-64 {
    min-width: 16rem !important;
}

.min-w-80 {
    min-width: 20rem !important;
}

.min-w-90 {
    min-width: 24rem !important;
}

.min-w-100 {
    min-width: 25rem !important;
}

.min-w-120 {
    min-width: 30rem !important;
}

.min-w-128 {
    min-width: 32rem !important;
}

.min-w-140 {
    min-width: 35rem !important;
}

.min-w-160 {
    min-width: 40rem !important;
}

.min-w-180 {
    min-width: 45rem !important;
}

.min-w-192 {
    min-width: 48rem !important;
}

.min-w-200 {
    min-width: 50rem !important;
}

.min-w-240 {
    min-width: 60rem !important;
}

.min-w-256 {
    min-width: 64rem !important;
}

.min-w-280 {
    min-width: 70rem !important;
}

.min-w-320 {
    min-width: 80rem !important;
}

.min-w-360 {
    min-width: 90rem !important;
}

.min-w-400 {
    min-width: 100rem !important;
}

.min-w-480 {
    min-width: 120rem !important;
}

.min-w-full {
    min-width: 100% !important;
}

.min-w-screen {
    min-width: 100vw !important;
}

.min-w-px {
    min-width: 1px !important;
}

.min-w-2px {
    min-width: 2px !important;
}

.min-w-1\/2 {
    min-width: 50% !important;
}

.min-w-1\/3 {
    min-width: 33.33333% !important;
}

.min-w-2\/3 {
    min-width: 66.66667% !important;
}

.min-w-1\/4 {
    min-width: 25% !important;
}

.min-w-2\/4 {
    min-width: 50% !important;
}

.min-w-3\/4 {
    min-width: 75% !important;
}

.min-w-1\/5 {
    min-width: 20% !important;
}

.min-w-2\/5 {
    min-width: 40% !important;
}

.min-w-3\/5 {
    min-width: 60% !important;
}

.min-w-4\/5 {
    min-width: 80% !important;
}

.min-w-1\/12 {
    min-width: 8.33333% !important;
}

.min-w-2\/12 {
    min-width: 16.66667% !important;
}

.min-w-3\/12 {
    min-width: 25% !important;
}

.min-w-4\/12 {
    min-width: 33.33333% !important;
}

.min-w-5\/12 {
    min-width: 41.66667% !important;
}

.min-w-6\/12 {
    min-width: 50% !important;
}

.min-w-7\/12 {
    min-width: 58.33333% !important;
}

.min-w-8\/12 {
    min-width: 66.66667% !important;
}

.min-w-9\/12 {
    min-width: 75% !important;
}

.min-w-10\/12 {
    min-width: 83.33333% !important;
}

.min-w-11\/12 {
    min-width: 91.66667% !important;
}

.object-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
}

.object-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.object-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
}

.object-none {
    -o-object-fit: none !important;
    object-fit: none !important;
}

.object-scale-down {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
}

.object-bottom {
    -o-object-position: bottom !important;
    object-position: bottom !important;
}

.object-center {
    -o-object-position: center !important;
    object-position: center !important;
}

.object-left {
    -o-object-position: left !important;
    object-position: left !important;
}

.object-left-bottom {
    -o-object-position: left bottom !important;
    object-position: left bottom !important;
}

.object-left-top {
    -o-object-position: left top !important;
    object-position: left top !important;
}

.object-right {
    -o-object-position: right !important;
    object-position: right !important;
}

.object-right-bottom {
    -o-object-position: right bottom !important;
    object-position: right bottom !important;
}

.object-right-top {
    -o-object-position: right top !important;
    object-position: right top !important;
}

.object-top {
    -o-object-position: top !important;
    object-position: top !important;
}

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

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

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

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

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

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

.opacity-70 {
    opacity: .7 !important;
}

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

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

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

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

.hover\:opacity-12:hover {
    opacity: .12 !important;
}

.hover\:opacity-25:hover {
    opacity: .25 !important;
}

.hover\:opacity-38:hover {
    opacity: .38 !important;
}

.hover\:opacity-50:hover {
    opacity: .5 !important;
}

.hover\:opacity-54:hover {
    opacity: .54 !important;
}

.hover\:opacity-70:hover {
    opacity: .7 !important;
}

.hover\:opacity-75:hover {
    opacity: .75 !important;
}

.hover\:opacity-84:hover {
    opacity: .84 !important;
}

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

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

.focus\:opacity-12:focus {
    opacity: .12 !important;
}

.focus\:opacity-25:focus {
    opacity: .25 !important;
}

.focus\:opacity-38:focus {
    opacity: .38 !important;
}

.focus\:opacity-50:focus {
    opacity: .5 !important;
}

.focus\:opacity-54:focus {
    opacity: .54 !important;
}

.focus\:opacity-70:focus {
    opacity: .7 !important;
}

.focus\:opacity-75:focus {
    opacity: .75 !important;
}

.focus\:opacity-84:focus {
    opacity: .84 !important;
}

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

.focus\:outline-none:focus, .outline-none {
    outline: 0 !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.overflow-x-auto {
    overflow-x: auto !important;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.overflow-y-hidden {
    overflow-y: hidden !important;
}

.overflow-x-visible {
    overflow-x: visible !important;
}

.overflow-y-visible {
    overflow-y: visible !important;
}

.overflow-x-scroll {
    overflow-x: scroll !important;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

.scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
}

.scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
}

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

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

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

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

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

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

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

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

.p-10 {
    padding: 2.5rem !important;
}

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

.p-14 {
    padding: 3.5rem !important;
}

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

.p-18 {
    padding: 4.5rem !important;
}

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

.p-22 {
    padding: 5.5rem !important;
}

.p-24 {
    padding: 6rem !important;
}

.p-26 {
    padding: 6.5rem !important;
}

.p-28 {
    padding: 7rem !important;
}

.p-30 {
    padding: 7.5rem !important;
}

.p-32 {
    padding: 8rem !important;
}

.p-36 {
    padding: 9rem !important;
}

.p-40 {
    padding: 10rem !important;
}

.p-48 {
    padding: 12rem !important;
}

.p-56 {
    padding: 14rem !important;
}

.p-64 {
    padding: 16rem !important;
}

.p-px {
    padding: 1px !important;
}

.p-2px {
    padding: 2px !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}

.py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
}

.px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}

.py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

.py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

.px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
}

.py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

.px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
}

.py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.py-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
}

.px-22 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
}

.py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}

.py-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
}

.px-26 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
}

.py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

.px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
}

.py-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
}

.px-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
}

.py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
}

.py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}

.px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
}

.py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}

.px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
}

.py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
}

.px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
}

.py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
}

.px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
}

.py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
}

.px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
}

.py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.py-2px {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.px-2px {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pt-1 {
    padding-top: .25rem !important;
}

.pr-1 {
    padding-right: .25rem !important;
}

.pb-1 {
    padding-bottom: .25rem !important;
}

.pl-1 {
    padding-left: .25rem !important;
}

.pt-2 {
    padding-top: .5rem !important;
}

.pr-2 {
    padding-right: .5rem !important;
}

.pb-2 {
    padding-bottom: .5rem !important;
}

.pl-2 {
    padding-left: .5rem !important;
}

.pt-3 {
    padding-top: .75rem !important;
}

.pr-3 {
    padding-right: .75rem !important;
}

.pb-3 {
    padding-bottom: .75rem !important;
}

.pl-3 {
    padding-left: .75rem !important;
}

.pt-4 {
    padding-top: 1rem !important;
}

.pr-4 {
    padding-right: 1rem !important;
}

.pb-4 {
    padding-bottom: 1rem !important;
}

.pl-4 {
    padding-left: 1rem !important;
}

.pt-5 {
    padding-top: 1.25rem !important;
}

.pr-5 {
    padding-right: 1.25rem !important;
}

.pb-5 {
    padding-bottom: 1.25rem !important;
}

.pl-5 {
    padding-left: 1.25rem !important;
}

.pt-6 {
    padding-top: 1.5rem !important;
}

.pr-6 {
    padding-right: 1.5rem !important;
}

.pb-6 {
    padding-bottom: 1.5rem !important;
}

.pl-6 {
    padding-left: 1.5rem !important;
}

.pt-8 {
    padding-top: 2rem !important;
}

.pr-8 {
    padding-right: 2rem !important;
}

.pb-8 {
    padding-bottom: 2rem !important;
}

.pl-8 {
    padding-left: 2rem !important;
}

.pt-10 {
    padding-top: 2.5rem !important;
}

.pr-10 {
    padding-right: 2.5rem !important;
}

.pb-10 {
    padding-bottom: 2.5rem !important;
}

.pl-10 {
    padding-left: 2.5rem !important;
}

.pt-12 {
    padding-top: 3rem !important;
}

.pr-12 {
    padding-right: 3rem !important;
}

.pb-12 {
    padding-bottom: 3rem !important;
}

.pl-12 {
    padding-left: 3rem !important;
}

.pt-14 {
    padding-top: 3.5rem !important;
}

.pr-14 {
    padding-right: 3.5rem !important;
}

.pb-14 {
    padding-bottom: 3.5rem !important;
}

.pl-14 {
    padding-left: 3.5rem !important;
}

.pt-16 {
    padding-top: 4rem !important;
}

.pr-16 {
    padding-right: 4rem !important;
}

.pb-16 {
    padding-bottom: 4rem !important;
}

.pl-16 {
    padding-left: 4rem !important;
}

.pt-18 {
    padding-top: 4.5rem !important;
}

.pr-18 {
    padding-right: 4.5rem !important;
}

.pb-18 {
    padding-bottom: 4.5rem !important;
}

.pl-18 {
    padding-left: 4.5rem !important;
}

.pt-20 {
    padding-top: 5rem !important;
}

.pr-20 {
    padding-right: 5rem !important;
}

.pb-20 {
    padding-bottom: 5rem !important;
}

.pl-20 {
    padding-left: 5rem !important;
}

.pt-22 {
    padding-top: 5.5rem !important;
}

.pr-22 {
    padding-right: 5.5rem !important;
}

.pb-22 {
    padding-bottom: 5.5rem !important;
}

.pl-22 {
    padding-left: 5.5rem !important;
}

.pt-24 {
    padding-top: 6rem !important;
}

.pr-24 {
    padding-right: 6rem !important;
}

.pb-24 {
    padding-bottom: 6rem !important;
}

.pl-24 {
    padding-left: 6rem !important;
}

.pt-26 {
    padding-top: 6.5rem !important;
}

.pr-26 {
    padding-right: 6.5rem !important;
}

.pb-26 {
    padding-bottom: 6.5rem !important;
}

.pl-26 {
    padding-left: 6.5rem !important;
}

.pt-28 {
    padding-top: 7rem !important;
}

.pr-28 {
    padding-right: 7rem !important;
}

.pb-28 {
    padding-bottom: 7rem !important;
}

.pl-28 {
    padding-left: 7rem !important;
}

.pt-30 {
    padding-top: 7.5rem !important;
}

.pr-30 {
    padding-right: 7.5rem !important;
}

.pb-30 {
    padding-bottom: 7.5rem !important;
}

.pl-30 {
    padding-left: 7.5rem !important;
}

.pt-32 {
    padding-top: 8rem !important;
}

.pr-32 {
    padding-right: 8rem !important;
}

.pb-32 {
    padding-bottom: 8rem !important;
}

.pl-32 {
    padding-left: 8rem !important;
}

.pt-36 {
    padding-top: 9rem !important;
}

.pr-36 {
    padding-right: 9rem !important;
}

.pb-36 {
    padding-bottom: 9rem !important;
}

.pl-36 {
    padding-left: 9rem !important;
}

.pt-40 {
    padding-top: 10rem !important;
}

.pr-40 {
    padding-right: 10rem !important;
}

.pb-40 {
    padding-bottom: 10rem !important;
}

.pl-40 {
    padding-left: 10rem !important;
}

.pt-48 {
    padding-top: 12rem !important;
}

.pr-48 {
    padding-right: 12rem !important;
}

.pb-48 {
    padding-bottom: 12rem !important;
}

.pl-48 {
    padding-left: 12rem !important;
}

.pt-56 {
    padding-top: 14rem !important;
}

.pr-56 {
    padding-right: 14rem !important;
}

.pb-56 {
    padding-bottom: 14rem !important;
}

.pl-56 {
    padding-left: 14rem !important;
}

.pt-64 {
    padding-top: 16rem !important;
}

.pr-64 {
    padding-right: 16rem !important;
}

.pb-64 {
    padding-bottom: 16rem !important;
}

.pl-64 {
    padding-left: 16rem !important;
}

.pt-px {
    padding-top: 1px !important;
}

.pr-px {
    padding-right: 1px !important;
}

.pb-px {
    padding-bottom: 1px !important;
}

.pl-px {
    padding-left: 1px !important;
}

.pt-2px {
    padding-top: 2px !important;
}

.pr-2px {
    padding-right: 2px !important;
}

.pb-2px {
    padding-bottom: 2px !important;
}

.pl-2px {
    padding-left: 2px !important;
}

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

.placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity:0 !important;
}

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

.placeholder-opacity-12::-moz-placeholder {
    --placeholder-opacity:0.12 !important;
}

.placeholder-opacity-12::-ms-input-placeholder {
    --placeholder-opacity:0.12 !important;
}

.placeholder-opacity-12::placeholder {
    --placeholder-opacity:0.12 !important;
}

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

.placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity:0.25 !important;
}

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

.placeholder-opacity-38::-moz-placeholder {
    --placeholder-opacity:0.38 !important;
}

.placeholder-opacity-38::-ms-input-placeholder {
    --placeholder-opacity:0.38 !important;
}

.placeholder-opacity-38::placeholder {
    --placeholder-opacity:0.38 !important;
}

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

.placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity:0.5 !important;
}

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

.placeholder-opacity-54::-moz-placeholder {
    --placeholder-opacity:0.54 !important;
}

.placeholder-opacity-54::-ms-input-placeholder {
    --placeholder-opacity:0.54 !important;
}

.placeholder-opacity-54::placeholder {
    --placeholder-opacity:0.54 !important;
}

.placeholder-opacity-70::-moz-placeholder {
    --placeholder-opacity:0.70 !important;
}

.placeholder-opacity-70::-ms-input-placeholder {
    --placeholder-opacity:0.70 !important;
}

.placeholder-opacity-70::placeholder {
    --placeholder-opacity:0.70 !important;
}

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

.placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity:0.75 !important;
}

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

.placeholder-opacity-84::-moz-placeholder {
    --placeholder-opacity:0.84 !important;
}

.placeholder-opacity-84::-ms-input-placeholder {
    --placeholder-opacity:0.84 !important;
}

.placeholder-opacity-84::placeholder {
    --placeholder-opacity:0.84 !important;
}

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

.placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity:1 !important;
}

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

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity:0 !important;
}

.focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity:0 !important;
}

.focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity:0 !important;
}

.focus\:placeholder-opacity-12:focus::-moz-placeholder {
    --placeholder-opacity:0.12 !important;
}

.focus\:placeholder-opacity-12:focus::-ms-input-placeholder {
    --placeholder-opacity:0.12 !important;
}

.focus\:placeholder-opacity-12:focus::placeholder {
    --placeholder-opacity:0.12 !important;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity:0.25 !important;
}

.focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity:0.25 !important;
}

.focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity:0.25 !important;
}

.focus\:placeholder-opacity-38:focus::-moz-placeholder {
    --placeholder-opacity:0.38 !important;
}

.focus\:placeholder-opacity-38:focus::-ms-input-placeholder {
    --placeholder-opacity:0.38 !important;
}

.focus\:placeholder-opacity-38:focus::placeholder {
    --placeholder-opacity:0.38 !important;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity:0.5 !important;
}

.focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity:0.5 !important;
}

.focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity:0.5 !important;
}

.focus\:placeholder-opacity-54:focus::-moz-placeholder {
    --placeholder-opacity:0.54 !important;
}

.focus\:placeholder-opacity-54:focus::-ms-input-placeholder {
    --placeholder-opacity:0.54 !important;
}

.focus\:placeholder-opacity-54:focus::placeholder {
    --placeholder-opacity:0.54 !important;
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --placeholder-opacity:0.70 !important;
}

.focus\:placeholder-opacity-70:focus::-ms-input-placeholder {
    --placeholder-opacity:0.70 !important;
}

.focus\:placeholder-opacity-70:focus::placeholder {
    --placeholder-opacity:0.70 !important;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity:0.75 !important;
}

.focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity:0.75 !important;
}

.focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity:0.75 !important;
}

.focus\:placeholder-opacity-84:focus::-moz-placeholder {
    --placeholder-opacity:0.84 !important;
}

.focus\:placeholder-opacity-84:focus::-ms-input-placeholder {
    --placeholder-opacity:0.84 !important;
}

.focus\:placeholder-opacity-84:focus::placeholder {
    --placeholder-opacity:0.84 !important;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity:1 !important;
}

.focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity:1 !important;
}

.focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity:1 !important;
}

.pointer-events-none {
    pointer-events: none !important;
}

.pointer-events-auto {
    pointer-events: auto !important;
}

.static {
    position: static !important;
}

.fixed {
    position: fixed !important;
}

.absolute {
    position: absolute !important;
}

.relative {
    position: relative !important;
}

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

.inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}

.inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
}

.inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
}

.inset-x-0 {
    right: 0 !important;
    left: 0 !important;
}

.inset-y-auto {
    top: auto !important;
    bottom: auto !important;
}

.inset-x-auto {
    right: auto !important;
    left: auto !important;
}

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

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

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

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

.top-auto {
    top: auto !important;
}

.right-auto {
    right: auto !important;
}

.bottom-auto {
    bottom: auto !important;
}

.left-auto {
    left: auto !important;
}

.resize-none {
    resize: none !important;
}

.resize-y {
    resize: vertical !important;
}

.resize-x {
    resize: horizontal !important;
}

.resize {
    resize: both !important;
}

.shadow-xs {
    box-shadow: 0 0 0 1px rgba(0,0,0,.05) !important;
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important;
}

.shadow {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important;
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important;
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important;
}

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important;
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important;
}

.shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06) !important;
}

.shadow-outline {
    box-shadow: 0 0 0 3px rgba(66,153,225,.5) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.shadow-solid {
    box-shadow: 0 0 0 2px currentColor !important;
}

.hover\:shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0,0,0,.05) !important;
}

.hover\:shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important;
}

.hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important;
}

.hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important;
}

.hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important;
}

.hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important;
}

.hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important;
}

.hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06) !important;
}

.hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66,153,225,.5) !important;
}

.hover\:shadow-none:hover {
    box-shadow: none !important;
}

.hover\:shadow-solid:hover {
    box-shadow: 0 0 0 2px currentColor !important;
}

.focus\:shadow-xs:focus {
    box-shadow: 0 0 0 1px rgba(0,0,0,.05) !important;
}

.focus\:shadow-sm:focus {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important;
}

.focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important;
}

.focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important;
}

.focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important;
}

.focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important;
}

.focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important;
}

.focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06) !important;
}

.focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66,153,225,.5) !important;
}

.focus\:shadow-none:focus {
    box-shadow: none !important;
}

.focus\:shadow-solid:focus {
    box-shadow: 0 0 0 2px currentColor !important;
}

.fill-current {
    fill: currentColor !important;
}

.stroke-current {
    stroke: currentColor !important;
}

.stroke-0 {
    stroke-width: 0 !important;
}

.stroke-1 {
    stroke-width: 1 !important;
}

.stroke-2 {
    stroke-width: 2 !important;
}

.table-auto {
    table-layout: auto !important;
}

.table-fixed {
    table-layout: fixed !important;
}

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

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

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

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

.text-current {
    color: currentColor !important;
}

.text-transparent {
    color: transparent !important;
}

.text-white {
    color: #fff !important;
    color: rgba(255,255,255,var(--text-opacity)) !important;
}

.text-black, .text-white {
    --text-opacity:1 !important;
}

.text-black {
    color: #000 !important;
    color: rgba(0,0,0,var(--text-opacity)) !important;
}

.text-gray-50 {
    --text-opacity:1 !important;
    color: #f9fafb !important;
    color: rgba(249,250,251,var(--text-opacity)) !important;
}

.text-gray-100 {
    --text-opacity:1 !important;
    color: #f4f5f7 !important;
    color: rgba(244,245,247,var(--text-opacity)) !important;
}

.text-gray-200 {
    --text-opacity:1 !important;
    color: #e5e7eb !important;
    color: rgba(229,231,235,var(--text-opacity)) !important;
}

.text-gray-300 {
    --text-opacity:1 !important;
    color: #d2d6dc !important;
    color: rgba(210,214,220,var(--text-opacity)) !important;
}

.text-gray-400 {
    --text-opacity:1 !important;
    color: #9fa6b2 !important;
    color: rgba(159,166,178,var(--text-opacity)) !important;
}

.text-gray-500 {
    --text-opacity:1 !important;
    color: #6b7280 !important;
    color: rgba(107,114,128,var(--text-opacity)) !important;
}

.text-gray-600 {
    --text-opacity:1 !important;
    color: #4b5563 !important;
    color: rgba(75,85,99,var(--text-opacity)) !important;
}

.text-gray-700 {
    --text-opacity:1 !important;
    color: #374151 !important;
    color: rgba(55,65,81,var(--text-opacity)) !important;
}

.text-gray-800 {
    --text-opacity:1 !important;
    color: #252f3f !important;
    color: rgba(37,47,63,var(--text-opacity)) !important;
}

.text-gray-900 {
    color: #161e2e !important;
    color: rgba(22,30,46,var(--text-opacity)) !important;
}

.text-gray, .text-gray-900 {
    --text-opacity:1 !important;
}

.text-gray {
    color: #6b7280 !important;
    color: rgba(107,114,128,var(--text-opacity)) !important;
}

.text-cool-gray-50 {
    --text-opacity:1 !important;
    color: #fbfdfe !important;
    color: rgba(251,253,254,var(--text-opacity)) !important;
}

.text-cool-gray-100 {
    --text-opacity:1 !important;
    color: #f1f5f9 !important;
    color: rgba(241,245,249,var(--text-opacity)) !important;
}

.text-cool-gray-200 {
    --text-opacity:1 !important;
    color: #e2e8f0 !important;
    color: rgba(226,232,240,var(--text-opacity)) !important;
}

.text-cool-gray-300 {
    --text-opacity:1 !important;
    color: #cfd8e3 !important;
    color: rgba(207,216,227,var(--text-opacity)) !important;
}

.text-cool-gray-400 {
    --text-opacity:1 !important;
    color: #97a6ba !important;
    color: rgba(151,166,186,var(--text-opacity)) !important;
}

.text-cool-gray-500 {
    --text-opacity:1 !important;
    color: #64748b !important;
    color: rgba(100,116,139,var(--text-opacity)) !important;
}

.text-cool-gray-600 {
    --text-opacity:1 !important;
    color: #475569 !important;
    color: rgba(71,85,105,var(--text-opacity)) !important;
}

.text-cool-gray-700 {
    --text-opacity:1 !important;
    color: #364152 !important;
    color: rgba(54,65,82,var(--text-opacity)) !important;
}

.text-cool-gray-800 {
    --text-opacity:1 !important;
    color: #27303f !important;
    color: rgba(39,48,63,var(--text-opacity)) !important;
}

.text-cool-gray-900 {
    --text-opacity:1 !important;
    color: #1a202e !important;
    color: rgba(26,32,46,var(--text-opacity)) !important;
}

.text-cool-gray {
    --text-opacity:1 !important;
    color: #64748b !important;
    color: rgba(100,116,139,var(--text-opacity)) !important;
}

.text-red-50 {
    --text-opacity:1 !important;
    color: #fdf2f2 !important;
    color: rgba(253,242,242,var(--text-opacity)) !important;
}

.text-red-100 {
    --text-opacity:1 !important;
    color: #fde8e8 !important;
    color: rgba(253,232,232,var(--text-opacity)) !important;
}

.text-red-200 {
    --text-opacity:1 !important;
    color: #fbd5d5 !important;
    color: rgba(251,213,213,var(--text-opacity)) !important;
}

.text-red-300 {
    --text-opacity:1 !important;
    color: #f8b4b4 !important;
    color: rgba(248,180,180,var(--text-opacity)) !important;
}

.text-red-400 {
    --text-opacity:1 !important;
    color: #f98080 !important;
    color: rgba(249,128,128,var(--text-opacity)) !important;
}

.text-red-500 {
    --text-opacity:1 !important;
    color: #f05252 !important;
    color: rgba(240,82,82,var(--text-opacity)) !important;
}

.text-red-600 {
    --text-opacity:1 !important;
    color: #e02424 !important;
    color: rgba(224,36,36,var(--text-opacity)) !important;
}

.text-red-700 {
    --text-opacity:1 !important;
    color: #c81e1e !important;
    color: rgba(200,30,30,var(--text-opacity)) !important;
}

.text-red-800 {
    --text-opacity:1 !important;
    color: #9b1c1c !important;
    color: rgba(155,28,28,var(--text-opacity)) !important;
}

.text-red-900 {
    color: #771d1d !important;
    color: rgba(119,29,29,var(--text-opacity)) !important;
}

.text-red, .text-red-900 {
    --text-opacity:1 !important;
}

.text-red {
    color: #f05252 !important;
    color: rgba(240,82,82,var(--text-opacity)) !important;
}

.text-orange-50 {
    --text-opacity:1 !important;
    color: #fff8f1 !important;
    color: rgba(255,248,241,var(--text-opacity)) !important;
}

.text-orange-100 {
    --text-opacity:1 !important;
    color: #feecdc !important;
    color: rgba(254,236,220,var(--text-opacity)) !important;
}

.text-orange-200 {
    --text-opacity:1 !important;
    color: #fcd9bd !important;
    color: rgba(252,217,189,var(--text-opacity)) !important;
}

.text-orange-300 {
    --text-opacity:1 !important;
    color: #fdba8c !important;
    color: rgba(253,186,140,var(--text-opacity)) !important;
}

.text-orange-400 {
    --text-opacity:1 !important;
    color: #ff8a4c !important;
    color: rgba(255,138,76,var(--text-opacity)) !important;
}

.text-orange-500 {
    --text-opacity:1 !important;
    color: #ff5a1f !important;
    color: rgba(255,90,31,var(--text-opacity)) !important;
}

.text-orange-600 {
    --text-opacity:1 !important;
    color: #d03801 !important;
    color: rgba(208,56,1,var(--text-opacity)) !important;
}

.text-orange-700 {
    --text-opacity:1 !important;
    color: #b43403 !important;
    color: rgba(180,52,3,var(--text-opacity)) !important;
}

.text-orange-800 {
    --text-opacity:1 !important;
    color: #8a2c0d !important;
    color: rgba(138,44,13,var(--text-opacity)) !important;
}

.text-orange-900 {
    --text-opacity:1 !important;
    color: #771d1d !important;
    color: rgba(119,29,29,var(--text-opacity)) !important;
}

.text-orange {
    --text-opacity:1 !important;
    color: #ff5a1f !important;
    color: rgba(255,90,31,var(--text-opacity)) !important;
}

.text-yellow-50 {
    --text-opacity:1 !important;
    color: #fdfdea !important;
    color: rgba(253,253,234,var(--text-opacity)) !important;
}

.text-yellow-100 {
    --text-opacity:1 !important;
    color: #fdf6b2 !important;
    color: rgba(253,246,178,var(--text-opacity)) !important;
}

.text-yellow-200 {
    --text-opacity:1 !important;
    color: #fce96a !important;
    color: rgba(252,233,106,var(--text-opacity)) !important;
}

.text-yellow-300 {
    --text-opacity:1 !important;
    color: #faca15 !important;
    color: rgba(250,202,21,var(--text-opacity)) !important;
}

.text-yellow-400 {
    --text-opacity:1 !important;
    color: #e3a008 !important;
    color: rgba(227,160,8,var(--text-opacity)) !important;
}

.text-yellow-500 {
    --text-opacity:1 !important;
    color: #c27803 !important;
    color: rgba(194,120,3,var(--text-opacity)) !important;
}

.text-yellow-600 {
    --text-opacity:1 !important;
    color: #9f580a !important;
    color: rgba(159,88,10,var(--text-opacity)) !important;
}

.text-yellow-700 {
    --text-opacity:1 !important;
    color: #8e4b10 !important;
    color: rgba(142,75,16,var(--text-opacity)) !important;
}

.text-yellow-800 {
    --text-opacity:1 !important;
    color: #723b13 !important;
    color: rgba(114,59,19,var(--text-opacity)) !important;
}

.text-yellow-900 {
    --text-opacity:1 !important;
    color: #633112 !important;
    color: rgba(99,49,18,var(--text-opacity)) !important;
}

.text-yellow {
    --text-opacity:1 !important;
    color: #c27803 !important;
    color: rgba(194,120,3,var(--text-opacity)) !important;
}

.text-green-50 {
    --text-opacity:1 !important;
    color: #f3faf7 !important;
    color: rgba(243,250,247,var(--text-opacity)) !important;
}

.text-green-100 {
    --text-opacity:1 !important;
    color: #def7ec !important;
    color: rgba(222,247,236,var(--text-opacity)) !important;
}

.text-green-200 {
    --text-opacity:1 !important;
    color: #bcf0da !important;
    color: rgba(188,240,218,var(--text-opacity)) !important;
}

.text-green-300 {
    --text-opacity:1 !important;
    color: #84e1bc !important;
    color: rgba(132,225,188,var(--text-opacity)) !important;
}

.text-green-400 {
    --text-opacity:1 !important;
    color: #31c48d !important;
    color: rgba(49,196,141,var(--text-opacity)) !important;
}

.text-green-500 {
    --text-opacity:1 !important;
    color: #0e9f6e !important;
    color: rgba(14,159,110,var(--text-opacity)) !important;
}

.text-green-600 {
    --text-opacity:1 !important;
    color: #057a55 !important;
    color: rgba(5,122,85,var(--text-opacity)) !important;
}

.text-green-700 {
    --text-opacity:1 !important;
    color: #046c4e !important;
    color: rgba(4,108,78,var(--text-opacity)) !important;
}

.text-green-800 {
    --text-opacity:1 !important;
    color: #03543f !important;
    color: rgba(3,84,63,var(--text-opacity)) !important;
}

.text-green-900 {
    --text-opacity:1 !important;
    color: #014737 !important;
    color: rgba(1,71,55,var(--text-opacity)) !important;
}

.text-green {
    color: #0e9f6e !important;
    color: rgba(14,159,110,var(--text-opacity)) !important;
}

.text-green, .text-teal-50 {
    --text-opacity:1 !important;
}

.text-teal-50 {
    color: #edfafa !important;
    color: rgba(237,250,250,var(--text-opacity)) !important;
}

.text-teal-100 {
    --text-opacity:1 !important;
    color: #d5f5f6 !important;
    color: rgba(213,245,246,var(--text-opacity)) !important;
}

.text-teal-200 {
    --text-opacity:1 !important;
    color: #afecef !important;
    color: rgba(175,236,239,var(--text-opacity)) !important;
}

.text-teal-300 {
    --text-opacity:1 !important;
    color: #7edce2 !important;
    color: rgba(126,220,226,var(--text-opacity)) !important;
}

.text-teal-400 {
    --text-opacity:1 !important;
    color: #16bdca !important;
    color: rgba(22,189,202,var(--text-opacity)) !important;
}

.text-teal-500 {
    --text-opacity:1 !important;
    color: #0694a2 !important;
    color: rgba(6,148,162,var(--text-opacity)) !important;
}

.text-teal-600 {
    --text-opacity:1 !important;
    color: #047481 !important;
    color: rgba(4,116,129,var(--text-opacity)) !important;
}

.text-teal-700 {
    --text-opacity:1 !important;
    color: #036672 !important;
    color: rgba(3,102,114,var(--text-opacity)) !important;
}

.text-teal-800 {
    --text-opacity:1 !important;
    color: #05505c !important;
    color: rgba(5,80,92,var(--text-opacity)) !important;
}

.text-teal-900 {
    color: #014451 !important;
    color: rgba(1,68,81,var(--text-opacity)) !important;
}

.text-teal, .text-teal-900 {
    --text-opacity:1 !important;
}

.text-teal {
    color: #0694a2 !important;
    color: rgba(6,148,162,var(--text-opacity)) !important;
}

.text-blue-50 {
    --text-opacity:1 !important;
    color: #ebf5ff !important;
    color: rgba(235,245,255,var(--text-opacity)) !important;
}

.text-blue-100 {
    --text-opacity:1 !important;
    color: #e1effe !important;
    color: rgba(225,239,254,var(--text-opacity)) !important;
}

.text-blue-200 {
    --text-opacity:1 !important;
    color: #c3ddfd !important;
    color: rgba(195,221,253,var(--text-opacity)) !important;
}

.text-blue-300 {
    --text-opacity:1 !important;
    color: #a4cafe !important;
    color: rgba(164,202,254,var(--text-opacity)) !important;
}

.text-blue-400 {
    --text-opacity:1 !important;
    color: #76a9fa !important;
    color: rgba(118,169,250,var(--text-opacity)) !important;
}

.text-blue-500 {
    --text-opacity:1 !important;
    color: #3f83f8 !important;
    color: rgba(63,131,248,var(--text-opacity)) !important;
}

.text-blue-600 {
    --text-opacity:1 !important;
    color: #1c64f2 !important;
    color: rgba(28,100,242,var(--text-opacity)) !important;
}

.text-blue-700 {
    --text-opacity:1 !important;
    color: #1a56db !important;
    color: rgba(26,86,219,var(--text-opacity)) !important;
}

.text-blue-800 {
    --text-opacity:1 !important;
    color: #1e429f !important;
    color: rgba(30,66,159,var(--text-opacity)) !important;
}

.text-blue-900 {
    color: #233876 !important;
    color: rgba(35,56,118,var(--text-opacity)) !important;
}

.text-blue, .text-blue-900 {
    --text-opacity:1 !important;
}

.text-blue {
    color: #3f83f8 !important;
    color: rgba(63,131,248,var(--text-opacity)) !important;
}

.text-indigo-50 {
    --text-opacity:1 !important;
    color: #f0f5ff !important;
    color: rgba(240,245,255,var(--text-opacity)) !important;
}

.text-indigo-100 {
    --text-opacity:1 !important;
    color: #e5edff !important;
    color: rgba(229,237,255,var(--text-opacity)) !important;
}

.text-indigo-200 {
    --text-opacity:1 !important;
    color: #cddbfe !important;
    color: rgba(205,219,254,var(--text-opacity)) !important;
}

.text-indigo-300 {
    --text-opacity:1 !important;
    color: #b4c6fc !important;
    color: rgba(180,198,252,var(--text-opacity)) !important;
}

.text-indigo-400 {
    --text-opacity:1 !important;
    color: #8da2fb !important;
    color: rgba(141,162,251,var(--text-opacity)) !important;
}

.text-indigo-500 {
    --text-opacity:1 !important;
    color: #6875f5 !important;
    color: rgba(104,117,245,var(--text-opacity)) !important;
}

.text-indigo-600 {
    --text-opacity:1 !important;
    color: #5850ec !important;
    color: rgba(88,80,236,var(--text-opacity)) !important;
}

.text-indigo-700 {
    --text-opacity:1 !important;
    color: #5145cd !important;
    color: rgba(81,69,205,var(--text-opacity)) !important;
}

.text-indigo-800 {
    --text-opacity:1 !important;
    color: #42389d !important;
    color: rgba(66,56,157,var(--text-opacity)) !important;
}

.text-indigo-900 {
    --text-opacity:1 !important;
    color: #362f78 !important;
    color: rgba(54,47,120,var(--text-opacity)) !important;
}

.text-indigo {
    --text-opacity:1 !important;
    color: #6875f5 !important;
    color: rgba(104,117,245,var(--text-opacity)) !important;
}

.text-purple-50 {
    --text-opacity:1 !important;
    color: #f6f5ff !important;
    color: rgba(246,245,255,var(--text-opacity)) !important;
}

.text-purple-100 {
    --text-opacity:1 !important;
    color: #edebfe !important;
    color: rgba(237,235,254,var(--text-opacity)) !important;
}

.text-purple-200 {
    --text-opacity:1 !important;
    color: #dcd7fe !important;
    color: rgba(220,215,254,var(--text-opacity)) !important;
}

.text-purple-300 {
    --text-opacity:1 !important;
    color: #cabffd !important;
    color: rgba(202,191,253,var(--text-opacity)) !important;
}

.text-purple-400 {
    --text-opacity:1 !important;
    color: #ac94fa !important;
    color: rgba(172,148,250,var(--text-opacity)) !important;
}

.text-purple-500 {
    --text-opacity:1 !important;
    color: #9061f9 !important;
    color: rgba(144,97,249,var(--text-opacity)) !important;
}

.text-purple-600 {
    --text-opacity:1 !important;
    color: #7e3af2 !important;
    color: rgba(126,58,242,var(--text-opacity)) !important;
}

.text-purple-700 {
    --text-opacity:1 !important;
    color: #6c2bd9 !important;
    color: rgba(108,43,217,var(--text-opacity)) !important;
}

.text-purple-800 {
    --text-opacity:1 !important;
    color: #5521b5 !important;
    color: rgba(85,33,181,var(--text-opacity)) !important;
}

.text-purple-900 {
    --text-opacity:1 !important;
    color: #4a1d96 !important;
    color: rgba(74,29,150,var(--text-opacity)) !important;
}

.text-purple {
    --text-opacity:1 !important;
    color: #9061f9 !important;
    color: rgba(144,97,249,var(--text-opacity)) !important;
}

.text-pink-50 {
    --text-opacity:1 !important;
    color: #fdf2f8 !important;
    color: rgba(253,242,248,var(--text-opacity)) !important;
}

.text-pink-100 {
    --text-opacity:1 !important;
    color: #fce8f3 !important;
    color: rgba(252,232,243,var(--text-opacity)) !important;
}

.text-pink-200 {
    --text-opacity:1 !important;
    color: #fad1e8 !important;
    color: rgba(250,209,232,var(--text-opacity)) !important;
}

.text-pink-300 {
    --text-opacity:1 !important;
    color: #f8b4d9 !important;
    color: rgba(248,180,217,var(--text-opacity)) !important;
}

.text-pink-400 {
    --text-opacity:1 !important;
    color: #f17eb8 !important;
    color: rgba(241,126,184,var(--text-opacity)) !important;
}

.text-pink-500 {
    --text-opacity:1 !important;
    color: #e74694 !important;
    color: rgba(231,70,148,var(--text-opacity)) !important;
}

.text-pink-600 {
    --text-opacity:1 !important;
    color: #d61f69 !important;
    color: rgba(214,31,105,var(--text-opacity)) !important;
}

.text-pink-700 {
    --text-opacity:1 !important;
    color: #bf125d !important;
    color: rgba(191,18,93,var(--text-opacity)) !important;
}

.text-pink-800 {
    --text-opacity:1 !important;
    color: #99154b !important;
    color: rgba(153,21,75,var(--text-opacity)) !important;
}

.text-pink-900 {
    color: #751a3d !important;
    color: rgba(117,26,61,var(--text-opacity)) !important;
}

.text-pink, .text-pink-900 {
    --text-opacity:1 !important;
}

.text-pink {
    color: #e74694 !important;
    color: rgba(231,70,148,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-current, [class*=theme-dark] .dark\:text-current, [class*=theme-light].light\:text-current, [class*=theme-light] .light\:text-current {
    color: currentColor !important;
}

[class*=theme-dark].dark\:text-transparent, [class*=theme-dark] .dark\:text-transparent, [class*=theme-light].light\:text-transparent, [class*=theme-light] .light\:text-transparent {
    color: transparent !important;
}

[class*=theme-dark].dark\:text-white, [class*=theme-dark] .dark\:text-white, [class*=theme-light].light\:text-white, [class*=theme-light] .light\:text-white {
    --text-opacity:1 !important;
    color: #fff !important;
    color: rgba(255,255,255,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-black, [class*=theme-dark] .dark\:text-black, [class*=theme-light].light\:text-black, [class*=theme-light] .light\:text-black {
    --text-opacity:1 !important;
    color: #000 !important;
    color: rgba(0,0,0,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-gray-50, [class*=theme-dark] .dark\:text-gray-50, [class*=theme-light].light\:text-gray-50, [class*=theme-light] .light\:text-gray-50 {
    --text-opacity:1 !important;
    color: #f9fafb !important;
    color: rgba(249,250,251,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-gray-100, [class*=theme-dark] .dark\:text-gray-100, [class*=theme-light].light\:text-gray-100, [class*=theme-light] .light\:text-gray-100 {
    --text-opacity:1 !important;
    color: #f4f5f7 !important;
    color: rgba(244,245,247,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-gray-200, [class*=theme-dark] .dark\:text-gray-200, [class*=theme-light].light\:text-gray-200, [class*=theme-light] .light\:text-gray-200 {
    --text-opacity:1 !important;
    color: #e5e7eb !important;
    color: rgba(229,231,235,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-gray-300, [class*=theme-dark] .dark\:text-gray-300, [class*=theme-light].light\:text-gray-300, [class*=theme-light] .light\:text-gray-300 {
    --text-opacity:1 !important;
    color: #d2d6dc !important;
    color: rgba(210,214,220,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-gray-400, [class*=theme-dark] .dark\:text-gray-400, [class*=theme-light].light\:text-gray-400, [class*=theme-light] .light\:text-gray-400 {
    --text-opacity:1 !important;
    color: #9fa6b2 !important;
    color: rgba(159,166,178,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-gray-500, [class*=theme-dark] .dark\:text-gray-500, [class*=theme-light].light\:text-gray-500, [class*=theme-light] .light\:text-gray-500 {
    --text-opacity:1 !important;
    color: #6b7280 !important;
    color: rgba(107,114,128,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-gray-600, [class*=theme-dark] .dark\:text-gray-600, [class*=theme-light].light\:text-gray-600, [class*=theme-light] .light\:text-gray-600 {
    --text-opacity:1 !important;
    color: #4b5563 !important;
    color: rgba(75,85,99,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-gray-700, [class*=theme-dark] .dark\:text-gray-700, [class*=theme-light].light\:text-gray-700, [class*=theme-light] .light\:text-gray-700 {
    --text-opacity:1 !important;
    color: #374151 !important;
    color: rgba(55,65,81,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-gray-800, [class*=theme-dark] .dark\:text-gray-800, [class*=theme-light].light\:text-gray-800, [class*=theme-light] .light\:text-gray-800 {
    --text-opacity:1 !important;
    color: #252f3f !important;
    color: rgba(37,47,63,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-gray-900, [class*=theme-dark] .dark\:text-gray-900, [class*=theme-light].light\:text-gray-900, [class*=theme-light] .light\:text-gray-900 {
    --text-opacity:1 !important;
    color: #161e2e !important;
    color: rgba(22,30,46,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-gray, [class*=theme-dark] .dark\:text-gray, [class*=theme-light].light\:text-gray, [class*=theme-light] .light\:text-gray {
    --text-opacity:1 !important;
    color: #6b7280 !important;
    color: rgba(107,114,128,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-cool-gray-50, [class*=theme-dark] .dark\:text-cool-gray-50, [class*=theme-light].light\:text-cool-gray-50, [class*=theme-light] .light\:text-cool-gray-50 {
    --text-opacity:1 !important;
    color: #fbfdfe !important;
    color: rgba(251,253,254,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-cool-gray-100, [class*=theme-dark] .dark\:text-cool-gray-100, [class*=theme-light].light\:text-cool-gray-100, [class*=theme-light] .light\:text-cool-gray-100 {
    --text-opacity:1 !important;
    color: #f1f5f9 !important;
    color: rgba(241,245,249,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-cool-gray-200, [class*=theme-dark] .dark\:text-cool-gray-200, [class*=theme-light].light\:text-cool-gray-200, [class*=theme-light] .light\:text-cool-gray-200 {
    --text-opacity:1 !important;
    color: #e2e8f0 !important;
    color: rgba(226,232,240,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-cool-gray-300, [class*=theme-dark] .dark\:text-cool-gray-300, [class*=theme-light].light\:text-cool-gray-300, [class*=theme-light] .light\:text-cool-gray-300 {
    --text-opacity:1 !important;
    color: #cfd8e3 !important;
    color: rgba(207,216,227,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-cool-gray-400, [class*=theme-dark] .dark\:text-cool-gray-400, [class*=theme-light].light\:text-cool-gray-400, [class*=theme-light] .light\:text-cool-gray-400 {
    --text-opacity:1 !important;
    color: #97a6ba !important;
    color: rgba(151,166,186,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-cool-gray-500, [class*=theme-dark] .dark\:text-cool-gray-500, [class*=theme-light].light\:text-cool-gray-500, [class*=theme-light] .light\:text-cool-gray-500 {
    --text-opacity:1 !important;
    color: #64748b !important;
    color: rgba(100,116,139,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-cool-gray-600, [class*=theme-dark] .dark\:text-cool-gray-600, [class*=theme-light].light\:text-cool-gray-600, [class*=theme-light] .light\:text-cool-gray-600 {
    --text-opacity:1 !important;
    color: #475569 !important;
    color: rgba(71,85,105,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-cool-gray-700, [class*=theme-dark] .dark\:text-cool-gray-700, [class*=theme-light].light\:text-cool-gray-700, [class*=theme-light] .light\:text-cool-gray-700 {
    --text-opacity:1 !important;
    color: #364152 !important;
    color: rgba(54,65,82,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-cool-gray-800, [class*=theme-dark] .dark\:text-cool-gray-800, [class*=theme-light].light\:text-cool-gray-800, [class*=theme-light] .light\:text-cool-gray-800 {
    --text-opacity:1 !important;
    color: #27303f !important;
    color: rgba(39,48,63,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-cool-gray-900, [class*=theme-dark] .dark\:text-cool-gray-900, [class*=theme-light].light\:text-cool-gray-900, [class*=theme-light] .light\:text-cool-gray-900 {
    --text-opacity:1 !important;
    color: #1a202e !important;
    color: rgba(26,32,46,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-cool-gray, [class*=theme-dark] .dark\:text-cool-gray, [class*=theme-light].light\:text-cool-gray, [class*=theme-light] .light\:text-cool-gray {
    --text-opacity:1 !important;
    color: #64748b !important;
    color: rgba(100,116,139,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-red-50, [class*=theme-dark] .dark\:text-red-50, [class*=theme-light].light\:text-red-50, [class*=theme-light] .light\:text-red-50 {
    --text-opacity:1 !important;
    color: #fdf2f2 !important;
    color: rgba(253,242,242,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-red-100, [class*=theme-dark] .dark\:text-red-100, [class*=theme-light].light\:text-red-100, [class*=theme-light] .light\:text-red-100 {
    --text-opacity:1 !important;
    color: #fde8e8 !important;
    color: rgba(253,232,232,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-red-200, [class*=theme-dark] .dark\:text-red-200, [class*=theme-light].light\:text-red-200, [class*=theme-light] .light\:text-red-200 {
    --text-opacity:1 !important;
    color: #fbd5d5 !important;
    color: rgba(251,213,213,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-red-300, [class*=theme-dark] .dark\:text-red-300, [class*=theme-light].light\:text-red-300, [class*=theme-light] .light\:text-red-300 {
    --text-opacity:1 !important;
    color: #f8b4b4 !important;
    color: rgba(248,180,180,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-red-400, [class*=theme-dark] .dark\:text-red-400, [class*=theme-light].light\:text-red-400, [class*=theme-light] .light\:text-red-400 {
    --text-opacity:1 !important;
    color: #f98080 !important;
    color: rgba(249,128,128,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-red-500, [class*=theme-dark] .dark\:text-red-500, [class*=theme-light].light\:text-red-500, [class*=theme-light] .light\:text-red-500 {
    --text-opacity:1 !important;
    color: #f05252 !important;
    color: rgba(240,82,82,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-red-600, [class*=theme-dark] .dark\:text-red-600, [class*=theme-light].light\:text-red-600, [class*=theme-light] .light\:text-red-600 {
    --text-opacity:1 !important;
    color: #e02424 !important;
    color: rgba(224,36,36,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-red-700, [class*=theme-dark] .dark\:text-red-700, [class*=theme-light].light\:text-red-700, [class*=theme-light] .light\:text-red-700 {
    --text-opacity:1 !important;
    color: #c81e1e !important;
    color: rgba(200,30,30,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-red-800, [class*=theme-dark] .dark\:text-red-800, [class*=theme-light].light\:text-red-800, [class*=theme-light] .light\:text-red-800 {
    --text-opacity:1 !important;
    color: #9b1c1c !important;
    color: rgba(155,28,28,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-red-900, [class*=theme-dark] .dark\:text-red-900, [class*=theme-light].light\:text-red-900, [class*=theme-light] .light\:text-red-900 {
    --text-opacity:1 !important;
    color: #771d1d !important;
    color: rgba(119,29,29,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-red, [class*=theme-dark] .dark\:text-red, [class*=theme-light].light\:text-red, [class*=theme-light] .light\:text-red {
    --text-opacity:1 !important;
    color: #f05252 !important;
    color: rgba(240,82,82,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-orange-50, [class*=theme-dark] .dark\:text-orange-50, [class*=theme-light].light\:text-orange-50, [class*=theme-light] .light\:text-orange-50 {
    --text-opacity:1 !important;
    color: #fff8f1 !important;
    color: rgba(255,248,241,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-orange-100, [class*=theme-dark] .dark\:text-orange-100, [class*=theme-light].light\:text-orange-100, [class*=theme-light] .light\:text-orange-100 {
    --text-opacity:1 !important;
    color: #feecdc !important;
    color: rgba(254,236,220,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-orange-200, [class*=theme-dark] .dark\:text-orange-200, [class*=theme-light].light\:text-orange-200, [class*=theme-light] .light\:text-orange-200 {
    --text-opacity:1 !important;
    color: #fcd9bd !important;
    color: rgba(252,217,189,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-orange-300, [class*=theme-dark] .dark\:text-orange-300, [class*=theme-light].light\:text-orange-300, [class*=theme-light] .light\:text-orange-300 {
    --text-opacity:1 !important;
    color: #fdba8c !important;
    color: rgba(253,186,140,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-orange-400, [class*=theme-dark] .dark\:text-orange-400, [class*=theme-light].light\:text-orange-400, [class*=theme-light] .light\:text-orange-400 {
    --text-opacity:1 !important;
    color: #ff8a4c !important;
    color: rgba(255,138,76,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-orange-500, [class*=theme-dark] .dark\:text-orange-500, [class*=theme-light].light\:text-orange-500, [class*=theme-light] .light\:text-orange-500 {
    --text-opacity:1 !important;
    color: #ff5a1f !important;
    color: rgba(255,90,31,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-orange-600, [class*=theme-dark] .dark\:text-orange-600, [class*=theme-light].light\:text-orange-600, [class*=theme-light] .light\:text-orange-600 {
    --text-opacity:1 !important;
    color: #d03801 !important;
    color: rgba(208,56,1,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-orange-700, [class*=theme-dark] .dark\:text-orange-700, [class*=theme-light].light\:text-orange-700, [class*=theme-light] .light\:text-orange-700 {
    --text-opacity:1 !important;
    color: #b43403 !important;
    color: rgba(180,52,3,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-orange-800, [class*=theme-dark] .dark\:text-orange-800, [class*=theme-light].light\:text-orange-800, [class*=theme-light] .light\:text-orange-800 {
    --text-opacity:1 !important;
    color: #8a2c0d !important;
    color: rgba(138,44,13,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-orange-900, [class*=theme-dark] .dark\:text-orange-900, [class*=theme-light].light\:text-orange-900, [class*=theme-light] .light\:text-orange-900 {
    --text-opacity:1 !important;
    color: #771d1d !important;
    color: rgba(119,29,29,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-orange, [class*=theme-dark] .dark\:text-orange, [class*=theme-light].light\:text-orange, [class*=theme-light] .light\:text-orange {
    --text-opacity:1 !important;
    color: #ff5a1f !important;
    color: rgba(255,90,31,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-yellow-50, [class*=theme-dark] .dark\:text-yellow-50, [class*=theme-light].light\:text-yellow-50, [class*=theme-light] .light\:text-yellow-50 {
    --text-opacity:1 !important;
    color: #fdfdea !important;
    color: rgba(253,253,234,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-yellow-100, [class*=theme-dark] .dark\:text-yellow-100, [class*=theme-light].light\:text-yellow-100, [class*=theme-light] .light\:text-yellow-100 {
    --text-opacity:1 !important;
    color: #fdf6b2 !important;
    color: rgba(253,246,178,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-yellow-200, [class*=theme-dark] .dark\:text-yellow-200, [class*=theme-light].light\:text-yellow-200, [class*=theme-light] .light\:text-yellow-200 {
    --text-opacity:1 !important;
    color: #fce96a !important;
    color: rgba(252,233,106,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-yellow-300, [class*=theme-dark] .dark\:text-yellow-300, [class*=theme-light].light\:text-yellow-300, [class*=theme-light] .light\:text-yellow-300 {
    --text-opacity:1 !important;
    color: #faca15 !important;
    color: rgba(250,202,21,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-yellow-400, [class*=theme-dark] .dark\:text-yellow-400, [class*=theme-light].light\:text-yellow-400, [class*=theme-light] .light\:text-yellow-400 {
    --text-opacity:1 !important;
    color: #e3a008 !important;
    color: rgba(227,160,8,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-yellow-500, [class*=theme-dark] .dark\:text-yellow-500, [class*=theme-light].light\:text-yellow-500, [class*=theme-light] .light\:text-yellow-500 {
    --text-opacity:1 !important;
    color: #c27803 !important;
    color: rgba(194,120,3,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-yellow-600, [class*=theme-dark] .dark\:text-yellow-600, [class*=theme-light].light\:text-yellow-600, [class*=theme-light] .light\:text-yellow-600 {
    --text-opacity:1 !important;
    color: #9f580a !important;
    color: rgba(159,88,10,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-yellow-700, [class*=theme-dark] .dark\:text-yellow-700, [class*=theme-light].light\:text-yellow-700, [class*=theme-light] .light\:text-yellow-700 {
    --text-opacity:1 !important;
    color: #8e4b10 !important;
    color: rgba(142,75,16,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-yellow-800, [class*=theme-dark] .dark\:text-yellow-800, [class*=theme-light].light\:text-yellow-800, [class*=theme-light] .light\:text-yellow-800 {
    --text-opacity:1 !important;
    color: #723b13 !important;
    color: rgba(114,59,19,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-yellow-900, [class*=theme-dark] .dark\:text-yellow-900, [class*=theme-light].light\:text-yellow-900, [class*=theme-light] .light\:text-yellow-900 {
    --text-opacity:1 !important;
    color: #633112 !important;
    color: rgba(99,49,18,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-yellow, [class*=theme-dark] .dark\:text-yellow, [class*=theme-light].light\:text-yellow, [class*=theme-light] .light\:text-yellow {
    --text-opacity:1 !important;
    color: #c27803 !important;
    color: rgba(194,120,3,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-green-50, [class*=theme-dark] .dark\:text-green-50, [class*=theme-light].light\:text-green-50, [class*=theme-light] .light\:text-green-50 {
    --text-opacity:1 !important;
    color: #f3faf7 !important;
    color: rgba(243,250,247,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-green-100, [class*=theme-dark] .dark\:text-green-100, [class*=theme-light].light\:text-green-100, [class*=theme-light] .light\:text-green-100 {
    --text-opacity:1 !important;
    color: #def7ec !important;
    color: rgba(222,247,236,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-green-200, [class*=theme-dark] .dark\:text-green-200, [class*=theme-light].light\:text-green-200, [class*=theme-light] .light\:text-green-200 {
    --text-opacity:1 !important;
    color: #bcf0da !important;
    color: rgba(188,240,218,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-green-300, [class*=theme-dark] .dark\:text-green-300, [class*=theme-light].light\:text-green-300, [class*=theme-light] .light\:text-green-300 {
    --text-opacity:1 !important;
    color: #84e1bc !important;
    color: rgba(132,225,188,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-green-400, [class*=theme-dark] .dark\:text-green-400, [class*=theme-light].light\:text-green-400, [class*=theme-light] .light\:text-green-400 {
    --text-opacity:1 !important;
    color: #31c48d !important;
    color: rgba(49,196,141,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-green-500, [class*=theme-dark] .dark\:text-green-500, [class*=theme-light].light\:text-green-500, [class*=theme-light] .light\:text-green-500 {
    --text-opacity:1 !important;
    color: #0e9f6e !important;
    color: rgba(14,159,110,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-green-600, [class*=theme-dark] .dark\:text-green-600, [class*=theme-light].light\:text-green-600, [class*=theme-light] .light\:text-green-600 {
    --text-opacity:1 !important;
    color: #057a55 !important;
    color: rgba(5,122,85,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-green-700, [class*=theme-dark] .dark\:text-green-700, [class*=theme-light].light\:text-green-700, [class*=theme-light] .light\:text-green-700 {
    --text-opacity:1 !important;
    color: #046c4e !important;
    color: rgba(4,108,78,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-green-800, [class*=theme-dark] .dark\:text-green-800, [class*=theme-light].light\:text-green-800, [class*=theme-light] .light\:text-green-800 {
    --text-opacity:1 !important;
    color: #03543f !important;
    color: rgba(3,84,63,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-green-900, [class*=theme-dark] .dark\:text-green-900, [class*=theme-light].light\:text-green-900, [class*=theme-light] .light\:text-green-900 {
    --text-opacity:1 !important;
    color: #014737 !important;
    color: rgba(1,71,55,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-green, [class*=theme-dark] .dark\:text-green, [class*=theme-light].light\:text-green, [class*=theme-light] .light\:text-green {
    --text-opacity:1 !important;
    color: #0e9f6e !important;
    color: rgba(14,159,110,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-teal-50, [class*=theme-dark] .dark\:text-teal-50, [class*=theme-light].light\:text-teal-50, [class*=theme-light] .light\:text-teal-50 {
    --text-opacity:1 !important;
    color: #edfafa !important;
    color: rgba(237,250,250,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-teal-100, [class*=theme-dark] .dark\:text-teal-100, [class*=theme-light].light\:text-teal-100, [class*=theme-light] .light\:text-teal-100 {
    --text-opacity:1 !important;
    color: #d5f5f6 !important;
    color: rgba(213,245,246,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-teal-200, [class*=theme-dark] .dark\:text-teal-200, [class*=theme-light].light\:text-teal-200, [class*=theme-light] .light\:text-teal-200 {
    --text-opacity:1 !important;
    color: #afecef !important;
    color: rgba(175,236,239,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-teal-300, [class*=theme-dark] .dark\:text-teal-300, [class*=theme-light].light\:text-teal-300, [class*=theme-light] .light\:text-teal-300 {
    --text-opacity:1 !important;
    color: #7edce2 !important;
    color: rgba(126,220,226,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-teal-400, [class*=theme-dark] .dark\:text-teal-400, [class*=theme-light].light\:text-teal-400, [class*=theme-light] .light\:text-teal-400 {
    --text-opacity:1 !important;
    color: #16bdca !important;
    color: rgba(22,189,202,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-teal-500, [class*=theme-dark] .dark\:text-teal-500, [class*=theme-light].light\:text-teal-500, [class*=theme-light] .light\:text-teal-500 {
    --text-opacity:1 !important;
    color: #0694a2 !important;
    color: rgba(6,148,162,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-teal-600, [class*=theme-dark] .dark\:text-teal-600, [class*=theme-light].light\:text-teal-600, [class*=theme-light] .light\:text-teal-600 {
    --text-opacity:1 !important;
    color: #047481 !important;
    color: rgba(4,116,129,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-teal-700, [class*=theme-dark] .dark\:text-teal-700, [class*=theme-light].light\:text-teal-700, [class*=theme-light] .light\:text-teal-700 {
    --text-opacity:1 !important;
    color: #036672 !important;
    color: rgba(3,102,114,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-teal-800, [class*=theme-dark] .dark\:text-teal-800, [class*=theme-light].light\:text-teal-800, [class*=theme-light] .light\:text-teal-800 {
    --text-opacity:1 !important;
    color: #05505c !important;
    color: rgba(5,80,92,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-teal-900, [class*=theme-dark] .dark\:text-teal-900, [class*=theme-light].light\:text-teal-900, [class*=theme-light] .light\:text-teal-900 {
    --text-opacity:1 !important;
    color: #014451 !important;
    color: rgba(1,68,81,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-teal, [class*=theme-dark] .dark\:text-teal, [class*=theme-light].light\:text-teal, [class*=theme-light] .light\:text-teal {
    --text-opacity:1 !important;
    color: #0694a2 !important;
    color: rgba(6,148,162,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-blue-50, [class*=theme-dark] .dark\:text-blue-50, [class*=theme-light].light\:text-blue-50, [class*=theme-light] .light\:text-blue-50 {
    --text-opacity:1 !important;
    color: #ebf5ff !important;
    color: rgba(235,245,255,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-blue-100, [class*=theme-dark] .dark\:text-blue-100, [class*=theme-light].light\:text-blue-100, [class*=theme-light] .light\:text-blue-100 {
    --text-opacity:1 !important;
    color: #e1effe !important;
    color: rgba(225,239,254,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-blue-200, [class*=theme-dark] .dark\:text-blue-200, [class*=theme-light].light\:text-blue-200, [class*=theme-light] .light\:text-blue-200 {
    --text-opacity:1 !important;
    color: #c3ddfd !important;
    color: rgba(195,221,253,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-blue-300, [class*=theme-dark] .dark\:text-blue-300, [class*=theme-light].light\:text-blue-300, [class*=theme-light] .light\:text-blue-300 {
    --text-opacity:1 !important;
    color: #a4cafe !important;
    color: rgba(164,202,254,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-blue-400, [class*=theme-dark] .dark\:text-blue-400, [class*=theme-light].light\:text-blue-400, [class*=theme-light] .light\:text-blue-400 {
    --text-opacity:1 !important;
    color: #76a9fa !important;
    color: rgba(118,169,250,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-blue-500, [class*=theme-dark] .dark\:text-blue-500, [class*=theme-light].light\:text-blue-500, [class*=theme-light] .light\:text-blue-500 {
    --text-opacity:1 !important;
    color: #3f83f8 !important;
    color: rgba(63,131,248,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-blue-600, [class*=theme-dark] .dark\:text-blue-600, [class*=theme-light].light\:text-blue-600, [class*=theme-light] .light\:text-blue-600 {
    --text-opacity:1 !important;
    color: #1c64f2 !important;
    color: rgba(28,100,242,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-blue-700, [class*=theme-dark] .dark\:text-blue-700, [class*=theme-light].light\:text-blue-700, [class*=theme-light] .light\:text-blue-700 {
    --text-opacity:1 !important;
    color: #1a56db !important;
    color: rgba(26,86,219,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-blue-800, [class*=theme-dark] .dark\:text-blue-800, [class*=theme-light].light\:text-blue-800, [class*=theme-light] .light\:text-blue-800 {
    --text-opacity:1 !important;
    color: #1e429f !important;
    color: rgba(30,66,159,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-blue-900, [class*=theme-dark] .dark\:text-blue-900, [class*=theme-light].light\:text-blue-900, [class*=theme-light] .light\:text-blue-900 {
    --text-opacity:1 !important;
    color: #233876 !important;
    color: rgba(35,56,118,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-blue, [class*=theme-dark] .dark\:text-blue, [class*=theme-light].light\:text-blue, [class*=theme-light] .light\:text-blue {
    --text-opacity:1 !important;
    color: #3f83f8 !important;
    color: rgba(63,131,248,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-indigo-50, [class*=theme-dark] .dark\:text-indigo-50, [class*=theme-light].light\:text-indigo-50, [class*=theme-light] .light\:text-indigo-50 {
    --text-opacity:1 !important;
    color: #f0f5ff !important;
    color: rgba(240,245,255,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-indigo-100, [class*=theme-dark] .dark\:text-indigo-100, [class*=theme-light].light\:text-indigo-100, [class*=theme-light] .light\:text-indigo-100 {
    --text-opacity:1 !important;
    color: #e5edff !important;
    color: rgba(229,237,255,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-indigo-200, [class*=theme-dark] .dark\:text-indigo-200, [class*=theme-light].light\:text-indigo-200, [class*=theme-light] .light\:text-indigo-200 {
    --text-opacity:1 !important;
    color: #cddbfe !important;
    color: rgba(205,219,254,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-indigo-300, [class*=theme-dark] .dark\:text-indigo-300, [class*=theme-light].light\:text-indigo-300, [class*=theme-light] .light\:text-indigo-300 {
    --text-opacity:1 !important;
    color: #b4c6fc !important;
    color: rgba(180,198,252,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-indigo-400, [class*=theme-dark] .dark\:text-indigo-400, [class*=theme-light].light\:text-indigo-400, [class*=theme-light] .light\:text-indigo-400 {
    --text-opacity:1 !important;
    color: #8da2fb !important;
    color: rgba(141,162,251,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-indigo-500, [class*=theme-dark] .dark\:text-indigo-500, [class*=theme-light].light\:text-indigo-500, [class*=theme-light] .light\:text-indigo-500 {
    --text-opacity:1 !important;
    color: #6875f5 !important;
    color: rgba(104,117,245,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-indigo-600, [class*=theme-dark] .dark\:text-indigo-600, [class*=theme-light].light\:text-indigo-600, [class*=theme-light] .light\:text-indigo-600 {
    --text-opacity:1 !important;
    color: #5850ec !important;
    color: rgba(88,80,236,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-indigo-700, [class*=theme-dark] .dark\:text-indigo-700, [class*=theme-light].light\:text-indigo-700, [class*=theme-light] .light\:text-indigo-700 {
    --text-opacity:1 !important;
    color: #5145cd !important;
    color: rgba(81,69,205,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-indigo-800, [class*=theme-dark] .dark\:text-indigo-800, [class*=theme-light].light\:text-indigo-800, [class*=theme-light] .light\:text-indigo-800 {
    --text-opacity:1 !important;
    color: #42389d !important;
    color: rgba(66,56,157,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-indigo-900, [class*=theme-dark] .dark\:text-indigo-900, [class*=theme-light].light\:text-indigo-900, [class*=theme-light] .light\:text-indigo-900 {
    --text-opacity:1 !important;
    color: #362f78 !important;
    color: rgba(54,47,120,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-indigo, [class*=theme-dark] .dark\:text-indigo, [class*=theme-light].light\:text-indigo, [class*=theme-light] .light\:text-indigo {
    --text-opacity:1 !important;
    color: #6875f5 !important;
    color: rgba(104,117,245,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-purple-50, [class*=theme-dark] .dark\:text-purple-50, [class*=theme-light].light\:text-purple-50, [class*=theme-light] .light\:text-purple-50 {
    --text-opacity:1 !important;
    color: #f6f5ff !important;
    color: rgba(246,245,255,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-purple-100, [class*=theme-dark] .dark\:text-purple-100, [class*=theme-light].light\:text-purple-100, [class*=theme-light] .light\:text-purple-100 {
    --text-opacity:1 !important;
    color: #edebfe !important;
    color: rgba(237,235,254,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-purple-200, [class*=theme-dark] .dark\:text-purple-200, [class*=theme-light].light\:text-purple-200, [class*=theme-light] .light\:text-purple-200 {
    --text-opacity:1 !important;
    color: #dcd7fe !important;
    color: rgba(220,215,254,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-purple-300, [class*=theme-dark] .dark\:text-purple-300, [class*=theme-light].light\:text-purple-300, [class*=theme-light] .light\:text-purple-300 {
    --text-opacity:1 !important;
    color: #cabffd !important;
    color: rgba(202,191,253,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-purple-400, [class*=theme-dark] .dark\:text-purple-400, [class*=theme-light].light\:text-purple-400, [class*=theme-light] .light\:text-purple-400 {
    --text-opacity:1 !important;
    color: #ac94fa !important;
    color: rgba(172,148,250,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-purple-500, [class*=theme-dark] .dark\:text-purple-500, [class*=theme-light].light\:text-purple-500, [class*=theme-light] .light\:text-purple-500 {
    --text-opacity:1 !important;
    color: #9061f9 !important;
    color: rgba(144,97,249,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-purple-600, [class*=theme-dark] .dark\:text-purple-600, [class*=theme-light].light\:text-purple-600, [class*=theme-light] .light\:text-purple-600 {
    --text-opacity:1 !important;
    color: #7e3af2 !important;
    color: rgba(126,58,242,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-purple-700, [class*=theme-dark] .dark\:text-purple-700, [class*=theme-light].light\:text-purple-700, [class*=theme-light] .light\:text-purple-700 {
    --text-opacity:1 !important;
    color: #6c2bd9 !important;
    color: rgba(108,43,217,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-purple-800, [class*=theme-dark] .dark\:text-purple-800, [class*=theme-light].light\:text-purple-800, [class*=theme-light] .light\:text-purple-800 {
    --text-opacity:1 !important;
    color: #5521b5 !important;
    color: rgba(85,33,181,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-purple-900, [class*=theme-dark] .dark\:text-purple-900, [class*=theme-light].light\:text-purple-900, [class*=theme-light] .light\:text-purple-900 {
    --text-opacity:1 !important;
    color: #4a1d96 !important;
    color: rgba(74,29,150,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-purple, [class*=theme-dark] .dark\:text-purple, [class*=theme-light].light\:text-purple, [class*=theme-light] .light\:text-purple {
    --text-opacity:1 !important;
    color: #9061f9 !important;
    color: rgba(144,97,249,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-pink-50, [class*=theme-dark] .dark\:text-pink-50, [class*=theme-light].light\:text-pink-50, [class*=theme-light] .light\:text-pink-50 {
    --text-opacity:1 !important;
    color: #fdf2f8 !important;
    color: rgba(253,242,248,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-pink-100, [class*=theme-dark] .dark\:text-pink-100, [class*=theme-light].light\:text-pink-100, [class*=theme-light] .light\:text-pink-100 {
    --text-opacity:1 !important;
    color: #fce8f3 !important;
    color: rgba(252,232,243,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-pink-200, [class*=theme-dark] .dark\:text-pink-200, [class*=theme-light].light\:text-pink-200, [class*=theme-light] .light\:text-pink-200 {
    --text-opacity:1 !important;
    color: #fad1e8 !important;
    color: rgba(250,209,232,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-pink-300, [class*=theme-dark] .dark\:text-pink-300, [class*=theme-light].light\:text-pink-300, [class*=theme-light] .light\:text-pink-300 {
    --text-opacity:1 !important;
    color: #f8b4d9 !important;
    color: rgba(248,180,217,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-pink-400, [class*=theme-dark] .dark\:text-pink-400, [class*=theme-light].light\:text-pink-400, [class*=theme-light] .light\:text-pink-400 {
    --text-opacity:1 !important;
    color: #f17eb8 !important;
    color: rgba(241,126,184,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-pink-500, [class*=theme-dark] .dark\:text-pink-500, [class*=theme-light].light\:text-pink-500, [class*=theme-light] .light\:text-pink-500 {
    --text-opacity:1 !important;
    color: #e74694 !important;
    color: rgba(231,70,148,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-pink-600, [class*=theme-dark] .dark\:text-pink-600, [class*=theme-light].light\:text-pink-600, [class*=theme-light] .light\:text-pink-600 {
    --text-opacity:1 !important;
    color: #d61f69 !important;
    color: rgba(214,31,105,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-pink-700, [class*=theme-dark] .dark\:text-pink-700, [class*=theme-light].light\:text-pink-700, [class*=theme-light] .light\:text-pink-700 {
    --text-opacity:1 !important;
    color: #bf125d !important;
    color: rgba(191,18,93,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-pink-800, [class*=theme-dark] .dark\:text-pink-800, [class*=theme-light].light\:text-pink-800, [class*=theme-light] .light\:text-pink-800 {
    --text-opacity:1 !important;
    color: #99154b !important;
    color: rgba(153,21,75,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-pink-900, [class*=theme-dark] .dark\:text-pink-900, [class*=theme-light].light\:text-pink-900, [class*=theme-light] .light\:text-pink-900 {
    --text-opacity:1 !important;
    color: #751a3d !important;
    color: rgba(117,26,61,var(--text-opacity)) !important;
}

[class*=theme-dark].dark\:text-pink, [class*=theme-dark] .dark\:text-pink, [class*=theme-light].light\:text-pink, [class*=theme-light] .light\:text-pink {
    --text-opacity:1 !important;
    color: #e74694 !important;
    color: rgba(231,70,148,var(--text-opacity)) !important;
}

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

.text-opacity-12 {
    --text-opacity:0.12 !important;
}

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

.text-opacity-38 {
    --text-opacity:0.38 !important;
}

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

.text-opacity-54 {
    --text-opacity:0.54 !important;
}

.text-opacity-70 {
    --text-opacity:0.70 !important;
}

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

.text-opacity-84 {
    --text-opacity:0.84 !important;
}

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

.hover\:text-opacity-0:hover {
    --text-opacity:0 !important;
}

.hover\:text-opacity-12:hover {
    --text-opacity:0.12 !important;
}

.hover\:text-opacity-25:hover {
    --text-opacity:0.25 !important;
}

.hover\:text-opacity-38:hover {
    --text-opacity:0.38 !important;
}

.hover\:text-opacity-50:hover {
    --text-opacity:0.5 !important;
}

.hover\:text-opacity-54:hover {
    --text-opacity:0.54 !important;
}

.hover\:text-opacity-70:hover {
    --text-opacity:0.70 !important;
}

.hover\:text-opacity-75:hover {
    --text-opacity:0.75 !important;
}

.hover\:text-opacity-84:hover {
    --text-opacity:0.84 !important;
}

.hover\:text-opacity-100:hover {
    --text-opacity:1 !important;
}

.focus\:text-opacity-0:focus {
    --text-opacity:0 !important;
}

.focus\:text-opacity-12:focus {
    --text-opacity:0.12 !important;
}

.focus\:text-opacity-25:focus {
    --text-opacity:0.25 !important;
}

.focus\:text-opacity-38:focus {
    --text-opacity:0.38 !important;
}

.focus\:text-opacity-50:focus {
    --text-opacity:0.5 !important;
}

.focus\:text-opacity-54:focus {
    --text-opacity:0.54 !important;
}

.focus\:text-opacity-70:focus {
    --text-opacity:0.70 !important;
}

.focus\:text-opacity-75:focus {
    --text-opacity:0.75 !important;
}

.focus\:text-opacity-84:focus {
    --text-opacity:0.84 !important;
}

.focus\:text-opacity-100:focus {
    --text-opacity:1 !important;
}

.italic {
    font-style: italic !important;
}

.not-italic {
    font-style: normal !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.lowercase {
    text-transform: lowercase !important;
}

.capitalize {
    text-transform: capitalize !important;
}

.normal-case {
    text-transform: none !important;
}

.underline {
    text-decoration: underline !important;
}

.line-through {
    text-decoration: line-through !important;
}

.no-underline {
    text-decoration: none !important;
}

.hover\:underline:hover {
    text-decoration: underline !important;
}

.hover\:line-through:hover {
    text-decoration: line-through !important;
}

.hover\:no-underline:hover {
    text-decoration: none !important;
}

.focus\:underline:focus {
    text-decoration: underline !important;
}

.focus\:line-through:focus {
    text-decoration: line-through !important;
}

.focus\:no-underline:focus {
    text-decoration: none !important;
}

.antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
}

.tracking-tighter {
    letter-spacing: -.05em !important;
}

.tracking-tight {
    letter-spacing: -.025em !important;
}

.tracking-normal {
    letter-spacing: 0 !important;
}

.tracking-wide {
    letter-spacing: .025em !important;
}

.tracking-wider {
    letter-spacing: .05em !important;
}

.tracking-widest {
    letter-spacing: .1em !important;
}

.select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.select-text {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

.select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

.select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

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

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.whitespace-normal {
    white-space: normal !important;
}

.whitespace-no-wrap {
    white-space: nowrap !important;
}

.whitespace-pre {
    white-space: pre !important;
}

.whitespace-pre-line {
    white-space: pre-line !important;
}

.whitespace-pre-wrap {
    white-space: pre-wrap !important;
}

.break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
}

.break-words {
    overflow-wrap: break-word !important;
}

.break-all {
    word-break: break-all !important;
}

.truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.w-0 {
    width: 0 !important;
}

.w-1 {
    width: .25rem !important;
}

.w-2 {
    width: .5rem !important;
}

.w-3 {
    width: .75rem !important;
}

.w-4 {
    width: 1rem !important;
}

.w-5 {
    width: 1.25rem !important;
}

.w-6 {
    width: 1.5rem !important;
}

.w-8 {
    width: 2rem !important;
}

.w-10 {
    width: 2.5rem !important;
}

.w-12 {
    width: 3rem !important;
}

.w-14 {
    width: 3.5rem !important;
}

.w-16 {
    width: 4rem !important;
}

.w-18 {
    width: 4.5rem !important;
}

.w-20 {
    width: 5rem !important;
}

.w-22 {
    width: 5.5rem !important;
}

.w-24 {
    width: 6rem !important;
}

.w-26 {
    width: 6.5rem !important;
}

.w-28 {
    width: 7rem !important;
}

.w-30 {
    width: 7.5rem !important;
}

.w-32 {
    width: 8rem !important;
}

.w-36 {
    width: 9rem !important;
}

.w-40 {
    width: 10rem !important;
}

.w-48 {
    width: 12rem !important;
}

.w-50 {
    width: 12.5rem !important;
}

.w-56 {
    width: 14rem !important;
}

.w-60 {
    width: 15rem !important;
}

.w-64 {
    width: 16rem !important;
}

.w-80 {
    width: 20rem !important;
}

.w-90 {
    width: 24rem !important;
}

.w-100 {
    width: 25rem !important;
}

.w-120 {
    width: 30rem !important;
}

.w-128 {
    width: 32rem !important;
}

.w-140 {
    width: 35rem !important;
}

.w-160 {
    width: 40rem !important;
}

.w-180 {
    width: 45rem !important;
}

.w-192 {
    width: 48rem !important;
}

.w-200 {
    width: 50rem !important;
}

.w-240 {
    width: 60rem !important;
}

.w-256 {
    width: 64rem !important;
}

.w-280 {
    width: 70rem !important;
}

.w-320 {
    width: 80rem !important;
}

.w-360 {
    width: 90rem !important;
}

.w-400 {
    width: 100rem !important;
}

.w-480 {
    width: 120rem !important;
}

.w-auto {
    width: auto !important;
}

.w-px {
    width: 1px !important;
}

.w-2px {
    width: 2px !important;
}

.w-1\/2 {
    width: 50% !important;
}

.w-1\/3 {
    width: 33.33333% !important;
}

.w-2\/3 {
    width: 66.66667% !important;
}

.w-1\/4 {
    width: 25% !important;
}

.w-2\/4 {
    width: 50% !important;
}

.w-3\/4 {
    width: 75% !important;
}

.w-1\/5 {
    width: 20% !important;
}

.w-2\/5 {
    width: 40% !important;
}

.w-3\/5 {
    width: 60% !important;
}

.w-4\/5 {
    width: 80% !important;
}

.w-1\/6 {
    width: 16.666667% !important;
}

.w-2\/6 {
    width: 33.333333% !important;
}

.w-3\/6 {
    width: 50% !important;
}

.w-4\/6 {
    width: 66.666667% !important;
}

.w-5\/6 {
    width: 83.333333% !important;
}

.w-1\/12 {
    width: 8.33333% !important;
}

.w-2\/12 {
    width: 16.66667% !important;
}

.w-3\/12 {
    width: 25% !important;
}

.w-4\/12 {
    width: 33.33333% !important;
}

.w-5\/12 {
    width: 41.66667% !important;
}

.w-6\/12 {
    width: 50% !important;
}

.w-7\/12 {
    width: 58.33333% !important;
}

.w-8\/12 {
    width: 66.66667% !important;
}

.w-9\/12 {
    width: 75% !important;
}

.w-10\/12 {
    width: 83.33333% !important;
}

.w-11\/12 {
    width: 91.66667% !important;
}

.w-full {
    width: 100% !important;
}

.w-screen {
    width: 100vw !important;
}

.z-0 {
    z-index: 0 !important;
}

.z-10 {
    z-index: 10 !important;
}

.z-20 {
    z-index: 20 !important;
}

.z-30 {
    z-index: 30 !important;
}

.z-40 {
    z-index: 40 !important;
}

.z-50 {
    z-index: 50 !important;
}

.z-60 {
    z-index: 60 !important;
}

.z-70 {
    z-index: 70 !important;
}

.z-80 {
    z-index: 80 !important;
}

.z-90 {
    z-index: 90 !important;
}

.z-99 {
    z-index: 99 !important;
}

.z-999 {
    z-index: 999 !important;
}

.z-9999 {
    z-index: 9999 !important;
}

.z-99999 {
    z-index: 99999 !important;
}

.z-auto {
    z-index: auto !important;
}

.-z-1 {
    z-index: -1 !important;
}

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

.gap-1 {
    grid-gap: .25rem !important;
    gap: .25rem !important;
}

.gap-2 {
    grid-gap: .5rem !important;
    gap: .5rem !important;
}

.gap-3 {
    grid-gap: .75rem !important;
    gap: .75rem !important;
}

.gap-4 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
}

.gap-5 {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
}

.gap-6 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
}

.gap-8 {
    grid-gap: 2rem !important;
    gap: 2rem !important;
}

.gap-10 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
}

.gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
}

.gap-14 {
    grid-gap: 3.5rem !important;
    gap: 3.5rem !important;
}

.gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important;
}

.gap-18 {
    grid-gap: 4.5rem !important;
    gap: 4.5rem !important;
}

.gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
}

.gap-22 {
    grid-gap: 5.5rem !important;
    gap: 5.5rem !important;
}

.gap-24 {
    grid-gap: 6rem !important;
    gap: 6rem !important;
}

.gap-26 {
    grid-gap: 6.5rem !important;
    gap: 6.5rem !important;
}

.gap-28 {
    grid-gap: 7rem !important;
    gap: 7rem !important;
}

.gap-30 {
    grid-gap: 7.5rem !important;
    gap: 7.5rem !important;
}

.gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important;
}

.gap-36 {
    grid-gap: 9rem !important;
    gap: 9rem !important;
}

.gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important;
}

.gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important;
}

.gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important;
}

.gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important;
}

.gap-px {
    grid-gap: 1px !important;
    gap: 1px !important;
}

.gap-2px {
    grid-gap: 2px !important;
    gap: 2px !important;
}

.col-gap-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
}

.col-gap-1 {
    grid-column-gap: .25rem !important;
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important;
}

.col-gap-2 {
    grid-column-gap: .5rem !important;
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important;
}

.col-gap-3 {
    grid-column-gap: .75rem !important;
    -moz-column-gap: .75rem !important;
    column-gap: .75rem !important;
}

.col-gap-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
}

.col-gap-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
}

.col-gap-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
}

.col-gap-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
}

.col-gap-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
}

.col-gap-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
}

.col-gap-14 {
    grid-column-gap: 3.5rem !important;
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
}

.col-gap-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
}

.col-gap-18 {
    grid-column-gap: 4.5rem !important;
    -moz-column-gap: 4.5rem !important;
    column-gap: 4.5rem !important;
}

.col-gap-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
}

.col-gap-22 {
    grid-column-gap: 5.5rem !important;
    -moz-column-gap: 5.5rem !important;
    column-gap: 5.5rem !important;
}

.col-gap-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
}

.col-gap-26 {
    grid-column-gap: 6.5rem !important;
    -moz-column-gap: 6.5rem !important;
    column-gap: 6.5rem !important;
}

.col-gap-28 {
    grid-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
}

.col-gap-30 {
    grid-column-gap: 7.5rem !important;
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
}

.col-gap-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
}

.col-gap-36 {
    grid-column-gap: 9rem !important;
    -moz-column-gap: 9rem !important;
    column-gap: 9rem !important;
}

.col-gap-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
}

.col-gap-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
}

.col-gap-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
}

.col-gap-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
}

.col-gap-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
}

.col-gap-2px {
    grid-column-gap: 2px !important;
    -moz-column-gap: 2px !important;
    column-gap: 2px !important;
}

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

.row-gap-1 {
    grid-row-gap: .25rem !important;
    row-gap: .25rem !important;
}

.row-gap-2 {
    grid-row-gap: .5rem !important;
    row-gap: .5rem !important;
}

.row-gap-3 {
    grid-row-gap: .75rem !important;
    row-gap: .75rem !important;
}

.row-gap-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
}

.row-gap-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
}

.row-gap-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
}

.row-gap-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
}

.row-gap-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
}

.row-gap-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
}

.row-gap-14 {
    grid-row-gap: 3.5rem !important;
    row-gap: 3.5rem !important;
}

.row-gap-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
}

.row-gap-18 {
    grid-row-gap: 4.5rem !important;
    row-gap: 4.5rem !important;
}

.row-gap-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
}

.row-gap-22 {
    grid-row-gap: 5.5rem !important;
    row-gap: 5.5rem !important;
}

.row-gap-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
}

.row-gap-26 {
    grid-row-gap: 6.5rem !important;
    row-gap: 6.5rem !important;
}

.row-gap-28 {
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
}

.row-gap-30 {
    grid-row-gap: 7.5rem !important;
    row-gap: 7.5rem !important;
}

.row-gap-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
}

.row-gap-36 {
    grid-row-gap: 9rem !important;
    row-gap: 9rem !important;
}

.row-gap-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
}

.row-gap-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
}

.row-gap-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
}

.row-gap-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
}

.row-gap-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
}

.row-gap-2px {
    grid-row-gap: 2px !important;
    row-gap: 2px !important;
}

.grid-flow-row {
    grid-auto-flow: row !important;
}

.grid-flow-col {
    grid-auto-flow: column !important;
}

.grid-flow-row-dense {
    grid-auto-flow: row dense !important;
}

.grid-flow-col-dense {
    grid-auto-flow: column dense !important;
}

.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr)) !important;
}

.grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
}

.grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
}

.grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
}

.grid-cols-5 {
    grid-template-columns: repeat(5,minmax(0,1fr)) !important;
}

.grid-cols-6 {
    grid-template-columns: repeat(6,minmax(0,1fr)) !important;
}

.grid-cols-7 {
    grid-template-columns: repeat(7,minmax(0,1fr)) !important;
}

.grid-cols-8 {
    grid-template-columns: repeat(8,minmax(0,1fr)) !important;
}

.grid-cols-9 {
    grid-template-columns: repeat(9,minmax(0,1fr)) !important;
}

.grid-cols-10 {
    grid-template-columns: repeat(10,minmax(0,1fr)) !important;
}

.grid-cols-11 {
    grid-template-columns: repeat(11,minmax(0,1fr)) !important;
}

.grid-cols-12 {
    grid-template-columns: repeat(12,minmax(0,1fr)) !important;
}

.grid-cols-none {
    grid-template-columns: none !important;
}

.col-auto {
    grid-column: auto !important;
}

.col-span-1 {
    grid-column: span 1/span 1 !important;
}

.col-span-2 {
    grid-column: span 2/span 2 !important;
}

.col-span-3 {
    grid-column: span 3/span 3 !important;
}

.col-span-4 {
    grid-column: span 4/span 4 !important;
}

.col-span-5 {
    grid-column: span 5/span 5 !important;
}

.col-span-6 {
    grid-column: span 6/span 6 !important;
}

.col-span-7 {
    grid-column: span 7/span 7 !important;
}

.col-span-8 {
    grid-column: span 8/span 8 !important;
}

.col-span-9 {
    grid-column: span 9/span 9 !important;
}

.col-span-10 {
    grid-column: span 10/span 10 !important;
}

.col-span-11 {
    grid-column: span 11/span 11 !important;
}

.col-span-12 {
    grid-column: span 12/span 12 !important;
}

.col-start-1 {
    grid-column-start: 1 !important;
}

.col-start-2 {
    grid-column-start: 2 !important;
}

.col-start-3 {
    grid-column-start: 3 !important;
}

.col-start-4 {
    grid-column-start: 4 !important;
}

.col-start-5 {
    grid-column-start: 5 !important;
}

.col-start-6 {
    grid-column-start: 6 !important;
}

.col-start-7 {
    grid-column-start: 7 !important;
}

.col-start-8 {
    grid-column-start: 8 !important;
}

.col-start-9 {
    grid-column-start: 9 !important;
}

.col-start-10 {
    grid-column-start: 10 !important;
}

.col-start-11 {
    grid-column-start: 11 !important;
}

.col-start-12 {
    grid-column-start: 12 !important;
}

.col-start-13 {
    grid-column-start: 13 !important;
}

.col-start-auto {
    grid-column-start: auto !important;
}

.col-end-1 {
    grid-column-end: 1 !important;
}

.col-end-2 {
    grid-column-end: 2 !important;
}

.col-end-3 {
    grid-column-end: 3 !important;
}

.col-end-4 {
    grid-column-end: 4 !important;
}

.col-end-5 {
    grid-column-end: 5 !important;
}

.col-end-6 {
    grid-column-end: 6 !important;
}

.col-end-7 {
    grid-column-end: 7 !important;
}

.col-end-8 {
    grid-column-end: 8 !important;
}

.col-end-9 {
    grid-column-end: 9 !important;
}

.col-end-10 {
    grid-column-end: 10 !important;
}

.col-end-11 {
    grid-column-end: 11 !important;
}

.col-end-12 {
    grid-column-end: 12 !important;
}

.col-end-13 {
    grid-column-end: 13 !important;
}

.col-end-auto {
    grid-column-end: auto !important;
}

.grid-rows-1 {
    grid-template-rows: repeat(1,minmax(0,1fr)) !important;
}

.grid-rows-2 {
    grid-template-rows: repeat(2,minmax(0,1fr)) !important;
}

.grid-rows-3 {
    grid-template-rows: repeat(3,minmax(0,1fr)) !important;
}

.grid-rows-4 {
    grid-template-rows: repeat(4,minmax(0,1fr)) !important;
}

.grid-rows-5 {
    grid-template-rows: repeat(5,minmax(0,1fr)) !important;
}

.grid-rows-6 {
    grid-template-rows: repeat(6,minmax(0,1fr)) !important;
}

.grid-rows-none {
    grid-template-rows: none !important;
}

.row-auto {
    grid-row: auto !important;
}

.row-span-1 {
    grid-row: span 1/span 1 !important;
}

.row-span-2 {
    grid-row: span 2/span 2 !important;
}

.row-span-3 {
    grid-row: span 3/span 3 !important;
}

.row-span-4 {
    grid-row: span 4/span 4 !important;
}

.row-span-5 {
    grid-row: span 5/span 5 !important;
}

.row-span-6 {
    grid-row: span 6/span 6 !important;
}

.row-start-1 {
    grid-row-start: 1 !important;
}

.row-start-2 {
    grid-row-start: 2 !important;
}

.row-start-3 {
    grid-row-start: 3 !important;
}

.row-start-4 {
    grid-row-start: 4 !important;
}

.row-start-5 {
    grid-row-start: 5 !important;
}

.row-start-6 {
    grid-row-start: 6 !important;
}

.row-start-7 {
    grid-row-start: 7 !important;
}

.row-start-auto {
    grid-row-start: auto !important;
}

.row-end-1 {
    grid-row-end: 1 !important;
}

.row-end-2 {
    grid-row-end: 2 !important;
}

.row-end-3 {
    grid-row-end: 3 !important;
}

.row-end-4 {
    grid-row-end: 4 !important;
}

.row-end-5 {
    grid-row-end: 5 !important;
}

.row-end-6 {
    grid-row-end: 6 !important;
}

.row-end-7 {
    grid-row-end: 7 !important;
}

.row-end-auto {
    grid-row-end: auto !important;
}

.transform {
    --transform-translate-x:0 !important;
    --transform-translate-y:0 !important;
    --transform-rotate:0 !important;
    --transform-skew-x:0 !important;
    --transform-skew-y:0 !important;
    --transform-scale-x:1 !important;
    --transform-scale-y:1 !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
}

.transform-none {
    transform: none !important;
}

.origin-center {
    transform-origin: center !important;
}

.origin-top {
    transform-origin: top !important;
}

.origin-top-right {
    transform-origin: top right !important;
}

.origin-right {
    transform-origin: right !important;
}

.origin-bottom-right {
    transform-origin: bottom right !important;
}

.origin-bottom {
    transform-origin: bottom !important;
}

.origin-bottom-left {
    transform-origin: bottom left !important;
}

.origin-left {
    transform-origin: left !important;
}

.origin-top-left {
    transform-origin: top left !important;
}

.scale-0 {
    --transform-scale-x:0 !important;
    --transform-scale-y:0 !important;
}

.scale-50 {
    --transform-scale-x:.5 !important;
    --transform-scale-y:.5 !important;
}

.scale-75 {
    --transform-scale-x:.75 !important;
    --transform-scale-y:.75 !important;
}

.scale-90 {
    --transform-scale-x:.9 !important;
    --transform-scale-y:.9 !important;
}

.scale-95 {
    --transform-scale-x:.95 !important;
    --transform-scale-y:.95 !important;
}

.scale-100 {
    --transform-scale-x:1 !important;
    --transform-scale-y:1 !important;
}

.scale-105 {
    --transform-scale-x:1.05 !important;
    --transform-scale-y:1.05 !important;
}

.scale-110 {
    --transform-scale-x:1.1 !important;
    --transform-scale-y:1.1 !important;
}

.scale-125 {
    --transform-scale-x:1.25 !important;
    --transform-scale-y:1.25 !important;
}

.scale-150 {
    --transform-scale-x:1.5 !important;
    --transform-scale-y:1.5 !important;
}

.scale-x-0 {
    --transform-scale-x:0 !important;
}

.scale-x-50 {
    --transform-scale-x:.5 !important;
}

.scale-x-75 {
    --transform-scale-x:.75 !important;
}

.scale-x-90 {
    --transform-scale-x:.9 !important;
}

.scale-x-95 {
    --transform-scale-x:.95 !important;
}

.scale-x-100 {
    --transform-scale-x:1 !important;
}

.scale-x-105 {
    --transform-scale-x:1.05 !important;
}

.scale-x-110 {
    --transform-scale-x:1.1 !important;
}

.scale-x-125 {
    --transform-scale-x:1.25 !important;
}

.scale-x-150 {
    --transform-scale-x:1.5 !important;
}

.scale-y-0 {
    --transform-scale-y:0 !important;
}

.scale-y-50 {
    --transform-scale-y:.5 !important;
}

.scale-y-75 {
    --transform-scale-y:.75 !important;
}

.scale-y-90 {
    --transform-scale-y:.9 !important;
}

.scale-y-95 {
    --transform-scale-y:.95 !important;
}

.scale-y-100 {
    --transform-scale-y:1 !important;
}

.scale-y-105 {
    --transform-scale-y:1.05 !important;
}

.scale-y-110 {
    --transform-scale-y:1.1 !important;
}

.scale-y-125 {
    --transform-scale-y:1.25 !important;
}

.scale-y-150 {
    --transform-scale-y:1.5 !important;
}

.rotate-0 {
    --transform-rotate:0 !important;
}

.rotate-15 {
    --transform-rotate:15deg !important;
}

.rotate-30 {
    --transform-rotate:30deg !important;
}

.rotate-45 {
    --transform-rotate:45deg !important;
}

.rotate-60 {
    --transform-rotate:60deg !important;
}

.rotate-90 {
    --transform-rotate:90deg !important;
}

.rotate-180 {
    --transform-rotate:180deg !important;
}

.rotate-270 {
    --transform-rotate:270deg !important;
}

.-rotate-180 {
    --transform-rotate:-180deg !important;
}

.-rotate-90 {
    --transform-rotate:-90deg !important;
}

.-rotate-45 {
    --transform-rotate:-45deg !important;
}

.-rotate-270 {
    --transform-rotate:270deg !important;
}

.translate-x-0 {
    --transform-translate-x:0 !important;
}

.translate-x-1 {
    --transform-translate-x:0.25rem !important;
}

.translate-x-2 {
    --transform-translate-x:0.5rem !important;
}

.translate-x-3 {
    --transform-translate-x:0.75rem !important;
}

.translate-x-4 {
    --transform-translate-x:1rem !important;
}

.translate-x-5 {
    --transform-translate-x:1.25rem !important;
}

.translate-x-6 {
    --transform-translate-x:1.5rem !important;
}

.translate-x-8 {
    --transform-translate-x:2rem !important;
}

.translate-x-10 {
    --transform-translate-x:2.5rem !important;
}

.translate-x-12 {
    --transform-translate-x:3rem !important;
}

.translate-x-14 {
    --transform-translate-x:3.5rem !important;
}

.translate-x-16 {
    --transform-translate-x:4rem !important;
}

.translate-x-18 {
    --transform-translate-x:4.5rem !important;
}

.translate-x-20 {
    --transform-translate-x:5rem !important;
}

.translate-x-22 {
    --transform-translate-x:5.5rem !important;
}

.translate-x-24 {
    --transform-translate-x:6rem !important;
}

.translate-x-26 {
    --transform-translate-x:6.5rem !important;
}

.translate-x-28 {
    --transform-translate-x:7rem !important;
}

.translate-x-30 {
    --transform-translate-x:7.5rem !important;
}

.translate-x-32 {
    --transform-translate-x:8rem !important;
}

.translate-x-36 {
    --transform-translate-x:9rem !important;
}

.translate-x-40 {
    --transform-translate-x:10rem !important;
}

.translate-x-48 {
    --transform-translate-x:12rem !important;
}

.translate-x-56 {
    --transform-translate-x:14rem !important;
}

.translate-x-64 {
    --transform-translate-x:16rem !important;
}

.translate-x-px {
    --transform-translate-x:1px !important;
}

.translate-x-2px {
    --transform-translate-x:2px !important;
}

.-translate-x-1 {
    --transform-translate-x:-0.25rem !important;
}

.-translate-x-2 {
    --transform-translate-x:-0.5rem !important;
}

.-translate-x-3 {
    --transform-translate-x:-0.75rem !important;
}

.-translate-x-4 {
    --transform-translate-x:-1rem !important;
}

.-translate-x-5 {
    --transform-translate-x:-1.25rem !important;
}

.-translate-x-6 {
    --transform-translate-x:-1.5rem !important;
}

.-translate-x-8 {
    --transform-translate-x:-2rem !important;
}

.-translate-x-10 {
    --transform-translate-x:-2.5rem !important;
}

.-translate-x-12 {
    --transform-translate-x:-3rem !important;
}

.-translate-x-14 {
    --transform-translate-x:-3.5rem !important;
}

.-translate-x-16 {
    --transform-translate-x:-4rem !important;
}

.-translate-x-18 {
    --transform-translate-x:-4.5rem !important;
}

.-translate-x-20 {
    --transform-translate-x:-5rem !important;
}

.-translate-x-22 {
    --transform-translate-x:-5.5rem !important;
}

.-translate-x-24 {
    --transform-translate-x:-6rem !important;
}

.-translate-x-26 {
    --transform-translate-x:-6.5rem !important;
}

.-translate-x-28 {
    --transform-translate-x:-7rem !important;
}

.-translate-x-30 {
    --transform-translate-x:-7.5rem !important;
}

.-translate-x-32 {
    --transform-translate-x:-8rem !important;
}

.-translate-x-36 {
    --transform-translate-x:-9rem !important;
}

.-translate-x-40 {
    --transform-translate-x:-10rem !important;
}

.-translate-x-48 {
    --transform-translate-x:-12rem !important;
}

.-translate-x-56 {
    --transform-translate-x:-14rem !important;
}

.-translate-x-64 {
    --transform-translate-x:-16rem !important;
}

.-translate-x-px {
    --transform-translate-x:-1px !important;
}

.-translate-x-2px {
    --transform-translate-x:-2px !important;
}

.-translate-x-full {
    --transform-translate-x:-100% !important;
}

.-translate-x-1\/2 {
    --transform-translate-x:-50% !important;
}

.translate-x-1\/2 {
    --transform-translate-x:50% !important;
}

.translate-x-full {
    --transform-translate-x:100% !important;
}

.translate-y-0 {
    --transform-translate-y:0 !important;
}

.translate-y-1 {
    --transform-translate-y:0.25rem !important;
}

.translate-y-2 {
    --transform-translate-y:0.5rem !important;
}

.translate-y-3 {
    --transform-translate-y:0.75rem !important;
}

.translate-y-4 {
    --transform-translate-y:1rem !important;
}

.translate-y-5 {
    --transform-translate-y:1.25rem !important;
}

.translate-y-6 {
    --transform-translate-y:1.5rem !important;
}

.translate-y-8 {
    --transform-translate-y:2rem !important;
}

.translate-y-10 {
    --transform-translate-y:2.5rem !important;
}

.translate-y-12 {
    --transform-translate-y:3rem !important;
}

.translate-y-14 {
    --transform-translate-y:3.5rem !important;
}

.translate-y-16 {
    --transform-translate-y:4rem !important;
}

.translate-y-18 {
    --transform-translate-y:4.5rem !important;
}

.translate-y-20 {
    --transform-translate-y:5rem !important;
}

.translate-y-22 {
    --transform-translate-y:5.5rem !important;
}

.translate-y-24 {
    --transform-translate-y:6rem !important;
}

.translate-y-26 {
    --transform-translate-y:6.5rem !important;
}

.translate-y-28 {
    --transform-translate-y:7rem !important;
}

.translate-y-30 {
    --transform-translate-y:7.5rem !important;
}

.translate-y-32 {
    --transform-translate-y:8rem !important;
}

.translate-y-36 {
    --transform-translate-y:9rem !important;
}

.translate-y-40 {
    --transform-translate-y:10rem !important;
}

.translate-y-48 {
    --transform-translate-y:12rem !important;
}

.translate-y-56 {
    --transform-translate-y:14rem !important;
}

.translate-y-64 {
    --transform-translate-y:16rem !important;
}

.translate-y-px {
    --transform-translate-y:1px !important;
}

.translate-y-2px {
    --transform-translate-y:2px !important;
}

.-translate-y-1 {
    --transform-translate-y:-0.25rem !important;
}

.-translate-y-2 {
    --transform-translate-y:-0.5rem !important;
}

.-translate-y-3 {
    --transform-translate-y:-0.75rem !important;
}

.-translate-y-4 {
    --transform-translate-y:-1rem !important;
}

.-translate-y-5 {
    --transform-translate-y:-1.25rem !important;
}

.-translate-y-6 {
    --transform-translate-y:-1.5rem !important;
}

.-translate-y-8 {
    --transform-translate-y:-2rem !important;
}

.-translate-y-10 {
    --transform-translate-y:-2.5rem !important;
}

.-translate-y-12 {
    --transform-translate-y:-3rem !important;
}

.-translate-y-14 {
    --transform-translate-y:-3.5rem !important;
}

.-translate-y-16 {
    --transform-translate-y:-4rem !important;
}

.-translate-y-18 {
    --transform-translate-y:-4.5rem !important;
}

.-translate-y-20 {
    --transform-translate-y:-5rem !important;
}

.-translate-y-22 {
    --transform-translate-y:-5.5rem !important;
}

.-translate-y-24 {
    --transform-translate-y:-6rem !important;
}

.-translate-y-26 {
    --transform-translate-y:-6.5rem !important;
}

.-translate-y-28 {
    --transform-translate-y:-7rem !important;
}

.-translate-y-30 {
    --transform-translate-y:-7.5rem !important;
}

.-translate-y-32 {
    --transform-translate-y:-8rem !important;
}

.-translate-y-36 {
    --transform-translate-y:-9rem !important;
}

.-translate-y-40 {
    --transform-translate-y:-10rem !important;
}

.-translate-y-48 {
    --transform-translate-y:-12rem !important;
}

.-translate-y-56 {
    --transform-translate-y:-14rem !important;
}

.-translate-y-64 {
    --transform-translate-y:-16rem !important;
}

.-translate-y-px {
    --transform-translate-y:-1px !important;
}

.-translate-y-2px {
    --transform-translate-y:-2px !important;
}

.-translate-y-full {
    --transform-translate-y:-100% !important;
}

.-translate-y-1\/2 {
    --transform-translate-y:-50% !important;
}

.translate-y-1\/2 {
    --transform-translate-y:50% !important;
}

.translate-y-full {
    --transform-translate-y:100% !important;
}

.skew-x-0 {
    --transform-skew-x:0 !important;
}

.skew-x-3 {
    --transform-skew-x:3deg !important;
}

.skew-x-6 {
    --transform-skew-x:6deg !important;
}

.skew-x-12 {
    --transform-skew-x:12deg !important;
}

.-skew-x-12 {
    --transform-skew-x:-12deg !important;
}

.-skew-x-6 {
    --transform-skew-x:-6deg !important;
}

.-skew-x-3 {
    --transform-skew-x:-3deg !important;
}

.skew-y-0 {
    --transform-skew-y:0 !important;
}

.skew-y-3 {
    --transform-skew-y:3deg !important;
}

.skew-y-6 {
    --transform-skew-y:6deg !important;
}

.skew-y-12 {
    --transform-skew-y:12deg !important;
}

.-skew-y-12 {
    --transform-skew-y:-12deg !important;
}

.-skew-y-6 {
    --transform-skew-y:-6deg !important;
}

.-skew-y-3 {
    --transform-skew-y:-3deg !important;
}

.transition-none {
    transition-property: none !important;
}

.transition-all {
    transition-property: all !important;
}

.transition {
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform !important;
}

.transition-colors {
    transition-property: background-color,border-color,color,fill,stroke !important;
}

.transition-opacity {
    transition-property: opacity !important;
}

.transition-shadow {
    transition-property: box-shadow !important;
}

.transition-transform {
    transition-property: transform !important;
}

.ease-linear {
    transition-timing-function: linear !important;
}

.ease-in {
    transition-timing-function: cubic-bezier(.4,0,1,1) !important;
}

.ease-out {
    transition-timing-function: cubic-bezier(0,0,.2,1) !important;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important;
}

.duration-75 {
    transition-duration: 75ms !important;
}

.duration-100 {
    transition-duration: .1s !important;
}

.duration-150 {
    transition-duration: .15s !important;
}

.duration-200 {
    transition-duration: .2s !important;
}

.duration-300 {
    transition-duration: .3s !important;
}

.duration-500 {
    transition-duration: .5s !important;
}

.duration-700 {
    transition-duration: .7s !important;
}

.duration-1000 {
    transition-duration: 1s !important;
}

.delay-75 {
    transition-delay: 75ms !important;
}

.delay-100 {
    transition-delay: .1s !important;
}

.delay-150 {
    transition-delay: .15s !important;
}

.delay-200 {
    transition-delay: .2s !important;
}

.delay-300 {
    transition-delay: .3s !important;
}

.delay-500 {
    transition-delay: .5s !important;
}

.delay-700 {
    transition-delay: .7s !important;
}

.delay-1000 {
    transition-delay: 1s !important;
}

.text-black-contrast {
    color: #fff !important;
}

.bg-black-contrast {
    background-color: #fff !important;
}

.text-white-contrast {
    color: #252f3f !important;
}

.bg-white-contrast {
    background-color: #252f3f !important;
}

.text-gray-50-contrast {
    color: #161e2e !important;
}

.bg-gray-50-contrast {
    background-color: #161e2e !important;
}

.text-gray-100-contrast {
    color: #161e2e !important;
}

.bg-gray-100-contrast {
    background-color: #161e2e !important;
}

.text-gray-200-contrast {
    color: #161e2e !important;
}

.bg-gray-200-contrast {
    background-color: #161e2e !important;
}

.text-gray-300-contrast {
    color: #161e2e !important;
}

.bg-gray-300-contrast {
    background-color: #161e2e !important;
}

.text-gray-400-contrast {
    color: #161e2e !important;
}

.bg-gray-400-contrast {
    background-color: #161e2e !important;
}

.text-gray-500-contrast {
    color: #161e2e !important;
}

.bg-gray-500-contrast {
    background-color: #161e2e !important;
}

.text-gray-600-contrast {
    color: #f9fafb !important;
}

.bg-gray-600-contrast {
    background-color: #f9fafb !important;
}

.text-gray-700-contrast {
    color: #f9fafb !important;
}

.bg-gray-700-contrast {
    background-color: #f9fafb !important;
}

.text-gray-800-contrast {
    color: #f9fafb !important;
}

.bg-gray-800-contrast {
    background-color: #f9fafb !important;
}

.text-gray-900-contrast {
    color: #f9fafb !important;
}

.bg-gray-900-contrast {
    background-color: #f9fafb !important;
}

.text-gray-contrast {
    color: #161e2e !important;
}

.bg-gray-contrast {
    background-color: #161e2e !important;
}

.text-cool-gray-50-contrast {
    color: #1a202e !important;
}

.bg-cool-gray-50-contrast {
    background-color: #1a202e !important;
}

.text-cool-gray-100-contrast {
    color: #1a202e !important;
}

.bg-cool-gray-100-contrast {
    background-color: #1a202e !important;
}

.text-cool-gray-200-contrast {
    color: #1a202e !important;
}

.bg-cool-gray-200-contrast {
    background-color: #1a202e !important;
}

.text-cool-gray-300-contrast {
    color: #1a202e !important;
}

.bg-cool-gray-300-contrast {
    background-color: #1a202e !important;
}

.text-cool-gray-400-contrast {
    color: #1a202e !important;
}

.bg-cool-gray-400-contrast {
    background-color: #1a202e !important;
}

.text-cool-gray-500-contrast {
    color: #1a202e !important;
}

.bg-cool-gray-500-contrast {
    background-color: #1a202e !important;
}

.text-cool-gray-600-contrast {
    color: #fbfdfe !important;
}

.bg-cool-gray-600-contrast {
    background-color: #fbfdfe !important;
}

.text-cool-gray-700-contrast {
    color: #fbfdfe !important;
}

.bg-cool-gray-700-contrast {
    background-color: #fbfdfe !important;
}

.text-cool-gray-800-contrast {
    color: #fbfdfe !important;
}

.bg-cool-gray-800-contrast {
    background-color: #fbfdfe !important;
}

.text-cool-gray-900-contrast {
    color: #fbfdfe !important;
}

.bg-cool-gray-900-contrast {
    background-color: #fbfdfe !important;
}

.text-cool-gray-contrast {
    color: #1a202e !important;
}

.bg-cool-gray-contrast {
    background-color: #1a202e !important;
}

.text-red-50-contrast {
    color: #771d1d !important;
}

.bg-red-50-contrast {
    background-color: #771d1d !important;
}

.text-red-100-contrast {
    color: #771d1d !important;
}

.bg-red-100-contrast {
    background-color: #771d1d !important;
}

.text-red-200-contrast {
    color: #771d1d !important;
}

.bg-red-200-contrast {
    background-color: #771d1d !important;
}

.text-red-300-contrast {
    color: #771d1d !important;
}

.bg-red-300-contrast {
    background-color: #771d1d !important;
}

.text-red-400-contrast {
    color: #771d1d !important;
}

.bg-red-400-contrast {
    background-color: #771d1d !important;
}

.text-red-500-contrast {
    color: #771d1d !important;
}

.bg-red-500-contrast {
    background-color: #771d1d !important;
}

.text-red-600-contrast {
    color: #fdf2f2 !important;
}

.bg-red-600-contrast {
    background-color: #fdf2f2 !important;
}

.text-red-700-contrast {
    color: #fdf2f2 !important;
}

.bg-red-700-contrast {
    background-color: #fdf2f2 !important;
}

.text-red-800-contrast {
    color: #fdf2f2 !important;
}

.bg-red-800-contrast {
    background-color: #fdf2f2 !important;
}

.text-red-900-contrast {
    color: #fdf2f2 !important;
}

.bg-red-900-contrast {
    background-color: #fdf2f2 !important;
}

.text-red-contrast {
    color: #771d1d !important;
}

.bg-red-contrast {
    background-color: #771d1d !important;
}

.text-orange-50-contrast {
    color: #771d1d !important;
}

.bg-orange-50-contrast {
    background-color: #771d1d !important;
}

.text-orange-100-contrast {
    color: #771d1d !important;
}

.bg-orange-100-contrast {
    background-color: #771d1d !important;
}

.text-orange-200-contrast {
    color: #771d1d !important;
}

.bg-orange-200-contrast {
    background-color: #771d1d !important;
}

.text-orange-300-contrast {
    color: #771d1d !important;
}

.bg-orange-300-contrast {
    background-color: #771d1d !important;
}

.text-orange-400-contrast {
    color: #771d1d !important;
}

.bg-orange-400-contrast {
    background-color: #771d1d !important;
}

.text-orange-500-contrast {
    color: #771d1d !important;
}

.bg-orange-500-contrast {
    background-color: #771d1d !important;
}

.text-orange-600-contrast {
    color: #fff8f1 !important;
}

.bg-orange-600-contrast {
    background-color: #fff8f1 !important;
}

.text-orange-700-contrast {
    color: #fff8f1 !important;
}

.bg-orange-700-contrast {
    background-color: #fff8f1 !important;
}

.text-orange-800-contrast {
    color: #fff8f1 !important;
}

.bg-orange-800-contrast {
    background-color: #fff8f1 !important;
}

.text-orange-900-contrast {
    color: #fff8f1 !important;
}

.bg-orange-900-contrast {
    background-color: #fff8f1 !important;
}

.text-orange-contrast {
    color: #771d1d !important;
}

.bg-orange-contrast {
    background-color: #771d1d !important;
}

.text-yellow-50-contrast {
    color: #633112 !important;
}

.bg-yellow-50-contrast {
    background-color: #633112 !important;
}

.text-yellow-100-contrast {
    color: #633112 !important;
}

.bg-yellow-100-contrast {
    background-color: #633112 !important;
}

.text-yellow-200-contrast {
    color: #633112 !important;
}

.bg-yellow-200-contrast {
    background-color: #633112 !important;
}

.text-yellow-300-contrast {
    color: #633112 !important;
}

.bg-yellow-300-contrast {
    background-color: #633112 !important;
}

.text-yellow-400-contrast {
    color: #633112 !important;
}

.bg-yellow-400-contrast {
    background-color: #633112 !important;
}

.text-yellow-500-contrast {
    color: #633112 !important;
}

.bg-yellow-500-contrast {
    background-color: #633112 !important;
}

.text-yellow-600-contrast {
    color: #fdfdea !important;
}

.bg-yellow-600-contrast {
    background-color: #fdfdea !important;
}

.text-yellow-700-contrast {
    color: #fdfdea !important;
}

.bg-yellow-700-contrast {
    background-color: #fdfdea !important;
}

.text-yellow-800-contrast {
    color: #fdfdea !important;
}

.bg-yellow-800-contrast {
    background-color: #fdfdea !important;
}

.text-yellow-900-contrast {
    color: #fdfdea !important;
}

.bg-yellow-900-contrast {
    background-color: #fdfdea !important;
}

.text-yellow-contrast {
    color: #633112 !important;
}

.bg-yellow-contrast {
    background-color: #633112 !important;
}

.text-green-50-contrast {
    color: #014737 !important;
}

.bg-green-50-contrast {
    background-color: #014737 !important;
}

.text-green-100-contrast {
    color: #014737 !important;
}

.bg-green-100-contrast {
    background-color: #014737 !important;
}

.text-green-200-contrast {
    color: #014737 !important;
}

.bg-green-200-contrast {
    background-color: #014737 !important;
}

.text-green-300-contrast {
    color: #014737 !important;
}

.bg-green-300-contrast {
    background-color: #014737 !important;
}

.text-green-400-contrast {
    color: #014737 !important;
}

.bg-green-400-contrast {
    background-color: #014737 !important;
}

.text-green-500-contrast {
    color: #f3faf7 !important;
}

.bg-green-500-contrast {
    background-color: #f3faf7 !important;
}

.text-green-600-contrast {
    color: #f3faf7 !important;
}

.bg-green-600-contrast {
    background-color: #f3faf7 !important;
}

.text-green-700-contrast {
    color: #f3faf7 !important;
}

.bg-green-700-contrast {
    background-color: #f3faf7 !important;
}

.text-green-800-contrast {
    color: #f3faf7 !important;
}

.bg-green-800-contrast {
    background-color: #f3faf7 !important;
}

.text-green-900-contrast {
    color: #f3faf7 !important;
}

.bg-green-900-contrast {
    background-color: #f3faf7 !important;
}

.text-green-contrast {
    color: #f3faf7 !important;
}

.bg-green-contrast {
    background-color: #f3faf7 !important;
}

.text-teal-50-contrast {
    color: #014451 !important;
}

.bg-teal-50-contrast {
    background-color: #014451 !important;
}

.text-teal-100-contrast {
    color: #014451 !important;
}

.bg-teal-100-contrast {
    background-color: #014451 !important;
}

.text-teal-200-contrast {
    color: #014451 !important;
}

.bg-teal-200-contrast {
    background-color: #014451 !important;
}

.text-teal-300-contrast {
    color: #014451 !important;
}

.bg-teal-300-contrast {
    background-color: #014451 !important;
}

.text-teal-400-contrast {
    color: #014451 !important;
}

.bg-teal-400-contrast {
    background-color: #014451 !important;
}

.text-teal-500-contrast {
    color: #edfafa !important;
}

.bg-teal-500-contrast {
    background-color: #edfafa !important;
}

.text-teal-600-contrast {
    color: #edfafa !important;
}

.bg-teal-600-contrast {
    background-color: #edfafa !important;
}

.text-teal-700-contrast {
    color: #edfafa !important;
}

.bg-teal-700-contrast {
    background-color: #edfafa !important;
}

.text-teal-800-contrast {
    color: #edfafa !important;
}

.bg-teal-800-contrast {
    background-color: #edfafa !important;
}

.text-teal-900-contrast {
    color: #edfafa !important;
}

.bg-teal-900-contrast {
    background-color: #edfafa !important;
}

.text-teal-contrast {
    color: #edfafa !important;
}

.bg-teal-contrast {
    background-color: #edfafa !important;
}

.text-blue-50-contrast {
    color: #233876 !important;
}

.bg-blue-50-contrast {
    background-color: #233876 !important;
}

.text-blue-100-contrast {
    color: #233876 !important;
}

.bg-blue-100-contrast {
    background-color: #233876 !important;
}

.text-blue-200-contrast {
    color: #233876 !important;
}

.bg-blue-200-contrast {
    background-color: #233876 !important;
}

.text-blue-300-contrast {
    color: #233876 !important;
}

.bg-blue-300-contrast {
    background-color: #233876 !important;
}

.text-blue-400-contrast {
    color: #233876 !important;
}

.bg-blue-400-contrast {
    background-color: #233876 !important;
}

.text-blue-500-contrast {
    color: #ebf5ff !important;
}

.bg-blue-500-contrast {
    background-color: #ebf5ff !important;
}

.text-blue-600-contrast {
    color: #ebf5ff !important;
}

.bg-blue-600-contrast {
    background-color: #ebf5ff !important;
}

.text-blue-700-contrast {
    color: #ebf5ff !important;
}

.bg-blue-700-contrast {
    background-color: #ebf5ff !important;
}

.text-blue-800-contrast {
    color: #ebf5ff !important;
}

.bg-blue-800-contrast {
    background-color: #ebf5ff !important;
}

.text-blue-900-contrast {
    color: #ebf5ff !important;
}

.bg-blue-900-contrast {
    background-color: #ebf5ff !important;
}

.text-blue-contrast {
    color: #ebf5ff !important;
}

.bg-blue-contrast {
    background-color: #ebf5ff !important;
}

.text-indigo-50-contrast {
    color: #362f78 !important;
}

.bg-indigo-50-contrast {
    background-color: #362f78 !important;
}

.text-indigo-100-contrast {
    color: #362f78 !important;
}

.bg-indigo-100-contrast {
    background-color: #362f78 !important;
}

.text-indigo-200-contrast {
    color: #362f78 !important;
}

.bg-indigo-200-contrast {
    background-color: #362f78 !important;
}

.text-indigo-300-contrast {
    color: #362f78 !important;
}

.bg-indigo-300-contrast {
    background-color: #362f78 !important;
}

.text-indigo-400-contrast {
    color: #362f78 !important;
}

.bg-indigo-400-contrast {
    background-color: #362f78 !important;
}

.text-indigo-500-contrast {
    color: #f0f5ff !important;
}

.bg-indigo-500-contrast {
    background-color: #f0f5ff !important;
}

.text-indigo-600-contrast {
    color: #f0f5ff !important;
}

.bg-indigo-600-contrast {
    background-color: #f0f5ff !important;
}

.text-indigo-700-contrast {
    color: #f0f5ff !important;
}

.bg-indigo-700-contrast {
    background-color: #f0f5ff !important;
}

.text-indigo-800-contrast {
    color: #f0f5ff !important;
}

.bg-indigo-800-contrast {
    background-color: #f0f5ff !important;
}

.text-indigo-900-contrast {
    color: #f0f5ff !important;
}

.bg-indigo-900-contrast {
    background-color: #f0f5ff !important;
}

.text-indigo-contrast {
    color: #f0f5ff !important;
}

.bg-indigo-contrast {
    background-color: #f0f5ff !important;
}

.text-purple-50-contrast {
    color: #4a1d96 !important;
}

.bg-purple-50-contrast {
    background-color: #4a1d96 !important;
}

.text-purple-100-contrast {
    color: #4a1d96 !important;
}

.bg-purple-100-contrast {
    background-color: #4a1d96 !important;
}

.text-purple-200-contrast {
    color: #4a1d96 !important;
}

.bg-purple-200-contrast {
    background-color: #4a1d96 !important;
}

.text-purple-300-contrast {
    color: #4a1d96 !important;
}

.bg-purple-300-contrast {
    background-color: #4a1d96 !important;
}

.text-purple-400-contrast {
    color: #4a1d96 !important;
}

.bg-purple-400-contrast {
    background-color: #4a1d96 !important;
}

.text-purple-500-contrast {
    color: #f6f5ff !important;
}

.bg-purple-500-contrast {
    background-color: #f6f5ff !important;
}

.text-purple-600-contrast {
    color: #f6f5ff !important;
}

.bg-purple-600-contrast {
    background-color: #f6f5ff !important;
}

.text-purple-700-contrast {
    color: #f6f5ff !important;
}

.bg-purple-700-contrast {
    background-color: #f6f5ff !important;
}

.text-purple-800-contrast {
    color: #f6f5ff !important;
}

.bg-purple-800-contrast {
    background-color: #f6f5ff !important;
}

.text-purple-900-contrast {
    color: #f6f5ff !important;
}

.bg-purple-900-contrast {
    background-color: #f6f5ff !important;
}

.text-purple-contrast {
    color: #f6f5ff !important;
}

.bg-purple-contrast {
    background-color: #f6f5ff !important;
}

.text-pink-50-contrast {
    color: #751a3d !important;
}

.bg-pink-50-contrast {
    background-color: #751a3d !important;
}

.text-pink-100-contrast {
    color: #751a3d !important;
}

.bg-pink-100-contrast {
    background-color: #751a3d !important;
}

.text-pink-200-contrast {
    color: #751a3d !important;
}

.bg-pink-200-contrast {
    background-color: #751a3d !important;
}

.text-pink-300-contrast {
    color: #751a3d !important;
}

.bg-pink-300-contrast {
    background-color: #751a3d !important;
}

.text-pink-400-contrast {
    color: #751a3d !important;
}

.bg-pink-400-contrast {
    background-color: #751a3d !important;
}

.text-pink-500-contrast {
    color: #fdf2f8 !important;
}

.bg-pink-500-contrast {
    background-color: #fdf2f8 !important;
}

.text-pink-600-contrast {
    color: #fdf2f8 !important;
}

.bg-pink-600-contrast {
    background-color: #fdf2f8 !important;
}

.text-pink-700-contrast {
    color: #fdf2f8 !important;
}

.bg-pink-700-contrast {
    background-color: #fdf2f8 !important;
}

.text-pink-800-contrast {
    color: #fdf2f8 !important;
}

.bg-pink-800-contrast {
    background-color: #fdf2f8 !important;
}

.text-pink-900-contrast {
    color: #fdf2f8 !important;
}

.bg-pink-900-contrast {
    background-color: #fdf2f8 !important;
}

.text-pink-contrast {
    color: #fdf2f8 !important;
}

.bg-pink-contrast {
    background-color: #fdf2f8 !important;
}

.white {
    background-color: #fff !important;
}

    .white, .white.mat-icon, .white .mat-icon {
        color: #252f3f !important;
    }

        .white.text-secondary, .white .text-secondary {
            color: rgba(37,47,63,.7) !important;
        }

        .white.text-disabled, .white .text-disabled, .white.text-hint, .white .text-hint {
            color: rgba(37,47,63,.38) !important;
        }

        .white.divider, .white .divider {
            color: rgba(37,47,63,.12) !important;
        }

.text-white.text-secondary, .text-white .text-secondary {
    color: hsla(0,0%,100%,.7) !important;
}

.text-white.text-disabled, .text-white .text-disabled, .text-white.text-hint, .text-white .text-hint {
    color: hsla(0,0%,100%,.38) !important;
}

.text-white.divider, .text-white .divider {
    color: hsla(0,0%,100%,.12) !important;
}

.black {
    background-color: #000 !important;
}

    .black, .black.mat-icon, .black .mat-icon {
        color: #fff !important;
    }

        .black.text-secondary, .black .text-secondary {
            color: hsla(0,0%,100%,.7) !important;
        }

        .black.text-disabled, .black .text-disabled, .black.text-hint, .black .text-hint {
            color: hsla(0,0%,100%,.38) !important;
        }

        .black.divider, .black .divider {
            color: hsla(0,0%,100%,.12) !important;
        }

.text-black.text-secondary, .text-black .text-secondary {
    color: rgba(0,0,0,.7) !important;
}

.text-black.text-disabled, .text-black .text-disabled, .text-black.text-hint, .text-black .text-hint {
    color: rgba(0,0,0,.38) !important;
}

.text-black.divider, .text-black .divider {
    color: rgba(0,0,0,.12) !important;
}

.gray-50 {
    background-color: #f9fafb !important;
}

    .gray-50, .gray-50 .mat-icon, .gray-50.mat-icon {
        color: #161e2e !important;
    }

        .gray-50 .text-secondary, .gray-50.text-secondary {
            color: rgba(22,30,46,.7) !important;
        }

        .gray-50 .text-disabled, .gray-50 .text-hint, .gray-50.text-disabled, .gray-50.text-hint {
            color: rgba(22,30,46,.38) !important;
        }

        .gray-50 .divider, .gray-50.divider {
            color: rgba(22,30,46,.12) !important;
        }

.text-gray-50 .text-secondary, .text-gray-50.text-secondary {
    color: rgba(249,250,251,.7) !important;
}

.text-gray-50 .text-disabled, .text-gray-50 .text-hint, .text-gray-50.text-disabled, .text-gray-50.text-hint {
    color: rgba(249,250,251,.38) !important;
}

.text-gray-50 .divider, .text-gray-50.divider {
    color: rgba(249,250,251,.12) !important;
}

.gray-100 {
    background-color: #f4f5f7 !important;
}

    .gray-100, .gray-100 .mat-icon, .gray-100.mat-icon {
        color: #161e2e !important;
    }

        .gray-100 .text-secondary, .gray-100.text-secondary {
            color: rgba(22,30,46,.7) !important;
        }

        .gray-100 .text-disabled, .gray-100 .text-hint, .gray-100.text-disabled, .gray-100.text-hint {
            color: rgba(22,30,46,.38) !important;
        }

        .gray-100 .divider, .gray-100.divider {
            color: rgba(22,30,46,.12) !important;
        }

.text-gray-100 .text-secondary, .text-gray-100.text-secondary {
    color: rgba(244,245,247,.7) !important;
}

.text-gray-100 .text-disabled, .text-gray-100 .text-hint, .text-gray-100.text-disabled, .text-gray-100.text-hint {
    color: rgba(244,245,247,.38) !important;
}

.text-gray-100 .divider, .text-gray-100.divider {
    color: rgba(244,245,247,.12) !important;
}

.gray-200 {
    background-color: #e5e7eb !important;
}

    .gray-200, .gray-200 .mat-icon, .gray-200.mat-icon {
        color: #161e2e !important;
    }

        .gray-200 .text-secondary, .gray-200.text-secondary {
            color: rgba(22,30,46,.7) !important;
        }

        .gray-200 .text-disabled, .gray-200 .text-hint, .gray-200.text-disabled, .gray-200.text-hint {
            color: rgba(22,30,46,.38) !important;
        }

        .gray-200 .divider, .gray-200.divider {
            color: rgba(22,30,46,.12) !important;
        }

.text-gray-200 .text-secondary, .text-gray-200.text-secondary {
    color: rgba(229,231,235,.7) !important;
}

.text-gray-200 .text-disabled, .text-gray-200 .text-hint, .text-gray-200.text-disabled, .text-gray-200.text-hint {
    color: rgba(229,231,235,.38) !important;
}

.text-gray-200 .divider, .text-gray-200.divider {
    color: rgba(229,231,235,.12) !important;
}

.gray-300 {
    background-color: #d2d6dc !important;
}

    .gray-300, .gray-300 .mat-icon, .gray-300.mat-icon {
        color: #161e2e !important;
    }

        .gray-300 .text-secondary, .gray-300.text-secondary {
            color: rgba(22,30,46,.7) !important;
        }

        .gray-300 .text-disabled, .gray-300 .text-hint, .gray-300.text-disabled, .gray-300.text-hint {
            color: rgba(22,30,46,.38) !important;
        }

        .gray-300 .divider, .gray-300.divider {
            color: rgba(22,30,46,.12) !important;
        }

.text-gray-300 .text-secondary, .text-gray-300.text-secondary {
    color: rgba(210,214,220,.7) !important;
}

.text-gray-300 .text-disabled, .text-gray-300 .text-hint, .text-gray-300.text-disabled, .text-gray-300.text-hint {
    color: rgba(210,214,220,.38) !important;
}

.text-gray-300 .divider, .text-gray-300.divider {
    color: rgba(210,214,220,.12) !important;
}

.gray-400 {
    background-color: #9fa6b2 !important;
}

    .gray-400, .gray-400 .mat-icon, .gray-400.mat-icon {
        color: #161e2e !important;
    }

        .gray-400 .text-secondary, .gray-400.text-secondary {
            color: rgba(22,30,46,.7) !important;
        }

        .gray-400 .text-disabled, .gray-400 .text-hint, .gray-400.text-disabled, .gray-400.text-hint {
            color: rgba(22,30,46,.38) !important;
        }

        .gray-400 .divider, .gray-400.divider {
            color: rgba(22,30,46,.12) !important;
        }

.text-gray-400 .text-secondary, .text-gray-400.text-secondary {
    color: rgba(159,166,178,.7) !important;
}

.text-gray-400 .text-disabled, .text-gray-400 .text-hint, .text-gray-400.text-disabled, .text-gray-400.text-hint {
    color: rgba(159,166,178,.38) !important;
}

.text-gray-400 .divider, .text-gray-400.divider {
    color: rgba(159,166,178,.12) !important;
}

.gray-500 {
    background-color: #6b7280 !important;
}

    .gray-500, .gray-500 .mat-icon, .gray-500.mat-icon {
        color: #161e2e !important;
    }

        .gray-500 .text-secondary, .gray-500.text-secondary {
            color: rgba(22,30,46,.7) !important;
        }

        .gray-500 .text-disabled, .gray-500 .text-hint, .gray-500.text-disabled, .gray-500.text-hint {
            color: rgba(22,30,46,.38) !important;
        }

        .gray-500 .divider, .gray-500.divider {
            color: rgba(22,30,46,.12) !important;
        }

.text-gray-500 .text-secondary, .text-gray-500.text-secondary {
    color: rgba(107,114,128,.7) !important;
}

.text-gray-500 .text-disabled, .text-gray-500 .text-hint, .text-gray-500.text-disabled, .text-gray-500.text-hint {
    color: rgba(107,114,128,.38) !important;
}

.text-gray-500 .divider, .text-gray-500.divider {
    color: rgba(107,114,128,.12) !important;
}

.gray-600 {
    background-color: #4b5563 !important;
}

    .gray-600, .gray-600 .mat-icon, .gray-600.mat-icon {
        color: #f9fafb !important;
    }

        .gray-600 .text-secondary, .gray-600.text-secondary {
            color: rgba(249,250,251,.7) !important;
        }

        .gray-600 .text-disabled, .gray-600 .text-hint, .gray-600.text-disabled, .gray-600.text-hint {
            color: rgba(249,250,251,.38) !important;
        }

        .gray-600 .divider, .gray-600.divider {
            color: rgba(249,250,251,.12) !important;
        }

.text-gray-600 .text-secondary, .text-gray-600.text-secondary {
    color: rgba(75,85,99,.7) !important;
}

.text-gray-600 .text-disabled, .text-gray-600 .text-hint, .text-gray-600.text-disabled, .text-gray-600.text-hint {
    color: rgba(75,85,99,.38) !important;
}

.text-gray-600 .divider, .text-gray-600.divider {
    color: rgba(75,85,99,.12) !important;
}

.gray-700 {
    background-color: #374151 !important;
}

    .gray-700, .gray-700 .mat-icon, .gray-700.mat-icon {
        color: #f9fafb !important;
    }

        .gray-700 .text-secondary, .gray-700.text-secondary {
            color: rgba(249,250,251,.7) !important;
        }

        .gray-700 .text-disabled, .gray-700 .text-hint, .gray-700.text-disabled, .gray-700.text-hint {
            color: rgba(249,250,251,.38) !important;
        }

        .gray-700 .divider, .gray-700.divider {
            color: rgba(249,250,251,.12) !important;
        }

.text-gray-700 .text-secondary, .text-gray-700.text-secondary {
    color: rgba(55,65,81,.7) !important;
}

.text-gray-700 .text-disabled, .text-gray-700 .text-hint, .text-gray-700.text-disabled, .text-gray-700.text-hint {
    color: rgba(55,65,81,.38) !important;
}

.text-gray-700 .divider, .text-gray-700.divider {
    color: rgba(55,65,81,.12) !important;
}

.gray-800 {
    background-color: #252f3f !important;
}

    .gray-800, .gray-800 .mat-icon, .gray-800.mat-icon {
        color: #f9fafb !important;
    }

        .gray-800 .text-secondary, .gray-800.text-secondary {
            color: rgba(249,250,251,.7) !important;
        }

        .gray-800 .text-disabled, .gray-800 .text-hint, .gray-800.text-disabled, .gray-800.text-hint {
            color: rgba(249,250,251,.38) !important;
        }

        .gray-800 .divider, .gray-800.divider {
            color: rgba(249,250,251,.12) !important;
        }

.text-gray-800 .text-secondary, .text-gray-800.text-secondary {
    color: rgba(37,47,63,.7) !important;
}

.text-gray-800 .text-disabled, .text-gray-800 .text-hint, .text-gray-800.text-disabled, .text-gray-800.text-hint {
    color: rgba(37,47,63,.38) !important;
}

.text-gray-800 .divider, .text-gray-800.divider {
    color: rgba(37,47,63,.12) !important;
}

.gray-900 {
    background-color: #161e2e !important;
}

    .gray-900, .gray-900 .mat-icon, .gray-900.mat-icon {
        color: #f9fafb !important;
    }

        .gray-900 .text-secondary, .gray-900.text-secondary {
            color: rgba(249,250,251,.7) !important;
        }

        .gray-900 .text-disabled, .gray-900 .text-hint, .gray-900.text-disabled, .gray-900.text-hint {
            color: rgba(249,250,251,.38) !important;
        }

        .gray-900 .divider, .gray-900.divider {
            color: rgba(249,250,251,.12) !important;
        }

.text-gray-900 .text-secondary, .text-gray-900.text-secondary {
    color: rgba(22,30,46,.7) !important;
}

.text-gray-900 .text-disabled, .text-gray-900 .text-hint, .text-gray-900.text-disabled, .text-gray-900.text-hint {
    color: rgba(22,30,46,.38) !important;
}

.text-gray-900 .divider, .text-gray-900.divider {
    color: rgba(22,30,46,.12) !important;
}

.gray {
    background-color: #6b7280 !important;
}

    .gray, .gray.mat-icon, .gray .mat-icon {
        color: #161e2e !important;
    }

        .gray.text-secondary, .gray .text-secondary {
            color: rgba(22,30,46,.7) !important;
        }

        .gray.text-disabled, .gray .text-disabled, .gray.text-hint, .gray .text-hint {
            color: rgba(22,30,46,.38) !important;
        }

        .gray.divider, .gray .divider {
            color: rgba(22,30,46,.12) !important;
        }

.text-gray.text-secondary, .text-gray .text-secondary {
    color: rgba(107,114,128,.7) !important;
}

.text-gray.text-disabled, .text-gray .text-disabled, .text-gray.text-hint, .text-gray .text-hint {
    color: rgba(107,114,128,.38) !important;
}

.text-gray.divider, .text-gray .divider {
    color: rgba(107,114,128,.12) !important;
}

.cool-gray-50 {
    background-color: #fbfdfe !important;
}

    .cool-gray-50, .cool-gray-50 .mat-icon, .cool-gray-50.mat-icon {
        color: #1a202e !important;
    }

        .cool-gray-50 .text-secondary, .cool-gray-50.text-secondary {
            color: rgba(26,32,46,.7) !important;
        }

        .cool-gray-50 .text-disabled, .cool-gray-50 .text-hint, .cool-gray-50.text-disabled, .cool-gray-50.text-hint {
            color: rgba(26,32,46,.38) !important;
        }

        .cool-gray-50 .divider, .cool-gray-50.divider {
            color: rgba(26,32,46,.12) !important;
        }

.text-cool-gray-50 .text-secondary, .text-cool-gray-50.text-secondary {
    color: rgba(251,253,254,.7) !important;
}

.text-cool-gray-50 .text-disabled, .text-cool-gray-50 .text-hint, .text-cool-gray-50.text-disabled, .text-cool-gray-50.text-hint {
    color: rgba(251,253,254,.38) !important;
}

.text-cool-gray-50 .divider, .text-cool-gray-50.divider {
    color: rgba(251,253,254,.12) !important;
}

.cool-gray-100 {
    background-color: #f1f5f9 !important;
}

    .cool-gray-100, .cool-gray-100 .mat-icon, .cool-gray-100.mat-icon {
        color: #1a202e !important;
    }

        .cool-gray-100 .text-secondary, .cool-gray-100.text-secondary {
            color: rgba(26,32,46,.7) !important;
        }

        .cool-gray-100 .text-disabled, .cool-gray-100 .text-hint, .cool-gray-100.text-disabled, .cool-gray-100.text-hint {
            color: rgba(26,32,46,.38) !important;
        }

        .cool-gray-100 .divider, .cool-gray-100.divider {
            color: rgba(26,32,46,.12) !important;
        }

.text-cool-gray-100 .text-secondary, .text-cool-gray-100.text-secondary {
    color: rgba(241,245,249,.7) !important;
}

.text-cool-gray-100 .text-disabled, .text-cool-gray-100 .text-hint, .text-cool-gray-100.text-disabled, .text-cool-gray-100.text-hint {
    color: rgba(241,245,249,.38) !important;
}

.text-cool-gray-100 .divider, .text-cool-gray-100.divider {
    color: rgba(241,245,249,.12) !important;
}

.cool-gray-200 {
    background-color: #e2e8f0 !important;
}

    .cool-gray-200, .cool-gray-200 .mat-icon, .cool-gray-200.mat-icon {
        color: #1a202e !important;
    }

        .cool-gray-200 .text-secondary, .cool-gray-200.text-secondary {
            color: rgba(26,32,46,.7) !important;
        }

        .cool-gray-200 .text-disabled, .cool-gray-200 .text-hint, .cool-gray-200.text-disabled, .cool-gray-200.text-hint {
            color: rgba(26,32,46,.38) !important;
        }

        .cool-gray-200 .divider, .cool-gray-200.divider {
            color: rgba(26,32,46,.12) !important;
        }

.text-cool-gray-200 .text-secondary, .text-cool-gray-200.text-secondary {
    color: rgba(226,232,240,.7) !important;
}

.text-cool-gray-200 .text-disabled, .text-cool-gray-200 .text-hint, .text-cool-gray-200.text-disabled, .text-cool-gray-200.text-hint {
    color: rgba(226,232,240,.38) !important;
}

.text-cool-gray-200 .divider, .text-cool-gray-200.divider {
    color: rgba(226,232,240,.12) !important;
}

.cool-gray-300 {
    background-color: #cfd8e3 !important;
}

    .cool-gray-300, .cool-gray-300 .mat-icon, .cool-gray-300.mat-icon {
        color: #1a202e !important;
    }

        .cool-gray-300 .text-secondary, .cool-gray-300.text-secondary {
            color: rgba(26,32,46,.7) !important;
        }

        .cool-gray-300 .text-disabled, .cool-gray-300 .text-hint, .cool-gray-300.text-disabled, .cool-gray-300.text-hint {
            color: rgba(26,32,46,.38) !important;
        }

        .cool-gray-300 .divider, .cool-gray-300.divider {
            color: rgba(26,32,46,.12) !important;
        }

.text-cool-gray-300 .text-secondary, .text-cool-gray-300.text-secondary {
    color: rgba(207,216,227,.7) !important;
}

.text-cool-gray-300 .text-disabled, .text-cool-gray-300 .text-hint, .text-cool-gray-300.text-disabled, .text-cool-gray-300.text-hint {
    color: rgba(207,216,227,.38) !important;
}

.text-cool-gray-300 .divider, .text-cool-gray-300.divider {
    color: rgba(207,216,227,.12) !important;
}

.cool-gray-400 {
    background-color: #97a6ba !important;
}

    .cool-gray-400, .cool-gray-400 .mat-icon, .cool-gray-400.mat-icon {
        color: #1a202e !important;
    }

        .cool-gray-400 .text-secondary, .cool-gray-400.text-secondary {
            color: rgba(26,32,46,.7) !important;
        }

        .cool-gray-400 .text-disabled, .cool-gray-400 .text-hint, .cool-gray-400.text-disabled, .cool-gray-400.text-hint {
            color: rgba(26,32,46,.38) !important;
        }

        .cool-gray-400 .divider, .cool-gray-400.divider {
            color: rgba(26,32,46,.12) !important;
        }

.text-cool-gray-400 .text-secondary, .text-cool-gray-400.text-secondary {
    color: rgba(151,166,186,.7) !important;
}

.text-cool-gray-400 .text-disabled, .text-cool-gray-400 .text-hint, .text-cool-gray-400.text-disabled, .text-cool-gray-400.text-hint {
    color: rgba(151,166,186,.38) !important;
}

.text-cool-gray-400 .divider, .text-cool-gray-400.divider {
    color: rgba(151,166,186,.12) !important;
}

.cool-gray-500 {
    background-color: #64748b !important;
}

    .cool-gray-500, .cool-gray-500 .mat-icon, .cool-gray-500.mat-icon {
        color: #1a202e !important;
    }

        .cool-gray-500 .text-secondary, .cool-gray-500.text-secondary {
            color: rgba(26,32,46,.7) !important;
        }

        .cool-gray-500 .text-disabled, .cool-gray-500 .text-hint, .cool-gray-500.text-disabled, .cool-gray-500.text-hint {
            color: rgba(26,32,46,.38) !important;
        }

        .cool-gray-500 .divider, .cool-gray-500.divider {
            color: rgba(26,32,46,.12) !important;
        }

.text-cool-gray-500 .text-secondary, .text-cool-gray-500.text-secondary {
    color: rgba(100,116,139,.7) !important;
}

.text-cool-gray-500 .text-disabled, .text-cool-gray-500 .text-hint, .text-cool-gray-500.text-disabled, .text-cool-gray-500.text-hint {
    color: rgba(100,116,139,.38) !important;
}

.text-cool-gray-500 .divider, .text-cool-gray-500.divider {
    color: rgba(100,116,139,.12) !important;
}

.cool-gray-600 {
    background-color: #475569 !important;
}

    .cool-gray-600, .cool-gray-600 .mat-icon, .cool-gray-600.mat-icon {
        color: #fbfdfe !important;
    }

        .cool-gray-600 .text-secondary, .cool-gray-600.text-secondary {
            color: rgba(251,253,254,.7) !important;
        }

        .cool-gray-600 .text-disabled, .cool-gray-600 .text-hint, .cool-gray-600.text-disabled, .cool-gray-600.text-hint {
            color: rgba(251,253,254,.38) !important;
        }

        .cool-gray-600 .divider, .cool-gray-600.divider {
            color: rgba(251,253,254,.12) !important;
        }

.text-cool-gray-600 .text-secondary, .text-cool-gray-600.text-secondary {
    color: rgba(71,85,105,.7) !important;
}

.text-cool-gray-600 .text-disabled, .text-cool-gray-600 .text-hint, .text-cool-gray-600.text-disabled, .text-cool-gray-600.text-hint {
    color: rgba(71,85,105,.38) !important;
}

.text-cool-gray-600 .divider, .text-cool-gray-600.divider {
    color: rgba(71,85,105,.12) !important;
}

.cool-gray-700 {
    background-color: #364152 !important;
}

    .cool-gray-700, .cool-gray-700 .mat-icon, .cool-gray-700.mat-icon {
        color: #fbfdfe !important;
    }

        .cool-gray-700 .text-secondary, .cool-gray-700.text-secondary {
            color: rgba(251,253,254,.7) !important;
        }

        .cool-gray-700 .text-disabled, .cool-gray-700 .text-hint, .cool-gray-700.text-disabled, .cool-gray-700.text-hint {
            color: rgba(251,253,254,.38) !important;
        }

        .cool-gray-700 .divider, .cool-gray-700.divider {
            color: rgba(251,253,254,.12) !important;
        }

.text-cool-gray-700 .text-secondary, .text-cool-gray-700.text-secondary {
    color: rgba(54,65,82,.7) !important;
}

.text-cool-gray-700 .text-disabled, .text-cool-gray-700 .text-hint, .text-cool-gray-700.text-disabled, .text-cool-gray-700.text-hint {
    color: rgba(54,65,82,.38) !important;
}

.text-cool-gray-700 .divider, .text-cool-gray-700.divider {
    color: rgba(54,65,82,.12) !important;
}

.cool-gray-800 {
    background-color: #27303f !important;
}

    .cool-gray-800, .cool-gray-800 .mat-icon, .cool-gray-800.mat-icon {
        color: #fbfdfe !important;
    }

        .cool-gray-800 .text-secondary, .cool-gray-800.text-secondary {
            color: rgba(251,253,254,.7) !important;
        }

        .cool-gray-800 .text-disabled, .cool-gray-800 .text-hint, .cool-gray-800.text-disabled, .cool-gray-800.text-hint {
            color: rgba(251,253,254,.38) !important;
        }

        .cool-gray-800 .divider, .cool-gray-800.divider {
            color: rgba(251,253,254,.12) !important;
        }

.text-cool-gray-800 .text-secondary, .text-cool-gray-800.text-secondary {
    color: rgba(39,48,63,.7) !important;
}

.text-cool-gray-800 .text-disabled, .text-cool-gray-800 .text-hint, .text-cool-gray-800.text-disabled, .text-cool-gray-800.text-hint {
    color: rgba(39,48,63,.38) !important;
}

.text-cool-gray-800 .divider, .text-cool-gray-800.divider {
    color: rgba(39,48,63,.12) !important;
}

.cool-gray-900 {
    background-color: #1a202e !important;
}

    .cool-gray-900, .cool-gray-900 .mat-icon, .cool-gray-900.mat-icon {
        color: #fbfdfe !important;
    }

        .cool-gray-900 .text-secondary, .cool-gray-900.text-secondary {
            color: rgba(251,253,254,.7) !important;
        }

        .cool-gray-900 .text-disabled, .cool-gray-900 .text-hint, .cool-gray-900.text-disabled, .cool-gray-900.text-hint {
            color: rgba(251,253,254,.38) !important;
        }

        .cool-gray-900 .divider, .cool-gray-900.divider {
            color: rgba(251,253,254,.12) !important;
        }

.text-cool-gray-900 .text-secondary, .text-cool-gray-900.text-secondary {
    color: rgba(26,32,46,.7) !important;
}

.text-cool-gray-900 .text-disabled, .text-cool-gray-900 .text-hint, .text-cool-gray-900.text-disabled, .text-cool-gray-900.text-hint {
    color: rgba(26,32,46,.38) !important;
}

.text-cool-gray-900 .divider, .text-cool-gray-900.divider {
    color: rgba(26,32,46,.12) !important;
}

.cool-gray {
    background-color: #64748b !important;
}

    .cool-gray, .cool-gray.mat-icon, .cool-gray .mat-icon {
        color: #1a202e !important;
    }

        .cool-gray.text-secondary, .cool-gray .text-secondary {
            color: rgba(26,32,46,.7) !important;
        }

        .cool-gray.text-disabled, .cool-gray .text-disabled, .cool-gray.text-hint, .cool-gray .text-hint {
            color: rgba(26,32,46,.38) !important;
        }

        .cool-gray.divider, .cool-gray .divider {
            color: rgba(26,32,46,.12) !important;
        }

.text-cool-gray.text-secondary, .text-cool-gray .text-secondary {
    color: rgba(100,116,139,.7) !important;
}

.text-cool-gray.text-disabled, .text-cool-gray .text-disabled, .text-cool-gray.text-hint, .text-cool-gray .text-hint {
    color: rgba(100,116,139,.38) !important;
}

.text-cool-gray.divider, .text-cool-gray .divider {
    color: rgba(100,116,139,.12) !important;
}

.red-50 {
    background-color: #fdf2f2 !important;
}

    .red-50, .red-50 .mat-icon, .red-50.mat-icon {
        color: #771d1d !important;
    }

        .red-50 .text-secondary, .red-50.text-secondary {
            color: rgba(119,29,29,.7) !important;
        }

        .red-50 .text-disabled, .red-50 .text-hint, .red-50.text-disabled, .red-50.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .red-50 .divider, .red-50.divider {
            color: rgba(119,29,29,.12) !important;
        }

.text-red-50 .text-secondary, .text-red-50.text-secondary {
    color: rgba(253,242,242,.7) !important;
}

.text-red-50 .text-disabled, .text-red-50 .text-hint, .text-red-50.text-disabled, .text-red-50.text-hint {
    color: rgba(253,242,242,.38) !important;
}

.text-red-50 .divider, .text-red-50.divider {
    color: rgba(253,242,242,.12) !important;
}

.red-100 {
    background-color: #fde8e8 !important;
}

    .red-100, .red-100 .mat-icon, .red-100.mat-icon {
        color: #771d1d !important;
    }

        .red-100 .text-secondary, .red-100.text-secondary {
            color: rgba(119,29,29,.7) !important;
        }

        .red-100 .text-disabled, .red-100 .text-hint, .red-100.text-disabled, .red-100.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .red-100 .divider, .red-100.divider {
            color: rgba(119,29,29,.12) !important;
        }

.text-red-100 .text-secondary, .text-red-100.text-secondary {
    color: rgba(253,232,232,.7) !important;
}

.text-red-100 .text-disabled, .text-red-100 .text-hint, .text-red-100.text-disabled, .text-red-100.text-hint {
    color: rgba(253,232,232,.38) !important;
}

.text-red-100 .divider, .text-red-100.divider {
    color: rgba(253,232,232,.12) !important;
}

.red-200 {
    background-color: #fbd5d5 !important;
}

    .red-200, .red-200 .mat-icon, .red-200.mat-icon {
        color: #771d1d !important;
    }

        .red-200 .text-secondary, .red-200.text-secondary {
            color: rgba(119,29,29,.7) !important;
        }

        .red-200 .text-disabled, .red-200 .text-hint, .red-200.text-disabled, .red-200.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .red-200 .divider, .red-200.divider {
            color: rgba(119,29,29,.12) !important;
        }

.text-red-200 .text-secondary, .text-red-200.text-secondary {
    color: rgba(251,213,213,.7) !important;
}

.text-red-200 .text-disabled, .text-red-200 .text-hint, .text-red-200.text-disabled, .text-red-200.text-hint {
    color: rgba(251,213,213,.38) !important;
}

.text-red-200 .divider, .text-red-200.divider {
    color: rgba(251,213,213,.12) !important;
}

.red-300 {
    background-color: #f8b4b4 !important;
}

    .red-300, .red-300 .mat-icon, .red-300.mat-icon {
        color: #771d1d !important;
    }

        .red-300 .text-secondary, .red-300.text-secondary {
            color: rgba(119,29,29,.7) !important;
        }

        .red-300 .text-disabled, .red-300 .text-hint, .red-300.text-disabled, .red-300.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .red-300 .divider, .red-300.divider {
            color: rgba(119,29,29,.12) !important;
        }

.text-red-300 .text-secondary, .text-red-300.text-secondary {
    color: rgba(248,180,180,.7) !important;
}

.text-red-300 .text-disabled, .text-red-300 .text-hint, .text-red-300.text-disabled, .text-red-300.text-hint {
    color: rgba(248,180,180,.38) !important;
}

.text-red-300 .divider, .text-red-300.divider {
    color: rgba(248,180,180,.12) !important;
}

.red-400 {
    background-color: #f98080 !important;
}

    .red-400, .red-400 .mat-icon, .red-400.mat-icon {
        color: #771d1d !important;
    }

        .red-400 .text-secondary, .red-400.text-secondary {
            color: rgba(119,29,29,.7) !important;
        }

        .red-400 .text-disabled, .red-400 .text-hint, .red-400.text-disabled, .red-400.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .red-400 .divider, .red-400.divider {
            color: rgba(119,29,29,.12) !important;
        }

.text-red-400 .text-secondary, .text-red-400.text-secondary {
    color: rgba(249,128,128,.7) !important;
}

.text-red-400 .text-disabled, .text-red-400 .text-hint, .text-red-400.text-disabled, .text-red-400.text-hint {
    color: rgba(249,128,128,.38) !important;
}

.text-red-400 .divider, .text-red-400.divider {
    color: rgba(249,128,128,.12) !important;
}

.red-500 {
    background-color: #f05252 !important;
}

    .red-500, .red-500 .mat-icon, .red-500.mat-icon {
        color: #771d1d !important;
    }

        .red-500 .text-secondary, .red-500.text-secondary {
            color: rgba(119,29,29,.7) !important;
        }

        .red-500 .text-disabled, .red-500 .text-hint, .red-500.text-disabled, .red-500.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .red-500 .divider, .red-500.divider {
            color: rgba(119,29,29,.12) !important;
        }

.text-red-500 .text-secondary, .text-red-500.text-secondary {
    color: rgba(240,82,82,.7) !important;
}

.text-red-500 .text-disabled, .text-red-500 .text-hint, .text-red-500.text-disabled, .text-red-500.text-hint {
    color: rgba(240,82,82,.38) !important;
}

.text-red-500 .divider, .text-red-500.divider {
    color: rgba(240,82,82,.12) !important;
}

.red-600 {
    background-color: #e02424 !important;
}

    .red-600, .red-600 .mat-icon, .red-600.mat-icon {
        color: #fdf2f2 !important;
    }

        .red-600 .text-secondary, .red-600.text-secondary {
            color: rgba(253,242,242,.7) !important;
        }

        .red-600 .text-disabled, .red-600 .text-hint, .red-600.text-disabled, .red-600.text-hint {
            color: rgba(253,242,242,.38) !important;
        }

        .red-600 .divider, .red-600.divider {
            color: rgba(253,242,242,.12) !important;
        }

.text-red-600 .text-secondary, .text-red-600.text-secondary {
    color: rgba(224,36,36,.7) !important;
}

.text-red-600 .text-disabled, .text-red-600 .text-hint, .text-red-600.text-disabled, .text-red-600.text-hint {
    color: rgba(224,36,36,.38) !important;
}

.text-red-600 .divider, .text-red-600.divider {
    color: rgba(224,36,36,.12) !important;
}

.red-700 {
    background-color: #c81e1e !important;
}

    .red-700, .red-700 .mat-icon, .red-700.mat-icon {
        color: #fdf2f2 !important;
    }

        .red-700 .text-secondary, .red-700.text-secondary {
            color: rgba(253,242,242,.7) !important;
        }

        .red-700 .text-disabled, .red-700 .text-hint, .red-700.text-disabled, .red-700.text-hint {
            color: rgba(253,242,242,.38) !important;
        }

        .red-700 .divider, .red-700.divider {
            color: rgba(253,242,242,.12) !important;
        }

.text-red-700 .text-secondary, .text-red-700.text-secondary {
    color: rgba(200,30,30,.7) !important;
}

.text-red-700 .text-disabled, .text-red-700 .text-hint, .text-red-700.text-disabled, .text-red-700.text-hint {
    color: rgba(200,30,30,.38) !important;
}

.text-red-700 .divider, .text-red-700.divider {
    color: rgba(200,30,30,.12) !important;
}

.red-800 {
    background-color: #9b1c1c !important;
}

    .red-800, .red-800 .mat-icon, .red-800.mat-icon {
        color: #fdf2f2 !important;
    }

        .red-800 .text-secondary, .red-800.text-secondary {
            color: rgba(253,242,242,.7) !important;
        }

        .red-800 .text-disabled, .red-800 .text-hint, .red-800.text-disabled, .red-800.text-hint {
            color: rgba(253,242,242,.38) !important;
        }

        .red-800 .divider, .red-800.divider {
            color: rgba(253,242,242,.12) !important;
        }

.text-red-800 .text-secondary, .text-red-800.text-secondary {
    color: rgba(155,28,28,.7) !important;
}

.text-red-800 .text-disabled, .text-red-800 .text-hint, .text-red-800.text-disabled, .text-red-800.text-hint {
    color: rgba(155,28,28,.38) !important;
}

.text-red-800 .divider, .text-red-800.divider {
    color: rgba(155,28,28,.12) !important;
}

.red-900 {
    background-color: #771d1d !important;
}

    .red-900, .red-900 .mat-icon, .red-900.mat-icon {
        color: #fdf2f2 !important;
    }

        .red-900 .text-secondary, .red-900.text-secondary {
            color: rgba(253,242,242,.7) !important;
        }

        .red-900 .text-disabled, .red-900 .text-hint, .red-900.text-disabled, .red-900.text-hint {
            color: rgba(253,242,242,.38) !important;
        }

        .red-900 .divider, .red-900.divider {
            color: rgba(253,242,242,.12) !important;
        }

.text-red-900 .text-secondary, .text-red-900.text-secondary {
    color: rgba(119,29,29,.7) !important;
}

.text-red-900 .text-disabled, .text-red-900 .text-hint, .text-red-900.text-disabled, .text-red-900.text-hint {
    color: rgba(119,29,29,.38) !important;
}

.text-red-900 .divider, .text-red-900.divider {
    color: rgba(119,29,29,.12) !important;
}

.red {
    background-color: #f05252 !important;
}

    .red, .red.mat-icon, .red .mat-icon {
        color: #771d1d !important;
    }

        .red.text-secondary, .red .text-secondary {
            color: rgba(119,29,29,.7) !important;
        }

        .red.text-disabled, .red .text-disabled, .red.text-hint, .red .text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .red.divider, .red .divider {
            color: rgba(119,29,29,.12) !important;
        }

.text-red.text-secondary, .text-red .text-secondary {
    color: rgba(240,82,82,.7) !important;
}

.text-red.text-disabled, .text-red .text-disabled, .text-red.text-hint, .text-red .text-hint {
    color: rgba(240,82,82,.38) !important;
}

.text-red.divider, .text-red .divider {
    color: rgba(240,82,82,.12) !important;
}

.orange-50 {
    background-color: #fff8f1 !important;
}

    .orange-50, .orange-50 .mat-icon, .orange-50.mat-icon {
        color: #771d1d !important;
    }

        .orange-50 .text-secondary, .orange-50.text-secondary {
            color: rgba(119,29,29,.7) !important;
        }

        .orange-50 .text-disabled, .orange-50 .text-hint, .orange-50.text-disabled, .orange-50.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .orange-50 .divider, .orange-50.divider {
            color: rgba(119,29,29,.12) !important;
        }

.text-orange-50 .text-secondary, .text-orange-50.text-secondary {
    color: rgba(255,248,241,.7) !important;
}

.text-orange-50 .text-disabled, .text-orange-50 .text-hint, .text-orange-50.text-disabled, .text-orange-50.text-hint {
    color: rgba(255,248,241,.38) !important;
}

.text-orange-50 .divider, .text-orange-50.divider {
    color: rgba(255,248,241,.12) !important;
}

.orange-100 {
    background-color: #feecdc !important;
}

    .orange-100, .orange-100 .mat-icon, .orange-100.mat-icon {
        color: #771d1d !important;
    }

        .orange-100 .text-secondary, .orange-100.text-secondary {
            color: rgba(119,29,29,.7) !important;
        }

        .orange-100 .text-disabled, .orange-100 .text-hint, .orange-100.text-disabled, .orange-100.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .orange-100 .divider, .orange-100.divider {
            color: rgba(119,29,29,.12) !important;
        }

.text-orange-100 .text-secondary, .text-orange-100.text-secondary {
    color: rgba(254,236,220,.7) !important;
}

.text-orange-100 .text-disabled, .text-orange-100 .text-hint, .text-orange-100.text-disabled, .text-orange-100.text-hint {
    color: rgba(254,236,220,.38) !important;
}

.text-orange-100 .divider, .text-orange-100.divider {
    color: rgba(254,236,220,.12) !important;
}

.orange-200 {
    background-color: #fcd9bd !important;
}

    .orange-200, .orange-200 .mat-icon, .orange-200.mat-icon {
        color: #771d1d !important;
    }

        .orange-200 .text-secondary, .orange-200.text-secondary {
            color: rgba(119,29,29,.7) !important;
        }

        .orange-200 .text-disabled, .orange-200 .text-hint, .orange-200.text-disabled, .orange-200.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .orange-200 .divider, .orange-200.divider {
            color: rgba(119,29,29,.12) !important;
        }

.text-orange-200 .text-secondary, .text-orange-200.text-secondary {
    color: rgba(252,217,189,.7) !important;
}

.text-orange-200 .text-disabled, .text-orange-200 .text-hint, .text-orange-200.text-disabled, .text-orange-200.text-hint {
    color: rgba(252,217,189,.38) !important;
}

.text-orange-200 .divider, .text-orange-200.divider {
    color: rgba(252,217,189,.12) !important;
}

.orange-300 {
    background-color: #fdba8c !important;
}

    .orange-300, .orange-300 .mat-icon, .orange-300.mat-icon {
        color: #771d1d !important;
    }

        .orange-300 .text-secondary, .orange-300.text-secondary {
            color: rgba(119,29,29,.7) !important;
        }

        .orange-300 .text-disabled, .orange-300 .text-hint, .orange-300.text-disabled, .orange-300.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .orange-300 .divider, .orange-300.divider {
            color: rgba(119,29,29,.12) !important;
        }

.text-orange-300 .text-secondary, .text-orange-300.text-secondary {
    color: rgba(253,186,140,.7) !important;
}

.text-orange-300 .text-disabled, .text-orange-300 .text-hint, .text-orange-300.text-disabled, .text-orange-300.text-hint {
    color: rgba(253,186,140,.38) !important;
}

.text-orange-300 .divider, .text-orange-300.divider {
    color: rgba(253,186,140,.12) !important;
}

.orange-400 {
    background-color: #ff8a4c !important;
}

    .orange-400, .orange-400 .mat-icon, .orange-400.mat-icon {
        color: #771d1d !important;
    }

        .orange-400 .text-secondary, .orange-400.text-secondary {
            color: rgba(119,29,29,.7) !important;
        }

        .orange-400 .text-disabled, .orange-400 .text-hint, .orange-400.text-disabled, .orange-400.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .orange-400 .divider, .orange-400.divider {
            color: rgba(119,29,29,.12) !important;
        }

.text-orange-400 .text-secondary, .text-orange-400.text-secondary {
    color: rgba(255,138,76,.7) !important;
}

.text-orange-400 .text-disabled, .text-orange-400 .text-hint, .text-orange-400.text-disabled, .text-orange-400.text-hint {
    color: rgba(255,138,76,.38) !important;
}

.text-orange-400 .divider, .text-orange-400.divider {
    color: rgba(255,138,76,.12) !important;
}

.orange-500 {
    background-color: #ff5a1f !important;
}

    .orange-500, .orange-500 .mat-icon, .orange-500.mat-icon {
        color: #771d1d !important;
    }

        .orange-500 .text-secondary, .orange-500.text-secondary {
            color: rgba(119,29,29,.7) !important;
        }

        .orange-500 .text-disabled, .orange-500 .text-hint, .orange-500.text-disabled, .orange-500.text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .orange-500 .divider, .orange-500.divider {
            color: rgba(119,29,29,.12) !important;
        }

.text-orange-500 .text-secondary, .text-orange-500.text-secondary {
    color: rgba(255,90,31,.7) !important;
}

.text-orange-500 .text-disabled, .text-orange-500 .text-hint, .text-orange-500.text-disabled, .text-orange-500.text-hint {
    color: rgba(255,90,31,.38) !important;
}

.text-orange-500 .divider, .text-orange-500.divider {
    color: rgba(255,90,31,.12) !important;
}

.orange-600 {
    background-color: #d03801 !important;
}

    .orange-600, .orange-600 .mat-icon, .orange-600.mat-icon {
        color: #fff8f1 !important;
    }

        .orange-600 .text-secondary, .orange-600.text-secondary {
            color: rgba(255,248,241,.7) !important;
        }

        .orange-600 .text-disabled, .orange-600 .text-hint, .orange-600.text-disabled, .orange-600.text-hint {
            color: rgba(255,248,241,.38) !important;
        }

        .orange-600 .divider, .orange-600.divider {
            color: rgba(255,248,241,.12) !important;
        }

.text-orange-600 .text-secondary, .text-orange-600.text-secondary {
    color: rgba(208,56,1,.7) !important;
}

.text-orange-600 .text-disabled, .text-orange-600 .text-hint, .text-orange-600.text-disabled, .text-orange-600.text-hint {
    color: rgba(208,56,1,.38) !important;
}

.text-orange-600 .divider, .text-orange-600.divider {
    color: rgba(208,56,1,.12) !important;
}

.orange-700 {
    background-color: #b43403 !important;
}

    .orange-700, .orange-700 .mat-icon, .orange-700.mat-icon {
        color: #fff8f1 !important;
    }

        .orange-700 .text-secondary, .orange-700.text-secondary {
            color: rgba(255,248,241,.7) !important;
        }

        .orange-700 .text-disabled, .orange-700 .text-hint, .orange-700.text-disabled, .orange-700.text-hint {
            color: rgba(255,248,241,.38) !important;
        }

        .orange-700 .divider, .orange-700.divider {
            color: rgba(255,248,241,.12) !important;
        }

.text-orange-700 .text-secondary, .text-orange-700.text-secondary {
    color: rgba(180,52,3,.7) !important;
}

.text-orange-700 .text-disabled, .text-orange-700 .text-hint, .text-orange-700.text-disabled, .text-orange-700.text-hint {
    color: rgba(180,52,3,.38) !important;
}

.text-orange-700 .divider, .text-orange-700.divider {
    color: rgba(180,52,3,.12) !important;
}

.orange-800 {
    background-color: #8a2c0d !important;
}

    .orange-800, .orange-800 .mat-icon, .orange-800.mat-icon {
        color: #fff8f1 !important;
    }

        .orange-800 .text-secondary, .orange-800.text-secondary {
            color: rgba(255,248,241,.7) !important;
        }

        .orange-800 .text-disabled, .orange-800 .text-hint, .orange-800.text-disabled, .orange-800.text-hint {
            color: rgba(255,248,241,.38) !important;
        }

        .orange-800 .divider, .orange-800.divider {
            color: rgba(255,248,241,.12) !important;
        }

.text-orange-800 .text-secondary, .text-orange-800.text-secondary {
    color: rgba(138,44,13,.7) !important;
}

.text-orange-800 .text-disabled, .text-orange-800 .text-hint, .text-orange-800.text-disabled, .text-orange-800.text-hint {
    color: rgba(138,44,13,.38) !important;
}

.text-orange-800 .divider, .text-orange-800.divider {
    color: rgba(138,44,13,.12) !important;
}

.orange-900 {
    background-color: #771d1d !important;
}

    .orange-900, .orange-900 .mat-icon, .orange-900.mat-icon {
        color: #fff8f1 !important;
    }

        .orange-900 .text-secondary, .orange-900.text-secondary {
            color: rgba(255,248,241,.7) !important;
        }

        .orange-900 .text-disabled, .orange-900 .text-hint, .orange-900.text-disabled, .orange-900.text-hint {
            color: rgba(255,248,241,.38) !important;
        }

        .orange-900 .divider, .orange-900.divider {
            color: rgba(255,248,241,.12) !important;
        }

.text-orange-900 .text-secondary, .text-orange-900.text-secondary {
    color: rgba(119,29,29,.7) !important;
}

.text-orange-900 .text-disabled, .text-orange-900 .text-hint, .text-orange-900.text-disabled, .text-orange-900.text-hint {
    color: rgba(119,29,29,.38) !important;
}

.text-orange-900 .divider, .text-orange-900.divider {
    color: rgba(119,29,29,.12) !important;
}

.orange {
    background-color: #ff5a1f !important;
}

    .orange, .orange.mat-icon, .orange .mat-icon {
        color: #771d1d !important;
    }

        .orange.text-secondary, .orange .text-secondary {
            color: rgba(119,29,29,.7) !important;
        }

        .orange.text-disabled, .orange .text-disabled, .orange.text-hint, .orange .text-hint {
            color: rgba(119,29,29,.38) !important;
        }

        .orange.divider, .orange .divider {
            color: rgba(119,29,29,.12) !important;
        }

.text-orange.text-secondary, .text-orange .text-secondary {
    color: rgba(255,90,31,.7) !important;
}

.text-orange.text-disabled, .text-orange .text-disabled, .text-orange.text-hint, .text-orange .text-hint {
    color: rgba(255,90,31,.38) !important;
}

.text-orange.divider, .text-orange .divider {
    color: rgba(255,90,31,.12) !important;
}

.yellow-50 {
    background-color: #fdfdea !important;
}

    .yellow-50, .yellow-50 .mat-icon, .yellow-50.mat-icon {
        color: #633112 !important;
    }

        .yellow-50 .text-secondary, .yellow-50.text-secondary {
            color: rgba(99,49,18,.7) !important;
        }

        .yellow-50 .text-disabled, .yellow-50 .text-hint, .yellow-50.text-disabled, .yellow-50.text-hint {
            color: rgba(99,49,18,.38) !important;
        }

        .yellow-50 .divider, .yellow-50.divider {
            color: rgba(99,49,18,.12) !important;
        }

.text-yellow-50 .text-secondary, .text-yellow-50.text-secondary {
    color: rgba(253,253,234,.7) !important;
}

.text-yellow-50 .text-disabled, .text-yellow-50 .text-hint, .text-yellow-50.text-disabled, .text-yellow-50.text-hint {
    color: rgba(253,253,234,.38) !important;
}

.text-yellow-50 .divider, .text-yellow-50.divider {
    color: rgba(253,253,234,.12) !important;
}

.yellow-100 {
    background-color: #fdf6b2 !important;
}

    .yellow-100, .yellow-100 .mat-icon, .yellow-100.mat-icon {
        color: #633112 !important;
    }

        .yellow-100 .text-secondary, .yellow-100.text-secondary {
            color: rgba(99,49,18,.7) !important;
        }

        .yellow-100 .text-disabled, .yellow-100 .text-hint, .yellow-100.text-disabled, .yellow-100.text-hint {
            color: rgba(99,49,18,.38) !important;
        }

        .yellow-100 .divider, .yellow-100.divider {
            color: rgba(99,49,18,.12) !important;
        }

.text-yellow-100 .text-secondary, .text-yellow-100.text-secondary {
    color: rgba(253,246,178,.7) !important;
}

.text-yellow-100 .text-disabled, .text-yellow-100 .text-hint, .text-yellow-100.text-disabled, .text-yellow-100.text-hint {
    color: rgba(253,246,178,.38) !important;
}

.text-yellow-100 .divider, .text-yellow-100.divider {
    color: rgba(253,246,178,.12) !important;
}

.yellow-200 {
    background-color: #fce96a !important;
}

    .yellow-200, .yellow-200 .mat-icon, .yellow-200.mat-icon {
        color: #633112 !important;
    }

        .yellow-200 .text-secondary, .yellow-200.text-secondary {
            color: rgba(99,49,18,.7) !important;
        }

        .yellow-200 .text-disabled, .yellow-200 .text-hint, .yellow-200.text-disabled, .yellow-200.text-hint {
            color: rgba(99,49,18,.38) !important;
        }

        .yellow-200 .divider, .yellow-200.divider {
            color: rgba(99,49,18,.12) !important;
        }

.text-yellow-200 .text-secondary, .text-yellow-200.text-secondary {
    color: rgba(252,233,106,.7) !important;
}

.text-yellow-200 .text-disabled, .text-yellow-200 .text-hint, .text-yellow-200.text-disabled, .text-yellow-200.text-hint {
    color: rgba(252,233,106,.38) !important;
}

.text-yellow-200 .divider, .text-yellow-200.divider {
    color: rgba(252,233,106,.12) !important;
}

.yellow-300 {
    background-color: #faca15 !important;
}

    .yellow-300, .yellow-300 .mat-icon, .yellow-300.mat-icon {
        color: #633112 !important;
    }

        .yellow-300 .text-secondary, .yellow-300.text-secondary {
            color: rgba(99,49,18,.7) !important;
        }

        .yellow-300 .text-disabled, .yellow-300 .text-hint, .yellow-300.text-disabled, .yellow-300.text-hint {
            color: rgba(99,49,18,.38) !important;
        }

        .yellow-300 .divider, .yellow-300.divider {
            color: rgba(99,49,18,.12) !important;
        }

.text-yellow-300 .text-secondary, .text-yellow-300.text-secondary {
    color: rgba(250,202,21,.7) !important;
}

.text-yellow-300 .text-disabled, .text-yellow-300 .text-hint, .text-yellow-300.text-disabled, .text-yellow-300.text-hint {
    color: rgba(250,202,21,.38) !important;
}

.text-yellow-300 .divider, .text-yellow-300.divider {
    color: rgba(250,202,21,.12) !important;
}

.yellow-400 {
    background-color: #e3a008 !important;
}

    .yellow-400, .yellow-400 .mat-icon, .yellow-400.mat-icon {
        color: #633112 !important;
    }

        .yellow-400 .text-secondary, .yellow-400.text-secondary {
            color: rgba(99,49,18,.7) !important;
        }

        .yellow-400 .text-disabled, .yellow-400 .text-hint, .yellow-400.text-disabled, .yellow-400.text-hint {
            color: rgba(99,49,18,.38) !important;
        }

        .yellow-400 .divider, .yellow-400.divider {
            color: rgba(99,49,18,.12) !important;
        }

.text-yellow-400 .text-secondary, .text-yellow-400.text-secondary {
    color: rgba(227,160,8,.7) !important;
}

.text-yellow-400 .text-disabled, .text-yellow-400 .text-hint, .text-yellow-400.text-disabled, .text-yellow-400.text-hint {
    color: rgba(227,160,8,.38) !important;
}

.text-yellow-400 .divider, .text-yellow-400.divider {
    color: rgba(227,160,8,.12) !important;
}

.yellow-500 {
    background-color: #c27803 !important;
}

    .yellow-500, .yellow-500 .mat-icon, .yellow-500.mat-icon {
        color: #633112 !important;
    }

        .yellow-500 .text-secondary, .yellow-500.text-secondary {
            color: rgba(99,49,18,.7) !important;
        }

        .yellow-500 .text-disabled, .yellow-500 .text-hint, .yellow-500.text-disabled, .yellow-500.text-hint {
            color: rgba(99,49,18,.38) !important;
        }

        .yellow-500 .divider, .yellow-500.divider {
            color: rgba(99,49,18,.12) !important;
        }

.text-yellow-500 .text-secondary, .text-yellow-500.text-secondary {
    color: rgba(194,120,3,.7) !important;
}

.text-yellow-500 .text-disabled, .text-yellow-500 .text-hint, .text-yellow-500.text-disabled, .text-yellow-500.text-hint {
    color: rgba(194,120,3,.38) !important;
}

.text-yellow-500 .divider, .text-yellow-500.divider {
    color: rgba(194,120,3,.12) !important;
}

.yellow-600 {
    background-color: #9f580a !important;
}

    .yellow-600, .yellow-600 .mat-icon, .yellow-600.mat-icon {
        color: #fdfdea !important;
    }

        .yellow-600 .text-secondary, .yellow-600.text-secondary {
            color: rgba(253,253,234,.7) !important;
        }

        .yellow-600 .text-disabled, .yellow-600 .text-hint, .yellow-600.text-disabled, .yellow-600.text-hint {
            color: rgba(253,253,234,.38) !important;
        }

        .yellow-600 .divider, .yellow-600.divider {
            color: rgba(253,253,234,.12) !important;
        }

.text-yellow-600 .text-secondary, .text-yellow-600.text-secondary {
    color: rgba(159,88,10,.7) !important;
}

.text-yellow-600 .text-disabled, .text-yellow-600 .text-hint, .text-yellow-600.text-disabled, .text-yellow-600.text-hint {
    color: rgba(159,88,10,.38) !important;
}

.text-yellow-600 .divider, .text-yellow-600.divider {
    color: rgba(159,88,10,.12) !important;
}

.yellow-700 {
    background-color: #8e4b10 !important;
}

    .yellow-700, .yellow-700 .mat-icon, .yellow-700.mat-icon {
        color: #fdfdea !important;
    }

        .yellow-700 .text-secondary, .yellow-700.text-secondary {
            color: rgba(253,253,234,.7) !important;
        }

        .yellow-700 .text-disabled, .yellow-700 .text-hint, .yellow-700.text-disabled, .yellow-700.text-hint {
            color: rgba(253,253,234,.38) !important;
        }

        .yellow-700 .divider, .yellow-700.divider {
            color: rgba(253,253,234,.12) !important;
        }

.text-yellow-700 .text-secondary, .text-yellow-700.text-secondary {
    color: rgba(142,75,16,.7) !important;
}

.text-yellow-700 .text-disabled, .text-yellow-700 .text-hint, .text-yellow-700.text-disabled, .text-yellow-700.text-hint {
    color: rgba(142,75,16,.38) !important;
}

.text-yellow-700 .divider, .text-yellow-700.divider {
    color: rgba(142,75,16,.12) !important;
}

.yellow-800 {
    background-color: #723b13 !important;
}

    .yellow-800, .yellow-800 .mat-icon, .yellow-800.mat-icon {
        color: #fdfdea !important;
    }

        .yellow-800 .text-secondary, .yellow-800.text-secondary {
            color: rgba(253,253,234,.7) !important;
        }

        .yellow-800 .text-disabled, .yellow-800 .text-hint, .yellow-800.text-disabled, .yellow-800.text-hint {
            color: rgba(253,253,234,.38) !important;
        }

        .yellow-800 .divider, .yellow-800.divider {
            color: rgba(253,253,234,.12) !important;
        }

.text-yellow-800 .text-secondary, .text-yellow-800.text-secondary {
    color: rgba(114,59,19,.7) !important;
}

.text-yellow-800 .text-disabled, .text-yellow-800 .text-hint, .text-yellow-800.text-disabled, .text-yellow-800.text-hint {
    color: rgba(114,59,19,.38) !important;
}

.text-yellow-800 .divider, .text-yellow-800.divider {
    color: rgba(114,59,19,.12) !important;
}

.yellow-900 {
    background-color: #633112 !important;
}

    .yellow-900, .yellow-900 .mat-icon, .yellow-900.mat-icon {
        color: #fdfdea !important;
    }

        .yellow-900 .text-secondary, .yellow-900.text-secondary {
            color: rgba(253,253,234,.7) !important;
        }

        .yellow-900 .text-disabled, .yellow-900 .text-hint, .yellow-900.text-disabled, .yellow-900.text-hint {
            color: rgba(253,253,234,.38) !important;
        }

        .yellow-900 .divider, .yellow-900.divider {
            color: rgba(253,253,234,.12) !important;
        }

.text-yellow-900 .text-secondary, .text-yellow-900.text-secondary {
    color: rgba(99,49,18,.7) !important;
}

.text-yellow-900 .text-disabled, .text-yellow-900 .text-hint, .text-yellow-900.text-disabled, .text-yellow-900.text-hint {
    color: rgba(99,49,18,.38) !important;
}

.text-yellow-900 .divider, .text-yellow-900.divider {
    color: rgba(99,49,18,.12) !important;
}

.yellow {
    background-color: #c27803 !important;
}

    .yellow, .yellow.mat-icon, .yellow .mat-icon {
        color: #633112 !important;
    }

        .yellow.text-secondary, .yellow .text-secondary {
            color: rgba(99,49,18,.7) !important;
        }

        .yellow.text-disabled, .yellow .text-disabled, .yellow.text-hint, .yellow .text-hint {
            color: rgba(99,49,18,.38) !important;
        }

        .yellow.divider, .yellow .divider {
            color: rgba(99,49,18,.12) !important;
        }

.text-yellow.text-secondary, .text-yellow .text-secondary {
    color: rgba(194,120,3,.7) !important;
}

.text-yellow.text-disabled, .text-yellow .text-disabled, .text-yellow.text-hint, .text-yellow .text-hint {
    color: rgba(194,120,3,.38) !important;
}

.text-yellow.divider, .text-yellow .divider {
    color: rgba(194,120,3,.12) !important;
}

.green-50 {
    background-color: #f3faf7 !important;
}

    .green-50, .green-50 .mat-icon, .green-50.mat-icon {
        color: #014737 !important;
    }

        .green-50 .text-secondary, .green-50.text-secondary {
            color: rgba(1,71,55,.7) !important;
        }

        .green-50 .text-disabled, .green-50 .text-hint, .green-50.text-disabled, .green-50.text-hint {
            color: rgba(1,71,55,.38) !important;
        }

        .green-50 .divider, .green-50.divider {
            color: rgba(1,71,55,.12) !important;
        }

.text-green-50 .text-secondary, .text-green-50.text-secondary {
    color: rgba(243,250,247,.7) !important;
}

.text-green-50 .text-disabled, .text-green-50 .text-hint, .text-green-50.text-disabled, .text-green-50.text-hint {
    color: rgba(243,250,247,.38) !important;
}

.text-green-50 .divider, .text-green-50.divider {
    color: rgba(243,250,247,.12) !important;
}

.green-100 {
    background-color: #def7ec !important;
}

    .green-100, .green-100 .mat-icon, .green-100.mat-icon {
        color: #014737 !important;
    }

        .green-100 .text-secondary, .green-100.text-secondary {
            color: rgba(1,71,55,.7) !important;
        }

        .green-100 .text-disabled, .green-100 .text-hint, .green-100.text-disabled, .green-100.text-hint {
            color: rgba(1,71,55,.38) !important;
        }

        .green-100 .divider, .green-100.divider {
            color: rgba(1,71,55,.12) !important;
        }

.text-green-100 .text-secondary, .text-green-100.text-secondary {
    color: rgba(222,247,236,.7) !important;
}

.text-green-100 .text-disabled, .text-green-100 .text-hint, .text-green-100.text-disabled, .text-green-100.text-hint {
    color: rgba(222,247,236,.38) !important;
}

.text-green-100 .divider, .text-green-100.divider {
    color: rgba(222,247,236,.12) !important;
}

.green-200 {
    background-color: #bcf0da !important;
}

    .green-200, .green-200 .mat-icon, .green-200.mat-icon {
        color: #014737 !important;
    }

        .green-200 .text-secondary, .green-200.text-secondary {
            color: rgba(1,71,55,.7) !important;
        }

        .green-200 .text-disabled, .green-200 .text-hint, .green-200.text-disabled, .green-200.text-hint {
            color: rgba(1,71,55,.38) !important;
        }

        .green-200 .divider, .green-200.divider {
            color: rgba(1,71,55,.12) !important;
        }

.text-green-200 .text-secondary, .text-green-200.text-secondary {
    color: rgba(188,240,218,.7) !important;
}

.text-green-200 .text-disabled, .text-green-200 .text-hint, .text-green-200.text-disabled, .text-green-200.text-hint {
    color: rgba(188,240,218,.38) !important;
}

.text-green-200 .divider, .text-green-200.divider {
    color: rgba(188,240,218,.12) !important;
}

.green-300 {
    background-color: #84e1bc !important;
}

    .green-300, .green-300 .mat-icon, .green-300.mat-icon {
        color: #014737 !important;
    }

        .green-300 .text-secondary, .green-300.text-secondary {
            color: rgba(1,71,55,.7) !important;
        }

        .green-300 .text-disabled, .green-300 .text-hint, .green-300.text-disabled, .green-300.text-hint {
            color: rgba(1,71,55,.38) !important;
        }

        .green-300 .divider, .green-300.divider {
            color: rgba(1,71,55,.12) !important;
        }

.text-green-300 .text-secondary, .text-green-300.text-secondary {
    color: rgba(132,225,188,.7) !important;
}

.text-green-300 .text-disabled, .text-green-300 .text-hint, .text-green-300.text-disabled, .text-green-300.text-hint {
    color: rgba(132,225,188,.38) !important;
}

.text-green-300 .divider, .text-green-300.divider {
    color: rgba(132,225,188,.12) !important;
}

.green-400 {
    background-color: #31c48d !important;
}

    .green-400, .green-400 .mat-icon, .green-400.mat-icon {
        color: #014737 !important;
    }

        .green-400 .text-secondary, .green-400.text-secondary {
            color: rgba(1,71,55,.7) !important;
        }

        .green-400 .text-disabled, .green-400 .text-hint, .green-400.text-disabled, .green-400.text-hint {
            color: rgba(1,71,55,.38) !important;
        }

        .green-400 .divider, .green-400.divider {
            color: rgba(1,71,55,.12) !important;
        }

.text-green-400 .text-secondary, .text-green-400.text-secondary {
    color: rgba(49,196,141,.7) !important;
}

.text-green-400 .text-disabled, .text-green-400 .text-hint, .text-green-400.text-disabled, .text-green-400.text-hint {
    color: rgba(49,196,141,.38) !important;
}

.text-green-400 .divider, .text-green-400.divider {
    color: rgba(49,196,141,.12) !important;
}

.green-500 {
    background-color: #0e9f6e !important;
}

    .green-500, .green-500 .mat-icon, .green-500.mat-icon {
        color: #f3faf7 !important;
    }

        .green-500 .text-secondary, .green-500.text-secondary {
            color: rgba(243,250,247,.7) !important;
        }

        .green-500 .text-disabled, .green-500 .text-hint, .green-500.text-disabled, .green-500.text-hint {
            color: rgba(243,250,247,.38) !important;
        }

        .green-500 .divider, .green-500.divider {
            color: rgba(243,250,247,.12) !important;
        }

.text-green-500 .text-secondary, .text-green-500.text-secondary {
    color: rgba(14,159,110,.7) !important;
}

.text-green-500 .text-disabled, .text-green-500 .text-hint, .text-green-500.text-disabled, .text-green-500.text-hint {
    color: rgba(14,159,110,.38) !important;
}

.text-green-500 .divider, .text-green-500.divider {
    color: rgba(14,159,110,.12) !important;
}

.green-600 {
    background-color: #057a55 !important;
}

    .green-600, .green-600 .mat-icon, .green-600.mat-icon {
        color: #f3faf7 !important;
    }

        .green-600 .text-secondary, .green-600.text-secondary {
            color: rgba(243,250,247,.7) !important;
        }

        .green-600 .text-disabled, .green-600 .text-hint, .green-600.text-disabled, .green-600.text-hint {
            color: rgba(243,250,247,.38) !important;
        }

        .green-600 .divider, .green-600.divider {
            color: rgba(243,250,247,.12) !important;
        }

.text-green-600 .text-secondary, .text-green-600.text-secondary {
    color: rgba(5,122,85,.7) !important;
}

.text-green-600 .text-disabled, .text-green-600 .text-hint, .text-green-600.text-disabled, .text-green-600.text-hint {
    color: rgba(5,122,85,.38) !important;
}

.text-green-600 .divider, .text-green-600.divider {
    color: rgba(5,122,85,.12) !important;
}

.green-700 {
    background-color: #046c4e !important;
}

    .green-700, .green-700 .mat-icon, .green-700.mat-icon {
        color: #f3faf7 !important;
    }

        .green-700 .text-secondary, .green-700.text-secondary {
            color: rgba(243,250,247,.7) !important;
        }

        .green-700 .text-disabled, .green-700 .text-hint, .green-700.text-disabled, .green-700.text-hint {
            color: rgba(243,250,247,.38) !important;
        }

        .green-700 .divider, .green-700.divider {
            color: rgba(243,250,247,.12) !important;
        }

.text-green-700 .text-secondary, .text-green-700.text-secondary {
    color: rgba(4,108,78,.7) !important;
}

.text-green-700 .text-disabled, .text-green-700 .text-hint, .text-green-700.text-disabled, .text-green-700.text-hint {
    color: rgba(4,108,78,.38) !important;
}

.text-green-700 .divider, .text-green-700.divider {
    color: rgba(4,108,78,.12) !important;
}

.green-800 {
    background-color: #03543f !important;
}

    .green-800, .green-800 .mat-icon, .green-800.mat-icon {
        color: #f3faf7 !important;
    }

        .green-800 .text-secondary, .green-800.text-secondary {
            color: rgba(243,250,247,.7) !important;
        }

        .green-800 .text-disabled, .green-800 .text-hint, .green-800.text-disabled, .green-800.text-hint {
            color: rgba(243,250,247,.38) !important;
        }

        .green-800 .divider, .green-800.divider {
            color: rgba(243,250,247,.12) !important;
        }

.text-green-800 .text-secondary, .text-green-800.text-secondary {
    color: rgba(3,84,63,.7) !important;
}

.text-green-800 .text-disabled, .text-green-800 .text-hint, .text-green-800.text-disabled, .text-green-800.text-hint {
    color: rgba(3,84,63,.38) !important;
}

.text-green-800 .divider, .text-green-800.divider {
    color: rgba(3,84,63,.12) !important;
}

.green-900 {
    background-color: #014737 !important;
}

    .green-900, .green-900 .mat-icon, .green-900.mat-icon {
        color: #f3faf7 !important;
    }

        .green-900 .text-secondary, .green-900.text-secondary {
            color: rgba(243,250,247,.7) !important;
        }

        .green-900 .text-disabled, .green-900 .text-hint, .green-900.text-disabled, .green-900.text-hint {
            color: rgba(243,250,247,.38) !important;
        }

        .green-900 .divider, .green-900.divider {
            color: rgba(243,250,247,.12) !important;
        }

.text-green-900 .text-secondary, .text-green-900.text-secondary {
    color: rgba(1,71,55,.7) !important;
}

.text-green-900 .text-disabled, .text-green-900 .text-hint, .text-green-900.text-disabled, .text-green-900.text-hint {
    color: rgba(1,71,55,.38) !important;
}

.text-green-900 .divider, .text-green-900.divider {
    color: rgba(1,71,55,.12) !important;
}

.green {
    background-color: #0e9f6e !important;
}

    .green, .green.mat-icon, .green .mat-icon {
        color: #f3faf7 !important;
    }

        .green.text-secondary, .green .text-secondary {
            color: rgba(243,250,247,.7) !important;
        }

        .green.text-disabled, .green .text-disabled, .green.text-hint, .green .text-hint {
            color: rgba(243,250,247,.38) !important;
        }

        .green.divider, .green .divider {
            color: rgba(243,250,247,.12) !important;
        }

.text-green.text-secondary, .text-green .text-secondary {
    color: rgba(14,159,110,.7) !important;
}

.text-green.text-disabled, .text-green .text-disabled, .text-green.text-hint, .text-green .text-hint {
    color: rgba(14,159,110,.38) !important;
}

.text-green.divider, .text-green .divider {
    color: rgba(14,159,110,.12) !important;
}

.teal-50 {
    background-color: #edfafa !important;
}

    .teal-50, .teal-50 .mat-icon, .teal-50.mat-icon {
        color: #014451 !important;
    }

        .teal-50 .text-secondary, .teal-50.text-secondary {
            color: rgba(1,68,81,.7) !important;
        }

        .teal-50 .text-disabled, .teal-50 .text-hint, .teal-50.text-disabled, .teal-50.text-hint {
            color: rgba(1,68,81,.38) !important;
        }

        .teal-50 .divider, .teal-50.divider {
            color: rgba(1,68,81,.12) !important;
        }

.text-teal-50 .text-secondary, .text-teal-50.text-secondary {
    color: rgba(237,250,250,.7) !important;
}

.text-teal-50 .text-disabled, .text-teal-50 .text-hint, .text-teal-50.text-disabled, .text-teal-50.text-hint {
    color: rgba(237,250,250,.38) !important;
}

.text-teal-50 .divider, .text-teal-50.divider {
    color: rgba(237,250,250,.12) !important;
}

.teal-100 {
    background-color: #d5f5f6 !important;
}

    .teal-100, .teal-100 .mat-icon, .teal-100.mat-icon {
        color: #014451 !important;
    }

        .teal-100 .text-secondary, .teal-100.text-secondary {
            color: rgba(1,68,81,.7) !important;
        }

        .teal-100 .text-disabled, .teal-100 .text-hint, .teal-100.text-disabled, .teal-100.text-hint {
            color: rgba(1,68,81,.38) !important;
        }

        .teal-100 .divider, .teal-100.divider {
            color: rgba(1,68,81,.12) !important;
        }

.text-teal-100 .text-secondary, .text-teal-100.text-secondary {
    color: rgba(213,245,246,.7) !important;
}

.text-teal-100 .text-disabled, .text-teal-100 .text-hint, .text-teal-100.text-disabled, .text-teal-100.text-hint {
    color: rgba(213,245,246,.38) !important;
}

.text-teal-100 .divider, .text-teal-100.divider {
    color: rgba(213,245,246,.12) !important;
}

.teal-200 {
    background-color: #afecef !important;
}

    .teal-200, .teal-200 .mat-icon, .teal-200.mat-icon {
        color: #014451 !important;
    }

        .teal-200 .text-secondary, .teal-200.text-secondary {
            color: rgba(1,68,81,.7) !important;
        }

        .teal-200 .text-disabled, .teal-200 .text-hint, .teal-200.text-disabled, .teal-200.text-hint {
            color: rgba(1,68,81,.38) !important;
        }

        .teal-200 .divider, .teal-200.divider {
            color: rgba(1,68,81,.12) !important;
        }

.text-teal-200 .text-secondary, .text-teal-200.text-secondary {
    color: rgba(175,236,239,.7) !important;
}

.text-teal-200 .text-disabled, .text-teal-200 .text-hint, .text-teal-200.text-disabled, .text-teal-200.text-hint {
    color: rgba(175,236,239,.38) !important;
}

.text-teal-200 .divider, .text-teal-200.divider {
    color: rgba(175,236,239,.12) !important;
}

.teal-300 {
    background-color: #7edce2 !important;
}

    .teal-300, .teal-300 .mat-icon, .teal-300.mat-icon {
        color: #014451 !important;
    }

        .teal-300 .text-secondary, .teal-300.text-secondary {
            color: rgba(1,68,81,.7) !important;
        }

        .teal-300 .text-disabled, .teal-300 .text-hint, .teal-300.text-disabled, .teal-300.text-hint {
            color: rgba(1,68,81,.38) !important;
        }

        .teal-300 .divider, .teal-300.divider {
            color: rgba(1,68,81,.12) !important;
        }

.text-teal-300 .text-secondary, .text-teal-300.text-secondary {
    color: rgba(126,220,226,.7) !important;
}

.text-teal-300 .text-disabled, .text-teal-300 .text-hint, .text-teal-300.text-disabled, .text-teal-300.text-hint {
    color: rgba(126,220,226,.38) !important;
}

.text-teal-300 .divider, .text-teal-300.divider {
    color: rgba(126,220,226,.12) !important;
}

.teal-400 {
    background-color: #16bdca !important;
}

    .teal-400, .teal-400 .mat-icon, .teal-400.mat-icon {
        color: #014451 !important;
    }

        .teal-400 .text-secondary, .teal-400.text-secondary {
            color: rgba(1,68,81,.7) !important;
        }

        .teal-400 .text-disabled, .teal-400 .text-hint, .teal-400.text-disabled, .teal-400.text-hint {
            color: rgba(1,68,81,.38) !important;
        }

        .teal-400 .divider, .teal-400.divider {
            color: rgba(1,68,81,.12) !important;
        }

.text-teal-400 .text-secondary, .text-teal-400.text-secondary {
    color: rgba(22,189,202,.7) !important;
}

.text-teal-400 .text-disabled, .text-teal-400 .text-hint, .text-teal-400.text-disabled, .text-teal-400.text-hint {
    color: rgba(22,189,202,.38) !important;
}

.text-teal-400 .divider, .text-teal-400.divider {
    color: rgba(22,189,202,.12) !important;
}

.teal-500 {
    background-color: #0694a2 !important;
}

    .teal-500, .teal-500 .mat-icon, .teal-500.mat-icon {
        color: #edfafa !important;
    }

        .teal-500 .text-secondary, .teal-500.text-secondary {
            color: rgba(237,250,250,.7) !important;
        }

        .teal-500 .text-disabled, .teal-500 .text-hint, .teal-500.text-disabled, .teal-500.text-hint {
            color: rgba(237,250,250,.38) !important;
        }

        .teal-500 .divider, .teal-500.divider {
            color: rgba(237,250,250,.12) !important;
        }

.text-teal-500 .text-secondary, .text-teal-500.text-secondary {
    color: rgba(6,148,162,.7) !important;
}

.text-teal-500 .text-disabled, .text-teal-500 .text-hint, .text-teal-500.text-disabled, .text-teal-500.text-hint {
    color: rgba(6,148,162,.38) !important;
}

.text-teal-500 .divider, .text-teal-500.divider {
    color: rgba(6,148,162,.12) !important;
}

.teal-600 {
    background-color: #047481 !important;
}

    .teal-600, .teal-600 .mat-icon, .teal-600.mat-icon {
        color: #edfafa !important;
    }

        .teal-600 .text-secondary, .teal-600.text-secondary {
            color: rgba(237,250,250,.7) !important;
        }

        .teal-600 .text-disabled, .teal-600 .text-hint, .teal-600.text-disabled, .teal-600.text-hint {
            color: rgba(237,250,250,.38) !important;
        }

        .teal-600 .divider, .teal-600.divider {
            color: rgba(237,250,250,.12) !important;
        }

.text-teal-600 .text-secondary, .text-teal-600.text-secondary {
    color: rgba(4,116,129,.7) !important;
}

.text-teal-600 .text-disabled, .text-teal-600 .text-hint, .text-teal-600.text-disabled, .text-teal-600.text-hint {
    color: rgba(4,116,129,.38) !important;
}

.text-teal-600 .divider, .text-teal-600.divider {
    color: rgba(4,116,129,.12) !important;
}

.teal-700 {
    background-color: #036672 !important;
}

    .teal-700, .teal-700 .mat-icon, .teal-700.mat-icon {
        color: #edfafa !important;
    }

        .teal-700 .text-secondary, .teal-700.text-secondary {
            color: rgba(237,250,250,.7) !important;
        }

        .teal-700 .text-disabled, .teal-700 .text-hint, .teal-700.text-disabled, .teal-700.text-hint {
            color: rgba(237,250,250,.38) !important;
        }

        .teal-700 .divider, .teal-700.divider {
            color: rgba(237,250,250,.12) !important;
        }

.text-teal-700 .text-secondary, .text-teal-700.text-secondary {
    color: rgba(3,102,114,.7) !important;
}

.text-teal-700 .text-disabled, .text-teal-700 .text-hint, .text-teal-700.text-disabled, .text-teal-700.text-hint {
    color: rgba(3,102,114,.38) !important;
}

.text-teal-700 .divider, .text-teal-700.divider {
    color: rgba(3,102,114,.12) !important;
}

.teal-800 {
    background-color: #05505c !important;
}

    .teal-800, .teal-800 .mat-icon, .teal-800.mat-icon {
        color: #edfafa !important;
    }

        .teal-800 .text-secondary, .teal-800.text-secondary {
            color: rgba(237,250,250,.7) !important;
        }

        .teal-800 .text-disabled, .teal-800 .text-hint, .teal-800.text-disabled, .teal-800.text-hint {
            color: rgba(237,250,250,.38) !important;
        }

        .teal-800 .divider, .teal-800.divider {
            color: rgba(237,250,250,.12) !important;
        }

.text-teal-800 .text-secondary, .text-teal-800.text-secondary {
    color: rgba(5,80,92,.7) !important;
}

.text-teal-800 .text-disabled, .text-teal-800 .text-hint, .text-teal-800.text-disabled, .text-teal-800.text-hint {
    color: rgba(5,80,92,.38) !important;
}

.text-teal-800 .divider, .text-teal-800.divider {
    color: rgba(5,80,92,.12) !important;
}

.teal-900 {
    background-color: #014451 !important;
}

    .teal-900, .teal-900 .mat-icon, .teal-900.mat-icon {
        color: #edfafa !important;
    }

        .teal-900 .text-secondary, .teal-900.text-secondary {
            color: rgba(237,250,250,.7) !important;
        }

        .teal-900 .text-disabled, .teal-900 .text-hint, .teal-900.text-disabled, .teal-900.text-hint {
            color: rgba(237,250,250,.38) !important;
        }

        .teal-900 .divider, .teal-900.divider {
            color: rgba(237,250,250,.12) !important;
        }

.text-teal-900 .text-secondary, .text-teal-900.text-secondary {
    color: rgba(1,68,81,.7) !important;
}

.text-teal-900 .text-disabled, .text-teal-900 .text-hint, .text-teal-900.text-disabled, .text-teal-900.text-hint {
    color: rgba(1,68,81,.38) !important;
}

.text-teal-900 .divider, .text-teal-900.divider {
    color: rgba(1,68,81,.12) !important;
}

.teal {
    background-color: #0694a2 !important;
}

    .teal, .teal.mat-icon, .teal .mat-icon {
        color: #edfafa !important;
    }

        .teal.text-secondary, .teal .text-secondary {
            color: rgba(237,250,250,.7) !important;
        }

        .teal.text-disabled, .teal .text-disabled, .teal.text-hint, .teal .text-hint {
            color: rgba(237,250,250,.38) !important;
        }

        .teal.divider, .teal .divider {
            color: rgba(237,250,250,.12) !important;
        }

.text-teal.text-secondary, .text-teal .text-secondary {
    color: rgba(6,148,162,.7) !important;
}

.text-teal.text-disabled, .text-teal .text-disabled, .text-teal.text-hint, .text-teal .text-hint {
    color: rgba(6,148,162,.38) !important;
}

.text-teal.divider, .text-teal .divider {
    color: rgba(6,148,162,.12) !important;
}

.blue-50 {
    background-color: #ebf5ff !important;
}

    .blue-50, .blue-50 .mat-icon, .blue-50.mat-icon {
        color: #233876 !important;
    }

        .blue-50 .text-secondary, .blue-50.text-secondary {
            color: rgba(35,56,118,.7) !important;
        }

        .blue-50 .text-disabled, .blue-50 .text-hint, .blue-50.text-disabled, .blue-50.text-hint {
            color: rgba(35,56,118,.38) !important;
        }

        .blue-50 .divider, .blue-50.divider {
            color: rgba(35,56,118,.12) !important;
        }

.text-blue-50 .text-secondary, .text-blue-50.text-secondary {
    color: rgba(235,245,255,.7) !important;
}

.text-blue-50 .text-disabled, .text-blue-50 .text-hint, .text-blue-50.text-disabled, .text-blue-50.text-hint {
    color: rgba(235,245,255,.38) !important;
}

.text-blue-50 .divider, .text-blue-50.divider {
    color: rgba(235,245,255,.12) !important;
}

.blue-100 {
    background-color: #e1effe !important;
}

    .blue-100, .blue-100 .mat-icon, .blue-100.mat-icon {
        color: #233876 !important;
    }

        .blue-100 .text-secondary, .blue-100.text-secondary {
            color: rgba(35,56,118,.7) !important;
        }

        .blue-100 .text-disabled, .blue-100 .text-hint, .blue-100.text-disabled, .blue-100.text-hint {
            color: rgba(35,56,118,.38) !important;
        }

        .blue-100 .divider, .blue-100.divider {
            color: rgba(35,56,118,.12) !important;
        }

.text-blue-100 .text-secondary, .text-blue-100.text-secondary {
    color: rgba(225,239,254,.7) !important;
}

.text-blue-100 .text-disabled, .text-blue-100 .text-hint, .text-blue-100.text-disabled, .text-blue-100.text-hint {
    color: rgba(225,239,254,.38) !important;
}

.text-blue-100 .divider, .text-blue-100.divider {
    color: rgba(225,239,254,.12) !important;
}

.blue-200 {
    background-color: #c3ddfd !important;
}

    .blue-200, .blue-200 .mat-icon, .blue-200.mat-icon {
        color: #233876 !important;
    }

        .blue-200 .text-secondary, .blue-200.text-secondary {
            color: rgba(35,56,118,.7) !important;
        }

        .blue-200 .text-disabled, .blue-200 .text-hint, .blue-200.text-disabled, .blue-200.text-hint {
            color: rgba(35,56,118,.38) !important;
        }

        .blue-200 .divider, .blue-200.divider {
            color: rgba(35,56,118,.12) !important;
        }

.text-blue-200 .text-secondary, .text-blue-200.text-secondary {
    color: rgba(195,221,253,.7) !important;
}

.text-blue-200 .text-disabled, .text-blue-200 .text-hint, .text-blue-200.text-disabled, .text-blue-200.text-hint {
    color: rgba(195,221,253,.38) !important;
}

.text-blue-200 .divider, .text-blue-200.divider {
    color: rgba(195,221,253,.12) !important;
}

.blue-300 {
    background-color: #a4cafe !important;
}

    .blue-300, .blue-300 .mat-icon, .blue-300.mat-icon {
        color: #233876 !important;
    }

        .blue-300 .text-secondary, .blue-300.text-secondary {
            color: rgba(35,56,118,.7) !important;
        }

        .blue-300 .text-disabled, .blue-300 .text-hint, .blue-300.text-disabled, .blue-300.text-hint {
            color: rgba(35,56,118,.38) !important;
        }

        .blue-300 .divider, .blue-300.divider {
            color: rgba(35,56,118,.12) !important;
        }

.text-blue-300 .text-secondary, .text-blue-300.text-secondary {
    color: rgba(164,202,254,.7) !important;
}

.text-blue-300 .text-disabled, .text-blue-300 .text-hint, .text-blue-300.text-disabled, .text-blue-300.text-hint {
    color: rgba(164,202,254,.38) !important;
}

.text-blue-300 .divider, .text-blue-300.divider {
    color: rgba(164,202,254,.12) !important;
}

.blue-400 {
    background-color: #76a9fa !important;
}

    .blue-400, .blue-400 .mat-icon, .blue-400.mat-icon {
        color: #233876 !important;
    }

        .blue-400 .text-secondary, .blue-400.text-secondary {
            color: rgba(35,56,118,.7) !important;
        }

        .blue-400 .text-disabled, .blue-400 .text-hint, .blue-400.text-disabled, .blue-400.text-hint {
            color: rgba(35,56,118,.38) !important;
        }

        .blue-400 .divider, .blue-400.divider {
            color: rgba(35,56,118,.12) !important;
        }

.text-blue-400 .text-secondary, .text-blue-400.text-secondary {
    color: rgba(118,169,250,.7) !important;
}

.text-blue-400 .text-disabled, .text-blue-400 .text-hint, .text-blue-400.text-disabled, .text-blue-400.text-hint {
    color: rgba(118,169,250,.38) !important;
}

.text-blue-400 .divider, .text-blue-400.divider {
    color: rgba(118,169,250,.12) !important;
}

.blue-500 {
    background-color: #3f83f8 !important;
}

    .blue-500, .blue-500 .mat-icon, .blue-500.mat-icon {
        color: #ebf5ff !important;
    }

        .blue-500 .text-secondary, .blue-500.text-secondary {
            color: rgba(235,245,255,.7) !important;
        }

        .blue-500 .text-disabled, .blue-500 .text-hint, .blue-500.text-disabled, .blue-500.text-hint {
            color: rgba(235,245,255,.38) !important;
        }

        .blue-500 .divider, .blue-500.divider {
            color: rgba(235,245,255,.12) !important;
        }

.text-blue-500 .text-secondary, .text-blue-500.text-secondary {
    color: rgba(63,131,248,.7) !important;
}

.text-blue-500 .text-disabled, .text-blue-500 .text-hint, .text-blue-500.text-disabled, .text-blue-500.text-hint {
    color: rgba(63,131,248,.38) !important;
}

.text-blue-500 .divider, .text-blue-500.divider {
    color: rgba(63,131,248,.12) !important;
}

.blue-600 {
    background-color: #1c64f2 !important;
}

    .blue-600, .blue-600 .mat-icon, .blue-600.mat-icon {
        color: #ebf5ff !important;
    }

        .blue-600 .text-secondary, .blue-600.text-secondary {
            color: rgba(235,245,255,.7) !important;
        }

        .blue-600 .text-disabled, .blue-600 .text-hint, .blue-600.text-disabled, .blue-600.text-hint {
            color: rgba(235,245,255,.38) !important;
        }

        .blue-600 .divider, .blue-600.divider {
            color: rgba(235,245,255,.12) !important;
        }

.text-blue-600 .text-secondary, .text-blue-600.text-secondary {
    color: rgba(28,100,242,.7) !important;
}

.text-blue-600 .text-disabled, .text-blue-600 .text-hint, .text-blue-600.text-disabled, .text-blue-600.text-hint {
    color: rgba(28,100,242,.38) !important;
}

.text-blue-600 .divider, .text-blue-600.divider {
    color: rgba(28,100,242,.12) !important;
}

.blue-700 {
    background-color: #1a56db !important;
}

    .blue-700, .blue-700 .mat-icon, .blue-700.mat-icon {
        color: #ebf5ff !important;
    }

        .blue-700 .text-secondary, .blue-700.text-secondary {
            color: rgba(235,245,255,.7) !important;
        }

        .blue-700 .text-disabled, .blue-700 .text-hint, .blue-700.text-disabled, .blue-700.text-hint {
            color: rgba(235,245,255,.38) !important;
        }

        .blue-700 .divider, .blue-700.divider {
            color: rgba(235,245,255,.12) !important;
        }

.text-blue-700 .text-secondary, .text-blue-700.text-secondary {
    color: rgba(26,86,219,.7) !important;
}

.text-blue-700 .text-disabled, .text-blue-700 .text-hint, .text-blue-700.text-disabled, .text-blue-700.text-hint {
    color: rgba(26,86,219,.38) !important;
}

.text-blue-700 .divider, .text-blue-700.divider {
    color: rgba(26,86,219,.12) !important;
}

.blue-800 {
    background-color: #1e429f !important;
}

    .blue-800, .blue-800 .mat-icon, .blue-800.mat-icon {
        color: #ebf5ff !important;
    }

        .blue-800 .text-secondary, .blue-800.text-secondary {
            color: rgba(235,245,255,.7) !important;
        }

        .blue-800 .text-disabled, .blue-800 .text-hint, .blue-800.text-disabled, .blue-800.text-hint {
            color: rgba(235,245,255,.38) !important;
        }

        .blue-800 .divider, .blue-800.divider {
            color: rgba(235,245,255,.12) !important;
        }

.text-blue-800 .text-secondary, .text-blue-800.text-secondary {
    color: rgba(30,66,159,.7) !important;
}

.text-blue-800 .text-disabled, .text-blue-800 .text-hint, .text-blue-800.text-disabled, .text-blue-800.text-hint {
    color: rgba(30,66,159,.38) !important;
}

.text-blue-800 .divider, .text-blue-800.divider {
    color: rgba(30,66,159,.12) !important;
}

.blue-900 {
    background-color: #233876 !important;
}

    .blue-900, .blue-900 .mat-icon, .blue-900.mat-icon {
        color: #ebf5ff !important;
    }

        .blue-900 .text-secondary, .blue-900.text-secondary {
            color: rgba(235,245,255,.7) !important;
        }

        .blue-900 .text-disabled, .blue-900 .text-hint, .blue-900.text-disabled, .blue-900.text-hint {
            color: rgba(235,245,255,.38) !important;
        }

        .blue-900 .divider, .blue-900.divider {
            color: rgba(235,245,255,.12) !important;
        }

.text-blue-900 .text-secondary, .text-blue-900.text-secondary {
    color: rgba(35,56,118,.7) !important;
}

.text-blue-900 .text-disabled, .text-blue-900 .text-hint, .text-blue-900.text-disabled, .text-blue-900.text-hint {
    color: rgba(35,56,118,.38) !important;
}

.text-blue-900 .divider, .text-blue-900.divider {
    color: rgba(35,56,118,.12) !important;
}

.blue {
    background-color: #3f83f8 !important;
}

    .blue, .blue.mat-icon, .blue .mat-icon {
        color: #ebf5ff !important;
    }

        .blue.text-secondary, .blue .text-secondary {
            color: rgba(235,245,255,.7) !important;
        }

        .blue.text-disabled, .blue .text-disabled, .blue.text-hint, .blue .text-hint {
            color: rgba(235,245,255,.38) !important;
        }

        .blue.divider, .blue .divider {
            color: rgba(235,245,255,.12) !important;
        }

.text-blue.text-secondary, .text-blue .text-secondary {
    color: rgba(63,131,248,.7) !important;
}

.text-blue.text-disabled, .text-blue .text-disabled, .text-blue.text-hint, .text-blue .text-hint {
    color: rgba(63,131,248,.38) !important;
}

.text-blue.divider, .text-blue .divider {
    color: rgba(63,131,248,.12) !important;
}

.indigo-50 {
    background-color: #f0f5ff !important;
}

    .indigo-50, .indigo-50 .mat-icon, .indigo-50.mat-icon {
        color: #362f78 !important;
    }

        .indigo-50 .text-secondary, .indigo-50.text-secondary {
            color: rgba(54,47,120,.7) !important;
        }

        .indigo-50 .text-disabled, .indigo-50 .text-hint, .indigo-50.text-disabled, .indigo-50.text-hint {
            color: rgba(54,47,120,.38) !important;
        }

        .indigo-50 .divider, .indigo-50.divider {
            color: rgba(54,47,120,.12) !important;
        }

.text-indigo-50 .text-secondary, .text-indigo-50.text-secondary {
    color: rgba(240,245,255,.7) !important;
}

.text-indigo-50 .text-disabled, .text-indigo-50 .text-hint, .text-indigo-50.text-disabled, .text-indigo-50.text-hint {
    color: rgba(240,245,255,.38) !important;
}

.text-indigo-50 .divider, .text-indigo-50.divider {
    color: rgba(240,245,255,.12) !important;
}

.indigo-100 {
    background-color: #e5edff !important;
}

    .indigo-100, .indigo-100 .mat-icon, .indigo-100.mat-icon {
        color: #362f78 !important;
    }

        .indigo-100 .text-secondary, .indigo-100.text-secondary {
            color: rgba(54,47,120,.7) !important;
        }

        .indigo-100 .text-disabled, .indigo-100 .text-hint, .indigo-100.text-disabled, .indigo-100.text-hint {
            color: rgba(54,47,120,.38) !important;
        }

        .indigo-100 .divider, .indigo-100.divider {
            color: rgba(54,47,120,.12) !important;
        }

.text-indigo-100 .text-secondary, .text-indigo-100.text-secondary {
    color: rgba(229,237,255,.7) !important;
}

.text-indigo-100 .text-disabled, .text-indigo-100 .text-hint, .text-indigo-100.text-disabled, .text-indigo-100.text-hint {
    color: rgba(229,237,255,.38) !important;
}

.text-indigo-100 .divider, .text-indigo-100.divider {
    color: rgba(229,237,255,.12) !important;
}

.indigo-200 {
    background-color: #cddbfe !important;
}

    .indigo-200, .indigo-200 .mat-icon, .indigo-200.mat-icon {
        color: #362f78 !important;
    }

        .indigo-200 .text-secondary, .indigo-200.text-secondary {
            color: rgba(54,47,120,.7) !important;
        }

        .indigo-200 .text-disabled, .indigo-200 .text-hint, .indigo-200.text-disabled, .indigo-200.text-hint {
            color: rgba(54,47,120,.38) !important;
        }

        .indigo-200 .divider, .indigo-200.divider {
            color: rgba(54,47,120,.12) !important;
        }

.text-indigo-200 .text-secondary, .text-indigo-200.text-secondary {
    color: rgba(205,219,254,.7) !important;
}

.text-indigo-200 .text-disabled, .text-indigo-200 .text-hint, .text-indigo-200.text-disabled, .text-indigo-200.text-hint {
    color: rgba(205,219,254,.38) !important;
}

.text-indigo-200 .divider, .text-indigo-200.divider {
    color: rgba(205,219,254,.12) !important;
}

.indigo-300 {
    background-color: #b4c6fc !important;
}

    .indigo-300, .indigo-300 .mat-icon, .indigo-300.mat-icon {
        color: #362f78 !important;
    }

        .indigo-300 .text-secondary, .indigo-300.text-secondary {
            color: rgba(54,47,120,.7) !important;
        }

        .indigo-300 .text-disabled, .indigo-300 .text-hint, .indigo-300.text-disabled, .indigo-300.text-hint {
            color: rgba(54,47,120,.38) !important;
        }

        .indigo-300 .divider, .indigo-300.divider {
            color: rgba(54,47,120,.12) !important;
        }

.text-indigo-300 .text-secondary, .text-indigo-300.text-secondary {
    color: rgba(180,198,252,.7) !important;
}

.text-indigo-300 .text-disabled, .text-indigo-300 .text-hint, .text-indigo-300.text-disabled, .text-indigo-300.text-hint {
    color: rgba(180,198,252,.38) !important;
}

.text-indigo-300 .divider, .text-indigo-300.divider {
    color: rgba(180,198,252,.12) !important;
}

.indigo-400 {
    background-color: #8da2fb !important;
}

    .indigo-400, .indigo-400 .mat-icon, .indigo-400.mat-icon {
        color: #362f78 !important;
    }

        .indigo-400 .text-secondary, .indigo-400.text-secondary {
            color: rgba(54,47,120,.7) !important;
        }

        .indigo-400 .text-disabled, .indigo-400 .text-hint, .indigo-400.text-disabled, .indigo-400.text-hint {
            color: rgba(54,47,120,.38) !important;
        }

        .indigo-400 .divider, .indigo-400.divider {
            color: rgba(54,47,120,.12) !important;
        }

.text-indigo-400 .text-secondary, .text-indigo-400.text-secondary {
    color: rgba(141,162,251,.7) !important;
}

.text-indigo-400 .text-disabled, .text-indigo-400 .text-hint, .text-indigo-400.text-disabled, .text-indigo-400.text-hint {
    color: rgba(141,162,251,.38) !important;
}

.text-indigo-400 .divider, .text-indigo-400.divider {
    color: rgba(141,162,251,.12) !important;
}

.indigo-500 {
    background-color: #6875f5 !important;
}

    .indigo-500, .indigo-500 .mat-icon, .indigo-500.mat-icon {
        color: #f0f5ff !important;
    }

        .indigo-500 .text-secondary, .indigo-500.text-secondary {
            color: rgba(240,245,255,.7) !important;
        }

        .indigo-500 .text-disabled, .indigo-500 .text-hint, .indigo-500.text-disabled, .indigo-500.text-hint {
            color: rgba(240,245,255,.38) !important;
        }

        .indigo-500 .divider, .indigo-500.divider {
            color: rgba(240,245,255,.12) !important;
        }

.text-indigo-500 .text-secondary, .text-indigo-500.text-secondary {
    color: rgba(104,117,245,.7) !important;
}

.text-indigo-500 .text-disabled, .text-indigo-500 .text-hint, .text-indigo-500.text-disabled, .text-indigo-500.text-hint {
    color: rgba(104,117,245,.38) !important;
}

.text-indigo-500 .divider, .text-indigo-500.divider {
    color: rgba(104,117,245,.12) !important;
}

.indigo-600 {
    background-color: #5850ec !important;
}

    .indigo-600, .indigo-600 .mat-icon, .indigo-600.mat-icon {
        color: #f0f5ff !important;
    }

        .indigo-600 .text-secondary, .indigo-600.text-secondary {
            color: rgba(240,245,255,.7) !important;
        }

        .indigo-600 .text-disabled, .indigo-600 .text-hint, .indigo-600.text-disabled, .indigo-600.text-hint {
            color: rgba(240,245,255,.38) !important;
        }

        .indigo-600 .divider, .indigo-600.divider {
            color: rgba(240,245,255,.12) !important;
        }

.text-indigo-600 .text-secondary, .text-indigo-600.text-secondary {
    color: rgba(88,80,236,.7) !important;
}

.text-indigo-600 .text-disabled, .text-indigo-600 .text-hint, .text-indigo-600.text-disabled, .text-indigo-600.text-hint {
    color: rgba(88,80,236,.38) !important;
}

.text-indigo-600 .divider, .text-indigo-600.divider {
    color: rgba(88,80,236,.12) !important;
}

.indigo-700 {
    background-color: #5145cd !important;
}

    .indigo-700, .indigo-700 .mat-icon, .indigo-700.mat-icon {
        color: #f0f5ff !important;
    }

        .indigo-700 .text-secondary, .indigo-700.text-secondary {
            color: rgba(240,245,255,.7) !important;
        }

        .indigo-700 .text-disabled, .indigo-700 .text-hint, .indigo-700.text-disabled, .indigo-700.text-hint {
            color: rgba(240,245,255,.38) !important;
        }

        .indigo-700 .divider, .indigo-700.divider {
            color: rgba(240,245,255,.12) !important;
        }

.text-indigo-700 .text-secondary, .text-indigo-700.text-secondary {
    color: rgba(81,69,205,.7) !important;
}

.text-indigo-700 .text-disabled, .text-indigo-700 .text-hint, .text-indigo-700.text-disabled, .text-indigo-700.text-hint {
    color: rgba(81,69,205,.38) !important;
}

.text-indigo-700 .divider, .text-indigo-700.divider {
    color: rgba(81,69,205,.12) !important;
}

.indigo-800 {
    background-color: #42389d !important;
}

    .indigo-800, .indigo-800 .mat-icon, .indigo-800.mat-icon {
        color: #f0f5ff !important;
    }

        .indigo-800 .text-secondary, .indigo-800.text-secondary {
            color: rgba(240,245,255,.7) !important;
        }

        .indigo-800 .text-disabled, .indigo-800 .text-hint, .indigo-800.text-disabled, .indigo-800.text-hint {
            color: rgba(240,245,255,.38) !important;
        }

        .indigo-800 .divider, .indigo-800.divider {
            color: rgba(240,245,255,.12) !important;
        }

.text-indigo-800 .text-secondary, .text-indigo-800.text-secondary {
    color: rgba(66,56,157,.7) !important;
}

.text-indigo-800 .text-disabled, .text-indigo-800 .text-hint, .text-indigo-800.text-disabled, .text-indigo-800.text-hint {
    color: rgba(66,56,157,.38) !important;
}

.text-indigo-800 .divider, .text-indigo-800.divider {
    color: rgba(66,56,157,.12) !important;
}

.indigo-900 {
    background-color: #362f78 !important;
}

    .indigo-900, .indigo-900 .mat-icon, .indigo-900.mat-icon {
        color: #f0f5ff !important;
    }

        .indigo-900 .text-secondary, .indigo-900.text-secondary {
            color: rgba(240,245,255,.7) !important;
        }

        .indigo-900 .text-disabled, .indigo-900 .text-hint, .indigo-900.text-disabled, .indigo-900.text-hint {
            color: rgba(240,245,255,.38) !important;
        }

        .indigo-900 .divider, .indigo-900.divider {
            color: rgba(240,245,255,.12) !important;
        }

.text-indigo-900 .text-secondary, .text-indigo-900.text-secondary {
    color: rgba(54,47,120,.7) !important;
}

.text-indigo-900 .text-disabled, .text-indigo-900 .text-hint, .text-indigo-900.text-disabled, .text-indigo-900.text-hint {
    color: rgba(54,47,120,.38) !important;
}

.text-indigo-900 .divider, .text-indigo-900.divider {
    color: rgba(54,47,120,.12) !important;
}

.indigo {
    background-color: #6875f5 !important;
}

    .indigo, .indigo.mat-icon, .indigo .mat-icon {
        color: #f0f5ff !important;
    }

        .indigo.text-secondary, .indigo .text-secondary {
            color: rgba(240,245,255,.7) !important;
        }

        .indigo.text-disabled, .indigo .text-disabled, .indigo.text-hint, .indigo .text-hint {
            color: rgba(240,245,255,.38) !important;
        }

        .indigo.divider, .indigo .divider {
            color: rgba(240,245,255,.12) !important;
        }

.text-indigo.text-secondary, .text-indigo .text-secondary {
    color: rgba(104,117,245,.7) !important;
}

.text-indigo.text-disabled, .text-indigo .text-disabled, .text-indigo.text-hint, .text-indigo .text-hint {
    color: rgba(104,117,245,.38) !important;
}

.text-indigo.divider, .text-indigo .divider {
    color: rgba(104,117,245,.12) !important;
}

.purple-50 {
    background-color: #f6f5ff !important;
}

    .purple-50, .purple-50 .mat-icon, .purple-50.mat-icon {
        color: #4a1d96 !important;
    }

        .purple-50 .text-secondary, .purple-50.text-secondary {
            color: rgba(74,29,150,.7) !important;
        }

        .purple-50 .text-disabled, .purple-50 .text-hint, .purple-50.text-disabled, .purple-50.text-hint {
            color: rgba(74,29,150,.38) !important;
        }

        .purple-50 .divider, .purple-50.divider {
            color: rgba(74,29,150,.12) !important;
        }

.text-purple-50 .text-secondary, .text-purple-50.text-secondary {
    color: rgba(246,245,255,.7) !important;
}

.text-purple-50 .text-disabled, .text-purple-50 .text-hint, .text-purple-50.text-disabled, .text-purple-50.text-hint {
    color: rgba(246,245,255,.38) !important;
}

.text-purple-50 .divider, .text-purple-50.divider {
    color: rgba(246,245,255,.12) !important;
}

.purple-100 {
    background-color: #edebfe !important;
}

    .purple-100, .purple-100 .mat-icon, .purple-100.mat-icon {
        color: #4a1d96 !important;
    }

        .purple-100 .text-secondary, .purple-100.text-secondary {
            color: rgba(74,29,150,.7) !important;
        }

        .purple-100 .text-disabled, .purple-100 .text-hint, .purple-100.text-disabled, .purple-100.text-hint {
            color: rgba(74,29,150,.38) !important;
        }

        .purple-100 .divider, .purple-100.divider {
            color: rgba(74,29,150,.12) !important;
        }

.text-purple-100 .text-secondary, .text-purple-100.text-secondary {
    color: rgba(237,235,254,.7) !important;
}

.text-purple-100 .text-disabled, .text-purple-100 .text-hint, .text-purple-100.text-disabled, .text-purple-100.text-hint {
    color: rgba(237,235,254,.38) !important;
}

.text-purple-100 .divider, .text-purple-100.divider {
    color: rgba(237,235,254,.12) !important;
}

.purple-200 {
    background-color: #dcd7fe !important;
}

    .purple-200, .purple-200 .mat-icon, .purple-200.mat-icon {
        color: #4a1d96 !important;
    }

        .purple-200 .text-secondary, .purple-200.text-secondary {
            color: rgba(74,29,150,.7) !important;
        }

        .purple-200 .text-disabled, .purple-200 .text-hint, .purple-200.text-disabled, .purple-200.text-hint {
            color: rgba(74,29,150,.38) !important;
        }

        .purple-200 .divider, .purple-200.divider {
            color: rgba(74,29,150,.12) !important;
        }

.text-purple-200 .text-secondary, .text-purple-200.text-secondary {
    color: rgba(220,215,254,.7) !important;
}

.text-purple-200 .text-disabled, .text-purple-200 .text-hint, .text-purple-200.text-disabled, .text-purple-200.text-hint {
    color: rgba(220,215,254,.38) !important;
}

.text-purple-200 .divider, .text-purple-200.divider {
    color: rgba(220,215,254,.12) !important;
}

.purple-300 {
    background-color: #cabffd !important;
}

    .purple-300, .purple-300 .mat-icon, .purple-300.mat-icon {
        color: #4a1d96 !important;
    }

        .purple-300 .text-secondary, .purple-300.text-secondary {
            color: rgba(74,29,150,.7) !important;
        }

        .purple-300 .text-disabled, .purple-300 .text-hint, .purple-300.text-disabled, .purple-300.text-hint {
            color: rgba(74,29,150,.38) !important;
        }

        .purple-300 .divider, .purple-300.divider {
            color: rgba(74,29,150,.12) !important;
        }

.text-purple-300 .text-secondary, .text-purple-300.text-secondary {
    color: rgba(202,191,253,.7) !important;
}

.text-purple-300 .text-disabled, .text-purple-300 .text-hint, .text-purple-300.text-disabled, .text-purple-300.text-hint {
    color: rgba(202,191,253,.38) !important;
}

.text-purple-300 .divider, .text-purple-300.divider {
    color: rgba(202,191,253,.12) !important;
}

.purple-400 {
    background-color: #ac94fa !important;
}

    .purple-400, .purple-400 .mat-icon, .purple-400.mat-icon {
        color: #4a1d96 !important;
    }

        .purple-400 .text-secondary, .purple-400.text-secondary {
            color: rgba(74,29,150,.7) !important;
        }

        .purple-400 .text-disabled, .purple-400 .text-hint, .purple-400.text-disabled, .purple-400.text-hint {
            color: rgba(74,29,150,.38) !important;
        }

        .purple-400 .divider, .purple-400.divider {
            color: rgba(74,29,150,.12) !important;
        }

.text-purple-400 .text-secondary, .text-purple-400.text-secondary {
    color: rgba(172,148,250,.7) !important;
}

.text-purple-400 .text-disabled, .text-purple-400 .text-hint, .text-purple-400.text-disabled, .text-purple-400.text-hint {
    color: rgba(172,148,250,.38) !important;
}

.text-purple-400 .divider, .text-purple-400.divider {
    color: rgba(172,148,250,.12) !important;
}

.purple-500 {
    background-color: #9061f9 !important;
}

    .purple-500, .purple-500 .mat-icon, .purple-500.mat-icon {
        color: #f6f5ff !important;
    }

        .purple-500 .text-secondary, .purple-500.text-secondary {
            color: rgba(246,245,255,.7) !important;
        }

        .purple-500 .text-disabled, .purple-500 .text-hint, .purple-500.text-disabled, .purple-500.text-hint {
            color: rgba(246,245,255,.38) !important;
        }

        .purple-500 .divider, .purple-500.divider {
            color: rgba(246,245,255,.12) !important;
        }

.text-purple-500 .text-secondary, .text-purple-500.text-secondary {
    color: rgba(144,97,249,.7) !important;
}

.text-purple-500 .text-disabled, .text-purple-500 .text-hint, .text-purple-500.text-disabled, .text-purple-500.text-hint {
    color: rgba(144,97,249,.38) !important;
}

.text-purple-500 .divider, .text-purple-500.divider {
    color: rgba(144,97,249,.12) !important;
}

.purple-600 {
    background-color: #7e3af2 !important;
}

    .purple-600, .purple-600 .mat-icon, .purple-600.mat-icon {
        color: #f6f5ff !important;
    }

        .purple-600 .text-secondary, .purple-600.text-secondary {
            color: rgba(246,245,255,.7) !important;
        }

        .purple-600 .text-disabled, .purple-600 .text-hint, .purple-600.text-disabled, .purple-600.text-hint {
            color: rgba(246,245,255,.38) !important;
        }

        .purple-600 .divider, .purple-600.divider {
            color: rgba(246,245,255,.12) !important;
        }

.text-purple-600 .text-secondary, .text-purple-600.text-secondary {
    color: rgba(126,58,242,.7) !important;
}

.text-purple-600 .text-disabled, .text-purple-600 .text-hint, .text-purple-600.text-disabled, .text-purple-600.text-hint {
    color: rgba(126,58,242,.38) !important;
}

.text-purple-600 .divider, .text-purple-600.divider {
    color: rgba(126,58,242,.12) !important;
}

.purple-700 {
    background-color: #6c2bd9 !important;
}

    .purple-700, .purple-700 .mat-icon, .purple-700.mat-icon {
        color: #f6f5ff !important;
    }

        .purple-700 .text-secondary, .purple-700.text-secondary {
            color: rgba(246,245,255,.7) !important;
        }

        .purple-700 .text-disabled, .purple-700 .text-hint, .purple-700.text-disabled, .purple-700.text-hint {
            color: rgba(246,245,255,.38) !important;
        }

        .purple-700 .divider, .purple-700.divider {
            color: rgba(246,245,255,.12) !important;
        }

.text-purple-700 .text-secondary, .text-purple-700.text-secondary {
    color: rgba(108,43,217,.7) !important;
}

.text-purple-700 .text-disabled, .text-purple-700 .text-hint, .text-purple-700.text-disabled, .text-purple-700.text-hint {
    color: rgba(108,43,217,.38) !important;
}

.text-purple-700 .divider, .text-purple-700.divider {
    color: rgba(108,43,217,.12) !important;
}

.purple-800 {
    background-color: #5521b5 !important;
}

    .purple-800, .purple-800 .mat-icon, .purple-800.mat-icon {
        color: #f6f5ff !important;
    }

        .purple-800 .text-secondary, .purple-800.text-secondary {
            color: rgba(246,245,255,.7) !important;
        }

        .purple-800 .text-disabled, .purple-800 .text-hint, .purple-800.text-disabled, .purple-800.text-hint {
            color: rgba(246,245,255,.38) !important;
        }

        .purple-800 .divider, .purple-800.divider {
            color: rgba(246,245,255,.12) !important;
        }

.text-purple-800 .text-secondary, .text-purple-800.text-secondary {
    color: rgba(85,33,181,.7) !important;
}

.text-purple-800 .text-disabled, .text-purple-800 .text-hint, .text-purple-800.text-disabled, .text-purple-800.text-hint {
    color: rgba(85,33,181,.38) !important;
}

.text-purple-800 .divider, .text-purple-800.divider {
    color: rgba(85,33,181,.12) !important;
}

.purple-900 {
    background-color: #4a1d96 !important;
}

    .purple-900, .purple-900 .mat-icon, .purple-900.mat-icon {
        color: #f6f5ff !important;
    }

        .purple-900 .text-secondary, .purple-900.text-secondary {
            color: rgba(246,245,255,.7) !important;
        }

        .purple-900 .text-disabled, .purple-900 .text-hint, .purple-900.text-disabled, .purple-900.text-hint {
            color: rgba(246,245,255,.38) !important;
        }

        .purple-900 .divider, .purple-900.divider {
            color: rgba(246,245,255,.12) !important;
        }

.text-purple-900 .text-secondary, .text-purple-900.text-secondary {
    color: rgba(74,29,150,.7) !important;
}

.text-purple-900 .text-disabled, .text-purple-900 .text-hint, .text-purple-900.text-disabled, .text-purple-900.text-hint {
    color: rgba(74,29,150,.38) !important;
}

.text-purple-900 .divider, .text-purple-900.divider {
    color: rgba(74,29,150,.12) !important;
}

.purple {
    background-color: #9061f9 !important;
}

    .purple, .purple.mat-icon, .purple .mat-icon {
        color: #f6f5ff !important;
    }

        .purple.text-secondary, .purple .text-secondary {
            color: rgba(246,245,255,.7) !important;
        }

        .purple.text-disabled, .purple .text-disabled, .purple.text-hint, .purple .text-hint {
            color: rgba(246,245,255,.38) !important;
        }

        .purple.divider, .purple .divider {
            color: rgba(246,245,255,.12) !important;
        }

.text-purple.text-secondary, .text-purple .text-secondary {
    color: rgba(144,97,249,.7) !important;
}

.text-purple.text-disabled, .text-purple .text-disabled, .text-purple.text-hint, .text-purple .text-hint {
    color: rgba(144,97,249,.38) !important;
}

.text-purple.divider, .text-purple .divider {
    color: rgba(144,97,249,.12) !important;
}

.pink-50 {
    background-color: #fdf2f8 !important;
}

    .pink-50, .pink-50 .mat-icon, .pink-50.mat-icon {
        color: #751a3d !important;
    }

        .pink-50 .text-secondary, .pink-50.text-secondary {
            color: rgba(117,26,61,.7) !important;
        }

        .pink-50 .text-disabled, .pink-50 .text-hint, .pink-50.text-disabled, .pink-50.text-hint {
            color: rgba(117,26,61,.38) !important;
        }

        .pink-50 .divider, .pink-50.divider {
            color: rgba(117,26,61,.12) !important;
        }

.text-pink-50 .text-secondary, .text-pink-50.text-secondary {
    color: rgba(253,242,248,.7) !important;
}

.text-pink-50 .text-disabled, .text-pink-50 .text-hint, .text-pink-50.text-disabled, .text-pink-50.text-hint {
    color: rgba(253,242,248,.38) !important;
}

.text-pink-50 .divider, .text-pink-50.divider {
    color: rgba(253,242,248,.12) !important;
}

.pink-100 {
    background-color: #fce8f3 !important;
}

    .pink-100, .pink-100 .mat-icon, .pink-100.mat-icon {
        color: #751a3d !important;
    }

        .pink-100 .text-secondary, .pink-100.text-secondary {
            color: rgba(117,26,61,.7) !important;
        }

        .pink-100 .text-disabled, .pink-100 .text-hint, .pink-100.text-disabled, .pink-100.text-hint {
            color: rgba(117,26,61,.38) !important;
        }

        .pink-100 .divider, .pink-100.divider {
            color: rgba(117,26,61,.12) !important;
        }

.text-pink-100 .text-secondary, .text-pink-100.text-secondary {
    color: rgba(252,232,243,.7) !important;
}

.text-pink-100 .text-disabled, .text-pink-100 .text-hint, .text-pink-100.text-disabled, .text-pink-100.text-hint {
    color: rgba(252,232,243,.38) !important;
}

.text-pink-100 .divider, .text-pink-100.divider {
    color: rgba(252,232,243,.12) !important;
}

.pink-200 {
    background-color: #fad1e8 !important;
}

    .pink-200, .pink-200 .mat-icon, .pink-200.mat-icon {
        color: #751a3d !important;
    }

        .pink-200 .text-secondary, .pink-200.text-secondary {
            color: rgba(117,26,61,.7) !important;
        }

        .pink-200 .text-disabled, .pink-200 .text-hint, .pink-200.text-disabled, .pink-200.text-hint {
            color: rgba(117,26,61,.38) !important;
        }

        .pink-200 .divider, .pink-200.divider {
            color: rgba(117,26,61,.12) !important;
        }

.text-pink-200 .text-secondary, .text-pink-200.text-secondary {
    color: rgba(250,209,232,.7) !important;
}

.text-pink-200 .text-disabled, .text-pink-200 .text-hint, .text-pink-200.text-disabled, .text-pink-200.text-hint {
    color: rgba(250,209,232,.38) !important;
}

.text-pink-200 .divider, .text-pink-200.divider {
    color: rgba(250,209,232,.12) !important;
}

.pink-300 {
    background-color: #f8b4d9 !important;
}

    .pink-300, .pink-300 .mat-icon, .pink-300.mat-icon {
        color: #751a3d !important;
    }

        .pink-300 .text-secondary, .pink-300.text-secondary {
            color: rgba(117,26,61,.7) !important;
        }

        .pink-300 .text-disabled, .pink-300 .text-hint, .pink-300.text-disabled, .pink-300.text-hint {
            color: rgba(117,26,61,.38) !important;
        }

        .pink-300 .divider, .pink-300.divider {
            color: rgba(117,26,61,.12) !important;
        }

.text-pink-300 .text-secondary, .text-pink-300.text-secondary {
    color: rgba(248,180,217,.7) !important;
}

.text-pink-300 .text-disabled, .text-pink-300 .text-hint, .text-pink-300.text-disabled, .text-pink-300.text-hint {
    color: rgba(248,180,217,.38) !important;
}

.text-pink-300 .divider, .text-pink-300.divider {
    color: rgba(248,180,217,.12) !important;
}

.pink-400 {
    background-color: #f17eb8 !important;
}

    .pink-400, .pink-400 .mat-icon, .pink-400.mat-icon {
        color: #751a3d !important;
    }

        .pink-400 .text-secondary, .pink-400.text-secondary {
            color: rgba(117,26,61,.7) !important;
        }

        .pink-400 .text-disabled, .pink-400 .text-hint, .pink-400.text-disabled, .pink-400.text-hint {
            color: rgba(117,26,61,.38) !important;
        }

        .pink-400 .divider, .pink-400.divider {
            color: rgba(117,26,61,.12) !important;
        }

.text-pink-400 .text-secondary, .text-pink-400.text-secondary {
    color: rgba(241,126,184,.7) !important;
}

.text-pink-400 .text-disabled, .text-pink-400 .text-hint, .text-pink-400.text-disabled, .text-pink-400.text-hint {
    color: rgba(241,126,184,.38) !important;
}

.text-pink-400 .divider, .text-pink-400.divider {
    color: rgba(241,126,184,.12) !important;
}

.pink-500 {
    background-color: #e74694 !important;
}

    .pink-500, .pink-500 .mat-icon, .pink-500.mat-icon {
        color: #fdf2f8 !important;
    }

        .pink-500 .text-secondary, .pink-500.text-secondary {
            color: rgba(253,242,248,.7) !important;
        }

        .pink-500 .text-disabled, .pink-500 .text-hint, .pink-500.text-disabled, .pink-500.text-hint {
            color: rgba(253,242,248,.38) !important;
        }

        .pink-500 .divider, .pink-500.divider {
            color: rgba(253,242,248,.12) !important;
        }

.text-pink-500 .text-secondary, .text-pink-500.text-secondary {
    color: rgba(231,70,148,.7) !important;
}

.text-pink-500 .text-disabled, .text-pink-500 .text-hint, .text-pink-500.text-disabled, .text-pink-500.text-hint {
    color: rgba(231,70,148,.38) !important;
}

.text-pink-500 .divider, .text-pink-500.divider {
    color: rgba(231,70,148,.12) !important;
}

.pink-600 {
    background-color: #d61f69 !important;
}

    .pink-600, .pink-600 .mat-icon, .pink-600.mat-icon {
        color: #fdf2f8 !important;
    }

        .pink-600 .text-secondary, .pink-600.text-secondary {
            color: rgba(253,242,248,.7) !important;
        }

        .pink-600 .text-disabled, .pink-600 .text-hint, .pink-600.text-disabled, .pink-600.text-hint {
            color: rgba(253,242,248,.38) !important;
        }

        .pink-600 .divider, .pink-600.divider {
            color: rgba(253,242,248,.12) !important;
        }

.text-pink-600 .text-secondary, .text-pink-600.text-secondary {
    color: rgba(214,31,105,.7) !important;
}

.text-pink-600 .text-disabled, .text-pink-600 .text-hint, .text-pink-600.text-disabled, .text-pink-600.text-hint {
    color: rgba(214,31,105,.38) !important;
}

.text-pink-600 .divider, .text-pink-600.divider {
    color: rgba(214,31,105,.12) !important;
}

.pink-700 {
    background-color: #bf125d !important;
}

    .pink-700, .pink-700 .mat-icon, .pink-700.mat-icon {
        color: #fdf2f8 !important;
    }

        .pink-700 .text-secondary, .pink-700.text-secondary {
            color: rgba(253,242,248,.7) !important;
        }

        .pink-700 .text-disabled, .pink-700 .text-hint, .pink-700.text-disabled, .pink-700.text-hint {
            color: rgba(253,242,248,.38) !important;
        }

        .pink-700 .divider, .pink-700.divider {
            color: rgba(253,242,248,.12) !important;
        }

.text-pink-700 .text-secondary, .text-pink-700.text-secondary {
    color: rgba(191,18,93,.7) !important;
}

.text-pink-700 .text-disabled, .text-pink-700 .text-hint, .text-pink-700.text-disabled, .text-pink-700.text-hint {
    color: rgba(191,18,93,.38) !important;
}

.text-pink-700 .divider, .text-pink-700.divider {
    color: rgba(191,18,93,.12) !important;
}

.pink-800 {
    background-color: #99154b !important;
}

    .pink-800, .pink-800 .mat-icon, .pink-800.mat-icon {
        color: #fdf2f8 !important;
    }

        .pink-800 .text-secondary, .pink-800.text-secondary {
            color: rgba(253,242,248,.7) !important;
        }

        .pink-800 .text-disabled, .pink-800 .text-hint, .pink-800.text-disabled, .pink-800.text-hint {
            color: rgba(253,242,248,.38) !important;
        }

        .pink-800 .divider, .pink-800.divider {
            color: rgba(253,242,248,.12) !important;
        }

.text-pink-800 .text-secondary, .text-pink-800.text-secondary {
    color: rgba(153,21,75,.7) !important;
}

.text-pink-800 .text-disabled, .text-pink-800 .text-hint, .text-pink-800.text-disabled, .text-pink-800.text-hint {
    color: rgba(153,21,75,.38) !important;
}

.text-pink-800 .divider, .text-pink-800.divider {
    color: rgba(153,21,75,.12) !important;
}

.pink-900 {
    background-color: #751a3d !important;
}

    .pink-900, .pink-900 .mat-icon, .pink-900.mat-icon {
        color: #fdf2f8 !important;
    }

        .pink-900 .text-secondary, .pink-900.text-secondary {
            color: rgba(253,242,248,.7) !important;
        }

        .pink-900 .text-disabled, .pink-900 .text-hint, .pink-900.text-disabled, .pink-900.text-hint {
            color: rgba(253,242,248,.38) !important;
        }

        .pink-900 .divider, .pink-900.divider {
            color: rgba(253,242,248,.12) !important;
        }

.text-pink-900 .text-secondary, .text-pink-900.text-secondary {
    color: rgba(117,26,61,.7) !important;
}

.text-pink-900 .text-disabled, .text-pink-900 .text-hint, .text-pink-900.text-disabled, .text-pink-900.text-hint {
    color: rgba(117,26,61,.38) !important;
}

.text-pink-900 .divider, .text-pink-900.divider {
    color: rgba(117,26,61,.12) !important;
}

.pink {
    background-color: #e74694 !important;
}

    .pink, .pink.mat-icon, .pink .mat-icon {
        color: #fdf2f8 !important;
    }

        .pink.text-secondary, .pink .text-secondary {
            color: rgba(253,242,248,.7) !important;
        }

        .pink.text-disabled, .pink .text-disabled, .pink.text-hint, .pink .text-hint {
            color: rgba(253,242,248,.38) !important;
        }

        .pink.divider, .pink .divider {
            color: rgba(253,242,248,.12) !important;
        }

.text-pink.text-secondary, .text-pink .text-secondary {
    color: rgba(231,70,148,.7) !important;
}

.text-pink.text-disabled, .text-pink .text-disabled, .text-pink.text-hint, .text-pink .text-hint {
    color: rgba(231,70,148,.38) !important;
}

.text-pink.divider, .text-pink .divider {
    color: rgba(231,70,148,.12) !important;
}

.icon-current .mat-icon {
    color: currentColor !important;
}

.icon-transparent .mat-icon {
    color: transparent !important;
}

.icon-white .mat-icon {
    color: #fff !important;
}

.icon-black .mat-icon {
    color: #000 !important;
}

.icon-gray-50 .mat-icon {
    color: #f9fafb !important;
}

.icon-gray-100 .mat-icon {
    color: #f4f5f7 !important;
}

.icon-gray-200 .mat-icon {
    color: #e5e7eb !important;
}

.icon-gray-300 .mat-icon {
    color: #d2d6dc !important;
}

.icon-gray-400 .mat-icon {
    color: #9fa6b2 !important;
}

.icon-gray-500 .mat-icon {
    color: #6b7280 !important;
}

.icon-gray-600 .mat-icon {
    color: #4b5563 !important;
}

.icon-gray-700 .mat-icon {
    color: #374151 !important;
}

.icon-gray-800 .mat-icon {
    color: #252f3f !important;
}

.icon-gray-900 .mat-icon {
    color: #161e2e !important;
}

.icon-gray .mat-icon {
    color: #6b7280 !important;
}

.icon-cool-gray-50 .mat-icon {
    color: #fbfdfe !important;
}

.icon-cool-gray-100 .mat-icon {
    color: #f1f5f9 !important;
}

.icon-cool-gray-200 .mat-icon {
    color: #e2e8f0 !important;
}

.icon-cool-gray-300 .mat-icon {
    color: #cfd8e3 !important;
}

.icon-cool-gray-400 .mat-icon {
    color: #97a6ba !important;
}

.icon-cool-gray-500 .mat-icon {
    color: #64748b !important;
}

.icon-cool-gray-600 .mat-icon {
    color: #475569 !important;
}

.icon-cool-gray-700 .mat-icon {
    color: #364152 !important;
}

.icon-cool-gray-800 .mat-icon {
    color: #27303f !important;
}

.icon-cool-gray-900 .mat-icon {
    color: #1a202e !important;
}

.icon-cool-gray .mat-icon {
    color: #64748b !important;
}

.icon-red-50 .mat-icon {
    color: #fdf2f2 !important;
}

.icon-red-100 .mat-icon {
    color: #fde8e8 !important;
}

.icon-red-200 .mat-icon {
    color: #fbd5d5 !important;
}

.icon-red-300 .mat-icon {
    color: #f8b4b4 !important;
}

.icon-red-400 .mat-icon {
    color: #f98080 !important;
}

.icon-red-500 .mat-icon {
    color: #f05252 !important;
}

.icon-red-600 .mat-icon {
    color: #e02424 !important;
}

.icon-red-700 .mat-icon {
    color: #c81e1e !important;
}

.icon-red-800 .mat-icon {
    color: #9b1c1c !important;
}

.icon-red-900 .mat-icon {
    color: #771d1d !important;
}

.icon-red .mat-icon {
    color: #f05252 !important;
}

.icon-orange-50 .mat-icon {
    color: #fff8f1 !important;
}

.icon-orange-100 .mat-icon {
    color: #feecdc !important;
}

.icon-orange-200 .mat-icon {
    color: #fcd9bd !important;
}

.icon-orange-300 .mat-icon {
    color: #fdba8c !important;
}

.icon-orange-400 .mat-icon {
    color: #ff8a4c !important;
}

.icon-orange-500 .mat-icon {
    color: #ff5a1f !important;
}

.icon-orange-600 .mat-icon {
    color: #d03801 !important;
}

.icon-orange-700 .mat-icon {
    color: #b43403 !important;
}

.icon-orange-800 .mat-icon {
    color: #8a2c0d !important;
}

.icon-orange-900 .mat-icon {
    color: #771d1d !important;
}

.icon-orange .mat-icon {
    color: #ff5a1f !important;
}

.icon-yellow-50 .mat-icon {
    color: #fdfdea !important;
}

.icon-yellow-100 .mat-icon {
    color: #fdf6b2 !important;
}

.icon-yellow-200 .mat-icon {
    color: #fce96a !important;
}

.icon-yellow-300 .mat-icon {
    color: #faca15 !important;
}

.icon-yellow-400 .mat-icon {
    color: #e3a008 !important;
}

.icon-yellow-500 .mat-icon {
    color: #c27803 !important;
}

.icon-yellow-600 .mat-icon {
    color: #9f580a !important;
}

.icon-yellow-700 .mat-icon {
    color: #8e4b10 !important;
}

.icon-yellow-800 .mat-icon {
    color: #723b13 !important;
}

.icon-yellow-900 .mat-icon {
    color: #633112 !important;
}

.icon-yellow .mat-icon {
    color: #c27803 !important;
}

.icon-green-50 .mat-icon {
    color: #f3faf7 !important;
}

.icon-green-100 .mat-icon {
    color: #def7ec !important;
}

.icon-green-200 .mat-icon {
    color: #bcf0da !important;
}

.icon-green-300 .mat-icon {
    color: #84e1bc !important;
}

.icon-green-400 .mat-icon {
    color: #31c48d !important;
}

.icon-green-500 .mat-icon {
    color: #0e9f6e !important;
}

.icon-green-600 .mat-icon {
    color: #057a55 !important;
}

.icon-green-700 .mat-icon {
    color: #046c4e !important;
}

.icon-green-800 .mat-icon {
    color: #03543f !important;
}

.icon-green-900 .mat-icon {
    color: #014737 !important;
}

.icon-green .mat-icon {
    color: #0e9f6e !important;
}

.icon-teal-50 .mat-icon {
    color: #edfafa !important;
}

.icon-teal-100 .mat-icon {
    color: #d5f5f6 !important;
}

.icon-teal-200 .mat-icon {
    color: #afecef !important;
}

.icon-teal-300 .mat-icon {
    color: #7edce2 !important;
}

.icon-teal-400 .mat-icon {
    color: #16bdca !important;
}

.icon-teal-500 .mat-icon {
    color: #0694a2 !important;
}

.icon-teal-600 .mat-icon {
    color: #047481 !important;
}

.icon-teal-700 .mat-icon {
    color: #036672 !important;
}

.icon-teal-800 .mat-icon {
    color: #05505c !important;
}

.icon-teal-900 .mat-icon {
    color: #014451 !important;
}

.icon-teal .mat-icon {
    color: #0694a2 !important;
}

.icon-blue-50 .mat-icon {
    color: #ebf5ff !important;
}

.icon-blue-100 .mat-icon {
    color: #e1effe !important;
}

.icon-blue-200 .mat-icon {
    color: #c3ddfd !important;
}

.icon-blue-300 .mat-icon {
    color: #a4cafe !important;
}

.icon-blue-400 .mat-icon {
    color: #76a9fa !important;
}

.icon-blue-500 .mat-icon {
    color: #3f83f8 !important;
}

.icon-blue-600 .mat-icon {
    color: #1c64f2 !important;
}

.icon-blue-700 .mat-icon {
    color: #1a56db !important;
}

.icon-blue-800 .mat-icon {
    color: #1e429f !important;
}

.icon-blue-900 .mat-icon {
    color: #233876 !important;
}

.icon-blue .mat-icon {
    color: #3f83f8 !important;
}

.icon-indigo-50 .mat-icon {
    color: #f0f5ff !important;
}

.icon-indigo-100 .mat-icon {
    color: #e5edff !important;
}

.icon-indigo-200 .mat-icon {
    color: #cddbfe !important;
}

.icon-indigo-300 .mat-icon {
    color: #b4c6fc !important;
}

.icon-indigo-400 .mat-icon {
    color: #8da2fb !important;
}

.icon-indigo-500 .mat-icon {
    color: #6875f5 !important;
}

.icon-indigo-600 .mat-icon {
    color: #5850ec !important;
}

.icon-indigo-700 .mat-icon {
    color: #5145cd !important;
}

.icon-indigo-800 .mat-icon {
    color: #42389d !important;
}

.icon-indigo-900 .mat-icon {
    color: #362f78 !important;
}

.icon-indigo .mat-icon {
    color: #6875f5 !important;
}

.icon-purple-50 .mat-icon {
    color: #f6f5ff !important;
}

.icon-purple-100 .mat-icon {
    color: #edebfe !important;
}

.icon-purple-200 .mat-icon {
    color: #dcd7fe !important;
}

.icon-purple-300 .mat-icon {
    color: #cabffd !important;
}

.icon-purple-400 .mat-icon {
    color: #ac94fa !important;
}

.icon-purple-500 .mat-icon {
    color: #9061f9 !important;
}

.icon-purple-600 .mat-icon {
    color: #7e3af2 !important;
}

.icon-purple-700 .mat-icon {
    color: #6c2bd9 !important;
}

.icon-purple-800 .mat-icon {
    color: #5521b5 !important;
}

.icon-purple-900 .mat-icon {
    color: #4a1d96 !important;
}

.icon-purple .mat-icon {
    color: #9061f9 !important;
}

.icon-pink-50 .mat-icon {
    color: #fdf2f8 !important;
}

.icon-pink-100 .mat-icon {
    color: #fce8f3 !important;
}

.icon-pink-200 .mat-icon {
    color: #fad1e8 !important;
}

.icon-pink-300 .mat-icon {
    color: #f8b4d9 !important;
}

.icon-pink-400 .mat-icon {
    color: #f17eb8 !important;
}

.icon-pink-500 .mat-icon {
    color: #e74694 !important;
}

.icon-pink-600 .mat-icon {
    color: #d61f69 !important;
}

.icon-pink-700 .mat-icon {
    color: #bf125d !important;
}

.icon-pink-800 .mat-icon {
    color: #99154b !important;
}

.icon-pink-900 .mat-icon {
    color: #751a3d !important;
}

.icon-pink .mat-icon {
    color: #e74694 !important;
}

.icon-size-12 {
    min-width: 12px !important;
    min-height: 12px !important;
    font-size: 12px !important;
    line-height: 12px !important;
}

    .icon-size-12, .icon-size-12 svg {
        width: 12px !important;
        height: 12px !important;
    }

.icon-size-14 {
    min-width: 14px !important;
    min-height: 14px !important;
    font-size: 14px !important;
    line-height: 14px !important;
}

    .icon-size-14, .icon-size-14 svg {
        width: 14px !important;
        height: 14px !important;
    }

.icon-size-16 {
    min-width: 16px !important;
    min-height: 16px !important;
    font-size: 16px !important;
    line-height: 16px !important;
}

    .icon-size-16, .icon-size-16 svg {
        width: 16px !important;
        height: 16px !important;
    }

.icon-size-18 {
    min-width: 18px !important;
    min-height: 18px !important;
    font-size: 18px !important;
    line-height: 18px !important;
}

    .icon-size-18, .icon-size-18 svg {
        width: 18px !important;
        height: 18px !important;
    }

.icon-size-20 {
    min-width: 20px !important;
    min-height: 20px !important;
    font-size: 20px !important;
    line-height: 20px !important;
}

    .icon-size-20, .icon-size-20 svg {
        width: 20px !important;
        height: 20px !important;
    }

.icon-size-24 {
    min-width: 24px !important;
    min-height: 24px !important;
    font-size: 24px !important;
    line-height: 24px !important;
}

    .icon-size-24, .icon-size-24 svg {
        width: 24px !important;
        height: 24px !important;
    }

.icon-size-32 {
    min-width: 32px !important;
    min-height: 32px !important;
    font-size: 32px !important;
    line-height: 32px !important;
}

    .icon-size-32, .icon-size-32 svg {
        width: 32px !important;
        height: 32px !important;
    }

.icon-size-40 {
    min-width: 40px !important;
    min-height: 40px !important;
    font-size: 40px !important;
    line-height: 40px !important;
}

    .icon-size-40, .icon-size-40 svg {
        width: 40px !important;
        height: 40px !important;
    }

.icon-size-48 {
    min-width: 48px !important;
    min-height: 48px !important;
    font-size: 48px !important;
    line-height: 48px !important;
}

    .icon-size-48, .icon-size-48 svg {
        width: 48px !important;
        height: 48px !important;
    }

.icon-size-56 {
    min-width: 56px !important;
    min-height: 56px !important;
    font-size: 56px !important;
    line-height: 56px !important;
}

    .icon-size-56, .icon-size-56 svg {
        width: 56px !important;
        height: 56px !important;
    }

.icon-size-64 {
    min-width: 64px !important;
    min-height: 64px !important;
    font-size: 64px !important;
    line-height: 64px !important;
}

    .icon-size-64, .icon-size-64 svg {
        width: 64px !important;
        height: 64px !important;
    }

.icon-size-72 {
    min-width: 72px !important;
    min-height: 72px !important;
    font-size: 72px !important;
    line-height: 72px !important;
}

    .icon-size-72, .icon-size-72 svg {
        width: 72px !important;
        height: 72px !important;
    }

.icon-size-80 {
    min-width: 80px !important;
    min-height: 80px !important;
    font-size: 80px !important;
    line-height: 80px !important;
}

    .icon-size-80, .icon-size-80 svg {
        width: 80px !important;
        height: 80px !important;
    }

.icon-size-88 {
    min-width: 88px !important;
    min-height: 88px !important;
    font-size: 88px !important;
    line-height: 88px !important;
}

    .icon-size-88, .icon-size-88 svg {
        width: 88px !important;
        height: 88px !important;
    }

.icon-size-96 {
    min-width: 96px !important;
    min-height: 96px !important;
    font-size: 96px !important;
    line-height: 96px !important;
}

    .icon-size-96, .icon-size-96 svg {
        width: 96px !important;
        height: 96px !important;
    }

.mirror {
    transform: scaleX(-1) !important;
}

.mirror-vertical {
    transform: scaleY(-1) !important;
}


.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

.custom-link
{
    color: #2c2d30;
}

.treo-theme-light:hover .mat-flat-button.mat-primary:hover
{
    background-color:#2c2d30;
}