/*tema*/

:root {
    --bs-blue: #4089e0;
    --bs-indigo: #9b6ab5;
    --bs-purple: #b756a8;
    --bs-pink: #c55d9e;
    --bs-red: #fd5484;
    --bs-orange: #fe7e6b;
    --bs-yellow: #ffd274;
    --bs-green: #77c688;
    --bs-teal: #1fb0d5;
    --bs-cyan: #20a0e7;
    --bs-black: #000;
    --bs-white: #fff;
    --primary-50: #ccbfdf;
    --primary-100: #beaed7;
    --primary-200: #b19dce;
    --primary-300: #a38cc6;
    --primary-400: #967bbd;
    --primary-500: #886ab5;
    --primary-600: #7a59ad;
    --primary-700: #6e4e9e;
    --primary-800: #62468d;
    --primary-900: #563d7c;
    --success-50: #7aece0;
    --success-100: #63e9db;
    --success-200: #4de5d5;
    --success-300: #37e2d0;
    --success-400: #21dfcb;
    --success-500: #1dc9b7;
    --success-600: #1ab3a3;
    --success-700: #179c8e;
    --success-800: #13867a;
    --success-900: #107066;
    --info-50: #9acffa;
    --info-100: #82c4f8;
    --info-200: #6ab8f7;
    --info-300: #51adf6;
    --info-400: #39a1f4;
    --info-500: #2196F3;
    --info-600: #0d8aee;
    --info-700: #0c7cd5;
    --info-800: #0a6ebd;
    --info-900: #0960a5;
    --warning-50: #ffebc1;
    --warning-100: #ffe3a7;
    --warning-200: #ffdb8e;
    --warning-300: #ffd274;
    --warning-400: #ffca5b;
    --warning-500: #ffc241;
    --warning-600: #ffba28;
    --warning-700: #ffb20e;
    --warning-800: #f4a500;
    --warning-900: #da9400;
    --danger-50: #feb7d9;
    --danger-100: #fe9ecb;
    --danger-200: #fe85be;
    --danger-300: #fe6bb0;
    --danger-400: #fd52a3;
    --danger-500: #fd3995;
    --danger-600: #fd2087;
    --danger-700: #fc077a;
    --danger-800: #e7026e;
    --danger-900: #ce0262;
    --fusion-50: #909090;
    --fusion-100: #838383;
    --fusion-200: #767676;
    --fusion-300: dimgray;
    --fusion-400: #5d5d5d;
    --fusion-500: #505050;
    --fusion-600: #434343;
    --fusion-700: #363636;
    --fusion-800: #2a2a2a;
    --fusion-900: #1d1d1d;
    --dark-50: #404040;
    --dark-100: #333333;
    --dark-200: #262626;
    --dark-300: #1a1a1a;
    --dark-400: #0d0d0d;
    --dark-500: #000;
    --dark-600: black;
    --dark-700: black;
    --dark-800: black;
    --dark-900: black;
    --light-50: white;
    --light-100: white;
    --light-200: white;
    --light-300: white;
    --light-400: white;
    --light-500: #fff;
    --light-600: #f2f2f2;
    --light-700: #e6e6e6;
    --light-800: #d9d9d9;
    --light-900: #cccccc;
    --secondary-50: #afb5ba;
    --secondary-100: #a1a8ae;
    --secondary-200: #939ba2;
    --secondary-300: #868e96;
    --secondary-400: #78828a;
    --secondary-500: #6c757d;
    --secondary-600: #60686f;
    --secondary-700: #545b62;
    --secondary-800: #494f54;
    --secondary-900: #3d4246;
    --bs-primary: #886ab5;
    --bs-primary-rgb: 136, 106, 181;
    --bs-primary-text-emphasis: #3e2c5a;
    --bs-primary-bg-subtle: #dad0e8;
    --bs-primary-border-subtle: #beaed7;
    --bs-success: #1dc9b7;
    --bs-success-rgb: 29, 201, 183;
    --bs-success-text-emphasis: #0a433d;
    --bs-success-bg-subtle: #90efe5;
    --bs-success-border-subtle: #63e9db;
    --bs-info: #2196F3;
    --bs-info-rgb: 33, 150, 243;
    --bs-info-text-emphasis: #064475;
    --bs-info-bg-subtle: #b2dbfb;
    --bs-info-border-subtle: #82c4f8;
    --bs-warning: #ffc241;
    --bs-warning-rgb: 255, 194, 65;
    --bs-warning-text-emphasis: #a77100;
    --bs-warning-bg-subtle: #fff3da;
    --bs-warning-border-subtle: #ffe3a7;
    --bs-danger: #fd3995;
    --bs-danger-rgb: 253, 57, 149;
    --bs-danger-text-emphasis: #9b024a;
    --bs-danger-bg-subtle: #ffd0e6;
    --bs-danger-border-subtle: #fe9ecb;
    --bs-fusion: #505050;
    --bs-fusion-rgb: 80, 80, 80;
    --bs-fusion-text-emphasis: #030303;
    --bs-fusion-bg-subtle: #9c9c9c;
    --bs-fusion-border-subtle: #838383;
    --bs-dark: #000;
    --bs-dark-rgb: 0, 0, 0;
    --bs-dark-text-emphasis: black;
    --bs-dark-bg-subtle: #4d4d4d;
    --bs-dark-border-subtle: #333333;
    --bs-light: #fff;
    --bs-light-rgb: 255, 255, 255;
    --bs-light-text-emphasis: #b3b3b3;
    --bs-light-bg-subtle: white;
    --bs-light-border-subtle: white;
    --bs-secondary: #6c757d;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-secondary-text-emphasis: #25282b;
    --bs-secondary-bg-subtle: #bcc1c6;
    --bs-secondary-border-subtle: #a1a8ae;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-form-valid-color: $color-success;
    --bs-form-valid-border-color: $color-success;
    --bs-form-invalid-color: $color-danger;
    --bs-form-invalid-border-color: $color-danger;
    --app-nav-link-color: var(--bs-gray-800);
    --app-nav-link-hover-color: #7a59ad;
    --app-nav-link-active-color: #7a59ad;
    --app-nav-title-color: #666666;
    --app-nav-border-color: rgba(var(--secondary), 0.3);
    --app-nav-item-hover-bg: rgba(136, 106, 181, 0.045);
    --app-nav-item-active-bg: rgba(var(--secondary), 0.07);
    --app-nav-item-active-indicator: var(--app-nav-link-active-color);
    --app-nav-collapse-sign-color: var(--bs-body-color);
    --bs-link-color: #886ab5;
    --bs-link-color-rgb: 136, 106, 181;
    --bs-link-hover-color-rgb: 110, 78, 158;
    --bs-link-decoration: underline;
    --bs-link-hover-color: darken($color-primary, 10%);
    --bs-code-color: #e7026e;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --app-header-height: 5.5rem;
    --menu-width: 18rem;
    --right-content-width: 20rem;
    --menu-width-minified: 4.4rem;
    --menu-top-height-minified: 4rem;
    --menu-top-height: 6rem;
    --drawer-width: 24rem;
    --app-header-fixed: 0;
    --app-nav-full: 0;
    --app-header-background: var(--bs-body-bg);
    --app-nav-background: var(--bs-body-bg);
    --app-drawer-background: var(--bs-body-bg);
    --app-content-background: #fdfdfd;
    --logo-width: 11rem;
    --logo-height: 2rem;
    --app-layout-border-color: rgba(0, 0, 0, 0.07);
    --bs-border-color-translucent: rgba(0, 0, 0, 0.1);
    --bs-border-color: #dee2e6;
    --app-nav-svgicon-size: 1.25rem;
    --collapse-icon-border: rgba(0, 0, 0, 0.3);
    --collapse-icon-border-hover: rgba(var(--primary), 0.8);
    --collapse-icon-width: 2.5rem;
    --collapse-icon-height: 1.8rem;
    --primary: 136, 106, 181;
    --secondary: 108, 117, 125;
    --success: 29, 201, 183;
    --warning: 255, 194, 65;
    --info: 33, 150, 243;
    --danger: 253, 57, 149;
    --fusion: 80, 80, 80;
    --disable: 173, 181, 189;
    --white: 255, 255, 255;
    --font-family: "Public Sans", sans-serif;
    --direction: ltr;
    --transition: transform 470ms cubic-bezier(.34, 1.25, .3, 1);
    --z-index-master: 999;
    --z-index-slave: 2;
    --content-padding: 1.25rem;
    --menu-icon-size: 1.625rem;
    --settings-disabled: 0.3;
    --bs-body-color: #505050;
    --bs-body-font-size: 0.925rem;
    --bs-form-valid-border-color: #1dc9b7;
    --bs-form-invalid-border-color: #fd3995;
    --bs-form-valid-color: #1dc9b7;
    --bs-form-invalid-color: #fd3995;
    --input-placeholder-color: rgba(112, 112, 112, 0.5);
    --bs-secondary-color: rgba(70, 79, 87, 0.70);
    --scrollbar-width: 8px;
    --scrollbar-color: #f1f1f1;
    --scrollbar-thumb: #888;
    --scrollbar-thumb-hover: #555;
    --border-radius-uniform: 0.375rem;
    --border-radius-uniform-sm: 0.25rem;
    --border-radius-uniform-xs: 0.125rem
}

.nav-pills {
    --bs-nav-pills-link-active-bg: #886ab5
}

.progress,
.progress-stacked {
    --bs-progress-bar-bg: #886ab5
}

.list-group {
    --bs-list-group-active-bg: #886ab5;
    --bs-list-group-active-border-color: #886ab5
}

.form-check-input:checked {
    background-color: #886ab5;
    border-color: #886ab5
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #886ab5;
    border-color: #886ab5
}

.list-group-item.active {
    background-color: var(--app-nav-item-active-bg);
    color: var(--bs-body-color)
}

.list-group-item:hover {
    color: var(--app-nav-link-hover-color);
    background-color: var(--app-nav-item-hover-bg)
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes animateFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes animateFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    20% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    60% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    80% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    20% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    60% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    80% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes refresh {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes refresh {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes widthAnimation {
    0% {
        -webkit-transform: translate3d(-90%, 0, 0);
        transform: translate3d(-90%, 0, 0)
    }
    10% {
        -webkit-transform: translate3d(-90%, 0, 0);
        transform: translate3d(-90%, 0, 0)
    }
    20% {
        -webkit-transform: translate3d(-90%, 0, 0);
        transform: translate3d(-90%, 0, 0)
    }
    30% {
        -webkit-transform: translate3d(-90%, 0, 0);
        transform: translate3d(-90%, 0, 0)
    }
    40% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    60% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    70% {
        -webkit-transform: translate3d(-90%, 0, 0);
        transform: translate3d(-90%, 0, 0)
    }
    80% {
        -webkit-transform: translate3d(-90%, 0, 0);
        transform: translate3d(-90%, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-90%, 0, 0);
        transform: translate3d(-90%, 0, 0)
    }
}

@keyframes widthAnimation {
    0% {
        -webkit-transform: translate3d(-90%, 0, 0);
        transform: translate3d(-90%, 0, 0)
    }
    10% {
        -webkit-transform: translate3d(-90%, 0, 0);
        transform: translate3d(-90%, 0, 0)
    }
    20% {
        -webkit-transform: translate3d(-90%, 0, 0);
        transform: translate3d(-90%, 0, 0)
    }
    30% {
        -webkit-transform: translate3d(-90%, 0, 0);
        transform: translate3d(-90%, 0, 0)
    }
    40% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    60% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    70% {
        -webkit-transform: translate3d(-90%, 0, 0);
        transform: translate3d(-90%, 0, 0)
    }
    80% {
        -webkit-transform: translate3d(-90%, 0, 0);
        transform: translate3d(-90%, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-90%, 0, 0);
        transform: translate3d(-90%, 0, 0)
    }
}

@-webkit-keyframes animateFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes animateFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes animateFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes animateFadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes animateFadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes animateFadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes animateFadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeinup {
    animation: animateFadeInUp .5s;
    -webkit-animation: animateFadeInUp .5s
}

.fadeindown {
    animation: animateFadeInDown .5s;
    -webkit-animation: animateFadeInDown .5s
}

.fadeinleft {
    animation: animateFadeInLeft .5s;
    -webkit-animation: animateFadeInLeft .5s
}

.fadeinright {
    animation: animateFadeInRight .5s;
    -webkit-animation: animateFadeInRight .5s
}

body,
html {
    height: 100%
}

body {
    font-family: var(--font-family);
    --bs-body-font-size: 0.875rem
}

a {
    text-decoration: none
}

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

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a:focus:not(.focus-ring),
button:focus:not(.focus-ring),
input:focus:not(.focus-ring),
select:focus:not(.focus-ring),
textarea:focus:not(.focus-ring) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

p {
    margin-bottom: 1.5rem
}

.subheader-title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--page-subheader-color, var(--bs-body-color));
    text-shadow: var(--page-subheader-text-shadow, #fff) 0 1px;
    margin: 0
}

.subheader-title:not(:has(*)) {
    margin-bottom: 2rem
}

.subheader-title .small,
.subheader-title small {
    color: var(--bs-body-color);
    display: block;
    margin: .25rem 0 2rem;
    line-height: 2;
    font-size: 1rem;
    font-weight: 300;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.subheader-title .badge-subheader {
    font-size: .325em;
    font-weight: 400;
    text-shadow: none;
    margin-left: .25rem;
    margin-top: .25rem
}

.app-debug-mode {
    position: relative
}

.app-debug-mode .app-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(var(--primary), .7);
    z-index: 1;
    padding: 2px 4px;
    font-size: .5rem;
    color: #fff
}

.content-wrapper>.app-breadcrumb+* {
    -webkit-animation: animateFadeInUp .3s;
    animation: animateFadeInUp .3s
}

.main-content>* {
    -webkit-animation: animateFadeInUp .7s;
    animation: animateFadeInUp .7s
}

.main-content>*+.row {
    -webkit-animation: animateFadeInUp 1.4s;
    animation: animateFadeInUp 1.4s
}

.app-wrap {
    min-height: 100vh;
    display: grid;
    grid-template-columns: var(--menu-width) auto;
    grid-template-rows: var(--app-header-height) auto;
    grid-template-areas: "header header" "sidebar main" "sidebar main";
    gap: 0;
    padding: 0;
    padding-top: var(--app-header-fixed);
    -webkit-transition: grid-template-columns 470ms cubic-bezier(.34, 1.25, .3, 1);
    transition: grid-template-columns 470ms cubic-bezier(.34, 1.25, .3, 1);
    transition: grid-template-columns 470ms cubic-bezier(.34, 1.25, .3, 1), -ms-grid-columns 470ms cubic-bezier(.34, 1.25, .3, 1)
}

.app-header {
    grid-area: header;
    height: var(--app-header-height);
    padding: 0 2rem 0 0;
    border-bottom: 1px solid var(--app-layout-border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .75rem;
    margin-left: var(--app-nav-full);
    background-color: var(--app-header-background, silver)
}

.app-header .app-logo {
    width: var(--menu-width);
    border-right: 1px solid var(--app-header-background);
    margin-right: 2rem;
    will-change: width;
    -webkit-transition: width 470ms cubic-bezier(.34, 1.25, .3, 1);
    transition: width 470ms cubic-bezier(.34, 1.25, .3, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.app-header .app-search .form-control {
    max-width: 21.875rem;
    height: 2.625rem;
    line-height: normal;
    border-radius: 4px;
    background: 0 0;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: .9375rem;
    padding: .38rem;
    --bs-secondary-color: var(--input-placeholder-color);
    text-overflow: ellipsis
}

.app-header .sa-mode-light {
    display: none
}

html[data-bs-theme=dark] .app-header .sa-mode-light {
    display: block
}

html[data-bs-theme=dark] .app-header .sa-mode-dark {
    display: none
}

.app-sidebar {
    grid-area: sidebar;
    width: var(--menu-width);
    padding: 0;
    border-right: 1px solid var(--app-layout-border-color);
    overflow-x: hidden;
    z-index: 10;
    position: relative;
    background: var(--app-nav-background, silver);
    will-change: width;
    -webkit-transition: width 470ms cubic-bezier(.34, 1.25, .3, 1);
    transition: width 470ms cubic-bezier(.34, 1.25, .3, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.app-sidebar .app-logo {
    display: none
}

.app-sidebar .app-menu-filter-container {
    width: var(--menu-width);
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;

}

.app-body {
    grid-area: main;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    direction: var(--direction);
    max-width: 100%;
    width: 100%;
    overflow-x: auto
}

.app-nav {
    overflow-x: auto;
    padding: var(--content-padding)
}

.app-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: var(--app-content-background, #fdfdfd);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.app-content .content-wrapper {
    padding: 1.5rem 2rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    position: relative;
    overflow-x: hidden
}

.app-content .content-wrapper .main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.app-content .content-wrapper-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 var(--right-content-width);
    flex: 0 0 var(--right-content-width);
    border-left: 1px solid var(--app-layout-border-color)
}

.app-footer,
.nav-footer {
    padding: 1rem 2rem;
    border-top: 1px solid var(--app-layout-border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.app-footer .app-footer-content,
.nav-footer .app-footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .1875rem;
    font-weight: 500
}

.app-footer .app-footer-content .logo,
.nav-footer .app-footer-content .logo {
    height: 1.25rem
}

.sa-fullscreen-on {
    display: none !important
}

body.fullscreen-active .sa-fullscreen-on {
    display: block !important
}

body.fullscreen-active .sa-fullscreen-off {
    display: none !important
}

.hide-page-scrollbar {
    overflow: hidden;
    padding-right: var(--scrollbar-width, 8px)
}

.app-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: var(--drawer-width);
    background: var(--app-drawer-background);
    border-left: 1px solid var(--app-layout-border-color);
    -webkit-transform: translate3d(calc(var(--drawer-width)), 0, 0);
    transform: translate3d(calc(var(--drawer-width)), 0, 0);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: calc(var(--z-index-master) + 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.app-drawer>* {
    padding: var(--content-padding)
}

.app-drawer>:not(.app-drawer-header) {
    overflow-x: auto
}

.app-drawer .app-drawer-header {
    height: var(--app-header-height);
    min-height: var(--app-header-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--app-header-background);
    border-bottom: 1px solid var(--app-layout-border-color)
}

.app-drawer.open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.app-drawer.open+.backdrop:not([data-toggleclass=app-mobile-menu-open]) {
    display: block;
    opacity: 1
}

.backdrop {
    display: none;
    position: fixed;
    z-index: calc(var(--z-index-master) + 1);
    background: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-animation: fadeIn .4s ease-in-out;
    animation: fadeIn .4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.set-header-fixed .app-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: var(--z-index-master)
}

.set-header-fixed.set-nav-full.set-nav-fixed:not(.set-nav-top):not(.set-nav-collapsed) .app-header {
    position: fixed;
    left: var(--menu-width);
    right: 0;
    top: 0
}

.set-header-fixed.set-nav-full.set-nav-fixed:not(.set-nav-top):not(.set-nav-collapsed).set-nav-minified .app-header {
    left: var(--menu-width-minified);
    padding-left: 2rem
}

.set-header-fixed.set-nav-full.set-nav-fixed:not(.set-nav-top):not(.set-nav-collapsed).set-nav-minified .app-header .app-logo {
    display: none
}

.set-header-fixed:not(.set-nav-fixed) [data-class^=set-nav-full] {
    opacity: var(--settings-disabled)
}

.set-header-fixed:not(.set-nav-fixed) [data-class^=set-nav-full]~label {
    opacity: var(--settings-disabled)
}

@media (min-width:992px) {
    .app-debug-mode .app-header::before {
        content: "XXL "
    }
    .hidden-lg {
        display: none !important
    }
    .set-nav-top .app-wrap {
        grid-template-columns: auto auto;
        grid-template-rows: var(--app-header-height) var(--menu-top-height) auto;
        grid-template-areas: "header header " "sidebar sidebar" "main main"
    }
    .set-nav-top .app-sidebar {
        min-height: var(--menu-top-height);
        height: var(--menu-top-height);
        width: auto;
        border-right: 0;
        border-bottom: 2px dashed #333
    }
    .set-nav-top .app-body {
        width: auto
    }
    .set-nav-top [data-class^=set-nav-collapsed],
    .set-nav-top [data-class^=set-nav-full] {
        opacity: var(--settings-disabled);
        text-decoration: line-through
    }
    .set-nav-top [data-class^=set-nav-collapsed]~label,
    .set-nav-top [data-class^=set-nav-full]~label {
        opacity: var(--settings-disabled);
        text-decoration: line-through
    }
    .set-nav-top.set-nav-collapsed [data-class^=set-nav-collapsed],
    .set-nav-top.set-nav-collapsed [data-class^=set-nav-full],
    .set-nav-top.set-nav-full [data-class^=set-nav-collapsed],
    .set-nav-top.set-nav-full [data-class^=set-nav-full] {
        opacity: var(--settings-disabled);
        text-decoration: line-through
    }
    .set-nav-top.set-nav-collapsed [data-class^=set-nav-collapsed]~label,
    .set-nav-top.set-nav-collapsed [data-class^=set-nav-full]~label,
    .set-nav-top.set-nav-full [data-class^=set-nav-collapsed]~label,
    .set-nav-top.set-nav-full [data-class^=set-nav-full]~label {
        opacity: var(--settings-disabled);
        text-decoration: line-through
    }
    .set-nav-top:not(.set-header-fixed) [data-class^=set-nav-fixed] {
        opacity: var(--settings-disabled)
    }
    .set-nav-top:not(.set-header-fixed) [data-class^=set-nav-fixed]~label {
        opacity: var(--settings-disabled)
    }
    .set-nav-minified:not(.set-nav-collapsed) .app-header:has(+.app-sidebar:hover) .app-logo {
        width: calc(var(--menu-width))
    }
    .set-nav-minified:not(.set-nav-collapsed) .app-wrap {
        grid-template-columns: var(--menu-width-minified) auto !important
    }
    .set-nav-minified:not(.set-nav-collapsed) .app-header .app-logo {
        width: var(--menu-width-minified);
        overflow: hidden;
        margin-right: calc(2rem + 1px)
    }
    .set-nav-minified:not(.set-nav-collapsed) .app-sidebar:not(:hover) {
        width: var(--menu-width-minified)
    }
    .set-nav-minified:not(.set-nav-collapsed) .app-sidebar:not(:hover) .app-menu-filter-container #searchInput {
        visibility: hidden
    }
    .set-nav-minified:not(.set-nav-collapsed) .app-sidebar:not(:hover) .primary-nav ul li a span {
        opacity: 0;
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out
    }
    .set-nav-minified:not(.set-nav-collapsed) .app-sidebar:not(:hover) .primary-nav ul ul {
        display: none !important
    }
    .set-nav-minified:not(.set-nav-collapsed) .app-sidebar:not(:hover) .collapse-sign {
        display: none
    }
    .set-nav-minified:not(.set-nav-collapsed) .app-sidebar:not(:hover) .nav-title {
        visibility: hidden;
        position: relative
    }
    .set-nav-minified:not(.set-nav-collapsed) .app-sidebar:not(:hover) .nav-title span {
        display: none
    }
    .set-nav-minified:not(.set-nav-collapsed) .app-sidebar:not(:hover) .nav-title::before {
        content: "...";
        color: currentColor;
        font-size: inherit;
        visibility: visible;
        display: inline-block;
        bottom: 50%;
        inset-inline-start: 0;
        -webkit-margin-start: .225rem;
        margin-inline-start: .225rem;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    .set-nav-minified:not(.set-nav-collapsed) .collapse-icon i {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        margin-left: .90rem
    }
    .set-nav-minified:not(.set-nav-collapsed) .collapse-icon::after {
        width: .4rem
    }
    .set-nav-minified:not(.set-nav-collapsed) .collapse-icon:hover i {
        margin-left: 1.125rem
    }
    .set-nav-minified:not(.set-nav-collapsed) .collapse-icon:hover::after {
        width: .875rem
    }
    .set-nav-fixed.set-nav-top.set-header-fixed .app-sidebar {
        position: fixed;
        top: var(--app-header-height);
        left: 0;
        right: 0;
        z-index: var(--z-index-master);
        overflow-y: auto;
        background-color: rgba(var(--danger), .9)
    }
    .set-nav-fixed:not(.set-nav-top).set-nav-full:not(.set-header-fixed) .app-sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: var(--z-index-master)
    }
    .set-nav-fixed:not(.set-nav-top).set-header-fixed:not(.set-nav-full) .app-sidebar {
        position: fixed;
        top: var(--app-header-height);
        bottom: 0;
        z-index: var(--z-index-master);
        overflow-y: auto
    }
    .set-nav-fixed:not(.set-nav-top).set-header-fixed.set-nav-full .app-sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: var(--z-index-master)
    }
    .set-nav-fixed:not(.set-nav-top).set-header-fixed.set-nav-full .app-sidebar .app-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .set-nav-fixed:not(.set-nav-top).set-header-fixed.set-nav-full .app-header {
        padding-left: 2rem
    }
    .set-nav-fixed:not(.set-nav-top).set-header-fixed.set-nav-full .app-header .app-logo {
        display: none
    }
    .set-nav-collapsed.set-nav-full:not(.set-nav-top):not(.set-nav-minified) [data-class=set-nav-minified],
    .set-nav-collapsed.set-nav-full:not(.set-nav-top):not(.set-nav-minified) [data-class^=set-nav-minify] {
        opacity: var(--settings-disabled)
    }
    .set-nav-collapsed.set-nav-full:not(.set-nav-top):not(.set-nav-minified) [data-class=set-nav-minified]~label,
    .set-nav-collapsed.set-nav-full:not(.set-nav-top):not(.set-nav-minified) [data-class^=set-nav-minify]~label {
        opacity: var(--settings-disabled)
    }
    .set-nav-collapsed.set-nav-full:not(.set-nav-top):not(.set-nav-minified):not(.set-nav-top) .app-wrap {
        grid-template-columns: 0 auto
    }
    .set-nav-collapsed.set-nav-full:not(.set-nav-top):not(.set-nav-minified) .app-sidebar {
        -webkit-transform: translate3d(calc(10px - var(--menu-width)), 0, 0);
        transform: translate3d(calc(10px - var(--menu-width)), 0, 0);
        -webkit-transition: var(--transition);
        transition: var(--transition);
        z-index: var(--z-index-slave);
        position: relative;
        background-color: var(--app-nav-background);
        overflow-x: visible
    }
    .set-nav-collapsed.set-nav-full:not(.set-nav-top):not(.set-nav-minified) .app-sidebar:hover {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .set-nav-collapsed.set-nav-full:not(.set-nav-top):not(.set-nav-minified) .app-sidebar::after {
        content: "";
        position: absolute;
        display: block;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: -1.25rem;
        background: 0 0;
        width: calc(var(--menu-width) + 2.5rem)
    }
    .set-nav-full:not(.set-nav-top):not(.set-header-fixed) .app-wrap {
        grid-template-columns: var(--menu-width) auto;
        grid-template-rows: var(--app-header-height) auto;
        grid-template-areas: "sidebar header " "sidebar main" "sidebar main"
    }
    .set-nav-full:not(.set-nav-top):not(.set-header-fixed) .app-sidebar .app-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: var(--menu-width)
    }
    .set-nav-full:not(.set-nav-top):not(.set-header-fixed) .app-header {
        padding-left: 2rem
    }
    .set-nav-full:not(.set-nav-top):not(.set-header-fixed) .app-header .app-logo {
        display: none
    }
    .set-nav-collapsed.set-nav-fixed .app-sidebar {
        position: fixed !important;
        -webkit-transition: all 470ms cubic-bezier(.34, 1.25, .3, 1);
        transition: all 470ms cubic-bezier(.34, 1.25, .3, 1)
    }
    .set-nav-collapsed:not(.set-nav-full) .app-wrap {
        grid-template-columns: var(--menu-width) auto;
        grid-template-rows: var(--app-header-height) auto;
        grid-template-areas: "sidebar header " "sidebar main" "sidebar main"
    }
    .set-nav-collapsed.set-nav-full.set-header-fixed .app-header {
        z-index: 1;
        padding-left: 2rem
    }
    .set-nav-collapsed.set-nav-full.set-header-fixed .app-header .app-logo {
        display: none
    }
    .set-nav-collapsed.set-nav-full.set-header-fixed.set-nav-minified .app-header {
        position: fixed;
        left: var(--menu-width);
        right: 0;
        top: 0
    }
}

@media only screen and (max-width:1280px) {
    .app-debug-mode .app-header::before {
        content: "XL"
    }
    html {
        font-size: 14px;
        --menu-width: 17rem
    }
}

@media only screen and (max-width:991.98px) {
    .app-debug-mode {
        position: relative
    }
    .app-debug-mode .app-header::before {
        content: "LG"
    }
    .form-control,
    input,
    select,
    textarea {
        font-size: 1rem !important
    }
    .position-on-mobile-absolute {
        position: absolute !important
    }
    .position-on-mobile-absolute {
        position: absolute !important
    }
    .position-on-mobile-relative {
        position: relative !important
    }
    .position-on-mobile-static {
        position: static !important
    }
    .height-mobile-auto {
        height: auto !important;
        min-height: auto !important;
        max-height: auto !important
    }
    .width-mobile-auto {
        width: auto !important;
        min-width: auto !important;
        max-width: auto !important
    }
    .expand-full-height-on-mobile {
        height: calc(100vh - var(--app-header-height)) !important
    }
    .expand-full-width-on-mobile {
        width: 100vw !important;
        max-width: 100vw !important
    }
    html {
        font-size: 17px;
        --menu-width: 18rem
    }
    .app-mobile-menu-open {
        overflow: hidden
    }
    body {
        --bs-body-font-size: 1rem;
        --mobile-page-padding: 1rem;
        --menu-width: 18rem
    }
    .hidden-sm {
        display: none !important
    }
    .app-sidebar {
        background: var(--bs-body-bg)
    }
    .app-wrap {
        grid-template-columns: 0 auto;
        grid-template-rows: var(--app-header-height) auto;
        grid-template-areas: "sidebar header " "sidebar main" "sidebar main"
    }
    .app-header {
        padding: 0 var(--mobile-page-padding) !important;
        gap: 1rem
    }
    .app-header .app-logo {
        display: none
    }
    .app-header .btn-system .profile-image {
        width: 2.8rem;
        height: 2.8rem;
        max-width: 2.8rem;
        max-height: 2.8rem
    }
    .app-header .btn-system .ft-icon {
        width: 1.8rem;
        height: 1.8rem;
        z-index: 1
    }
    .app-header .btn-system::before {
        width: 3.5rem;
        height: 3.5rem;
        z-index: 0
    }
    .app-header .btn-system.show::before,
    .app-header .btn-system:hover::before {
        background: rgba(var(--primary), .1)
    }
    .app-header>.flex-grow-1 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .app-sidebar {
        -webkit-transform: translate3d(calc(-1 * var(--menu-width)), 0, 0);
        transform: translate3d(calc(-1 * var(--menu-width)), 0, 0);
        -webkit-transition: var(--transition);
        transition: var(--transition);
        z-index: calc(var(--z-index-master) + 1);
        top: 0;
        bottom: 0;
        position: fixed;
        overflow-y: auto
    }
    .app-sidebar .app-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid rgba(0, 0, 0, .05)
    }
    .app-sidebar .primary-nav ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1rem
    }
    .app-sidebar .primary-nav .nav-title {
        font-size: .85rem
    }
    .app-sidebar #searchInput {
        font-size: 1rem;
        line-height: 2.5rem
    }
    .app-content .content-wrapper {
        padding: var(--mobile-page-padding)
    }
    .app-footer,
    .nav-footer {
        padding: 1rem var(--mobile-page-padding)
    }
    .btn-system[data-bs-toggle=dropdown]+.dropdown-menu {
        right: var(--mobile-page-padding) !important
    }
    [data-toggleclass=app-mobile-menu-open].backdrop {
        z-index: var(--z-index-master)
    }
    .app-mobile-menu-open .app-sidebar {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .app-mobile-menu-open [data-toggleclass=app-mobile-menu-open].backdrop {
        display: block;
        opacity: 1
    }
    .set-header-fixed .app-header {
        left: 0 !important
    }
    .panel-hdr .h2,
    .panel-hdr h2 {
        font-size: 1rem !important
    }
    .panel.panel-icon .panel-toolbar [data-action*=panel-]:not(.dropdown-item) .ft-icon {
        width: 1.8rem !important;
        height: 1.8rem !important
    }
}

@media only screen and (max-width:768px) {
    .app-debug-mode .app-header::before {
        content: "MD"
    }
    .hidden-tablet {
        display: none !important
    }
}

@media only screen and (max-width:576px) {
    .app-debug-mode .app-header::before {
        content: "SM"
    }
    .hidden-mobile {
        display: none !important
    }
    html {
        font-size: 16px;
        --menu-width: 18rem
    }
    :root {
        --scrollbar-width: 0px
    }
    .app-header>:first-child~:not(.dropdown-menu) {
        scale: 1;
        opacity: 1;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    .app-header:has(.app-search>input:focus) {
        overflow-x: hidden
    }
    .app-header:has(.app-search>input:focus) .app-search {
        position: absolute;
        left: calc(var(--mobile-page-padding) + 4rem + .5rem);
        right: var(--mobile-page-padding)
    }
    .app-header:has(.app-search>input:focus) .app-search .form-control {
        max-width: unset
    }
    .app-header:has(.app-search>input:focus)>:first-child~:not(.dropdown-menu) {
        scale: 0;
        opacity: 0
    }
    .app-content .breadcrumb .breadcrumb-item {
        max-width: 100px !important
    }
    .app-content .breadcrumb .breadcrumb-item.active {
        max-width: 130px !important
    }
}

.app-logo {
    padding: 0 1.5rem;
    position: relative;
    height: var(--app-header-height);
    width: var(--menu-width);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.app-logo>img,
.app-logo>svg {
    z-index: 2;
    width: var(--logo-width);
    height: var(--logo-height);
    min-width: var(--logo-width)
}

.app-logo>svg {
    fill: none;
    color: currentColor;
    stroke-width: 1px !important;
    --logo-color: rgba(var(--primary), 0.8);
    --logo-color-fill: rgba(var(--white), 0.01)
}

.app-logo[data-prefix]::before {
    content: attr(data-prefix);
    position: absolute;
    display: block;
    background: #fafafa;
    padding: .0625rem .25rem;
    border-radius: .3125rem;
    left: 13.4375rem;
    font-size: .6rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    line-height: 1.08375rem
}






.palette-5 {
    --bg-0: #ffffff;
    --bg-1: #d3f7ff;
    --blob-1: #bb74ff;
    --blob-2: #7c7dff;
    --blob-3: #a0f8ff;
    --blob-4: #ffffff
}

.blobs {
    width: min(60vw, 60vh);
    height: min(60vw, 60vh);
    max-height: 100%;
    max-width: 100%
}

.blobs svg {
    position: relative;
    height: 100%;
    z-index: 2
}

.blobs .blob {
    -webkit-animation: rotate 25s infinite alternate ease-in-out;
    animation: rotate 25s infinite alternate ease-in-out;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .7
}

.blobs .blob path {
    -webkit-animation: blob-anim-1 5s infinite alternate cubic-bezier(.45, .2, .55, .8);
    animation: blob-anim-1 5s infinite alternate cubic-bezier(.45, .2, .55, .8);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: fill .8s ease;
    transition: fill .8s ease
}

.blobs .blob.alt {
    animation-direction: alternate-reverse;
    opacity: .3
}

.blobs .blob-1 path {
    fill: var(--blob-1);
    -webkit-filter: blur(1rem);
    filter: blur(1rem)
}

.blobs .blob-2 {
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
    animation-direction: alternate-reverse
}

.blobs .blob-2 path {
    fill: var(--blob-2);
    -webkit-animation-name: blob-anim-2;
    animation-name: blob-anim-2;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-filter: blur(.75rem);
    filter: blur(.75rem);
    -webkit-transform: scale(.78);
    transform: scale(.78)
}

.blobs .blob-2.alt {
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.blobs .blob-3 {
    -webkit-animation-duration: 23s;
    animation-duration: 23s
}

.blobs .blob-3 path {
    fill: var(--blob-3);
    -webkit-animation-name: blob-anim-3;
    animation-name: blob-anim-3;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-filter: blur(.5rem);
    filter: blur(.5rem);
    -webkit-transform: scale(.76);
    transform: scale(.76)
}

.blobs .blob-4 {
    -webkit-animation-duration: 31s;
    animation-duration: 31s;
    animation-direction: alternate-reverse;
    opacity: .9
}

.blobs .blob-4 path {
    fill: var(--blob-4);
    -webkit-animation-name: blob-anim-4;
    animation-name: blob-anim-4;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-filter: blur(10rem);
    filter: blur(10rem);
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.blobs .blob-4.alt {
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    opacity: .8
}

html[dir=rtl] .app-logo {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

html[dir=rtl] .app-logo::before {
    -webkit-transform: scaleX(-1) translate(0, -50%);
    transform: scaleX(-1) translate(0, -50%)
}

html[dir=rtl] .app-logo {
    background-image: linear-gradient(270deg, rgba(var(--bs-info-rgb), .18), transparent)
}

html[dir=rtl] .app-logo .custom-logo {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.primary-nav {
    padding: .5rem 1.5rem;
    width: var(--menu-width)
}

.primary-nav .badge {
    --bs-badge-font-size: 0.55rem;
    font-weight: 600;
    margin-left: -.25rem;
    border-radius: 3px;
    height: 1rem;
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.primary-nav .badge.badge-end {
    margin-left: auto !important;
    margin-right: 1.5rem !important
}

.primary-nav .nav-title {
    text-transform: uppercase;
    margin: 0;
    color: var(--app-nav-title-color);
    padding: 1rem 0;
    margin-top: .5rem;
    font-size: .7rem;
    letter-spacing: 1px;
    font-weight: 600
}

.primary-nav .nav-title:first-of-type {
    margin-top: 0
}

.primary-nav .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto
}

.primary-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .125rem
}

.primary-nav ul ul::before {
    content: "";
    position: absolute;
    border-left: 1px dashed var(--app-nav-border-color);
    display: block;
    top: 0;
    bottom: 0;
    left: .55rem;
    z-index: 1
}

.primary-nav ul ul>li>ul::before {
    content: "";
    left: 2.1rem
}

.primary-nav ul ul li a {
    line-height: 1.5rem;
    padding-left: calc(1.9rem + 2px);
    border-radius: .625rem;
    font-size: .85rem;
    font-weight: 400
}

.primary-nav ul ul li a:only-child:not(.nav-more-link):hover {
    background-color: var(--app-nav-item-hover-bg)
}

.primary-nav ul ul li.active>a {
    color: var(--app-nav-link-color)
}

.primary-nav ul ul li.active>a .badge {
    margin-left: .75rem
}

.primary-nav ul ul li.active:not(.open):not(.has-ul) a:only-child {
    color: var(--app-nav-link-active-color);
    background-color: var(--app-nav-item-active-bg)
}

.primary-nav ul ul li.active:not(.open):not(.has-ul)::before {
    content: "";
    border-radius: 100%;
    width: .4375rem;
    height: .4375rem;
    background: var(--app-nav-item-active-indicator);
    position: absolute;
    left: .375rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1
}

.primary-nav ul ul ul::before {
    left: 1rem
}

.primary-nav ul li {
    position: relative
}

.primary-nav ul li.active:not(.open).has-ul>a .nav-link-text {
    position: relative
}

.primary-nav ul li.active:not(.open).has-ul>a .nav-link-text::before {
    content: "";
    width: 5px;
    height: 5px;
    background: var(--danger-500);
    position: absolute;
    border-radius: 100%;
    right: -1rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.primary-nav ul li.active>a:only-child .nav-link-text {
    position: relative
}

.primary-nav ul li.active>a:only-child .nav-link-text::before {
    content: "";
    width: 5px;
    height: 5px;
    background: var(--app-nav-active-indicator, var(--danger-500));
    position: absolute;
    border-radius: 100%;
    right: -1rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.primary-nav ul li.active:not(.open):not(.has-ul) a:only-child {
    color: var(--app-nav-link-active-color)
}

.primary-nav ul li:last-child {
    border-bottom: none
}

.primary-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .75rem;
    padding: .5rem 0;
    line-height: 2;
    color: var(--app-nav-link-color);
    font-size: .9375rem;
    position: relative;
    text-decoration: none;
    width: 100%;
    font-weight: var(--app-nav-parent-fw, 600)
}

.primary-nav ul li a .ft-icon {
    width: var(--app-nav-svgicon-size);
    height: var(--app-nav-svgicon-size)
}

.primary-nav ul li a:hover {
    color: var(--app-nav-link-hover-color)
}

.primary-nav ul li a:hover .ft-icon {
    fill: var(--app-nav-item-hover-bg);
    stroke: var(--app-nav-link-hover-color)
}

.primary-nav ul li a>i {
    font-size: 1rem;
    width: 1.5rem
}

.primary-nav ul li a>i::after {
    color: rgba(var(--info), .9)
}

.primary-nav ul li a>i::before {
    color: rgba(var(--primary), .9)
}

.primary-nav ul.nav-menu ul.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.primary-nav ul>li>ul {
    padding-left: 0;
    gap: .25rem
}

.primary-nav ul>li>ul ul {
    padding-left: 1.55rem
}

.primary-nav ul>li>ul ul li a {
    padding-left: 1.4rem;
    border-radius: .625rem;
    -webkit-transition: none;
    transition: none;
    line-height: 1.5rem;
    font-weight: 400
}

.primary-nav ul>li>ul ul li a:not(.nav-more-link):hover {
    background-color: var(--app-nav-item-hover-bg)
}

.primary-nav ul>li>ul ul li.active:not(.open)>a {
    background-color: var(--app-nav-item-active-bg);
    color: var(--app-nav-link-active-color)
}

.collapse-sign {
    position: absolute;
    right: .3125rem;
    font-family: monospace;
    color: var(--app-nav-collapse-sign-color);
    font-size: 1rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-weight: 400
}

.collapse-sign::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    -webkit-transition: var(--bs-accordion-btn-icon-transition);
    transition: var(--bs-accordion-btn-icon-transition)
}

.nav-hidden {
    display: none !important
}

.nav-hidden-container {
    -webkit-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .25rem
}

.nav-show-more {
    padding: 2px 0
}

.nav-show-more .nav-more-link {
    color: rgba(var(--bs-body-color-rgb), .85);
    font-size: .9em;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-weight: 400;
    opacity: .6
}

.nav-show-more .nav-more-link>a:hover {
    background-color: none !important
}

.nav-show-more .nav-more-link:hover {
    color: var(--app-nav-link-hover-color) !important;
    opacity: .9
}

.nav-show-more .nav-more-link.showing-more {
    color: var(--bs-body-color);
    opacity: .7
}

.nav-show-more .nav-more-link.showing-more:hover {
    opacity: .9
}

.nav-show-more .nav-more-link .collapse-sign {
    right: .3125rem
}

.nav-footer {
    padding-left: calc(1.5rem + 2px);
    padding-right: calc(1.5rem + 2px)
}

.set-nav-fixed:where(.set-nav-full, .set-header-fixed) .primary-nav::after,
.set-nav-fixed:where(.set-nav-full, .set-header-fixed) .primary-nav::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--primary-500);
    z-index: 10
}

.set-nav-fixed:where(.set-nav-full, .set-header-fixed) .primary-nav::before {
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .03)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .03) 100%)
}

.set-nav-fixed:where(.set-nav-full, .set-header-fixed) .primary-nav::after {
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .03)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .03) 0, rgba(0, 0, 0, 0) 100%)
}

.set-nav-fixed:where(.set-nav-full, .set-header-fixed) .nav-footer {
    border-top: 0
}

.info-card {
    position: relative;
    width: 100%;
    height: 9.53rem;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2rem;
    -webkit-transition: all .7s cubic-bezier(.34, 1.25, .3, 1);
    transition: all .7s cubic-bezier(.34, 1.25, .3, 1)
}

.info-card img.cover {
    opacity: .5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    height: auto
}

.info-card .profile-image {
    width: 3.125rem;
    height: auto;
    display: inline-block;
    z-index: 2;
    position: relative
}

.info-card .info-card-text {
    margin-left: 1rem;
    color: inherit;
    text-shadow: #000 0 1px;
    z-index: 1;
    position: relative;
    line-height: normal
}

.info-card .info-card-text>span {
    font-weight: 300
}

@media (min-width:1399px) {
    .info-card:hover {
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        will-change: opacity
    }
    .info-card:hover img.cover {
        opacity: .7;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
}

.info-card-text {
    font-size: .875rem;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    line-height: 1.35
}

.info-card-text>span {
    font-size: .875rem;
    display: block;
    font-weight: 300
}

.primary-nav .js-filter-hide {
    display: none !important
}

.primary-nav .js-filter-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding-bottom: 0
}

.primary-nav .js-list-active ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.primary-nav .js-list-active ul .nav-hidden-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: unset !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.primary-nav .js-list-active ul .nav-show-more {
    display: none !important
}

.primary-nav .js-list-active ul ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: unset !important
}

.primary-nav .js-list-active .collapse-sign {
    display: none
}

.primary-nav .js-list-active .nav-title {
    color: var(--bs-link-color);
    font-weight: 600
}

.nav-filter-msg {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 2rem;
    color: var(--bs-white) !important
}

.nav-filter-msg:hover {
    background: var(--bs-danger) !important
}

.nav-filter-msg:hover i {
    width: .84375rem
}

#searchInput {
    border-style: dashed;
    font-size: .875rem;
    line-height: 1.5rem;
    position: relative;
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .07);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, .07);
    --bs-secondary-color: var(--input-placeholder-color)
}

#searchInput:focus {
    background-color: rgba(var(--bs-primary-rgb), .03)
}

#js-nav-menu:has(li:not(.js-filter-hide))+.no-results-msg {
    display: none
}

.set-nav-dark:not([data-bs-theme=dark]) {
    --app-nav-bg: var(--primary-900);
    --app-nav-active-indicator: var(--warning-500);
    --app-nav-collapse-sign-color: rgba(255, 255, 255, 0.5);
    --app-nav-item-active-indicator: rgba(255, 255, 255, 0.5);
    --app-nav-background: var(--app-nav-bg);
    --app-content-background: rgba(var(--bs-primary-rgb), 0.04);
    --app-nav-parent-fw: 500
}

.set-nav-dark:not([data-bs-theme=dark]) .app-sidebar {
    --app-nav-item-hover-bg: rgba(245, 245, 245, 0.045);
    --app-nav-item-active-bg: rgba(255, 255, 255, 0.09);
    --app-nav-link-active-color: rgba(255, 255, 255, 1);
    --app-nav-border-color: rgba(255, 255, 255, 0.2)
}

.set-nav-dark:not([data-bs-theme=dark]) .app-header .app-logo,
.set-nav-dark:not([data-bs-theme=dark]) .app-sidebar .app-logo {
    --app-header-background: var(--app-nav-bg)
}

.set-nav-dark:not([data-bs-theme=dark]) .app-header .app-logo .custom-logo,
.set-nav-dark:not([data-bs-theme=dark]) .app-sidebar .app-logo .custom-logo {
    --logo-color: rgba(var(--white), 1);
    --logo-color-fill: none;
    color: #fff
}


.set-nav-dark:not([data-bs-theme=dark]) .app-header .app-logo::before,
.set-nav-dark:not([data-bs-theme=dark]) .app-sidebar .app-logo::before {
    background: #2b3362;
    color: #fff
}

.set-nav-dark:not([data-bs-theme=dark]) .app-header .app-logo {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(var(--bs-info-rgb), .18)), to(transparent));
    background-image: linear-gradient(270deg, rgba(var(--bs-info-rgb), .18), transparent);
    background-color: var(--app-nav-bg);
    background-repeat: repeat-y;
    background-size: auto;
    background-position: left top
}

.set-nav-dark:not([data-bs-theme=dark]) .app-sidebar {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(var(--bs-info-rgb), .18)), to(transparent));
    background-image: linear-gradient(270deg, rgba(var(--bs-info-rgb), .18), transparent);
    background-color: var(--app-nav-bg);
    background-repeat: repeat-y;
    background-size: auto;
    background-position: left top
}

.set-nav-dark:not([data-bs-theme=dark]) .app-sidebar #searchInput {
    background-color: rgba(255, 255, 255, .05);
    color: rgba(255, 255, 255, .9);
    border-color: rgba(255, 255, 255, .3);
    --bs-secondary-color: rgb(255 255 255 / 40%)
}

.set-nav-dark:not([data-bs-theme=dark]) .app-sidebar #searchInput:focus {
    background-color: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .5);
    outline: 4px solid rgba(255, 255, 255, .1)
}

.set-nav-dark:not([data-bs-theme=dark]) .app-sidebar .info-container {
    --bs-info-border-color: rgba(255, 255, 255, 0.3);
    --bs-info-bg: rgba(255, 255, 255, 0.05);
    --bs-info-color: rgba(255, 255, 255, 0.9)
}

.set-nav-dark:not([data-bs-theme=dark]) .app-sidebar .primary-nav .nav-title {
    color: rgba(255, 255, 255, .6)
}

.set-nav-dark:not([data-bs-theme=dark]) .app-sidebar .primary-nav ul li a {
    color: rgba(255, 255, 255, .6)
}

.set-nav-dark:not([data-bs-theme=dark]) .app-sidebar .primary-nav ul li a .ft-icon {
    fill: rgba(255, 255, 255, .2);
    stroke: rgba(255, 255, 255, .4);
    -ms-flex-negative: 0;
    flex-shrink: 0;

}

.set-nav-dark:not([data-bs-theme=dark]) .app-sidebar .primary-nav ul li a:hover {
    color: rgba(255, 255, 255, .9)
}

.set-nav-dark:not([data-bs-theme=dark]) .app-sidebar .primary-nav ul li a:hover .ft-icon {
    fill: rgba(255, 255, 255, .3);
    stroke: #e5e8fc
}

.set-nav-dark:not([data-bs-theme=dark]) .app-sidebar .primary-nav li.active.has-ul:not(.open)>a {
    color: rgba(255, 255, 255, .9)
}

.set-nav-dark:not([data-bs-theme=dark]) .app-sidebar .primary-nav .nav-show-more .nav-more-link,
.set-nav-dark:not([data-bs-theme=dark]) .app-sidebar .primary-nav .nav-show-more .nav-more-link.showing-more {
    color: rgba(255, 255, 255, .65)
}

.set-nav-dark:not([data-bs-theme=dark]) .app-sidebar .primary-nav .nav-show-more .nav-more-link.showing-more:hover,
.set-nav-dark:not([data-bs-theme=dark]) .app-sidebar .primary-nav .nav-show-more .nav-more-link:hover {
    color: rgba(255, 255, 255, .9) !important
}

.set-nav-dark:not([data-bs-theme=dark]) .app-sidebar .slimScrollBar {
    --scrollbar-color: rgba(255, 255, 255, 0.8);
    --scrollbar-hover-color: rgba(255, 255, 255, 1)
}

.js-filter-hide {
    display: none
}

.js-filter-show {
    display: block
}

.suggestions-container {
    font-size: .9rem;
    color: #666
}

.suggest-title {
    color: #999;
    margin-right: .5rem
}

.suggestion {
    color: rgba(var(--bs-link-color-rgb));
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.suggestion:hover {
    background-color: rgba(33, 150, 243, .1);
    color: rgba(var(--bs-link-hover-color-rgb))
}

.did-you-mean {
    font-size: .9rem;
    color: #666;
    margin-top: .25rem
}

.did-you-mean a {
    color: #2196f3;
    text-decoration: none
}

.did-you-mean a:hover {
    text-decoration: underline
}

.bg-primary-50 {
    background-color: var(--primary-50) !important;
    color: #212121 !important
}

.bg-primary-100 {
    background-color: var(--primary-100) !important;
    color: #212121 !important
}

.bg-primary-150 {
    background-color: var(--primary-150) !important;
    color: #212121 !important
}

.bg-primary-200 {
    background-color: var(--primary-200) !important;
    color: #212121 !important
}

.bg-primary-250 {
    background-color: var(--primary-250) !important;
    color: #212121 !important
}

.bg-primary-300 {
    background-color: var(--primary-300) !important;
    color: #212121 !important
}

.bg-primary-350 {
    background-color: var(--primary-350) !important;
    color: #212121 !important
}

.bg-primary-400 {
    background-color: var(--primary-400) !important;
    color: #fff !important
}

.bg-primary-450 {
    background-color: var(--primary-450) !important;
    color: #fff !important
}

.bg-primary-500 {
    background-color: var(--primary-500) !important;
    color: #fff !important
}

.bg-primary-550 {
    background-color: var(--primary-550) !important;
    color: #fff !important
}

.bg-primary-600 {
    background-color: var(--primary-600) !important;
    color: #fff !important
}

.bg-primary-650 {
    background-color: var(--primary-650) !important;
    color: #fff !important
}

.bg-primary-700 {
    background-color: var(--primary-700) !important;
    color: #fff !important
}

.bg-primary-750 {
    background-color: var(--primary-750) !important;
    color: #fff !important
}

.bg-primary-800 {
    background-color: var(--primary-800) !important;
    color: #fff !important
}

.bg-primary-850 {
    background-color: var(--primary-850) !important;
    color: #fff !important
}

.bg-primary-900 {
    background-color: var(--primary-900) !important;
    color: #fff !important
}

.bg-success-50 {
    background-color: var(--success-50) !important;
    color: #212121 !important
}

.bg-success-100 {
    background-color: var(--success-100) !important;
    color: #212121 !important
}

.bg-success-150 {
    background-color: var(--success-150) !important;
    color: #212121 !important
}

.bg-success-200 {
    background-color: var(--success-200) !important;
    color: #212121 !important
}

.bg-success-250 {
    background-color: var(--success-250) !important;
    color: #212121 !important
}

.bg-success-300 {
    background-color: var(--success-300) !important;
    color: #212121 !important
}

.bg-success-350 {
    background-color: var(--success-350) !important;
    color: #212121 !important
}

.bg-success-400 {
    background-color: var(--success-400) !important;
    color: #212121 !important
}

.bg-success-450 {
    background-color: var(--success-450) !important;
    color: #212121 !important
}

.bg-success-500 {
    background-color: var(--success-500) !important;
    color: #fff !important
}

.bg-success-550 {
    background-color: var(--success-550) !important;
    color: #fff !important
}

.bg-success-600 {
    background-color: var(--success-600) !important;
    color: #fff !important
}

.bg-success-650 {
    background-color: var(--success-650) !important;
    color: #fff !important
}

.bg-success-700 {
    background-color: var(--success-700) !important;
    color: #fff !important
}

.bg-success-750 {
    background-color: var(--success-750) !important;
    color: #fff !important
}

.bg-success-800 {
    background-color: var(--success-800) !important;
    color: #fff !important
}

.bg-success-850 {
    background-color: var(--success-850) !important;
    color: #fff !important
}

.bg-success-900 {
    background-color: var(--success-900) !important;
    color: #fff !important
}

.bg-info-50 {
    background-color: var(--info-50) !important;
    color: #212121 !important
}

.bg-info-100 {
    background-color: var(--info-100) !important;
    color: #212121 !important
}

.bg-info-150 {
    background-color: var(--info-150) !important;
    color: #212121 !important
}

.bg-info-200 {
    background-color: var(--info-200) !important;
    color: #212121 !important
}

.bg-info-250 {
    background-color: var(--info-250) !important;
    color: #212121 !important
}

.bg-info-300 {
    background-color: var(--info-300) !important;
    color: #212121 !important
}

.bg-info-350 {
    background-color: var(--info-350) !important;
    color: #212121 !important
}

.bg-info-400 {
    background-color: var(--info-400) !important;
    color: #fff !important
}

.bg-info-450 {
    background-color: var(--info-450) !important;
    color: #fff !important
}

.bg-info-500 {
    background-color: var(--info-500) !important;
    color: #fff !important
}

.bg-info-550 {
    background-color: var(--info-550) !important;
    color: #fff !important
}

.bg-info-600 {
    background-color: var(--info-600) !important;
    color: #fff !important
}

.bg-info-650 {
    background-color: var(--info-650) !important;
    color: #fff !important
}

.bg-info-700 {
    background-color: var(--info-700) !important;
    color: #fff !important
}

.bg-info-750 {
    background-color: var(--info-750) !important;
    color: #fff !important
}

.bg-info-800 {
    background-color: var(--info-800) !important;
    color: #fff !important
}

.bg-info-850 {
    background-color: var(--info-850) !important;
    color: #fff !important
}

.bg-info-900 {
    background-color: var(--info-900) !important;
    color: #fff !important
}

.bg-warning-50 {
    background-color: var(--warning-50) !important;
    color: #212121 !important
}

.bg-warning-100 {
    background-color: var(--warning-100) !important;
    color: #212121 !important
}

.bg-warning-150 {
    background-color: var(--warning-150) !important;
    color: #212121 !important
}

.bg-warning-200 {
    background-color: var(--warning-200) !important;
    color: #212121 !important
}

.bg-warning-250 {
    background-color: var(--warning-250) !important;
    color: #212121 !important
}

.bg-warning-300 {
    background-color: var(--warning-300) !important;
    color: #212121 !important
}

.bg-warning-350 {
    background-color: var(--warning-350) !important;
    color: #212121 !important
}

.bg-warning-400 {
    background-color: var(--warning-400) !important;
    color: #212121 !important
}

.bg-warning-450 {
    background-color: var(--warning-450) !important;
    color: #212121 !important
}

.bg-warning-500 {
    background-color: var(--warning-500) !important;
    color: #212121 !important
}

.bg-warning-550 {
    background-color: var(--warning-550) !important;
    color: #fff !important
}

.bg-warning-600 {
    background-color: var(--warning-600) !important;
    color: #fff !important
}

.bg-warning-650 {
    background-color: var(--warning-650) !important;
    color: #fff !important
}

.bg-warning-700 {
    background-color: var(--warning-700) !important;
    color: #fff !important
}

.bg-warning-750 {
    background-color: var(--warning-750) !important;
    color: #fff !important
}

.bg-warning-800 {
    background-color: var(--warning-800) !important;
    color: #fff !important
}

.bg-warning-850 {
    background-color: var(--warning-850) !important;
    color: #fff !important
}

.bg-warning-900 {
    background-color: var(--warning-900) !important;
    color: #fff !important
}

.bg-danger-50 {
    background-color: var(--danger-50) !important;
    color: #212121 !important
}

.bg-danger-100 {
    background-color: var(--danger-100) !important;
    color: #212121 !important
}

.bg-danger-150 {
    background-color: var(--danger-150) !important;
    color: #212121 !important
}

.bg-danger-200 {
    background-color: var(--danger-200) !important;
    color: #212121 !important
}

.bg-danger-250 {
    background-color: var(--danger-250) !important;
    color: #212121 !important
}

.bg-danger-300 {
    background-color: var(--danger-300) !important;
    color: #212121 !important
}

.bg-danger-350 {
    background-color: var(--danger-350) !important;
    color: #212121 !important
}

.bg-danger-400 {
    background-color: var(--danger-400) !important;
    color: #fff !important
}

.bg-danger-450 {
    background-color: var(--danger-450) !important;
    color: #fff !important
}

.bg-danger-500 {
    background-color: var(--danger-500) !important;
    color: #fff !important
}

.bg-danger-550 {
    background-color: var(--danger-550) !important;
    color: #fff !important
}

.bg-danger-600 {
    background-color: var(--danger-600) !important;
    color: #fff !important
}

.bg-danger-650 {
    background-color: var(--danger-650) !important;
    color: #fff !important
}

.bg-danger-700 {
    background-color: var(--danger-700) !important;
    color: #fff !important
}

.bg-danger-750 {
    background-color: var(--danger-750) !important;
    color: #fff !important
}

.bg-danger-800 {
    background-color: var(--danger-800) !important;
    color: #fff !important
}

.bg-danger-850 {
    background-color: var(--danger-850) !important;
    color: #fff !important
}

.bg-danger-900 {
    background-color: var(--danger-900) !important;
    color: #fff !important
}

.bg-fusion-50 {
    background-color: var(--fusion-50) !important;
    color: #212121 !important
}

.bg-fusion-100 {
    background-color: var(--fusion-100) !important;
    color: #212121 !important
}

.bg-fusion-150 {
    background-color: var(--fusion-150) !important;
    color: #212121 !important
}

.bg-fusion-200 {
    background-color: var(--fusion-200) !important;
    color: #212121 !important
}

.bg-fusion-250 {
    background-color: var(--fusion-250) !important;
    color: #212121 !important
}

.bg-fusion-300 {
    background-color: var(--fusion-300) !important;
    color: #fff !important
}

.bg-fusion-350 {
    background-color: var(--fusion-350) !important;
    color: #fff !important
}

.bg-fusion-400 {
    background-color: var(--fusion-400) !important;
    color: #fff !important
}

.bg-fusion-450 {
    background-color: var(--fusion-450) !important;
    color: #fff !important
}

.bg-fusion-500 {
    background-color: var(--fusion-500) !important;
    color: #fff !important
}

.bg-fusion-550 {
    background-color: var(--fusion-550) !important;
    color: #fff !important
}

.bg-fusion-600 {
    background-color: var(--fusion-600) !important;
    color: #fff !important
}

.bg-fusion-650 {
    background-color: var(--fusion-650) !important;
    color: #fff !important
}

.bg-fusion-700 {
    background-color: var(--fusion-700) !important;
    color: #fff !important
}

.bg-fusion-750 {
    background-color: var(--fusion-750) !important;
    color: #fff !important
}

.bg-fusion-800 {
    background-color: var(--fusion-800) !important;
    color: #fff !important
}

.bg-fusion-850 {
    background-color: var(--fusion-850) !important;
    color: #fff !important
}

.bg-fusion-900 {
    background-color: var(--fusion-900) !important;
    color: #fff !important
}

.bg-dark-50 {
    background-color: var(--dark-50) !important;
    color: #212121 !important
}

.bg-dark-100 {
    background-color: var(--dark-100) !important;
    color: #212121 !important
}

.bg-dark-150 {
    background-color: var(--dark-150) !important;
    color: #fff !important
}

.bg-dark-200 {
    background-color: var(--dark-200) !important;
    color: #fff !important
}

.bg-dark-250 {
    background-color: var(--dark-250) !important;
    color: #fff !important
}

.bg-dark-300 {
    background-color: var(--dark-300) !important;
    color: #fff !important
}

.bg-dark-350 {
    background-color: var(--dark-350) !important;
    color: #fff !important
}

.bg-dark-400 {
    background-color: var(--dark-400) !important;
    color: #fff !important
}

.bg-dark-450 {
    background-color: var(--dark-450) !important;
    color: #fff !important
}

.bg-dark-500 {
    background-color: var(--dark-500) !important;
    color: #fff !important
}

.bg-dark-550 {
    background-color: var(--dark-550) !important;
    color: #fff !important
}

.bg-dark-600 {
    background-color: var(--dark-600) !important;
    color: #fff !important
}

.bg-dark-650 {
    background-color: var(--dark-650) !important;
    color: #fff !important
}

.bg-dark-700 {
    background-color: var(--dark-700) !important;
    color: #fff !important
}

.bg-dark-750 {
    background-color: var(--dark-750) !important;
    color: #fff !important
}

.bg-dark-800 {
    background-color: var(--dark-800) !important;
    color: #fff !important
}

.bg-dark-850 {
    background-color: var(--dark-850) !important;
    color: #fff !important
}

.bg-dark-900 {
    background-color: var(--dark-900) !important;
    color: #fff !important
}

.bg-light-50 {
    background-color: var(--light-50) !important;
    color: #212121 !important
}

.bg-light-100 {
    background-color: var(--light-100) !important;
    color: #212121 !important
}

.bg-light-150 {
    background-color: var(--light-150) !important;
    color: #212121 !important
}

.bg-light-200 {
    background-color: var(--light-200) !important;
    color: #212121 !important
}

.bg-light-250 {
    background-color: var(--light-250) !important;
    color: #212121 !important
}

.bg-light-300 {
    background-color: var(--light-300) !important;
    color: #212121 !important
}

.bg-light-350 {
    background-color: var(--light-350) !important;
    color: #212121 !important
}

.bg-light-400 {
    background-color: var(--light-400) !important;
    color: #212121 !important
}

.bg-light-450 {
    background-color: var(--light-450) !important;
    color: #212121 !important
}

.bg-light-500 {
    background-color: var(--light-500) !important;
    color: #212121 !important
}

.bg-light-550 {
    background-color: var(--light-550) !important;
    color: #212121 !important
}

.bg-light-600 {
    background-color: var(--light-600) !important;
    color: #212121 !important
}

.bg-light-650 {
    background-color: var(--light-650) !important;
    color: #fff !important
}

.bg-light-700 {
    background-color: var(--light-700) !important;
    color: #fff !important
}

.bg-light-750 {
    background-color: var(--light-750) !important;
    color: #fff !important
}

.bg-light-800 {
    background-color: var(--light-800) !important;
    color: #fff !important
}

.bg-light-850 {
    background-color: var(--light-850) !important;
    color: #fff !important
}

.bg-light-900 {
    background-color: var(--light-900) !important;
    color: #fff !important
}

.bg-secondary-50 {
    background-color: var(--secondary-50) !important;
    color: #212121 !important
}

.bg-secondary-100 {
    background-color: var(--secondary-100) !important;
    color: #212121 !important
}

.bg-secondary-150 {
    background-color: var(--secondary-150) !important;
    color: #212121 !important
}

.bg-secondary-200 {
    background-color: var(--secondary-200) !important;
    color: #212121 !important
}

.bg-secondary-250 {
    background-color: var(--secondary-250) !important;
    color: #212121 !important
}

.bg-secondary-300 {
    background-color: var(--secondary-300) !important;
    color: #212121 !important
}

.bg-secondary-350 {
    background-color: var(--secondary-350) !important;
    color: #fff !important
}

.bg-secondary-400 {
    background-color: var(--secondary-400) !important;
    color: #fff !important
}

.bg-secondary-450 {
    background-color: var(--secondary-450) !important;
    color: #fff !important
}

.bg-secondary-500 {
    background-color: var(--secondary-500) !important;
    color: #fff !important
}

.bg-secondary-550 {
    background-color: var(--secondary-550) !important;
    color: #fff !important
}

.bg-secondary-600 {
    background-color: var(--secondary-600) !important;
    color: #fff !important
}

.bg-secondary-650 {
    background-color: var(--secondary-650) !important;
    color: #fff !important
}

.bg-secondary-700 {
    background-color: var(--secondary-700) !important;
    color: #fff !important
}

.bg-secondary-750 {
    background-color: var(--secondary-750) !important;
    color: #fff !important
}

.bg-secondary-800 {
    background-color: var(--secondary-800) !important;
    color: #fff !important
}

.bg-secondary-850 {
    background-color: var(--secondary-850) !important;
    color: #fff !important
}

.bg-secondary-900 {
    background-color: var(--secondary-900) !important;
    color: #fff !important
}

.bg-placeholder {
    --body-bg: var(--success-500);
    --gp-color-1: var(--primary-900);
    background-color: var(--body-bg);
    background-image: radial-gradient(ellipse at bottom, var(--body-bg) 5%, transparent 60%), linear-gradient(136deg, transparent, var(--gp-color-1) 290%), linear-gradient(115deg, var(--gp-color-1), transparent 40%), linear-gradient(180deg, transparent 0, var(--body-bg) 70%), radial-gradient(ellipse at -70% -180%, transparent 80%, var(--gp-color-1) 0), radial-gradient(ellipse at bottom, var(--body-bg) 40%, transparent 80%), radial-gradient(ellipse at 5% 340%, transparent 80%, var(--gp-color-1) 0);
    background-repeat: no-repeat
}

.bg-subtlelight-fade {
    background-color: var(--bs-body-bg);
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--bs-body-bg)), to(rgba(var(--bs-primary-rgb), .04)));
    background-image: linear-gradient(to top, var(--bs-body-bg), rgba(var(--bs-primary-rgb), .04))
}

.body-bg {
    background-color: var(--bs-body-bg)
}

.content-wrapper:has(>.layout-trimmed) {
    padding: 0 !important
}

.content-wrapper:has(>.layout-trimmed)>:not(.main-content) {
    display: none !important
}

.show-child-on-hover .show-on-hover-parent {
    display: none
}

.show-child-on-hover:hover .show-on-hover-parent {
    display: block
}

.hide-child-on-hover .hide-on-hover-parent {
    display: block
}

.hide-child-on-hover:hover .hide-on-hover-parent {
    display: none
}

.translucent-dark,
.translucent-light {
    background: rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, .37);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, .37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: .625rem;
    border: 1px solid rgba(0, 0, 0, .18)
}

.translucent-light {
    background: rgba(255, 255, 255, .25);
    -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, .37);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, .37);
    border: 1px solid rgba(255, 255, 255, .18)
}

.fw-500,
.fw-bold,
b,
strong {
    font-weight: 500 !important
}

.fw-300,
.fw-light {
    font-weight: 300 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-700 {
    font-weight: 700 !important
}

code {
    --code-background: var(--bs-body-bg);
    background: var(--code-background);
    padding: .125rem .25rem;
    border-radius: .125rem
}

.h2-title {
    font-size: 1.75rem;
    font-weight: 500;
    text-shadow: var(--bs-emphasis-color) 0 1px;
    margin: 3.5rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .3125rem
}

.h2-title:not(:has(*)) {
    margin-bottom: 2.3rem
}

.h3-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 2rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .3125rem
}

.h3-title:not(:has(*)) {
    margin-bottom: .7rem
}

.hover-effect-dot {
    position: relative
}

.hover-effect-dot:before {
    content: "";
    background: rgba(0, 0, 0, .2);
    width: 0%;
    height: 0%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.hover-effect-dot:hover:before {
    width: 75%;
    height: 75%
}

.h-auto {
    height: auto !important
}

.w-auto {
    width: auto !important
}

.min-height-reset {
    min-height: initial !important
}

.max-width-reset {
    max-width: none !important
}

.max-height-reset {
    max-height: none !important
}

.min-width-0 {
    min-width: 0
}

.width-0 {
    width: 0
}

.width-1 {
    width: 1.5rem
}

.width-2 {
    width: 2rem
}

.width-3 {
    width: 2.5rem
}

.width-4 {
    width: 2.75rem
}

.width-5 {
    width: 3rem
}

.width-6 {
    width: 3.25rem
}

.width-7 {
    width: 3.5rem
}

.width-8 {
    width: 3.75rem
}

.width-9 {
    width: 4rem
}

.width-10 {
    width: 4.25rem
}

.width-xs {
    min-width: 5rem
}

.width-max-xs {
    max-width: 5rem
}

.width-sm {
    min-width: 10rem
}

.width-max-sm {
    max-width: 10rem
}

.width-lg {
    min-width: 15rem
}

.width-max-lg {
    max-width: 15rem
}

.width-xl {
    min-width: 20rem
}

.width-max-xl {
    max-width: 20rem
}

.width-max-100 {
    max-width: 100%
}

.height-0 {
    height: 0
}

.height-1 {
    height: 1.5rem
}

.height-2 {
    height: 2rem
}

.height-3 {
    height: 2.5rem
}

.height-4 {
    height: 2.75rem
}

.height-5 {
    height: 3rem
}

.height-6 {
    height: 3.25rem
}

.height-7 {
    height: 3.5rem
}

.height-8 {
    height: 3.75rem
}

.height-9 {
    height: 4rem
}

.height-10 {
    height: 4.25rem
}

.height-xs {
    min-height: 5rem
}

.height-sm {
    min-height: 10rem
}

.height-lg {
    min-height: 15rem
}

.height-xl {
    min-height: 20rem
}

.l-h-n {
    line-height: normal
}

.if-empty-display-none:empty {
    display: none !important
}

[data-hasmore] {
    position: relative;
    color: #fff
}

[data-hasmore]:before {
    content: attr(data-hasmore);
    border-radius: inherit;
    background: rgba(0, 0, 0, .4);
    height: inherit;
    width: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: inherit
}

.time-stamp {
    font-size: .78125rem;
    margin: .25rem 0 0 0;
    color: #767676;
    font-weight: 300
}

.border-faded {
    border: 1px solid rgba(var(--bs-body-color-rgb), var(--row-grid-opacity, .07))
}

.border-transparent {
    border: 1px solid transparent !important
}

.border-top-left-radius-0 {
    border-top-left-radius: 0 !important
}

.border-bottom-left-radius-0 {
    border-bottom-left-radius: 0 !important
}

.border-top-right-radius-0 {
    border-top-right-radius: 0 !important
}

.border-bottom-right-radius-0 {
    border-bottom-right-radius: 0 !important
}

.rounded-plus {
    border-radius: .625rem
}

.rounded-bottom {
    border-radius: 0 0 .25rem .25rem
}

.rounded-top {
    border-radius: .25rem .25rem 0 0
}

a[target]:not(.btn) {
    font-weight: 500;
    -webkit-text-decoration-skip: ink;
    text-decoration: underline !important
}

.profile-image {
    width: 3.125rem;
    height: 3.125rem;
    max-width: 3.125rem;
    max-height: 3.125rem;
    -o-object-fit: cover;
    object-fit: cover
}

.profile-image-md {
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    max-height: 2rem;
    -o-object-fit: cover;
    object-fit: cover
}

.profile-image-sm {
    width: 1.5625rem;
    height: 1.5625rem;
    max-width: 1.5625rem;
    max-height: 1.5625rem;
    -o-object-fit: cover;
    object-fit: cover
}

.text-inverse {
    color: #000
}

.bg-inverse {
    background-color: #000
}

[data-bs-theme=dark] .text-inverse {
    color: #fff
}

[data-bs-theme=dark] .bg-inverse {
    background-color: #fff
}

.status {
    position: relative
}

.status:before {
    content: " ";
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    top: -2px;
    right: -2px;
    background: #505050;
    border-radius: 50%;
    border: 2px solid var(--bs-body-bg)
}

.status.status-sm:before {
    width: 10px;
    height: 10px;
    border-width: 1px;
    top: 0;
    right: 0
}

.status.status-xs:before {
    width: 8px;
    height: 8px;
    border-width: 1px;
    top: 0;
    right: 0
}

.status.status-success:before {
    background: var(--success-500)
}

.status.status-danger:before {
    background: var(--danger-500)
}

.status.status-warning:before {
    background: var(--warning-500)
}

.bg-trans-gradient {
    background: linear-gradient(250deg, #886ab5, #2196f3)
}

.bg-primary-gradient {
    background-image: linear-gradient(250deg, rgba(var(--bs-primary-rgb), .5), transparent)
}

.bg-danger-gradient {
    background-image: linear-gradient(250deg, rgba(206, 2, 98, .7), transparent)
}

.bg-info-gradient {
    background-image: linear-gradient(250deg, rgba(9, 96, 165, .7), transparent)
}

.bg-warning-gradient {
    background-image: linear-gradient(250deg, rgba(218, 148, 0, .7), transparent)
}

.bg-success-gradient {
    background-image: linear-gradient(250deg, rgba(16, 112, 102, .7), transparent)
}

.bg-fusion-gradient {
    background-image: linear-gradient(250deg, rgba(29, 29, 29, .7), transparent)
}

.border-dashed {
    border-style: dashed !important
}

.border-dotted {
    border-style: dotted !important
}

.border-double {
    border-style: double !important
}

.border-groove {
    border-style: groove !important
}

.border-ridge {
    border-style: ridge !important
}

.border-inset {
    border-style: inset !important
}

.border-outset {
    border-style: outset !important
}

.cursor-auto {
    cursor: auto !important
}

.cursor-crosshair {
    cursor: crosshair !important
}

.cursor-default {
    cursor: default !important
}

.cursor-e-resize {
    cursor: e-resize !important
}

.cursor-help {
    cursor: help !important
}

.cursor-move {
    cursor: move !important
}

.cursor-n-resize {
    cursor: n-resize !important
}

.cursor-ne-resize {
    cursor: ne-resize !important
}

.cursor-nw-resize {
    cursor: nw-resize !important
}

.cursor-pointer {
    cursor: pointer !important
}

.cursor-progress {
    cursor: progress !important
}

.cursor-s-resize {
    cursor: s-resize !important
}

.cursor-se-resize {
    cursor: se-resize !important
}

.cursor-sw-resize {
    cursor: sw-resize !important
}

.cursor-text {
    cursor: text !important
}

.cursor-w-resize {
    cursor: w-resize !important
}

.cursor-wait {
    cursor: wait !important
}

.cursor-inherit {
    cursor: inherit !important
}

.row-grid {
    overflow: hidden
}

.row-grid>.col,
.row-grid>[class$=" col"],
.row-grid>[class*=" col "],
.row-grid>[class*=" col-"],
.row-grid>[class=col],
.row-grid>[class^="col "],
.row-grid>[class^=col-] {
    position: relative
}

.row-grid>.col:after,
.row-grid>[class$=" col"]:after,
.row-grid>[class*=" col "]:after,
.row-grid>[class*=" col-"]:after,
.row-grid>[class=col]:after,
.row-grid>[class^="col "]:after,
.row-grid>[class^=col-]:after {
    --row-grid: var(--row-grid-line-rgb, var(--bs-body-color-rgb));
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    display: block;
    width: 0;
    border-left: 1px solid rgba(var(--row-grid), var(--row-grid-opacity, .07))
}

.row-grid>.col:before,
.row-grid>[class$=" col"]:before,
.row-grid>[class*=" col "]:before,
.row-grid>[class*=" col-"]:before,
.row-grid>[class=col]:before,
.row-grid>[class^="col "]:before,
.row-grid>[class^=col-]:before {
    --row-grid: var(--row-grid-line-rgb, var(--bs-body-color-rgb));
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    display: block;
    height: 0;
    border-top: 1px solid rgba(var(--row-grid), var(--row-grid-opacity, .07))
}

.text-gradient {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, var(--info-50)), color-stop(35%, var(--info-300)), color-stop(60%, var(--primary-500)), to(var(--primary-600)));
    background: linear-gradient(180deg, var(--info-50) 10%, var(--info-300) 35%, var(--primary-500) 60%, var(--primary-600) 100%);
    color: var(--info-500);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none
}

.text-truncate-header {
    max-width: 6.0625rem
}

.text-truncate-xs {
    max-width: 4.5625rem
}

.text-truncate-sm {
    max-width: 117px
}

.text-truncate-md {
    max-width: 160px
}

.text-truncate-default {
    max-width: 180px
}

.text-truncate-lg {
    max-width: 200px
}

.p-g {
    padding: 1.5rem
}

.m-g {
    margin: 1.5rem
}

.mb-g {
    margin-bottom: 1.5rem !important
}

.mb-gb {
    margin-bottom: 3rem
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 300;
    display: block;
    font-size: .9375rem;
    line-height: 1.5;
    margin: 2px 0 1.5rem
}

.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: .9375rem
}

.h4 .small,
.h4 small,
h4 .small,
h4 small {
    font-size: .875rem
}

.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: .8125rem
}

.bg-faded {
    background-color: rgba(var(--bs-emphasis-color-rgb), .025)
}

.fs-nano {
    font-size: .6875rem !important
}

.fs-xs {
    font-size: .75rem !important
}

.fs-sm {
    font-size: .78125rem !important
}

.fs-b {
    font-size: .8125rem !important
}

.fs-md {
    font-size: .875rem !important
}

.fs-lg {
    font-size: .9375rem !important
}

.fs-xl {
    font-size: 1rem !important
}

.fs-xxl {
    font-size: 1.75rem !important
}

.opacity-5 {
    opacity: .05
}

.opacity-10 {
    opacity: .1
}

.opacity-15 {
    opacity: .15
}

.opacity-20 {
    opacity: .2
}

.opacity-25 {
    opacity: .25
}

.opacity-30 {
    opacity: .3
}

.opacity-35 {
    opacity: .35
}

.opacity-40 {
    opacity: .4
}

.opacity-45 {
    opacity: .45
}

.opacity-50 {
    opacity: .5
}

.opacity-55 {
    opacity: .55
}

.opacity-60 {
    opacity: .6
}

.opacity-65 {
    opacity: .65
}

.opacity-70 {
    opacity: .7
}

.opacity-75 {
    opacity: .75
}

.opacity-80 {
    opacity: .8
}

.opacity-85 {
    opacity: .85
}

.opacity-90 {
    opacity: .9
}

.opacity-95 {
    opacity: .95
}

.opacity-100 {
    opacity: 1
}

[aria-expanded=false]~.collapsed-reveal {
    display: none
}

[aria-expanded=false] .collapsed-reveal {
    display: none
}

[aria-expanded=false]~.collapsed-hidden {
    display: block
}

[aria-expanded=false] .collapsed-hidden {
    display: block
}

[aria-expanded=true]~.collapsed-reveal {
    display: block
}

[aria-expanded=true] .collapsed-reveal {
    display: block
}

[aria-expanded=true]~.collapsed-hidden {
    display: none
}

[aria-expanded=true] .collapsed-hidden {
    display: none
}

.pos-top {
    top: 0
}

.pos-left {
    left: 0
}

.pos-right {
    right: 0
}

.pos-bottom {
    bottom: 0
}

hr {
    border: none;
    border-bottom: 1px dashed rgba(0, 0, 0, .3)
}

.disabled:not(.btn),
.disabled:not(.btn)>* {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    opacity: .8;
    cursor: not-allowed
}

.hover-bg {
    background: var(--bs-body-bg);
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    color: inherit
}

.hover-bg:hover {
    background: inherit;
    color: inherit
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.shadow-0 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.shadow-1,
.shadow-hover-1:hover {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .02), 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .02), 0 1px 2px rgba(0, 0, 0, .1)
}

.shadow-2,
.shadow-hover-2:hover {
    -webkit-box-shadow: 0 .1rem .15rem rgba(0, 0, 0, .1);
    box-shadow: 0 .1rem .15rem rgba(0, 0, 0, .1)
}

.shadow-3,
.shadow-hover-3:hover {
    -webkit-box-shadow: 0 .1rem .15rem rgba(0, 0, 0, .125);
    box-shadow: 0 .1rem .15rem rgba(0, 0, 0, .125)
}

.shadow-4,
.shadow-hover-4:hover {
    -webkit-box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .125);
    box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .125)
}

.shadow-5,
.shadow-hover-5:hover {
    -webkit-box-shadow: 0 .125rem .325rem rgba(0, 0, 0, .175);
    box-shadow: 0 .125rem .325rem rgba(0, 0, 0, .175)
}

.shadow-hover-inset-1:hover,
.shadow-inset-1 {
    -webkit-box-shadow: inset 0 .25rem .125rem 0 rgba(33, 37, 41, .025);
    box-shadow: inset 0 .25rem .125rem 0 rgba(33, 37, 41, .025)
}

.shadow-hover-inset-2:hover,
.shadow-inset-2 {
    -webkit-box-shadow: inset 0 .2rem .325rem rgba(0, 0, 0, .04);
    box-shadow: inset 0 .2rem .325rem rgba(0, 0, 0, .04)
}

.shadow-hover-inset-3:hover,
.shadow-inset-3 {
    -webkit-box-shadow: inset 0 .2rem .325rem rgba(0, 0, 0, .05);
    box-shadow: inset 0 .2rem .325rem rgba(0, 0, 0, .05)
}

.shadow-hover-inset-4:hover,
.shadow-inset-4 {
    -webkit-box-shadow: inset 0 .25rem .5rem rgba(0, 0, 0, .06);
    box-shadow: inset 0 .25rem .5rem rgba(0, 0, 0, .06)
}

.shadow-hover-inset-5:hover,
.shadow-inset-5 {
    -webkit-box-shadow: inset 0 .35rem .5rem rgba(0, 0, 0, .07);
    box-shadow: inset 0 .35rem .5rem rgba(0, 0, 0, .07)
}

.shadow-sm-hover:hover {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-hover:hover {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg-hover:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.info-card-text {
    font-size: .875rem;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    line-height: 1.35
}

.info-card-text>span {
    font-size: .875rem;
    display: block;
    font-weight: 300
}

.scrolling-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.alpha-1 {
    opacity: .1
}

.alpha-2 {
    opacity: .2
}

.alpha-3 {
    opacity: .3
}

.alpha-4 {
    opacity: .4
}

.alpha-5 {
    opacity: .5
}

.alpha-6 {
    opacity: .6
}

.alpha-7 {
    opacity: .7
}

.alpha-8 {
    opacity: .8
}

.alpha-9 {
    opacity: .9
}

.alpha-10 {
    opacity: 1
}

.rotate-0 {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.rotate-135 {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rotate-225 {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.rotate-315 {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

.rotate-360 {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.kbd-key {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(-225deg, #d5dbe4, #f8f8f8);
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff, 0 1px 2px 1px rgba(30, 35, 90, .4);
    box-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff, 0 1px 2px 1px rgba(30, 35, 90, .4);
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: .4em;
    padding: 0 0 2px;
    position: relative;
    top: -1px;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    height: 18px;
    width: 20px
}

.badge.badge-icon {
    position: absolute;
    display: inline-block;
    background-color: var(--danger-500);
    color: #fff;
    -webkit-box-shadow: 0 0 0 1px var(--bs-body-bg);
    box-shadow: 0 0 0 1px var(--bs-body-bg);
    cursor: default;
    border: 1px solid transparent;
    font-size: .625rem;
    min-width: 1.25rem;
    max-width: 2rem;
    padding: 0 .3125rem;
    border-radius: 1.25rem;
    font-weight: 600;
    line-height: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: translate(10%, -10%);
    transform: translate(10%, -10%)
}

.nav-link {
    font-size: .875rem
}

.saving-indicator {
    position: fixed;
    top: 6.5625rem;
    right: .9375rem;
    font-size: .75rem;
    width: 1.5rem;
    height: 1.5rem;
    color: inherit;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: calc(var(--z-index-master) + 3)
}

.saving-indicator.show {
    opacity: 1
}

.saving-indicator.success {
    color: var(--success-500)
}

.hide-page-scrollbar .saving-indicator {
    right: calc(var(--drawer-width) + 1.5rem)
}

.carousel-indicators {
    list-style: none
}

.slide-on-mobile {
    --sidepanel-width: 15rem;
    --sidepanel-z-index: 10;
    width: var(--sidepanel-width, 15rem)
}

@media only screen and (max-width:991.98px) {
    .slide-on-mobile {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: var(--sidepanel-z-index, 10);
        position: absolute !important;
        top: 0;
        bottom: 0;
        background-color: var(--bs-body-bg, #f8f9fa);
        -webkit-transition: all 470ms cubic-bezier(.34, 1.25, .3, 1);
        transition: all 470ms cubic-bezier(.34, 1.25, .3, 1)
    }
    .slide-backdrop {
        background: 0 0;
        -webkit-transition: background .3s;
        transition: background .3s
    }
    .slide-on-mobile-left {
        border-right: 1px solid rgba(0, 0, 0, .09);
        left: calc(-1 * var(--sidepanel-width, 15rem))
    }
    .slide-on-mobile-left-show {
        left: 0
    }
    .slide-on-mobile-right {
        border-left: 1px solid rgba(0, 0, 0, .09);
        right: calc(-1 * var(--sidepanel-width, 15rem))
    }
    .slide-on-mobile-right-show {
        right: 0
    }
    .slide-on-mobile-left-show+.slide-backdrop,
    .slide-on-mobile-right-show+.slide-backdrop {
        background: rgba(var(--bs-body-color-rgb), .09);
        position: absolute;
        z-index: 9;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0
    }
}

.app-content:has(>.content-wrapper-right) {
    position: relative
}

.content-wrapper-right {
    background-color: var(--bs-body-bg)
}

@media only screen and (max-width:1440px) {
    .content-wrapper-right {
        position: absolute;
        right: calc(-1 * var(--right-content-width));
        width: var(--right-content-width);
        height: 100%;
        top: 0;
        z-index: 1000;
        display: none
    }
    .content-wrapper-right.show {
        display: block;
        right: 0
    }
}

.form-control:focus {
    border-color: var(--primary-500)
}

.form-control:focus+.input-group-text {
    background-color: var(--primary-500);
    color: var(--bs-white);
    border-color: var(--primary-500)
}

.form-control:focus+.input-group-text .form-check-input:checked {
    background-color: var(--primary-700);
    border-color: var(--primary-900)
}

.form-control+.input-group-text {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.input-group:focus-within .input-group-text {
    background-color: var(--primary-500);
    color: var(--bs-white) !important;
    border-color: var(--primary-500)
}

.input-group:focus-within .input-group-text .form-check-input:checked {
    background-color: var(--primary-700);
    border-color: var(--primary-900)
}

.input-group:focus-within .form-select {
    border-color: var(--primary-500)
}

.input-group:focus-within .input-group-text+.input-group-text {
    border-left: 1px solid var(--primary-700)
}

.form-check-input {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.input-group-text {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.input-group.input-group-multi-transition input[type=text] {
    -webkit-transition: width 470ms cubic-bezier(.34, 1.25, .3, 1);
    transition: width 470ms cubic-bezier(.34, 1.25, .3, 1)
}

.input-group.input-group-multi-transition input[type=text]:focus {
    width: 50%
}

.input-group:has(>.form-control.is-invalid) .input-group-text,
.was-validated .input-group.has-validation:has(>.form-control:invalid) .input-group-text,
.was-validated .input-group:has(>.form-control:invalid) .input-group-text {
    background-color: var(--bs-form-invalid-color);
    border-color: var(--bs-form-invalid-border-color);
    color: #fff
}

.input-group:has(>.form-control.is-valid) .input-group-text,
.was-validated .input-group.has-validation:has(>.form-control:valid) .input-group-text,
.was-validated .input-group:has(>.form-control:valid) .input-group-text {
    background-color: var(--bs-form-valid-color);
    border-color: var(--bs-form-valid-border-color);
    color: #fff
}

.form-check-hitbox {
    position: relative
}

.form-check-hitbox .form-check-input {
    position: relative;
    z-index: 2
}

.form-check-hitbox .form-check-input:focus+.form-check-label {
    background: rgba(var(--bs-body-color-rgb), .03)
}

.form-check-hitbox:hover:has(.form-check-input):hover .form-check-label {
    background: rgba(var(--bs-body-color-rgb), .05)
}

.form-check-hitbox .form-check-label {
    position: absolute;
    padding: 1.53em;
    background: 0 0;
    border-radius: 100%;
    -webkit-transform: translate(-86%, -23%);
    transform: translate(-86%, -23%);
    z-index: 1;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.form-check-hitbox .form-check-label:hover {
    background: rgba(var(--bs-body-color-rgb), .05)
}

.offer-card:hover {
    background-color: var(--bs-body-bg);
    border-color: var(--primary-500);
    cursor: pointer
}

.channel-card:hover {
    background-color: var(--bs-body-bg);
    cursor: pointer
}

.channel-card .form-check-input,
.offer-card .form-check-input {
    display: none
}

.offer-card:has(.form-check-input:checked) {
    border-color: var(--primary-500);
    background-color: rgba(var(--bs-primary-rgb), .1)
}

.channel-card:has(.form-check-input:checked) {
    border-color: var(--primary-500);
    background-color: rgba(var(--bs-primary-rgb), .1)
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.list-spaced li {
    margin-top: 7px;
    margin-bottom: 7px
}

.list-spaced li:first-child {
    margin-top: 0
}

.list-spaced li:last-child {
    margin-bottom: 0
}

.list-spaced>li {
    padding: 0 0 .2rem
}

.img-share {
    width: auto;
    height: 2.8125rem
}

span.img-share {
    width: 4.1259375rem;
    height: 2.8125rem
}

.notes {
    padding: 5px;
    background: #f9f4b5
}

.disclaimer {
    padding-left: .625rem;
    font-size: .5rem;
    color: #a2a2a2;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: italic
}

.nav-tabs-clean .nav-item .nav-link {
    border-radius: 0;
    border: 0;
    height: 2.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid transparent !important
}

.nav-tabs .nav-item .nav-link:not(:hover) {
    color: inherit
}

.notification li>:first-child>span>span {
    display: block
}

.modal-content {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2)
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-alert {
    padding: 0 !important
}

.modal-alert .modal-dialog {
    max-width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 3.5rem);
    -webkit-transform: none !important;
    transform: none !important
}

.modal-alert .modal-content {
    background-color: rgba(0, 0, 0, .8);
    border-radius: 0;
    padding: 1.5rem 1rem 1rem
}

.modal-alert .modal-title {
    font-size: 1.5rem;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.modal-alert .modal-body,
.modal-alert .modal-footer,
.modal-alert .modal-header {
    width: 100%;
    max-width: 992px;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    position: relative
}

.modal-alert .close {
    color: #fff;
    text-shadow: 0 1px 0 #000
}

.modal-backdrop-transparent {
    background: 0 0
}

.modal-dialog-bottom,
.modal-dialog-top {
    position: absolute;
    top: 0;
    margin: 0;
    min-width: 100%
}

.modal-dialog-bottom .modal-dialog,
.modal-dialog-top .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0
}

.modal-dialog-bottom .modal-content,
.modal-dialog-top .modal-content {
    border-radius: 0;
    border: 0
}

.modal-dialog-bottom {
    top: auto;
    bottom: 0
}

.modal.fade .modal-dialog-bottom {
    -webkit-transform: translate(0, 25%);
    transform: translate(0, 25%)
}

.modal-dialog-start {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important
}

.modal-dialog-start .modal-content {
    min-height: 100%;
    border-width: 0;
    border-radius: 0
}

.modal.fade .modal-dialog-start {
    -webkit-transform: translate(-25%, 0);
    transform: translate(-25%, 0)
}

.modal-dialog-end {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    border-width: 0
}

.modal-dialog-end .modal-content {
    min-height: 100%;
    border-width: 0;
    border-radius: 0
}

.modal.fade .modal-dialog-end {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-md {
    max-width: 21.875rem
}

.modal-backdrop {
    --bs-backdrop-opacity: 0.4
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02) !important;
    transform: scale(1.02) !important
}

.app-breadcrumb .breadcrumb {
    padding: 0;
    background: 0 0;
    margin: 0 0 1.5rem;
    position: relative;
    --bs-breadcrumb-item-active-color: rgba(var(--bs-body-color-rgb), 0.75);
    font-size: .875rem
}

.app-breadcrumb .breadcrumb .breadcrumb-item {
    max-width: 10.625rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.app-breadcrumb .breadcrumb .breadcrumb-item:hover {
    max-width: 12.5rem !important;
    cursor: default
}

.app-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(var(--bs-body-color-rgb), .3);
    text-shadow: none
}

.breadcrumb {
    margin: 0;
    --bs-breadcrumb-divider-color: rgba(var(--bs-dark-rgb), 0.2)
}

.breadcrumb[class*=" bg-"] .breadcrumb-item+.breadcrumb-item::before,
.breadcrumb[class^=bg-] .breadcrumb-item+.breadcrumb-item::before {
    color: currentColor;
    opacity: .7
}

.breadcrumb>li.breadcrumb-item {
    max-width: 130px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block
}

.breadcrumb>li.breadcrumb-item:hover {
    max-width: 200px !important;
    cursor: default
}

[data-breadcrumb-seperator]+[data-breadcrumb-seperator]::before {
    content: attr(data-breadcrumb-seperator);
    color: currentColor
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: rgba(var(--primary), 0.9);
    --bs-dropdown-link-hover-bg: var(--app-nav-item-hover-bg);
    --bs-dropdown-link-hover-color: var(--primary-500);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    min-width: 10rem;
    padding: .3125rem 0;
    margin: .125rem 0 0;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 0 solid var(--bs-border-color-translucent);
    -webkit-box-shadow: 0 0 15px 1px rgba(var(--bs-dark-rgb), .15);
    box-shadow: 0 0 15px 1px rgba(var(--bs-dark-rgb), .15)
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: var(--bs-body-color);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.btn-system[data-bs-toggle=dropdown]+.dropdown-menu {
    position: absolute;
    top: var(--app-header-height) !important;
    right: 2rem !important;
    left: auto !important;
    padding: 0;
    margin: 0
}

.dropdown-menu-animated {
    -webkit-transform: scale(.8) !important;
    transform: scale(.8) !important;
    -webkit-transition: all 270ms cubic-bezier(.34, 1.25, .3, 1);
    transition: all 270ms cubic-bezier(.34, 1.25, .3, 1);
    opacity: 0;
    visibility: hidden;
    display: block;
    z-index: 1000
}

.show+.dropdown-menu-animated {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    -webkit-transform-origin: -21px;
    transform-origin: -21px;
    opacity: 1;
    visibility: visible
}

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-end {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-end {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-end {
        right: 0;
        left: auto
    }
}

@media (min-width:1399px) {
    .dropdown-menu-xl-start {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-end {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;
    background-color: var(--app-nav-item-hover-bg)
}

.dropdown-item.active,
.dropdown-item.selected,
.dropdown-item:active {
    text-decoration: none;
    font-weight: 500;
    color: var(--app-nav-link-active-color);
    background-color: rgba(var(--secondary), .05)
}

.dropdown-item:active {
    text-decoration: none;
    font-weight: 400;
    background-color: rgba(33, 150, 243, .09)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-gray-500);
    pointer-events: none;
    background-color: transparent
}

.dropdown-header {
    display: block;
    padding: .3125rem 1.5rem;
    margin-bottom: 0;
    font-size: .725rem;
    color: var(--bs-body-color);
    white-space: nowrap;
    font-weight: 300
}

.dropdown-item-text {
    display: block;
    padding: .75rem 1.5rem;
    color: var(--bs-body-color)
}

.dropdown-menu.dropdown-sm {
    width: 8rem;
    height: auto
}

.dropdown-menu.dropdown-md {
    width: 14rem;
    height: auto
}

.dropdown-menu.dropdown-lg {
    width: 17.5rem;
    height: auto
}

.dropdown-menu.dropdown-xl {
    width: 21.875rem;
    height: auto
}

.dropdown-menu .dropdown-item:first-child,
.dropdown-menu .dropdown-item:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    margin-bottom: .2em;
    vertical-align: middle;
    width: .8em;
    height: .8em;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 9L12 17L20 9' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 9L12 17L20 9' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat 50% 50%;
    background-color: currentColor;
    border: 0 !important;
    content: "" !important
}

.dropdown-toggle.disabled::after,
.dropdown-toggle:disabled::after {
    opacity: .65
}

.dropdown-toggle:has(.visually-hidden)::after {
    margin-left: 0
}

.dropup .dropdown-toggle::after {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 17L12 9L20 17' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 17L12 9L20 17' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat 50% 50%;
    margin-bottom: 0;
    vertical-align: 0
}

.dropend .dropdown-toggle::after {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 4L17 12L9 20' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 4L17 12L9 20' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat 50% 50%;
    margin-bottom: 0
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: middle;
    width: .8em;
    height: .8em;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 4L9 12L17 20' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 4L9 12L17 20' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat 50% 50%;
    background-color: currentColor;
    border: 0 !important;
    content: "" !important
}

.dropstart .dropdown-toggle::after {
    display: none
}

.nav-item .dropdown-toggle:after {
    font-size: .9em
}

.dropdown-toggle.no-arrow::after,
.dropdown-toggle.no-arrow:not([data-bs-toggle=dropdown])::before {
    display: none !important
}

.dropdown-menu .dropdown-menu {
    display: none
}

.dropdown-menu .dropdown-menu::after {
    content: "";
    display: block;
    width: 130%;
    height: 130%;
    background-color: transparent;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.dropdown-multilevel {
    position: relative
}

.dropdown-multilevel .dropdown-item {
    cursor: pointer
}

.dropdown-multilevel:hover>.dropdown-menu {
    top: -2px;
    left: 100%;
    display: block
}

.dropdown-multilevel.dropdown-multilevel-left .dropdown-menu {
    right: 100%;
    left: auto
}

.dropdown-menu .dropdown-multilevel:hover>.dropdown-item:not(.disabled) {
    background: var(--bs-dropdown-link-hover-bg);
    color: var(--bs-dropdown-link-hover-color)
}

.dropdown-menu .dropdown-menu .dropdown-item {
    padding-top: .45rem !important;
    padding-bottom: .45rem !important;
    font-size: .825rem
}

.card,
.card-group {
    -webkit-box-shadow: 0 0 13px 0 rgba(var(--bs-primary-rgb), .08);
    box-shadow: 0 0 13px 0 rgba(var(--bs-primary-rgb), .08)
}

.card {
    --bs-card-cap-padding-y: 1rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-title-spacer-y: 0rem
}

.card-group>.card {
    -webkit-box-shadow: none;
    box-shadow: none
}

.list-group-item {
    --bs-list-group-item-padding-x: 1.25rem;
    --bs-list-group-item-padding-y: 0.75rem
}

.pagination {
    --bs-pagination-active-bg: var(--primary-900);
    --bs-pagination-active-bg: var(--primary-500);
    --bs-pagination-active-border-color: var(--primary-700);
    --bs-pagination-color: var(--bs-body-color);
    --bs-pagination-focus-color: var(--bs-body-color);
    --bs-pagination-hover-color: var(--primary-500);
    --bs-pagination-disabled-border-color: rgba(var(--bs-emphasis-color-rgb), 0.2);
    --bs-pagination-font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: var(--bs-border-radius)
}

.pagination .page-item:not(:first-child) {
    margin-left: .25rem
}

.page-link {
    position: relative;
    display: block;
    margin-left: -1px;
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: .25rem
}

.page-link:hover {
    z-index: 2;
    text-decoration: none;
    background-color: var(--primary-500) !important;
    color: #fff;
    border-color: var(--primary-700)
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem transparent;
    box-shadow: 0 0 0 .2rem transparent
}

.page-item .page-link {
    height: 100%
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: .75rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm)
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm)
}

.pagination-sm .page-link {
    padding: .25rem .6rem;
    font-size: .75rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-border-radius-sm)
}

.pagination-xs .page-link {
    padding: .2rem .5rem;
    font-size: .75rem
}

.popover {
    --bs-popover-header-padding-y: 1rem;
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-bg: rgba(0, 0, 0, .1);
    --bs-popover-arrow-border: rgba(0, 0, 0, .1);
    background: var(--bs-body-bg);
    -webkit-box-shadow: 0 0 15px 1px rgba(90, 80, 105, .2);
    box-shadow: 0 0 15px 1px rgba(90, 80, 105, .2);
    margin: 12px;
    border: 3px solid rgba(0, 0, 0, .2);
    border-radius: .5rem
}

.popover .arrow {
    border-color: inherit
}

.popover .popover-header {
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-font-weight: 500;
    border-radius: .5rem .5rem 0 0;
    border-bottom-width: 0;
    border-radius: 5px;
    --bs-popover-header-bg: transparent
}

.popover-header+.popover-body {
    padding-top: 0
}

.primary-popover {
    --bs-popover-border-color: var(--primary-500);
    --bs-popover-header-bg: var(--primary-500);
    --bs-popover-header-color: var(--bs-light);
    --bs-popover-body-color: var(--bs-light);
    --bs-popover-bg: var(--primary-700);
    --bs-popover-arrow-border: var(--primary-800);
    background: var(--primary-500)
}

.secondary-popover {
    --bs-popover-border-color: var(--bs-secondary);
    --bs-popover-header-bg: var(--bs-secondary);
    --bs-popover-header-color: var(--bs-light);
    --bs-popover-body-color: var(--bs-light);
    --bs-popover-bg: var(--bs-secondary);
    --bs-popover-arrow-border: var(--bs-secondary);
    background: var(--bs-secondary)
}

.success-popover {
    --bs-popover-border-color: var(--success-600);
    --bs-popover-header-bg: var(--success-600);
    --bs-popover-header-color: var(--bs-light);
    --bs-popover-body-color: var(--bs-light);
    --bs-popover-bg: var(--success-800);
    --bs-popover-arrow-border: var(--success-800);
    background: var(--success-600)
}

.danger-popover {
    --bs-popover-border-color: var(--danger-700);
    --bs-popover-header-bg: var(--danger-700);
    --bs-popover-header-color: var(--bs-light);
    --bs-popover-body-color: var(--bs-light);
    --bs-popover-bg: var(--danger-900);
    --bs-popover-arrow-border: var(--danger-800);
    background: var(--danger-700)
}

.warning-popover {
    --bs-popover-border-color: var(--warning-500);
    --bs-popover-header-bg: var(--warning-500);
    --bs-popover-header-color: var(--bs-dark);
    --bs-popover-body-color: var(--bs-dark);
    --bs-popover-bg: var(--warning-900);
    --bs-popover-arrow-border: var(--warning-900);
    background: var(--warning-500)
}

.info-popover {
    --bs-popover-border-color: var(--info-500);
    --bs-popover-header-bg: var(--info-500);
    --bs-popover-header-color: var(--bs-light);
    --bs-popover-body-color: var(--bs-light);
    --bs-popover-bg: var(--info-700);
    --bs-popover-arrow-border: var(--info-800);
    background: var(--info-500)
}

.dark-popover {
    --bs-popover-border-color: var(--bs-dark);
    --bs-popover-header-bg: var(--bs-dark);
    --bs-popover-header-color: var(--bs-light);
    --bs-popover-body-color: var(--bs-light);
    --bs-popover-bg: var(--bs-dark);
    --bs-popover-arrow-border: var(--bs-dark);
    background: var(--bs-dark)
}

.light-popover {
    --bs-popover-border-color: var(--bs-light);
    --bs-popover-header-bg: var(--bs-light);
    --bs-popover-header-color: var(--bs-dark);
    --bs-popover-body-color: var(--bs-dark);
    --bs-popover-bg: rgba(255, 255, 255, 1);
    --bs-popover-arrow-border: rgba(43, 43, 43, 0.3);
    background: var(--bs-light)
}

.progress-xs {
    height: 5px
}

.progress-sm {
    height: 8px
}

.progress-md {
    height: 14px
}

.progress-lg {
    height: 20px
}

.progress-xl {
    height: 30px
}

.progress,
.progress-stacked {
    --bs-progress-bg: rgba(var(--bs-body-color-rgb), 0.07)
}

th {
    font-weight: 500
}

.table {
    --bs-table-hover-bg: rgba(var(--bs-primary-rgb), 0.14);
    font-weight: 300;
    font-size: .875rem
}

.table.table-sm {
    font-size: .825rem
}

.table.table-nano {
    font-size: .75rem
}

.table.table-nano>:not(caption)>*>* {
    padding: .25rem .25rem
}

.table thead td,
.table thead th {
    border-bottom-width: 2px
}

.table-hover>tbody>tr:hover {
    outline: 1px solid var(--primary-500);
    z-index: 1;
    position: relative
}

.table-border-0 td,
.table-border-0 th {
    border: 0 !important
}

.table-calendar {
    table-layout: fixed
}

.table-calendar th {
    border: 0 !important;
    font-weight: 500
}

.table-calendar tr td:first-child {
    border-left: 0
}

.table-calendar tr td:last-child {
    border-right: 0;
    padding-right: 10px
}

.table-calendar td,
.table-calendar th {
    text-align: right;
    vertical-align: top;
    padding: 5px 8px;
    position: relative;
    border: 1px solid var(--bs-border-color)
}

.table-calendar-appointment-date {
    font-size: 2.2rem !important;
    vertical-align: top;
    line-height: 1.15;
    margin-right: .25rem
}

.st-expand-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 20px;
    width: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 20px !important;
    font-size: 1.4em !important
}

.st-wrapper {
    width: 100%
}

.st-wrapper .st-table {
    border: 1px solid var(--bs-border-color)
}

.st-wrapper .pagination {
    --bs-pagination-active-bg: var(--primary-500);
    --bs-pagination-active-border-color: var(--primary-700);
    --bs-pagination-focus-color: var(--bs-emphasis-color);
    --bs-pagination-hover-color: var(--primary-500);
    --bs-pagination-color: var(--bs-emphasis-color)
}

.st-wrapper .st-search-wrapper {
    position: relative
}

.st-wrapper .st-search-wrapper .ft-icon {
    --ft-icon-size: 1.1rem;
    --ft-icon-color: rgb(155 155 155);
    --sa-fill-opacity: 0.7;
    --ft-icon-fill: rgb(255 255 255 / var(--sa-fill-opacity));
    margin: 0 .25rem
}

.st-wrapper .st-search-wrapper .input-group:focus-within .input-group-text .ft-icon {
    --ft-icon-color: rgb(255, 255, 255);
    --sa-fill-opacity: 0.3
}

.st-wrapper .table {
    width: 100%
}

.st-wrapper .table td,
.st-wrapper .table th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.st-sort-asc,
.st-sort-desc,
.st-sort-neutral {
    position: relative;
    padding-right: 1.5em !important
}

.st-sort-asc,
.st-sort-desc,
.st-sort-neutral {
    position: relative
}

.st-sort-asc,
.st-sort-desc {
    background-color: rgba(var(--primary), .05) !important;
    border-bottom-color: var(--primary-500)
}

.st-sort-asc::before,
.st-sort-desc::before,
.st-sort-neutral::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 7px solid #ccc;
    top: 55%;
    right: 7px
}

.st-sort-asc::after,
.st-sort-desc::after,
.st-sort-neutral::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 7px solid #ccc;
    bottom: 55%;
    right: 7px
}

.st-sort-asc::after {
    border-bottom-color: var(--primary-500)
}

.st-sort-desc::before {
    border-top-color: var(--primary-500)
}

.st-sort-column {
    background-color: rgba(var(--primary), .05) !important
}

.table-striped>tbody>tr:nth-of-type(odd) .st-sort-column {
    background-color: rgba(var(--primary), .09) !important
}

.st-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--app-content-background);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1000;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.st-wrapper {
    position: relative;
    width: 100%
}

.st-wrapper.st-loading {
    min-height: 550px;
    max-height: 550px;
    overflow: hidden;
    pointer-events: none
}

.st-wrapper.st-loading::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--app-content-background);
    z-index: 1000
}

.st-wrapper.st-loading::before {
    content: "Initializing table, just a second...";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001;
    font-size: .875rem;
    color: var(--bs-body-color);
    white-space: nowrap;
    padding-top: 40px
}

.st-wrapper.st-loading .st-loading-spinner {
    content: "";
    position: absolute;
    top: calc(50% - 30px);
    left: 50%;
    width: 30px;
    height: 30px;
    border: 3px solid var(--primary-500);
    border-top-color: transparent;
    border-radius: 50%;
    z-index: 1001;
    -webkit-animation: st-spin .6s linear infinite;
    animation: st-spin .6s linear infinite
}

.st-wrapper.st-loading.st-ajax-loading {
    max-height: unset;
    pointer-events: unset
}

.st-wrapper.st-loading.st-ajax-loading .st-loading-spinner {
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%
}

.st-wrapper.st-loading.st-ajax-loading::before {
    content: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001;
    font-size: .875rem;
    color: var(--bs-body-color);
    white-space: nowrap;
    width: 200px;
    height: 100px;
    padding-top: 40px;
    background: rgba(255, 255, 255, .5);
    border: 1px solid #333;
    border-radius: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.st-wrapper.st-loading.st-ajax-loading::after {
    content: none
}

.st-wrapper.st-loading .table {
    opacity: .3
}

.st-wrapper .table {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.st-spinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes st-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes st-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.st-no-results {
    text-align: center;
    padding: 2rem;
    background-color: rgba(var(--info), .1);
    border: none;
    border-radius: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.st-no-results b {
    color: var(--info-400);
    font-weight: 600 !important;
    word-wrap: break-word;
    word-break: break-word
}

.st-table {
    width: 100%;
    border-collapse: collapse
}

.st-table td,
.st-table th {
    padding: .5rem .75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.st-table th {
    position: relative;
    font-weight: 600
}

.st-table td:first-child {
    position: relative
}

.st-table td:first-child:has(.st-expand) {
    cursor: pointer
}

.st-table td:first-child.st-expand-active::before,
.st-table td:first-child.st-expand::before {
    content: "+";
    font-weight: 300;
    font-size: 12px;
    position: absolute;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 6px;
    left: .5rem;
    bottom: 6px;
    width: 1rem;
    border-radius: .25rem;
    -webkit-box-shadow: 0 1px 2px 0 rgba(var(--bs-body-color-rgb), .1);
    box-shadow: 0 1px 2px 0 rgba(var(--bs-body-color-rgb), .1)
}

.st-table td:first-child.st-expand-active::before {
    content: "-";
    background: var(--primary-500);
    border-color: var(--primary-700);
    color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(var(--bs-primary-rgb), .1);
    box-shadow: 0 1px 2px 0 rgba(var(--bs-primary-rgb), .1)
}

.st-expand {
    padding-left: 2.25rem !important
}

.st-child-row {
    background-color: rgba(0, 0, 0, .02)
}

.st-child-content {
    padding: 0 !important
}

.st-hidden-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .25rem;
    padding: .5rem .5rem .5rem 2.25rem;
    position: relative
}

.st-hidden-columns::before {
    content: "";
    position: absolute;
    border-left: 1px dashed var(--primary-700);
    display: block;
    top: 0;
    bottom: 0;
    left: 1rem;
    z-index: 1
}

.table-hover tr.expanded:hover+.st-child-row {
    --bs-table-bg-state: var(--bs-table-hover-bg)
}

.table-hover tr.expanded:has(+.st-child-row:hover) {
    --bs-table-bg-state: var(--bs-table-hover-bg)
}

.st-hidden-column-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.st-hidden-column-label {
    font-weight: 600;
    min-width: 140px;
    display: inline-block
}

.st-hidden-column-value {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.st-loading {
    position: relative;
    min-height: 200px
}

.st-loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    border-top-color: var(--primary-500);
    -webkit-animation: st-spin 1s linear infinite;
    animation: st-spin 1s linear infinite;
    z-index: 1000
}

@keyframes st-spin {
    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.st-table.st-compact td,
.st-table.st-compact th {
    padding: .35rem .5rem;
    font-size: .9rem
}

.st-table .st-truncate {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.popover-body-p-0 .popover-body {
    padding: 0
}

.popover-body-p-0 .popover-body img {
    border-radius: var(--border-radius-uniform)
}

.st-wrapper tr.editing td {
    font-weight: 700
}

.st-wrapper tr.deleting {
    background-color: var(--danger-900) !important;
    opacity: .6;
    -webkit-transition: background-color .3s ease, opacity .3s ease;
    transition: background-color .3s ease, opacity .3s ease
}

.st-wrapper tr.deleting td {
    background: 0 0 !important;
    color: #fff
}

.st-wrapper tr.saved {
    background-image: linear-gradient(250deg, rgba(121, 250, 237, .7), transparent);
    background-color: var(--success-50) !important
}

.st-wrapper tr.saved td {
    background: 0 0 !important
}

.st-wrapper tr.new-record {
    -webkit-animation: highlightNewRow 3s ease-in-out;
    animation: highlightNewRow 3s ease-in-out
}

.st-wrapper tr.new-record td {
    background: 0 0 !important
}

@-webkit-keyframes highlightNewRow {
    0%,
    100% {
        background-color: transparent
    }
    30% {
        background-color: rgba(221, 233, 63, .2)
    }
}

@keyframes highlightNewRow {
    0%,
    100% {
        background-color: transparent
    }
    30% {
        background-color: rgba(221, 233, 63, .2)
    }
}

@-webkit-keyframes highlightSaved {
    0%,
    100% {
        background-color: transparent
    }
    30% {
        background-color: rgba(221, 233, 63, .2)
    }
}

@keyframes highlightSaved {
    0%,
    100% {
        background-color: transparent
    }
    30% {
        background-color: rgba(221, 233, 63, .2)
    }
}

.btn-primary {
    -webkit-box-shadow: 0 2px 6px 0 rgba(136, 106, 181, .5);
    box-shadow: 0 2px 6px 0 rgba(136, 106, 181, .5)
}

.btn-success {
    -webkit-box-shadow: 0 2px 6px 0 rgba(29, 201, 183, .5);
    box-shadow: 0 2px 6px 0 rgba(29, 201, 183, .5)
}

.btn-info {
    -webkit-box-shadow: 0 2px 6px 0 rgba(33, 150, 243, .5);
    box-shadow: 0 2px 6px 0 rgba(33, 150, 243, .5)
}

.btn-warning {
    -webkit-box-shadow: 0 2px 6px 0 rgba(255, 194, 65, .5);
    box-shadow: 0 2px 6px 0 rgba(255, 194, 65, .5)
}

.btn-danger {
    -webkit-box-shadow: 0 2px 6px 0 rgba(253, 57, 149, .5);
    box-shadow: 0 2px 6px 0 rgba(253, 57, 149, .5)
}

.btn-fusion {
    -webkit-box-shadow: 0 2px 6px 0 rgba(80, 80, 80, .5);
    box-shadow: 0 2px 6px 0 rgba(80, 80, 80, .5)
}

.btn-dark {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .5)
}

.btn-light {
    -webkit-box-shadow: 0 2px 6px 0 rgba(255, 255, 255, .5);
    box-shadow: 0 2px 6px 0 rgba(255, 255, 255, .5)
}

.btn-secondary {
    -webkit-box-shadow: 0 2px 6px 0 rgba(108, 117, 125, .5);
    box-shadow: 0 2px 6px 0 rgba(108, 117, 125, .5)
}

.btn-icon .badge {
    top: auto
}

.btn-icon .badge.pos-top {
    margin-top: -.25rem
}

.btn-icon .badge.pos-bottom {
    margin-bottom: -.25rem
}

.btn-icon .badge.pos-left {
    margin-left: -.25rem
}

.btn-icon .badge.pos-right {
    margin-right: -.25rem
}

.btn-default {
    --btn-background-color: var(--bs-gray-100);
    --btn-default-bg-top: var(--bs-gray-100);
    --btn-default-bg-bottom: var(--bs-gray-200);
    --btn-border-color: rgba(var(--bs-body-color-rgb), 0.1);
    --btn-hover-border-color: rgba(var(--bs-body-color-rgb), 0.3);
    --btn-color: rgba(var(--bs-body-color-rgb), 0.85);
    --btn-hover-color: rgba(var(--bs-body-color-rgb), 1);
    --btn-focus-color: rgba(var(--bs-body-color-rgb), 1);
    --bs-btn-disabled-border-color: #dddddd;
    --bs-btn-active-border-color: var(--primary-500);
    background-color: var(--btn-background-color);
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--btn-default-bg-top)), to(var(--btn-default-bg-bottom)));
    background-image: linear-gradient(to top, var(--btn-default-bg-top), var(--btn-default-bg-bottom));
    color: var(--btn-color);
    border: 1px solid var(--btn-border-color);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--btn-hover-border-color);
    color: var(--btn-hover-color)
}

.btn-default:focus {
    border-color: rgba(var(--bs-body-color-rgb), .5) !important;
    color: var(--btn-focus-color)
}

.ben-default.active,
.btn-default:active {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .15) inset !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15) inset !important;
    background: inherit;
    border-color: inherit
}

.btn:not(.btn-system):active {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .15) inset !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15) inset !important
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color) !important;
    background-color: var(--bs-btn-active-bg) !important;
    border-color: var(--bs-btn-active-border-color) !important
}

.btn-primary {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: #886ab5;
    --bs-btn-border-color: #886ab5;
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6e4e9e;
    --bs-btn-hover-border-color: #62468d;
    --bs-btn-focus-shadow-rgb: 136, 106, 181;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: #62468d;
    --bs-btn-active-border-color: #563d7c;
    --bs-btn-disabled-color: var(--bs-white);
    --bs-btn-disabled-bg: #886ab5;
    --bs-btn-disabled-border-color: #886ab5
}

.btn-success {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: #1dc9b7;
    --bs-btn-border-color: #1dc9b7;
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #179c8e;
    --bs-btn-hover-border-color: #13867a;
    --bs-btn-focus-shadow-rgb: 29, 201, 183;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: #13867a;
    --bs-btn-active-border-color: #107066;
    --bs-btn-disabled-color: var(--bs-white);
    --bs-btn-disabled-bg: #1dc9b7;
    --bs-btn-disabled-border-color: #1dc9b7
}

.btn-info {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: #2196F3;
    --bs-btn-border-color: #2196F3;
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #0c7cd5;
    --bs-btn-hover-border-color: #0a6ebd;
    --bs-btn-focus-shadow-rgb: 33, 150, 243;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: #0a6ebd;
    --bs-btn-active-border-color: #0960a5;
    --bs-btn-disabled-color: var(--bs-white);
    --bs-btn-disabled-bg: #2196F3;
    --bs-btn-disabled-border-color: #2196F3
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc241;
    --bs-btn-border-color: #ffc241;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffb20e;
    --bs-btn-hover-border-color: #f4a500;
    --bs-btn-focus-shadow-rgb: 255, 194, 65;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f4a500;
    --bs-btn-active-border-color: #da9400;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc241;
    --bs-btn-disabled-border-color: #ffc241
}

.btn-danger {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: #fd3995;
    --bs-btn-border-color: #fd3995;
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #fc077a;
    --bs-btn-hover-border-color: #e7026e;
    --bs-btn-focus-shadow-rgb: 253, 57, 149;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: #e7026e;
    --bs-btn-active-border-color: #ce0262;
    --bs-btn-disabled-color: var(--bs-white);
    --bs-btn-disabled-bg: #fd3995;
    --bs-btn-disabled-border-color: #fd3995
}

.btn-fusion {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: #505050;
    --bs-btn-border-color: #505050;
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #363636;
    --bs-btn-hover-border-color: #2a2a2a;
    --bs-btn-focus-shadow-rgb: 80, 80, 80;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: #2a2a2a;
    --bs-btn-active-border-color: #1d1d1d;
    --bs-btn-disabled-color: var(--bs-white);
    --bs-btn-disabled-bg: #505050;
    --bs-btn-disabled-border-color: #505050
}

.btn-outline-primary {
    --bs-btn-color: #886ab5;
    --bs-btn-border-color: #886ab5;
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #886ab5;
    --bs-btn-hover-border-color: #886ab5;
    --bs-btn-focus-shadow-rgb: 136, 106, 181;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: #886ab5;
    --bs-btn-active-border-color: #886ab5;
    --bs-btn-disabled-color: #886ab5;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #886ab5
}

.btn-outline-success {
    --bs-btn-color: #1dc9b7;
    --bs-btn-border-color: #1dc9b7;
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #1dc9b7;
    --bs-btn-hover-border-color: #1dc9b7;
    --bs-btn-focus-shadow-rgb: 29, 201, 183;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: #1dc9b7;
    --bs-btn-active-border-color: #1dc9b7;
    --bs-btn-disabled-color: #1dc9b7;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #1dc9b7
}

.btn-outline-info {
    --bs-btn-color: #2196F3;
    --bs-btn-border-color: #2196F3;
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #2196F3;
    --bs-btn-hover-border-color: #2196F3;
    --bs-btn-focus-shadow-rgb: 33, 150, 243;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: #2196F3;
    --bs-btn-active-border-color: #2196F3;
    --bs-btn-disabled-color: #2196F3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #2196F3
}

.btn-outline-warning {
    --bs-btn-color: #ffc241;
    --bs-btn-border-color: #ffc241;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc241;
    --bs-btn-hover-border-color: #ffc241;
    --bs-btn-focus-shadow-rgb: 255, 194, 65;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc241;
    --bs-btn-active-border-color: #ffc241;
    --bs-btn-disabled-color: #ffc241;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc241
}

.btn-outline-danger {
    --bs-btn-color: #fd3995;
    --bs-btn-border-color: #fd3995;
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #fd3995;
    --bs-btn-hover-border-color: #fd3995;
    --bs-btn-focus-shadow-rgb: 253, 57, 149;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: #fd3995;
    --bs-btn-active-border-color: #fd3995;
    --bs-btn-disabled-color: #fd3995;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fd3995
}

.btn-outline-fusion {
    --bs-btn-color: #505050;
    --bs-btn-border-color: #505050;
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #505050;
    --bs-btn-hover-border-color: #505050;
    --bs-btn-focus-shadow-rgb: 80, 80, 80;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: #505050;
    --bs-btn-active-border-color: #505050;
    --bs-btn-disabled-color: #505050;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #505050
}

.btn-system {
    font-size: 1.5rem;
    padding: .3125rem;
    line-height: var(--app-header-height);
    border: none;
    outline: 0;
    cursor: default;
    position: relative
}

.btn-system i {
    width: 2rem;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-system i::after {
    color: rgba(var(--info), .9);
    opacity: .4
}

.btn-system i::before {
    color: rgb(169, 174, 180);
    transition: color .2s ease;
}
.btn-system:hover i::before {
    color: rgba(var(--primary), .9);
}


.btn-system::before {
    content: "";
    position: absolute;
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 50%;
    background: 0 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.btn-system:focus {
    border: none;
    outline: 0
}

.btn-system.show,
.btn-system:hover {
    border: none;
    outline: 0
}

.btn-system.show .ft-icon,
.btn-system:hover .ft-icon {
    fill: rgba(var(--primary), var(--sa-fill-opacity));
    stroke: rgba(var(--primary), .8)
}

.btn-system.show::before,
.btn-system:hover::before {
    background: rgba(var(--bs-emphasis-color-rgb), var(--btn-system-bg-opacity, .03))
}

.btn-system.btn-system-light.show,
.btn-system.btn-system-light:hover {
    border: none;
    outline: 0
}

.btn-system.btn-system-light.show .ft-icon,
.btn-system.btn-system-light:hover .ft-icon {
    fill: rgba(var(--white), var(--sa-fill-opacity));
    stroke: rgba(var(--white), .8)
}

.btn-system.btn-system-light.show::before,
.btn-system.btn-system-light:hover::before {
    background: rgba(var(--white), var(--sa-fill-opacity))
}

.btn-system:active {
    scale: .9
}

.btn[data-action=playsound]:not(.btn-has-sound) {
    padding: 0 2px;
    position: relative
}

.btn[data-action=playsound]:not(.btn-has-sound) .ft-icon {
    width: 1rem;
    height: 1rem;
    stroke: #222426;
    stroke-width: 1px
}

.btn[data-action=playsound]:not(.btn-has-sound):hover .ft-icon {
    stroke-width: 2px;
    stroke: #fff
}

.btn[data-action=playsound]:not(.btn-has-sound)[data-audio-playing] {
    border-color: rgba(var(--danger), .9);
    background: rgba(var(--danger), .1)
}

.btn[data-action=playsound]:not(.btn-has-sound)[data-audio-playing] .ft-icon {
    stroke-width: 2px;
    stroke: rgba(var(--danger), .9)
}

.btn[data-action=playsound]:not(.btn-has-sound)::before {
    content: "";
    position: absolute;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    background: 0 0;
    top: -1rem;
    left: -.875rem
}

.btn-icon {
    width: calc(2.1rem + 2px);
    height: calc(2.1rem + 2px);
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-icon:not([class*=-primary]):not([class*=-secondary]):not([class*=-default]):not([class*=-success]):not([class*=-info]):not([class*=-warning]):not([class*=-danger]):not([class*=-dark]):not([class*=-light]):not(.nav-item):hover {
    background-color: rgba(var(--bs-body-color-rgb), .05);
    border-color: transparent
}

.btn-icon:not([class*=-primary]):not([class*=-secondary]):not([class*=-default]):not([class*=-success]):not([class*=-info]):not([class*=-warning]):not([class*=-danger]):not([class*=-dark]):not([class*=-light]):not(.nav-item):not(.active):not(:active):not(:hover):not(:focus) {
    background: 0 0;
    color: var(--bs-body-color)
}

.btn-icon:not([class*=-primary]):not([class*=-secondary]):not([class*=-default]):not([class*=-success]):not([class*=-info]):not([class*=-warning]):not([class*=-danger]):not([class*=-dark]):not([class*=-light]):not(.nav-item):focus {
    border-color: rgba(var(--bs-body-color-rgb), .1) !important
}

.btn-icon.btn-xs {
    width: calc(1.15rem + 2px);
    height: calc(1.15rem + 2px);
    padding: 0
}

.btn-group-sm>.btn-icon.btn,
.btn-icon.btn-sm {
    width: calc(1.5rem + 2px);
    height: calc(1.5rem + 2px)
}

.btn-group-lg>.btn-icon.btn,
.btn-icon.btn-lg {
    width: calc(3rem + 2px);
    height: calc(3rem + 2px)
}

.btn-group-xs>.btn,
.btn-xs {
    padding: .25rem .5rem;
    font-size: .7rem;
    line-height: 1.5;
    border-radius: .25rem
}

.btn-pills {
    border-radius: .9375rem
}

.btn-outline-default {
    background-color: transparent;
    color: var(--bs-body-color);
    border-color: var(--bs-border-color);
    --bs-btn-active-border-color: var(--primary-500);
    --bs-btn-disabled-border-color: #dddddd
}

.btn-outline-default:hover,
.btn-outline-default:not(:disabled):not(.disabled).active,
.btn-outline-default:not(:disabled):not(.disabled):active,
.show>.btn-outline-default.dropdown-toggle {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: var(--bs-border-color)
}

.btn-group .btn:not([class*=btn-outline-]):not(.btn-icon):not(.btn-light) {
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.input-group-prepend .btn:not([class*=btn-outline-]):not(.btn-icon):not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.input-group-append .btn:not([class*=btn-outline-]):not(.btn-icon):not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.btn-group-vertical .btn-group,
.btn-group-vertical .btn:not([class*=btn-outline-]):not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.input-group .btn:not(.btn-outline-default)+.btn:not(.btn-outline-default) {
    border-left-color: rgba(0, 0, 0, .1)
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

.tooltip {
    --bs-tooltip-padding-x: 0.6rem;
    --bs-tooltip-padding-y: 0.3rem;
    --bs-tooltip-font-size: 0.8125rem;
    --bs-tooltip-bg: rgba(14, 14, 14, 0.9);
    --bs-tooltip-border-radius: 5px;
    --bs-tooltip-opacity: 0.95;
    --bs-tooltip-arrow-width: 0.75rem;
    --bs-tooltip-arrow-height: 0.4rem
}

.tooltip-inner {
    font-family: var(--font-family);
    font-weight: 300;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.tooltip-danger {
    --bs-tooltip-bg: var(--danger-500);
    --bs-tooltip-color: var(--bs-white)
}

.tooltip-warning {
    --bs-tooltip-bg: var(--warning-500);
    --bs-tooltip-color: var(--bs-dark)
}

.tooltip-success {
    --bs-tooltip-bg: var(--success-500);
    --bs-tooltip-color: var(--bs-white)
}

.tooltip-info {
    --bs-tooltip-bg: var(--info-500);
    --bs-tooltip-color: var(--bs-white)
}

.tooltip-primary {
    --bs-tooltip-bg: var(--primary-500);
    --bs-tooltip-color: var(--bs-white)
}

.tooltip-secondary {
    --bs-tooltip-bg: var(--secondary-500);
    --bs-tooltip-color: var(--bs-white)
}

.tooltip-dark {
    --bs-tooltip-bg: var(--dark-500);
    --bs-tooltip-color: var(--bs-white)
}

.tooltip-light {
    --bs-tooltip-bg: var(--light-500);
    --bs-tooltip-color: var(--bs-dark)
}

.tooltip-fusion {
    --bs-tooltip-bg: var(--fusion-500);
    --bs-tooltip-color: var(--bs-white)
}

.ft-icon {
    --ft-icon-color: rgb(155 155 155);
    --sa-fill-opacity: 0.3;
    --ft-icon-fill: rgb(219 219 219 / var(--sa-fill-opacity));
    --ft-icon-size: 1.25rem;
    width: var(--ft-icon-size);
    height: var(--ft-icon-size);
    stroke: var(--ft-icon-color);
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: var(--ft-icon-fill);
    display: block
}

.ft-icon.sa-nofill {
    fill: none !important
}

.ft-icon.sa-thin {
    stroke-width: .5px !important
}

.ft-icon.sa-regular {
    stroke-width: .8px !important
}

.ft-icon.sa-medium {
    stroke-width: 1.2px !important
}

.ft-icon.sa-bold {
    stroke-width: 1.5px !important
}

.ft-icon.ft-icon-1x {
    width: 1.125rem;
    height: 1.125rem
}

.ft-icon.ft-icon-2x {
    width: 1.5rem;
    height: 1.5rem
}

.ft-icon.ft-icon-3x {
    width: 2.1875rem;
    height: 2.1875rem
}

.ft-icon.ft-icon-4x {
    width: 2.8125rem;
    height: 2.8125rem
}

.ft-icon.ft-icon-5x {
    width: 3.4375rem;
    height: 3.4375rem;
    stroke-width: .5px
}

.ft-icon.ft-icon-6x {
    width: 4.0625rem;
    height: 4.0625rem
}

.ft-icon.ft-icon-7x {
    width: 4.6875rem;
    height: 4.6875rem
}

.ft-icon.ft-icon-8x {
    width: 5.3125rem;
    height: 5.3125rem
}

.ft-icon.ft-icon-9x {
    width: 5.9375rem;
    height: 5.9375rem
}

.ft-icon.ft-icon-10x {
    width: 6.5625rem;
    height: 6.5625rem
}

.ft-icon.ft-icon-primary {
    --sa-fill-opacity: 0.1;
    fill: rgba(var(--primary), var(--sa-fill-opacity));
    stroke: rgba(var(--primary), .8)
}

.ft-icon.ft-icon-success {
    --sa-fill-opacity: 0.1;
    fill: rgba(var(--success), var(--sa-fill-opacity));
    stroke: rgba(var(--success), .8)
}

.ft-icon.ft-icon-warning {
    --sa-fill-opacity: 0.1;
    fill: rgba(var(--warning), var(--sa-fill-opacity));
    stroke: rgba(var(--warning), .8)
}

.ft-icon.ft-icon-danger {
    --sa-fill-opacity: 0.1;
    fill: rgba(var(--danger), var(--sa-fill-opacity));
    stroke: rgba(var(--danger), .8)
}

.ft-icon.ft-icon-info {
    --sa-fill-opacity: 0.1;
    fill: rgba(var(--info), var(--sa-fill-opacity));
    stroke: rgba(var(--info), .8)
}

.ft-icon.ft-icon-light {
    --sa-fill-opacity: 0.1;
    fill: rgba(var(--bs-light-rgb), var(--sa-fill-opacity)) !important;
    stroke: rgba(var(--bs-light-rgb), 1) !important
}

.ft-icon.ft-icon-dark {
    --sa-fill-opacity: 0.1;
    fill: rgba(var(--bs-dark-rgb), var(--sa-fill-opacity)) !important;
    stroke: rgba(var(--bs-dark-rgb), 1) !important
}

.ft-icon.ft-icon-subtlelight {
    --sa-fill-opacity: 0.1;
    fill: rgba(var(--bs-body-color-rgb), var(--sa-fill-opacity)) !important;
    stroke: rgba(var(--bs-body-color-rgb), 1) !important
}

.collapse-icon {
    border-radius: var(--border-radius-uniform);
    border: 1px solid var(--collapse-icon-border);
    height: var(--collapse-icon-height);
    width: var(--collapse-icon-width);
    position: relative;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--app-header-background);
    cursor: pointer
}

.collapse-icon>i {
    height: .6875rem;
    margin-left: .5625rem;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.collapse-icon>i {
    fill: var(--collapse-icon-border)
}

.collapse-icon::after {
    content: "";
    position: absolute;
    border-right: 1px solid var(--collapse-icon-border);
    width: 1.95rem;
    height: var(--collapse-icon-height);
    left: 0;
    top: 0;
    background: rgba(var(--bs-emphasis-color-rgb), .05);
    border-radius: 0;
    -webkit-transition: all .2s cubic-bezier(.34, 1.25, .3, 1);
    transition: all .2s cubic-bezier(.34, 1.25, .3, 1)
}

.collapse-icon:hover {
    border-color: var(--collapse-icon-border-hover);
    background: var(--bs-body-bg)
}

.collapse-icon:hover>i {
    margin-left: .85rem
}

.collapse-icon:hover>i {
    fill: var(--collapse-icon-border-hover)
}

.collapse-icon:hover::after {
    border-right-color: var(--collapse-icon-border-hover);
    background: rgba(var(--primary), .1);
    width: .5625rem
}

.collapse-icon:active {
    scale: .95
}

.ellipsis-icon {
    --ellipsis-icon-color: currentColor;
    --ellipsis-icon-width: 0.25rem;
    --ellipsis-icon-height: 0.25rem;
    --ellipsis-icon-spacing: 0.5rem;
    --ellipsis-icon-border-radius: 50%;
    width: var(--ellipsis-icon-width);
    height: var(--ellipsis-icon-height);
    background-color: var(--ellipsis-icon-color);
    border-radius: var(--ellipsis-icon-border-radius);
    overflow: visible;
    position: relative;
    display: inline-block;
    scale: .8;
    -webkit-transition: all .2s cubic-bezier(.34, 1.25, .3, 1);
    transition: all .2s cubic-bezier(.34, 1.25, .3, 1)
}

.ellipsis-icon::after,
.ellipsis-icon::before {
    content: "";
    position: absolute;
    width: var(--ellipsis-icon-width);
    height: var(--ellipsis-icon-height);
    background-color: var(--ellipsis-icon-color);
    display: block;
    border-radius: var(--ellipsis-icon-border-radius)
}

.ellipsis-icon::before {
    top: calc(var(--ellipsis-icon-spacing) * -1);
    -webkit-transition: all .1s cubic-bezier(.34, 1.25, .3, 1);
    transition: all .1s cubic-bezier(.34, 1.25, .3, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ellipsis-icon::after {
    bottom: calc(var(--ellipsis-icon-spacing) * -1);
    -webkit-transition: all .3s cubic-bezier(.34, 1.25, .3, 1);
    transition: all .3s cubic-bezier(.34, 1.25, .3, 1);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.btn-toolbar-master.show .ellipsis-icon {
    --ellipsis-icon-spacing: 0px;
    --ellipsis-icon-border-radius: 0px;
    --ellipsis-icon-width: 0.9375rem;
    --ellipsis-icon-height: 0.125rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: 0 0
}

.mobile-menu-icon {
    --mobile-menu-icon-width: 4rem;
    --mobile-menu-icon-height: 2.5rem;
    width: var(--mobile-menu-icon-width);
    height: var(--mobile-menu-icon-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: var(--border-radius-uniform);
    background: rgba(var(--danger), .9);
    border: 1px solid var(--bs-body-bg)
}

.mobile-menu-icon .ft-icon {
    width: 1.8rem;
    height: 1.8rem;
    stroke-width: 1.5px;
    fill: rgba(var(--bs-light-rgb), .1);
    stroke: rgba(var(--bs-light-rgb), 1)
}

.mobile-menu-icon:active {
    background: rgba(var(--primary), .9);
    scale: .95
}

.mobile-menu-icon::before {
    content: "";
    position: absolute;
    width: 100%
}

.icon-stack {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    vertical-align: middle;
    text-align: center
}

.icon-stack-1x,
.icon-stack-2x,
.icon-stack-3x {
    position: absolute !important;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: inherit !important
}

.icon-stack-1x {
    font-size: .5em
}

.icon-stack-2x {
    font-size: .7em;
    margin-left: 1px
}

.icon-stack-3x {
    font-size: 1em
}

.icon-stack-xl {
    font-size: 3.125rem
}

.icon-stack-lg {
    font-size: 2.5rem
}

.icon-stack-md {
    font-size: 2.125rem
}

.icon-stack-sm {
    font-size: 1.875rem
}

#my-icon,
.stack-icon {
    position: relative;
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    font-size: 1.25em;
    vertical-align: middle;
    text-align: center;
    overflow: hidden
}

#my-icon .icon-layers,
.stack-icon .icon-layers {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#my-icon .icon-layers .stack-3x,
.stack-icon .icon-layers .stack-3x {
    font-size: 100%
}

#my-icon .icon-layers .stack-3x.ft-icon,
.stack-icon .icon-layers .stack-3x.ft-icon {
    width: 100%;
    height: 100%
}

#my-icon .icon-layers .stack-2x,
.stack-icon .icon-layers .stack-2x {
    font-size: 80%
}

#my-icon .icon-layers .stack-2x.ft-icon,
.stack-icon .icon-layers .stack-2x.ft-icon {
    width: 75%;
    height: 75%
}

#my-icon .icon-layers .stack-1x,
.stack-icon .icon-layers .stack-1x {
    font-size: 60%
}

#my-icon .icon-layers .stack-1x.ft-icon,
.stack-icon .icon-layers .stack-1x.ft-icon {
    width: 57%;
    height: 57%
}

#my-icon .icon-layers .stack-0x,
.stack-icon .icon-layers .stack-0x {
    font-size: 50%
}

#my-icon .icon-layers .stack-0x.ft-icon,
.stack-icon .icon-layers .stack-0x.ft-icon {
    width: 45%;
    height: 45%
}

::-webkit-scrollbar {
    width: var(--scrollbar-width, 8px)
}

::-webkit-scrollbar-track {
    background: var(--scrollbar-color, var(--bs-body-bg))
}

::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb, rgba(var(--bs-body-color-rgb), .8))
}

::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbar-thumb-hover, rgba(var(--bs-body-color-rgb), 1))
}

.slimScrollBar {
    --scrollbar-color: rgba(var(--bs-body-color-rgb), 0.8);
    --scrollbar-hover-color: rgba(var(--bs-body-color-rgb), 1);
    background: var(--scrollbar-color) !important;
    cursor: default !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: .5px solid transparent;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.slimScrollBar:hover {
    outline-color: var(--scrollbar-color)
}

.slimScrollBar.dragging {
    background: var(--scrollbar-hover-color) !important;
    outline-color: var(--scrollbar-hover-color)
}

.slimScrollBar::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(100% + 10px);
    height: calc(100% + 2px);
    left: -5px;
    opacity: 0
}

.slimScrollRail {
    background: var(--bs-body-bg) !important;
    cursor: default !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 1px solid rgba(var(--bs-body-bg-rgb), .3)
}

.slimScrollRail:hover {
    opacity: .5 !important
}

.slimScrollRail::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(100% + 8px);
    height: calc(100% + 2px);
    left: -3px;
    opacity: 0
}

.slimScrollDiv {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.app-sidebar .slimScrollDiv {
    width: var(--menu-width) !important
}

body:not(.no-slimscroll) .custom-scroll {
    overflow: hidden
}

.custom-scroll,
.custom-scrollbar {
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.custom-scroll::-webkit-scrollbar,
.custom-scrollbar::-webkit-scrollbar {
    height: 4px;
    width: 4px
}

.custom-scroll::-webkit-scrollbar:hover,
.custom-scrollbar::-webkit-scrollbar:hover {
    background-color: rgba(var(--bs-body-color-rgb), .8)
}

.custom-scroll::-webkit-scrollbar-track-piece,
.custom-scrollbar::-webkit-scrollbar-track-piece {
    background-color: var(--bs-body-bg)
}

.custom-scroll::-webkit-scrollbar-track-piece:hover,
.custom-scrollbar::-webkit-scrollbar-track-piece:hover {
    background-color: var(--bs-body-bg)
}

.custom-scroll::-webkit-scrollbar-thumb:vertical,
.custom-scrollbar::-webkit-scrollbar-thumb:vertical {
    background-color: rgba(var(--bs-body-color-rgb), .5)
}

.custom-scroll::-webkit-scrollbar-thumb:vertical:hover,
.custom-scrollbar::-webkit-scrollbar-thumb:vertical:hover {
    background-color: rgba(var(--bs-body-color-rgb), .8)
}

.primary-nav::-webkit-scrollbar-track-piece {
    background-color: var(--bs-body-bg)
}

.primary-nav::-webkit-scrollbar-thumb:vertical {
    background-color: rgba(var(--bs-body-color-rgb), .8)
}

.primary-nav::-webkit-scrollbar-thumb:vertical:hover {
    background-color: rgba(var(--bs-body-color-rgb), .5)
}

.primary-nav::-webkit-scrollbar {
    height: 4px;
    width: 4px
}

.primary-nav:hover::-webkit-scrollbar-corner {
    width: 40px
}

.accordion-button {
    --bs-accordion-active-color: var(--app-nav-link-active-color);
    --bs-accordion-active-bg: rgba(var(--fusion), 0.04);
    background-color: var(--bs-accordion-active-bg);
    font-size: var(--bs-body-font-size);
    font-weight: 500
}

.accordion.accordion-clean .accordion-item {
    border-left: 0;
    border-right: 0;
    background: 0 0
}

.accordion.accordion-clean .accordion-item:first-child {
    border-top: 0
}

.accordion.accordion-clean .accordion-item:last-child {
    border-bottom: 0
}

.accordion.accordion-clean:not(.accordion-outline):not(.accordion-hover) .accordion-body,
.accordion.accordion-clean:not(.accordion-outline):not(.accordion-hover) .accordion-button {
    padding-left: 0;
    padding-right: 0
}

.accordion.accordion-clean:not(.accordion-outline):not(.accordion-hover) .accordion-body {
    padding-top: 0
}

.accordion.accordion-clean .accordion-button {
    background: 0 0
}

.accordion.accordion-clean .accordion-button:not(.collapsed) {
    color: rgba(var(--bs-body-color-rgb), 1)
}

.accordion.accordion-clean .accordion-button.collapsed {
    color: rgba(var(--bs-body-color-rgb), .75)
}

.accordion.accordion-outline .accordion-item {
    margin-bottom: 1rem;
    border: 2px solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius)
}

.accordion.accordion-outline .accordion-item .accordion-button {
    background: 0 0
}

.accordion.accordion-outline .accordion-item .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion.accordion-hover {
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e")
}

.accordion.accordion-hover .accordion-item {
    background: 0 0
}

.accordion.accordion-hover .accordion-button {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: 0 0
}

.accordion.accordion-hover .accordion-button:hover.collapsed {
    color: var(--bs-white);
    background-color: var(--primary-400)
}

.accordion.accordion-hover .accordion-button:hover.collapsed::after {
    background-image: var(--bs-accordion-btn-active-icon)
}

.accordion.accordion-hover .accordion-button:not(.collapsed) {
    color: var(--bs-white);
    background-color: var(--primary-700)
}

.accordion.accordion-hover .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon)
}

.accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon)
}

[aria-expanded=false]~.collapsed-reveal {
    display: none
}

[aria-expanded=false] .collapsed-reveal {
    display: none
}

[aria-expanded=false]~.collapsed-hidden {
    display: block
}

[aria-expanded=false] .collapsed-hidden {
    display: block
}

[aria-expanded=true]~.collapsed-reveal {
    display: block
}

[aria-expanded=true] .collapsed-reveal {
    display: block
}

[aria-expanded=true]~.collapsed-hidden {
    display: none
}

[aria-expanded=true] .collapsed-hidden {
    display: none
}

.accordion-button.custom-collapse::after {
    content: none
}

.panel-fullscreen {
    overflow: hidden;
    max-width: 100%
}

.sortable-active .panel:not(.panel-locked):not(.panel-fullscreen) .panel-hdr>.h2,
.sortable-active .panel:not(.panel-locked):not(.panel-fullscreen) .panel-hdr>h2 {
    cursor: move
}

.panel {
    --border-radius: 0.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background-color: var(--app-panel-bg, #fff);
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .05);
    margin-bottom: 1.5rem;
    border: 1px solid var(--app-panel-border-color, rgba(0, 0, 0, .09));
    border-bottom: 1px solid var(--app-panel-border-bottom, #e0e0e0);
    border-radius: var(--border-radius)
}

.panel.panel-selected {
    position: relative
}

.panel.panel-selected::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    z-index: 10;
    background: repeating-linear-gradient(-55deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05) 5px, rgba(0, 0, 0, 0) 5px, rgba(0, 0, 0, 0) 9px);
    background-color: var(--panel-drag-bg, #f9f9f9);
    opacity: .5;
    border: 2px solid rgba(var(--success), .9)
}

.panel.panel-icon .panel-toolbar .btn-panel {
    margin-left: 0;
    position: relative;
    --ft-icon-hover-fill-opacity: 0.2
}

.panel.panel-icon .panel-toolbar .btn-panel[data-action=panel-collapse] .ft-icon {
    stroke: var(--bs-success)
}

.panel.panel-icon .panel-toolbar .btn-panel[data-action=panel-collapse]:hover .ft-icon {
    fill: rgba(var(--success), var(--ft-icon-hover-fill-opacity))
}

.panel.panel-icon .panel-toolbar .btn-panel[data-action=panel-fullscreen] .ft-icon {
    stroke: var(--bs-warning)
}

.panel.panel-icon .panel-toolbar .btn-panel[data-action=panel-fullscreen]:hover .ft-icon {
    fill: rgba(var(--warning), var(--ft-icon-hover-fill-opacity))
}

.panel.panel-icon .panel-toolbar .btn-panel[data-action=panel-close] .ft-icon {
    stroke: var(--bs-danger)
}

.panel.panel-icon .panel-toolbar .btn-panel[data-action=panel-close]:hover .ft-icon {
    fill: rgba(var(--danger), var(--ft-icon-hover-fill-opacity))
}

.panel.panel-icon .panel-toolbar .btn-panel::after {
    content: "";
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.panel.panel-icon .panel-toolbar [data-action*=panel-]:not(.dropdown-item) .ft-icon {
    width: 1.5rem;
    height: 1.5rem;
    stroke-width: 1px;
    fill: none
}

.panel:not(.panel-icon) .btn-panel {
    width: 1rem;
    height: 1rem;
    opacity: .8
}

.panel:not(.panel-icon) .btn-panel:hover {
    opacity: 1
}

.panel:not(.panel-icon) .btn-panel .ft-icon {
    display: none
}

.panel:not(.panel-icon) .btn-panel.js-panel-collapse,
.panel:not(.panel-icon) .btn-panel[data-action=panel-collapse] {
    background: var(--bs-success)
}

.panel:not(.panel-icon) .btn-panel.js-panel-fullscreen,
.panel:not(.panel-icon) .btn-panel[data-action=panel-fullscreen] {
    background: var(--bs-warning)
}

.panel:not(.panel-icon) .btn-panel.js-panel-close,
.panel:not(.panel-icon) .btn-panel[data-action=panel-close] {
    background: var(--bs-danger)
}

.panel .panel-container {
    position: relative;
    border-radius: 0 0 var(--border-radius) var(--border-radius)
}

.panel .panel-container .panel-content {
    padding: 1rem
}

.panel .panel-container .panel-content:last-child,
.panel .panel-container .panel-content:only-child {
    border-radius: 0 0 var(--border-radius) var(--border-radius)
}

.panel.panel-refreshing [data-action=panel-refresh] {
    color: var(--bs-gray-500);
    pointer-events: none;
    background-color: rgba(0, 0, 0, .07);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, .05);
    cursor: wait
}

.panel.panel-refreshing [data-action=panel-refresh].dropdown-item {
    background: 0 0
}

.panel.panel-refreshing .panel-container .panel-content {
    opacity: .5;
    -webkit-transition: all 470ms cubic-bezier(.34, 1.25, .3, 1);
    transition: all 470ms cubic-bezier(.34, 1.25, .3, 1)
}

.panel.panel-refreshing .panel-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .3);
    border-radius: inherit;
    z-index: 10
}

.panel.panel-refreshing .panel-container::after {
    content: "\e098";
    position: absolute;
    font-family: smartadmin-icons;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    z-index: 11;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: var(--bs-gray-500);
    color: currentColor;
    -webkit-animation: refresh 2s linear infinite;
    animation: refresh 2s linear infinite
}

.panel.panel-fullscreen {
    position: fixed !important;
    z-index: 2055;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh !important;
    max-height: 100vh !important;
    width: 100vw !important;
    max-width: 100vw !important;
    border-radius: 0;
    border: 0
}

.panel.panel-fullscreen [data-action=panel-collapse] [data-action=panel-close] {
    display: none !important
}

.panel.panel-fullscreen .panel-hdr {
    height: 4.125rem;
    border-radius: 0;
    -webkit-box-shadow: 0 .125rem .125rem -.0625rem rgba(45, 71, 120, .1);
    box-shadow: 0 .125rem .125rem -.0625rem rgba(45, 71, 120, .1)
}

.panel.panel-fullscreen .panel-hdr .h2,
.panel.panel-fullscreen .panel-hdr h2 {
    font-size: 14px;
    font-weight: 400
}

.panel.panel-fullscreen .panel-hdr .panel-toolbar .btn-panel[data-action=panel-fullscreen] .ft-icon {
    width: 2rem;
    height: 2rem
}

.panel.panel-fullscreen .panel-hdr .panel-toolbar [data-action=panel-close],
.panel.panel-fullscreen .panel-hdr .panel-toolbar [data-action=panel-collapse] {
    display: none
}

.panel.panel-fullscreen .panel-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    border-radius: 0;
    display: block !important
}

.panel.panel-locked [data-panel-toggle=panel-locked].dropdown-item {
    font-weight: 500;
    color: var(--primary-500)
}

.panel.panel-locked .panel-hdr .h2::before,
.panel.panel-locked .panel-hdr h2::before {

    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    color: currentColor;
    height: 24px;
    width: 24px;
    right: 0;
    background: var(--bs-body-bg);
    border-radius: 24px;
    border: 1px solid #ededed;
    padding-bottom: 2px;
    padding-right: 1px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.panel.panel-locked .panel-hdr .h2:active::before,
.panel.panel-locked .panel-hdr h2:active::before {
    color: #fff;
    background: var(--danger-500);
    border-color: var(--danger-600)
}

.panel.panel-locked .panel-hdr .h2:only-child::before,
.panel.panel-locked .panel-hdr h2:only-child::before {
    right: 1rem
}

.panel.panel-locked .panel-locked-text {
    display: block
}

.panel.panel-locked .panel-unlock-text {
    display: none
}

.panel:not(.panel-locked) .panel-locked-text {
    display: none
}

.panel:not(.panel-locked) .panel-unlock-text {
    display: block
}

.panel.ui-sortable-helper {
    -webkit-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, .05), 0 5px 20px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, .05), 0 5px 20px 0 rgba(0, 0, 0, .09)
}

.panel-tag {
    padding: 1rem 1rem;
    margin-bottom: 2rem;
    border-left: .1875rem solid var(--success-500);
    background: var(--panel-tag-background, #f2fdfc);
    font-weight: 400;
    font-size: .875rem;
    border-radius: 0 .25rem .25rem 0
}

.panel-tag>:last-child,
.panel-tag>:only-child {
    margin-bottom: 0
}

.panel-tag:only-child {
    margin-bottom: 0
}

.panel-container {
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.panel-collapsed .panel-container {
    height: 0;
    overflow: hidden
}

.panel-hdr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 3rem;
    border-radius: var(--border-radius) var(--border-radius) 0 0
}

.panel-collapsed .panel-hdr {
    border-radius: var(--border-radius) var(--border-radius) 0 0
}

.panel-hdr>:first-child {
    padding-left: 1rem
}

.panel-hdr>:last-child {
    padding-right: 1rem
}

.panel-hdr .h2,
.panel-hdr h2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1rem;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 3rem;
    color: inherit;
    color: var(--bs-body-color);
    position: relative;
    font-weight: 600
}

.panel-hdr .h2:not(:only-child),
.panel-hdr h2:not(:only-child) {
    margin-right: .667rem
}

.panel-hdr .h2>[class*=fw-],
.panel-hdr h2>[class*=fw-] {
    margin-left: .25rem
}

.panel-hdr .h2 .small,
.panel-hdr .h2 small,
.panel-hdr h2 .small,
.panel-hdr h2 small {
    display: inline-block;
    margin: 0;
    opacity: .8;
    font-weight: 400;
    font-size: .875rem;
    margin-left: .5rem
}

.panel-hdr .h2 .panel-icon,
.panel-hdr h2 .panel-icon {
    margin-right: .5rem
}

.panel-hdr[class*=" bg-"] .h2,
.panel-hdr[class*=" bg-"] h2,
.panel-hdr[class^=bg-] .h2,
.panel-hdr[class^=bg-] h2 {
    color: inherit
}

.panel:not(.panel-collapsed).panel-icon .panel-expand-icon {
    display: none
}

.panel-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.panel-toolbar .btn-panel {
    margin-left: .3rem;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%
}

.panel-toolbar .btn-toolbar-master {
    height: 3rem;
    width: 1.826875rem;
    border-radius: 0;
    margin-right: -1rem;
    border-top-right-radius: .25rem;
    margin-left: .5rem;
    padding: 0 .8125rem;
    background: 0 0;
    border: 0;
    font-size: 1.5625rem;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.panel-toolbar .btn-toolbar-master.show {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .15) inset !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15) inset !important
}

.panel-toolbar .btn-toolbar-master+.dropdown-menu {
    right: 0 !important;
    top: 3rem;
    left: auto !important;
    margin: 0;
    border-radius: 0;
    top: 100% !important
}

.panel-toolbar .btn-panel-flat:last-child {
    border-top-right-radius: .1875rem
}

.mod-panel-clean .panel-hdr {
    background: var(--bs-body-bg);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(var(--bs-body-bg)));
    background-image: linear-gradient(to bottom, #f7f7f7, var(--bs-body-bg));
    -webkit-box-shadow: none;
    box-shadow: none
}

.mod-panel-clean .panel-hdr .h2,
.mod-panel-clean .panel-hdr h2 {
    color: var(--bs-body-color);
    font-weight: 500
}

.nav-tabs-clean .nav-item .nav-link {
    border: 0
}

.nav-tabs-clean .nav-item .nav-link.active {
    border-bottom: 1px solid var(--primary-500) !important;
    color: var(--primary-500);
    font-weight: 500;
    border-width: 2px !important
}

.nav-tabs-clean .nav-item .nav-link:hover {
    color: var(--primary-500)
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--primary-500)
}

@media only screen and (max-width:420px) {
    .panel .panel-hdr {
        font-size: .875rem;
        min-height: 2.75rem
    }
    .panel .panel-hdr>:first-child {
        padding-left: .625rem
    }
    .panel .panel-hdr>:last-child {
        padding-right: .625rem
    }
    .panel .panel-hdr .panel-toolbar .btn-toolbar-master {
        margin-right: -.625rem
    }
    .panel .panel-container .panel-content:first-child {
        padding: .625rem
    }
}

@media print {
    .panel-fullscreen .page-breadcrumb,
    .panel-fullscreen .page-content .panel:not(.panel-fullscreen),
    .panel-fullscreen .subheader {
        display: none
    }
    .panel-fullscreen .h2,
    .panel-fullscreen .panel-container,
    .panel-fullscreen .panel-content,
    .panel-fullscreen .panel-hdr,
    .panel-fullscreen h2 {
        border: none;
        padding: 0 !important
    }
    .panel-fullscreen .panel {
        margin: 0
    }
}

.sortable-ghost {
    opacity: .4
}

.sortable-drag {
    cursor: move
}

[data-toggle=dropdown] .profile-image {
    width: 2rem;
    height: auto
}

.notification-header {
    padding: 1.5rem 1.5rem .5rem;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: var(--bs-body-bg);
    font-size: .75rem;
    white-space: nowrap;
    margin-bottom: 0
}

.notification-header .h4,
.notification-header h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.25rem
}

.notification-header .h4 .small,
.notification-header .h4 small,
.notification-header h4 .small,
.notification-header h4 small {
    font-size: .825rem;
    font-weight: 300;
    margin-top: .25rem
}

.tab-notification {
    height: 22.6875rem
}

.tab-notification .tab-pane {
    height: 100%
}

.notification {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

.notification li {
    position: relative;
    background: var(--bs-body-bg);
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0
}

.notification li [data-bs-dismiss=alert] {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    background: transparent var(--bs-btn-close-bg) center/.7em auto no-repeat;
    visibility: hidden
}

.notification li:hover [data-bs-dismiss=alert] {
    visibility: visible
}

.notification li.unread {
    background: rgba(var(--bs-primary-rgb), .05)
}

.notification li.unread .name {
    font-weight: 600
}

.notification li>:first-child {
    padding: .75rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.notification li:hover>:first-child {
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 33, 41, .03)), to(rgba(29, 33, 41, .04)));
    background-image: linear-gradient(rgba(29, 33, 41, .03), rgba(29, 33, 41, .04))
}

.notification li>:first-child:focus {
    text-decoration: none
}

.notification li>:first-child>span {
    position: relative
}

.notification li>:first-child>span>span {
    display: block
}

.notification li:last-child>a {
    border: 0
}

.notification .name {
    color: var(--bs-body-color);
    font-weight: 400;
    font-size: .825rem
}

.notification .msg-a,
.notification .msg-b {
    color: var(--bs-body-color);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 300px
}

.notification:has(*)+.notification-empty-msg {
    display: none
}

.notification:not(:has(*))+.notification-empty-msg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    font-size: 1.25rem;
    font-weight: 300
}

.pattern-0,
.set-colorblind-mode .alert-danger,
.set-colorblind-mode .bg-danger,
.set-colorblind-mode .btn-danger,
.set-colorblind-mode .btn-outline-danger,
.set-colorblind-mode [class*=bg-danger-] {
    background-size: 10px 10px;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .07) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .07) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent)
}

.pattern-1 {
    background-size: 5px 5px;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .04) 50%, rgba(255, 255, 255, .04) 75%, transparent 75%, transparent)
}

.pattern-2,
.set-colorblind-mode .alert-primary,
.set-colorblind-mode .bg-primary,
.set-colorblind-mode .btn-outline-primary,
.set-colorblind-mode .btn-primary,
.set-colorblind-mode [class*=bg-primary-] {
    background-size: 15px 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, .2)), color-stop(50%, transparent), to(transparent));
    background-image: linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent)
}

.pattern-3,
.set-colorblind-mode .alert-success,
.set-colorblind-mode .bg-success,
.set-colorblind-mode .btn-outline-success,
.set-colorblind-mode .btn-success,
.set-colorblind-mode [class*=bg-success-] {
    background-size: 15px 15px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, .2)), color-stop(50%, transparent), to(transparent));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .2) 50%, transparent 50%, transparent)
}

.pattern-4,
.set-colorblind-mode .alert-info,
.set-colorblind-mode .bg-info,
.set-colorblind-mode .btn-info,
.set-colorblind-mode .btn-outline-info,
.set-colorblind-mode [class*=bg-info-] {
    background-size: 37px 37px;
    background-position: 0 0, 18.5px 18.5px;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, .2) 75%, rgba(255, 255, 255, .2)), linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, .2) 75%, rgba(255, 255, 255, .2))
}

.pattern-5,
.set-colorblind-mode .alert-warning,
.set-colorblind-mode .bg-warning,
.set-colorblind-mode .btn-outline-warning,
.set-colorblind-mode .btn-warning,
.set-colorblind-mode [class*=bg-warning-] {
    background-size: 37px 37px;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, .2) 75%, rgba(255, 255, 255, .2)), linear-gradient(135deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, .2) 75%, rgba(255, 255, 255, .2))
}

.set-high-contrast-mode[data-bs-theme=light] {
    --bs-body-color: #000;
    --input-placeholder-color: #000;
    --app-nav-link-color: #000;
    --app-nav-link-hover-color: #000;
    --app-nav-border-color: #000;
    --bs-primary-text-emphasis: #000;
    --bs-success-text-emphasis: #000;
    --bs-danger-text-emphasis: #000;
    --bs-warning-text-emphasis: #000;
    --bs-info-text-emphasis: #000;
    --bs-light-text-emphasis: #fff;
    --bs-dark-text-emphasis: #000;
    --bs-border-color: #b1b1b1;
    --app-layout-border-color: rgba(0, 0, 0, 0.17);
    --app-panel-border-color: #b1b1b1;
    --app-panel-border-bottom: #b1b1b1;
    --bs-info-border-color: #b1b1b1;
    --collapse-icon-border: #000;
    --row-grid-line-rgb: 0, 0, 0;
    --row-grid-opacity: 0.17
}

.set-high-contrast-mode[data-bs-theme=light] .panel.panel-icon .panel-toolbar .btn-panel .ft-icon {
    stroke: #000 !important
}

.set-high-contrast-mode[data-bs-theme=light] .panel.panel-icon .panel-toolbar .btn-panel {
    --ft-icon-hover-fill-opacity: 1
}

.set-high-contrast-mode[data-bs-theme=light] .primary-nav {
    --app-nav-link-active-color: #fff;
    --app-nav-item-active-indicator: #fff;
    --app-nav-item-active-bg: #000
}

.set-high-contrast-mode[data-bs-theme=light] .list-group {
    --bs-list-group-border-color: #b1b1b1
}

.set-high-contrast-mode[data-bs-theme=light] .chat-segment-get .chat-message {
    background: #000 !important;
    color: #fff
}

.set-high-contrast-mode[data-bs-theme=light] table {
    --bs-table-border-color: #000
}

.set-high-contrast-mode[data-bs-theme=light] .ft-icon {
    --ft-icon-color: #000
}

.set-high-contrast-mode[data-bs-theme=light] .frame-heading,
.set-high-contrast-mode[data-bs-theme=light] .text-muted {
    color: #000 !important
}

.set-high-contrast-mode[data-bs-theme=light] .btn-default {
    --btn-color: #000;
    --btn-border-color: #000;
    --btn-hover-border-color: #000
}

.set-high-contrast-mode[data-bs-theme=light] [class*=" bg-opacity-"],
.set-high-contrast-mode[data-bs-theme=light] [class^=bg-opacity-] {
    --bs-bg-opacity: 1
}

.app-fob-lg {
    height: 16.25rem;
    width: 100%;
    border-radius: .625rem;
    border: 1px dashed rgba(var(--info), 1);
    background: rgba(var(--info), .1);
    position: relative
}

.app-fob-lg:not(.active) {
    border-color: var(--bs-body-color);
    background: var(--bs-body-bg)
}

.app-fob-lg>div {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.app-fob-lg>:nth-child(1) {
    position: absolute;
    height: 20%;
    top: 0;
    right: 0;
    left: 0;
    border-radius: .625rem .625rem 0 0;
    background: rgba(var(--bs-body-color-rgb), .15);
    display: block
}

.app-fob-lg>:nth-child(2) {
    width: 25%;
    background: rgba(var(--bs-body-color-rgb), .15);
    left: 0;
    bottom: 0;
    top: 25%;
    position: absolute;
    border-radius: 0 0 0 .625rem
}

.app-fob-lg>:nth-child(3) {
    background: repeating-linear-gradient(-55deg, rgba(var(--bs-body-color-rgb), .05), rgba(var(--bs-body-color-rgb), .05) 2px, rgba(var(--bs-body-color-rgb), 0) 2px, rgba(var(--bs-body-color-rgb), 0) 6px);
    background-color: rgba(var(--bs-body-color-rgb), .15);
    width: 70%;
    top: 25%;
    right: 0;
    bottom: 0;
    position: absolute
}

.app-fob-lg[data-class^=set-header-fixed]>:nth-child(1) {
    background: #f68bec
}

.app-fob-lg[data-class^=set-nav-full]>:nth-child(1) {
    left: 35%;
    border-radius: 0 .625rem 0 0
}

.app-fob-lg[data-class^=set-nav-full]>:nth-child(2) {
    border-radius: .625rem 0 0 .625rem;
    top: 5%
}

.app-fob-lg[data-class^=set-nav-fixed]>:nth-child(2) {
    background: #f68bec
}

.app-fob-lg[data-class^=set-nav-collapse]>:nth-child(1) {
    background: rgba(0, 0, 0, .1)
}

.app-fob-lg[data-class^=set-nav-collapse]>:nth-child(2) {
    top: 14%;
    height: auto;
    bottom: 14%;
    z-index: 1;
    border-radius: 0 .625rem .625rem 0;
    width: 7%;
    background: rgba(var(--warning), .6)
}

.app-fob-lg[data-class^=set-nav-collapse]>:nth-child(3) {
    width: auto;
    left: 5%;
    border-radius: 0 0 .625rem .625rem
}

.app-fob-lg[data-class^=set-nav-minified]>:nth-child(2) {
    width: 13%
}

.app-fob-lg[data-class^=set-nav-minified]>:nth-child(3) {
    width: 73%
}

.app-fob-showcase {
    overflow: hidden;
    border: none
}

.app-fob-showcase-text {
    margin-bottom: 2rem;
    position: relative;
    padding: 1.1rem 1rem 1rem;
    border: 1px dashed var(--bs-border-color);
    border-radius: .625rem
}

.app-fob-showcase-text:after {
    content: attr(data-prefix);
    position: absolute;
    padding: .3125rem;
    border-radius: .3125rem;
    background: var(--bs-border-color);
    top: -.875rem;
    right: .625rem;
    color: var(--bs-body-color);
    font-size: .8125rem;
    line-height: .8125rem
}

.app-themes .clickable-boxes input[type=radio] {
    display: none
}

.app-themes .clickable-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    gap: .8125rem;
    padding: .5rem 0
}

.app-themes .clickable-boxes label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(25% - .625rem);
    flex: 1 1 calc(25% - .625rem);
    max-width: calc(25% - .625rem);
    text-align: center;
    background-color: #ddd;
    color: #333;
    line-height: 4.04375rem;
    height: 4.04375rem;
    border-radius: .25rem;
    cursor: pointer;
    -webkit-transition: background-color .3s, -webkit-transform .2s;
    transition: background-color .3s, -webkit-transform .2s;
    transition: background-color .3s, transform .2s;
    transition: background-color .3s, transform .2s, -webkit-transform .2s;
    font-size: .825rem;
    position: relative
}

.app-themes .clickable-boxes label::after {
    content: attr(data-prefix);
    position: absolute;
    padding: .25rem;
    border-radius: .25rem;
    background: #e9e9e9;
    bottom: .25rem;
    left: .25rem;
    color: #333;
    font-size: .66rem;
    line-height: .66rem
}

.app-themes .clickable-boxes input[type=radio]:checked+label {
    background-color: #4caf50;
    color: #fff;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    outline: 3px solid #156be1
}

.app-themes .clickable-boxes input[type=radio]:checked+label::after {
    background: #333;
    color: #e9e9e9
}

.set-header-fixed .app-fob-showcase :nth-child(1) {
    background-color: rgba(var(--danger), .9)
}

.set-nav-full:not(.set-header-fixed) .app-fob-showcase :nth-child(1) {
    left: 30%;
    border-radius: 0 .625rem 0 0
}

.set-nav-full:not(.set-header-fixed) .app-fob-showcase :nth-child(2) {
    top: 0;
    border-radius: .625rem 0 0 .625rem
}

.set-nav-full.set-nav-collapsed:not(.set-header-fixed) .app-fob-showcase :nth-child(1) {
    left: 0;
    border-radius: .625rem .625rem 0 0
}

.set-nav-full.set-nav-collapsed:not(.set-header-fixed) .app-fob-showcase :nth-child(2) {
    top: 0;
    background-color: rgba(var(--warning), .9);
    border-radius: 0
}

.set-nav-full.set-nav-collapsed:not(.set-header-fixed) .app-fob-showcase :nth-child(3) {
    left: 0;
    right: 0;
    width: auto
}

.set-nav-full.set-nav-fixed:not(.set-header-fixed) .app-fob-showcase :nth-child(2) {
    background-color: rgba(var(--danger), .9)
}

.set-nav-fixed.set-header-fixed .app-fob-showcase :nth-child(2) {
    background-color: rgba(var(--danger), .9)
}

.set-nav-full.set-nav-fixed.set-header-fixed .app-fob-showcase :nth-child(1) {
    left: 30%;
    border-radius: 0 .625rem 0 0;
    background-color: rgba(var(--danger), .9)
}

.set-nav-full.set-nav-fixed.set-header-fixed .app-fob-showcase :nth-child(2) {
    top: 0;
    background-color: rgba(var(--danger), .9);
    border-radius: .625rem 0 0 .625rem
}

.set-header-fixed.set-nav-collapsed .app-fob-showcase :nth-child(1),
.set-header-fixed.set-nav-full.set-nav-fixed.set-nav-collapsed .app-fob-showcase :nth-child(1),
.set-nav-full.set-nav-collapsed .app-fob-showcase :nth-child(1) {
    left: 0
}

.set-header-fixed.set-nav-collapsed .app-fob-showcase :nth-child(2),
.set-header-fixed.set-nav-full.set-nav-fixed.set-nav-collapsed .app-fob-showcase :nth-child(2),
.set-nav-full.set-nav-collapsed .app-fob-showcase :nth-child(2) {
    -webkit-transform: translate3d(-90%, 0, 0);
    transform: translate3d(-90%, 0, 0);
    -webkit-box-shadow: rgba(0, 0, 0, .1) 7px 0 6px 2px;
    box-shadow: rgba(0, 0, 0, .1) 7px 0 6px 2px;
    -webkit-animation: widthAnimation 4s ease-in-out 2 alternate;
    animation: widthAnimation 4s ease-in-out 2 alternate;
    z-index: 1
}

.set-header-fixed.set-nav-collapsed .app-fob-showcase :nth-child(3),
.set-header-fixed.set-nav-full.set-nav-fixed.set-nav-collapsed .app-fob-showcase :nth-child(3),
.set-nav-full.set-nav-collapsed .app-fob-showcase :nth-child(3) {
    left: 0;
    right: 0;
    width: auto;
    border-radius: 0 0 .625rem .625rem
}

.set-header-fixed.set-nav-collapsed .app-fob-showcase :nth-child(2) {
    background-color: rgba(var(--warning), .9)
}

@media only screen and (max-width:991.98px) {
    .app-fob-showcase-text:after {
        content: "Mobile Preview"
    }
    .app-fob-lg>:nth-child(1)::before {
        content: "";
        position: absolute;
        top: calc(50% - .6rem);
        left: .5rem;
        width: 1.7rem;
        height: 1.2rem;
        background-color: rgba(var(--bs-body-color-rgb), .15);
        z-index: 1;
        display: block;
        border-radius: .25rem
    }
    .app-fob-lg>:nth-child(2) {
        display: none
    }
    .app-fob-lg>:nth-child(3) {
        width: 100%
    }
    .app-fob-showcase-text {
        width: 60% !important;
        margin: 0 auto 2rem
    }
}

.set-nav-fixed:not(.set-nav-full):not(.set-header-fixed) .primary-mod {
    border-color: rgba(var(--danger), .9);
    color: rgba(var(--danger), .9)
}

.set-nav-fixed:not(.set-nav-full):not(.set-header-fixed) .primary-mod:after {
    content: "Select an option";
    color: var(--bs-white);
    background: rgba(var(--danger), .9)
}

.mod-status {
    padding: .8rem 1rem .5rem;
    border: 1px dashed var(--bs-border-color);
    position: relative;
    border-radius: .5rem;
    margin-bottom: 2.5rem
}

.mod-status:first-of-type {
    margin-top: 2rem
}

.mod-status:after {
    content: attr(data-prefix);
    position: absolute;
    padding: .3125rem;
    border-radius: .3125rem;
    background: var(--bs-border-color);
    top: -.875rem;
    right: .625rem;
    color: var(--bs-body-color);
    font-size: .8125rem;
    line-height: .8125rem
}

.reset-button {
    opacity: .75;
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%)
}

.theme-active .reset-button,
[class*=set-] .reset-button,
[data-bs-theme=dark] .reset-button {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.color-disp-demo tr:first-child td {
    height: 100px;
    -webkit-box-shadow: inset 0 -5px 0 rgba(255, 255, 255, .8);
    box-shadow: inset 0 -5px 0 rgba(255, 255, 255, .8)
}

.color-disp-demo tr td {
    border: none;
    padding-top: .4375rem;
    padding-bottom: .4375rem
}

.color-disp-demo tr td:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    font-weight: 500
}

.cr-c {
    width: 1.3125rem;
    height: 1.3125rem;
    display: block;
    border-radius: 50%
}

.icon-demo {
    list-style: none;
    padding: 0
}

.icon-demo li {
    border: 1px solid #7f8995;
    padding: .625rem;
    display: inline-block;
    font-size: 1.25rem;
    width: 3.75rem;
    height: 3.75rem;
    overflow: hidden;
    margin: 0 .375rem 0 0;
    text-align: center;
    background: var(--bs-body-bg)
}

.icon-demo li:hover {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

pre code.hljs {
    border-radius: 1rem
}

.show-codes code[class*=language-],
.show-codes pre[class*=language-] {
    display: block !important
}

.container-demo {
    max-width: 100%;
    width: 100%
}

.bd-example {
    position: relative;
    padding: 1rem 0
}

.bd-example-row-flex-cols .row {
    min-height: 10rem;
    background-color: rgba(255, 0, 0, .1)
}

.bd-example-row .row>.col,
.bd-example-row .row>[class^=col-] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(86, 61, 124, .15);
    border: 1px solid rgba(86, 61, 124, .2)
}

.bd-example-row .row+.row {
    margin-top: 1rem
}

.bd-highlight {
    background-color: rgba(86, 61, 124, .2);
    border: 1px solid rgba(86, 61, 124, .2)
}

.demo {
    margin: 0
}

.demo>* {
    margin: 0 .375rem 1rem 0 !important
}

.demo.demo-no-mb>* {
    margin-bottom: 0 !important
}

.demo-v-spacing-lg>*+*,
.demo-v-spacing-sm>*+*,
.demo-v-spacing>*+* {
    margin-top: .875rem !important;
    margin-bottom: 0 !important
}

.demo-v-spacing-lg>*,
.demo-v-spacing-sm>*,
.demo-v-spacing>* {
    margin-bottom: 0 !important
}

.demo-v-spacing>*+* {
    margin-top: 1rem !important
}

.demo-v-spacing-lg>*+* {
    margin-top: 1.5rem !important
}

.demo-h-spacing>:not(last-child):not(only-child) {
    margin-right: 1rem !important
}

.frame-heading {
    font-size: .8125rem;
    margin-bottom: 1rem;
    color: #a1a1a1;
    font-weight: 500
}

.frame-heading .small,
.frame-heading small {
    font-size: .8125rem;
    margin-bottom: .5rem
}

.frame-wrap {
    background: inherit;
    padding: 0;
    margin-bottom: 1.5rem
}

*>.frame-wrap:last-child {
    margin-bottom: 0 !important
}

.demo-window {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 1.4375rem;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.demo-window:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    height: 1.4375rem;
    background: #e5e5e5
}

.demo-window:after {
    content: "";
    position: absolute;
    left: .625rem;
    background: #ccc;
    top: .375rem;
    z-index: 4;
    width: .6875rem;
    height: .6875rem;
    border-radius: 50%
}

.demo-window .demo-window-content {
    width: 100%;
    background: rgba(255, 255, 255, .15)
}

.demo-window .demo-window-content img {
    display: block;
    width: 100%
}

.demo-window .demo-window-content:before {
    content: "";
    position: absolute;
    left: 1.625rem;
    background: #ccc;
    top: .375rem;
    z-index: 4;
    width: .6875rem;
    height: .6875rem;
    border-radius: 50%
}

.demo-window .demo-window-content:after {
    content: "";
    position: absolute;
    left: 2.6875rem;
    background: #ccc;
    top: .375rem;
    z-index: 4;
    width: .6875rem;
    height: .6875rem;
    border-radius: 50%
}

.form-section {
    margin-bottom: 1rem
}

.output-section {
    padding: 1.5rem;
    background-color: var(--bs-body-bg);
    border-radius: 8px;
    border: 1px solid var(--bs-border-color)
}

.class-list {
    font-weight: 700;
    color: var(--primary);
    padding: .75rem;
    background-color: var(--light-50);
    border-radius: 4px;
    border-left: 4px solid var(--primary-500)
}

.css-output {
    white-space: pre-wrap;
    background-color: var(--light-50);
    color: var(--bs-body-color);
    padding: .75rem;
    border-radius: 4px;
    font-family: "Courier New", monospace;
    margin-top: 10px;
    font-size: 14px;
    opacity: .85
}

#displayTypeSection {
    display: none
}

#testDiv {
    padding: 20px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    min-height: 60px;
    background-color: var(--info-500);
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.breakpoint-indicator {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 12px;
    background: var(--dark-100);
    color: #fff
}

.breakpoint-indicator.active {
    background: var(--success-500)
}

.visual-breakpoint {
    font-size: 13px;
    padding: 2px 8px;
    border-radius: 4px;
    background: var(--primary-500);
    color: #fff;
    margin-bottom: 10px;
    display: inline-block
}

.option-card {
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
    padding: 1.25rem;
    margin-bottom: 1rem;
    background-color: var(--bs-body-bg)
}

.option-title {
    margin-bottom: .75rem;
    color: var(--dark);
    font-weight: 500
}

.copy-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--primary-100);
    border: none;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 12px;
    color: var(--primary);
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s
}

.copy-button:hover {
    background: var(--primary-200)
}

.demo-container {
    margin-top: 1rem;
    border: 1px dashed var(--bs-border-color);
    padding: 15px;
    border-radius: 8px;
    position: relative;
    background: var(--bs-body-bg)
}

.demo-container::before {
    content: "Preview";
    position: absolute;
    top: -10px;
    left: 10px;
    background: var(--bs-body-bg);
    padding: 0 8px;
    font-size: 12px;
    color: var(--secondary)
}

.current-breakpoint {
    background: var(--success-100);
    color: var(--success-700);
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500
}

.bp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .5rem
}

@media (max-width:576px) {
    .bp-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

.button {
    background-color: rgba(var(--primary), 1);
    border: none;
    color: #fff;
    padding: .9375rem 1.25rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    cursor: pointer;
    width: 100%;
    font-weight: 500;
    border-radius: .625rem
}

.button:hover {
    background-color: rgba(var(--primary), .9)
}

.button:active {
    scale: .98
}

.info-container {
    padding: 1rem;
    border: 1px dashed var(--bs-info-border-color, rgba(0, 0, 0, .1));
    border-radius: .625rem;
    margin-bottom: 2rem;
    font-size: .875rem;
    background: var(--bs-info-bg, rgba(var(--warning), .1));
    color: var(--bs-info-color, var(--bs-body-color))
}

ol {
    margin: 0;
    padding: 0;
    margin-left: 2.5rem
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #b8a6d3;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #77dfd4;
    --bs-info-text-emphasis: #7ac0f8;
    --bs-warning-text-emphasis: #ffda8d;
    --bs-danger-text-emphasis: #fe88bf;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #1b1524;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #062825;
    --bs-info-bg-subtle: #071e31;
    --bs-warning-bg-subtle: #33270d;
    --bs-danger-bg-subtle: #330b1e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #52406d;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #11796e;
    --bs-info-border-subtle: #145a92;
    --bs-warning-border-subtle: #997427;
    --bs-danger-border-subtle: #982259;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-headings-color: inherit;
    --bs-link-color: #b8a6d3;
    --bs-link-hover-color: #c6b8dc;
    --bs-code-color: #a7acb1;
    --bs-mark-color: #dee2e6;
    --bs-mark-bg: #ffda6a;
    --bs-form-select-indicator-color: #dee2e6;
    --bs-form-select-indicator: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
    --bs-form-switch-color: rgba(255, 255, 255, 0.25);
    --bs-form-switch-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba(255, 255, 255, 0.25)'/></svg>");
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f;
    --bs-accordion-icon-color: #b8a6d3;
    --bs-accordion-icon-active-color: #b8a6d3;
    --bs-accordion-button-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#b8a6d3'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    --bs-accordion-button-active-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#b8a6d3'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --app-nav-link-color: #adb5bd;
    --app-nav-link-hover-color: #59adff;
    --app-nav-link-active-color: #fff;
    --app-nav-title-color: #6c757d;
    --app-nav-border-color: #495057;
    --app-nav-item-hover-bg: rgba(255, 255, 255, 0.05);
    --app-nav-item-active-bg: rgba(255, 255, 255, 0.05);
    --app-nav-item-active-indicator: rgba(255, 255, 255, 0.9);
    --app-nav-collapse-sign-color: var(--app-nav-link-color);
    --app-header-background: #272b30;
    --app-nav-background: var(--app-header-background);
    --app-drawer-background: var(--app-header-background);
    --app-layout-border-color: var(--bs-border-color);
    --app-content-background: #363c41;
    --app-panel-bg: var(--app-header-background);
    --app-panel-border-color: var(--bs-border-color);
    --app-panel-border-bottom: var(--bs-border-color);
    --panel-tag-background: rgb(43 68 62);
    --panel-drag-bg: var(--app-content-background);
    --bs-input-bg: #2b3035;
    --bs-input-border-color: #495057;
    --bs-input-color: var(--bs-body-color);
    --bs-input-focus-bg: #2b3035;
    --bs-input-focus-border-color: #86b7fe;
    --bs-input-focus-color: var(--bs-emphasis-color);
    --app-scrollbar-bg: var(--bs-tertiary-bg);
    --app-scrollbar-thumb: var(--bs-secondary-bg);
    --app-scrollbar-thumb-hover: var(--bs-border-color);
    --app-card-bg: var(--bs-tertiary-bg);
    --app-dropdown-bg: var(--bs-tertiary-bg);
    --app-dropdown-border-color: var(--bs-border-color);
    --app-dropdown-link-color: var(--bs-body-color);
    --app-dropdown-link-hover-bg: var(--bs-secondary-bg);
    --app-dropdown-link-hover-color: var(--bs-emphasis-color);
    --app-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
    --app-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
    --app-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.35);
    --page-breadcrumbs-text-shadow: #000;
    --page-subheader-text-shadow: #000;
    --page-subheader-color: var(--bs-emphasis-color);
    --bs-info-bg: rgb(69 59 31);
    --bs-info-border-color: rgb(147 126 70);
    --btn-system-bg-opacity: 0.07;
    --collapse-icon-border: rgba(255, 255, 255, 0.3);
    --collapse-icon-border-hover: rgba(var(--primary), 0.8);
    --collapse-icon-width: 2.5rem;
    --collapse-icon-height: 1.8rem;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254
}

[data-bs-theme=dark] .dropdown-menu {
    --bs-dropdown-link-hover-color: var(--app-nav-link-hover-color)
}

[data-bs-theme=dark] #panelDeleteModal .modal-content {
    border-color: var(--bs-border-color)
}

[data-bs-theme=dark] .grid-background {
    --background-color: #333333;
    --background-image-color: 255, 255, 255
}

[data-bs-theme=dark] .grid-background-dark {
    --background-color: #ffffff;
    --background-image-color: 0, 0, 0
}

[data-bs-theme=dark] .form-check-input {
    --bs-form-check-bg: #727374
}

[data-bs-theme=dark] .pagination {
    --bs-pagination-focus-color: var(--bs-emphasis-color);
    --bs-pagination-color: var(--bs-emphasis-color)
}

[data-bs-theme=dark] .app-logo::before {
    background-color: var(--bs-body-bg)
}

[data-bs-theme=dark] .app-logo>svg {
    --logo-color: var(--primary-500);
    color: #e1e3e5
}

[data-bs-theme=dark] .card {
    --bs-card-bg: var(--app-panel-bg)
}

[data-bs-theme=dark] .dropdown-menu {
    --bs-dropdown-bg: #373b3f;
    border: 1px solid var(--bs-border-color)
}

[data-bs-theme=dark] .accordion-button {
    --bs-accordion-active-bg: rgba(var(--white), 0.04)
}

[data-bs-theme=dark] .accordion-button::after {
    -webkit-filter: invert(90%) hue-rotate(180deg) brightness(1.2);
    filter: invert(90%) hue-rotate(180deg) brightness(1.2)
}

[data-bs-theme=dark] .nav-tabs {
    --bs-nav-tabs-link-active-bg: var(--app-panel-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) transparent
}

[data-bs-theme=dark] .tooltip {
    --bs-tooltip-color: #fff
}

[data-bs-theme=dark] .modal-content {
    --bs-modal-bg: #373b3f;
    --bs-modal-border-color: var(--bs-border-color);
    --bs-modal-header-color: #fff
}

[data-bs-theme=dark] .inverse-color {
    -webkit-filter: invert(90%) hue-rotate(180deg) brightness(1.2);
    filter: invert(90%) hue-rotate(180deg) brightness(1.2)
}

[data-bs-theme=dark] .popover:not([class*=primary-],
[class*=secondary-],
[class*=success-],
[class*=danger-],
[class*=warning-],
[class*=info-],
[class*=dark-],
[class*=light-]) {
    --bs-popover-border-color: rgba(0, 0, 0, 0.5);
    --bs-popover-header-color: var(--bs-light);
    --bs-popover-bg: rgba(0, 0, 0, 0.5);
    --bs-popover-arrow-border: rgba(0, 0, 0, 0.5)
}

[data-bs-theme=dark] .btn-outline-secondary {
    --bs-btn-color: var(--bs-body-color)
}

[data-bs-theme=dark] .btn-default {
    --btn-background-color: var(--bs-gray-300);
    --btn-default-bg-top: rgba(var(--bs-body-bg-rgb), 0.85);
    --btn-default-bg-bottom: rgba(var(--bs-body-bg-rgb), 1);
    --btn-border-color: var(--fusion-700);
    --btn-hover-border-color: var(--fusion-900);
    --btn-color: rgba(var(--bs-light-rgb), 0.85);
    --btn-hover-color: rgba(var(--bs-light-rgb), 1);
    --btn-focus-color: rgba(var(--bs-light-rgb), 1)
}

.set-rtl {
    --direction: rtl;
    direction: var(--direction)
}

[dir=rtl] {
    --direction: rtl;
    direction: var(--direction)
}

@-webkit-keyframes opaque {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes opaque {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes resizeanim {
    0%,
    to {
        opacity: 0
    }
}

@keyframes resizeanim {
    0%,
    to {
        opacity: 0
    }
}

.apexcharts-canvas {
    position: relative;
    direction: ltr !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.apexcharts-canvas ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px
}

.apexcharts-canvas ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5)
}

.apexcharts-inner {
    position: relative
}

.apexcharts-text tspan {
    font-family: inherit
}

.legend-mouseover-inactive circle,
.legend-mouseover-inactive line,
.legend-mouseover-inactive path,
.legend-mouseover-inactive rect,
.legend-mouseover-inactive text.apexcharts-yaxis-label,
.legend-mouseover-inactive text.apexcharts-yaxis-title-text,
rect.legend-mouseover-inactive {
    -webkit-transition: .15s ease all;
    transition: .15s ease all;
    opacity: .2
}

.apexcharts-legend-text {
    padding-left: 15px;
    margin-left: -15px
}

.apexcharts-series-collapsed {
    opacity: 0
}

.apexcharts-tooltip {
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 6px -4px #999;
    box-shadow: 2px 2px 6px -4px #999;
    cursor: default;
    font-size: 14px;
    inset-block-start: 62px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    white-space: nowrap;
    z-index: 12;
    -webkit-transition: .15s ease all;
    transition: .15s ease all
}

.apexcharts-tooltip.apexcharts-active {
    opacity: 1;
    -webkit-transition: .15s ease all;
    transition: .15s ease all
}

[data-bs-theme=light] .apexcharts-tooltip {
    border: 1px solid #e3e3e3;
    background: rgba(255, 255, 255, .96)
}

[data-bs-theme=dark] .apexcharts-tooltip {
    color: #fff;
    background: rgba(30, 30, 30, .9);
    -webkit-box-shadow: 2px 2px 6px -4px #000;
    box-shadow: 2px 2px 6px -4px #000
}

.apexcharts-tooltip * {
    font-family: inherit
}

.apexcharts-tooltip-title {
    padding: 6px;
    font-size: 15px;
    margin-bottom: 4px
}

[data-bs-theme=light] .apexcharts-tooltip .apexcharts-tooltip-title {
    background: #eceff1;
    border-bottom: 1px solid #ddd
}

[data-bs-theme=dark] .apexcharts-tooltip .apexcharts-tooltip-title {
    background: rgba(0, 0, 0, .7) !important;
    border-bottom: 1px solid #000 !important
}

.apexcharts-tooltip-text-goals-value,
.apexcharts-tooltip-text-y-value,
.apexcharts-tooltip-text-z-value {
    display: inline-block;
    margin-left: 5px;
    font-weight: 600
}

.apexcharts-tooltip-text-goals-label:empty,
.apexcharts-tooltip-text-goals-value:empty,
.apexcharts-tooltip-text-y-label:empty,
.apexcharts-tooltip-text-y-value:empty,
.apexcharts-tooltip-text-z-value:empty,
.apexcharts-tooltip-title:empty {
    display: none
}

.apexcharts-tooltip-text-goals-label,
.apexcharts-tooltip-text-goals-value {
    padding: 6px 0 5px
}

.apexcharts-tooltip-goals-group,
.apexcharts-tooltip-text-goals-label,
.apexcharts-tooltip-text-goals-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.apexcharts-tooltip-text-goals-label:not(:empty),
.apexcharts-tooltip-text-goals-value:not(:empty) {
    margin-top: -6px
}

.apexcharts-tooltip-marker {
    width: 12px;
    height: 12px;
    position: relative;
    background-color: currentColor;
    margin-right: 10px;
    border-radius: 50%
}

.apexcharts-tooltip-series-group {
    padding: 0 10px;
    display: none;
    text-align: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
    opacity: 1
}

.apexcharts-tooltip-series-group.apexcharts-active,
.apexcharts-tooltip-series-group:last-child {
    padding-bottom: 4px
}

.apexcharts-tooltip-y-group {
    padding: 6px 0 5px
}

.apexcharts-custom-tooltip,
.apexcharts-tooltip-box {
    padding: 4px 8px
}

.apexcharts-tooltip-boxPlot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.apexcharts-tooltip-box>div {
    margin: 4px 0
}

.apexcharts-tooltip-box span.value {
    font-weight: 700
}

.apexcharts-tooltip-rangebar {
    padding: 5px 8px
}

.apexcharts-tooltip-rangebar .category {
    font-weight: 600;
    color: #777
}

.apexcharts-tooltip-rangebar .series-name {
    font-weight: 700;
    display: block;
    margin-bottom: 5px
}

.apexcharts-xaxistooltip,
.apexcharts-yaxistooltip {
    opacity: 0;
    pointer-events: none;
    color: #373d3f;
    font-size: 13px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    background: #eceff1;
    border: 1px solid #90a4ae
}

.apexcharts-xaxistooltip {
    padding: 9px 10px;
    -webkit-transition: .15s ease all;
    transition: .15s ease all
}

[data-bs-theme=dark] .apexcharts-xaxistooltip {
    background: rgba(0, 0, 0, .7) !important;
    border: 1px solid rgba(0, 0, 0, .5) !important;
    color: #fff !important
}

.apexcharts-xaxistooltip:after,
.apexcharts-xaxistooltip:before {
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.apexcharts-xaxistooltip:after {
    border-color: transparent;
    border-width: 6px;
    margin-left: -6px
}

.apexcharts-xaxistooltip:before {
    border-color: transparent;
    border-width: 7px;
    margin-left: -7px
}

.apexcharts-xaxistooltip-bottom:after,
.apexcharts-xaxistooltip-bottom:before {
    bottom: 100%
}

.apexcharts-xaxistooltip-top:after,
.apexcharts-xaxistooltip-top:before {
    top: 100%
}

.apexcharts-xaxistooltip-bottom:after {
    border-bottom-color: #eceff1
}

.apexcharts-xaxistooltip-bottom:before {
    border-bottom-color: #90a4ae
}

[data-bs-theme=dark] .apexcharts-xaxistooltip-bottom:after,
[data-bs-theme=dark] .apexcharts-xaxistooltip-bottom:before {
    border-bottom-color: rgba(0, 0, 0, .5)
}

.apexcharts-xaxistooltip-top:after {
    border-top-color: #eceff1
}

.apexcharts-xaxistooltip-top:before {
    border-top-color: #90a4ae
}

[data-bs-theme=dark] .apexcharts-xaxistooltip-top:after,
[data-bs-theme=dark] .apexcharts-xaxistooltip-top:before {
    border-top-color: rgba(0, 0, 0, .5)
}

.apexcharts-xaxistooltip.apexcharts-active {
    opacity: 1;
    -webkit-transition: .15s ease all;
    transition: .15s ease all
}

.apexcharts-yaxistooltip {
    padding: 4px 10px
}

[data-bs-theme=dark] .apexcharts-yaxistooltip {
    background: rgba(0, 0, 0, .7) !important;
    border: 1px solid rgba(0, 0, 0, .5) !important;
    color: #fff !important
}

.apexcharts-yaxistooltip:after,
.apexcharts-yaxistooltip:before {
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.apexcharts-yaxistooltip:after {
    border-color: transparent;
    border-width: 6px;
    margin-top: -6px
}

.apexcharts-yaxistooltip:before {
    border-color: transparent;
    border-width: 7px;
    margin-top: -7px
}

.apexcharts-yaxistooltip-left:after,
.apexcharts-yaxistooltip-left:before {
    left: 100%
}

.apexcharts-yaxistooltip-right:after,
.apexcharts-yaxistooltip-right:before {
    right: 100%
}

.apexcharts-yaxistooltip-left:after {
    border-left-color: #eceff1
}

.apexcharts-yaxistooltip-left:before {
    border-left-color: #90a4ae
}

[data-bs-theme=dark] .apexcharts-yaxistooltip-left:after,
[data-bs-theme=dark] .apexcharts-yaxistooltip-left:before {
    border-left-color: rgba(0, 0, 0, .5)
}

.apexcharts-yaxistooltip-right:after {
    border-right-color: #eceff1
}

.apexcharts-yaxistooltip-right:before {
    border-right-color: #90a4ae
}

[data-bs-theme=dark] .apexcharts-yaxistooltip-right:after,
[data-bs-theme=dark] .apexcharts-yaxistooltip-right:before {
    border-right-color: rgba(0, 0, 0, .5)
}

.apexcharts-yaxistooltip.apexcharts-active {
    opacity: 1
}

.apexcharts-yaxistooltip-hidden {
    display: none
}

.apexcharts-xcrosshairs,
.apexcharts-ycrosshairs {
    pointer-events: none;
    opacity: 0;
    -webkit-transition: .15s ease all;
    transition: .15s ease all
}

.apexcharts-xcrosshairs.apexcharts-active,
.apexcharts-ycrosshairs.apexcharts-active {
    opacity: 1;
    -webkit-transition: .15s ease all;
    transition: .15s ease all
}

.apexcharts-ycrosshairs-hidden {
    opacity: 0
}

.apexcharts-selection-rect {
    cursor: move
}

.svg_select_shape {
    stroke-width: 1;
    stroke-dasharray: 10 10;
    stroke: #000;
    stroke-opacity: .1;
    pointer-events: none;
    fill: none
}

.svg_select_handle {
    stroke-width: 3;
    stroke: #000;
    fill: none
}

.svg_select_handle_r {
    cursor: e-resize
}

.svg_select_handle_l {
    cursor: w-resize
}

.apexcharts-svg.apexcharts-zoomable.hovering-zoom {
    cursor: crosshair
}

.apexcharts-svg.apexcharts-zoomable.hovering-pan {
    cursor: move
}

.apexcharts-menu-icon svg,
.apexcharts-reset-icon svg,
.apexcharts-zoom-icon svg,
.apexcharts-zoomin-icon svg,
.apexcharts-zoomout-icon svg {
    fill: #6e8192
}

.apexcharts-selection-icon svg {
    fill: #444
}

[data-bs-theme=dark] .apexcharts-menu-icon svg,
[data-bs-theme=dark] .apexcharts-pan-icon svg,
[data-bs-theme=dark] .apexcharts-reset-icon svg,
[data-bs-theme=dark] .apexcharts-selection-icon svg,
[data-bs-theme=dark] .apexcharts-toolbar-custom-icon svg,
[data-bs-theme=dark] .apexcharts-zoom-icon svg,
[data-bs-theme=dark] .apexcharts-zoomin-icon svg,
[data-bs-theme=dark] .apexcharts-zoomout-icon svg {
    fill: #f3f4f5
}

.apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg,
.apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg,
.apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg {
    fill: #008ffb
}

[data-bs-theme=light] .apexcharts-menu-icon:hover svg,
[data-bs-theme=light] .apexcharts-reset-icon:hover svg,
[data-bs-theme=light] .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,
[data-bs-theme=light] .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,
[data-bs-theme=light] .apexcharts-zoomin-icon:hover svg,
[data-bs-theme=light] .apexcharts-zoomout-icon:hover svg {
    fill: #333
}

.apexcharts-menu-icon,
.apexcharts-selection-icon {
    position: relative
}

.apexcharts-pan-icon.apexcharts-selected svg {
    stroke: var(--primary-500)
}

.apexcharts-pan-icon:not(.apexcharts-selected):hover svg {
    stroke: var(--primary-500)
}

.apexcharts-toolbar {
    position: absolute;
    z-index: 11;
    max-width: 176px;
    text-align: right;
    border-radius: 3px;
    padding: 0 6px 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .25rem;
    right: 0 !important
}

.apexcharts-toolbar .ft-icon {
    --ft-icon-color: #333;
    --ft-icon-size: 0.85rem
}

[data-bs-theme=dark] .apexcharts-toolbar .ft-icon {
    --ft-icon-color: #fff;
    stroke-width: 2px
}

.apexcharts-menu {
    --bs-dropdown-min-width: 124px;
    --bs-dropdown-font-size: 0.85rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-size: var(--bs-dropdown-font-size);
    position: absolute;
    top: 100%;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    right: 10px;
    opacity: 0;
    min-width: var(--bs-dropdown-min-width);
    -webkit-transition: .15s ease all;
    transition: .15s ease all;
    pointer-events: none
}

.apexcharts-menu.apexcharts-menu-open {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: .15s ease all;
    transition: .15s ease all
}

.apexcharts-menu-item {
    padding: .5rem .75rem;
    font-size: .825rem;
    cursor: pointer
}

[data-bs-theme=light] .apexcharts-menu-item:hover {
    background: var(--app-nav-item-hover-bg);
    color: var(--primary-500)
}

[data-bs-theme=dark] .apexcharts-menu {
    background: rgba(0, 0, 0, .7) !important;
    color: #fff !important
}

@media screen and (min-width:768px) {
    .apexcharts-canvas:hover .apexcharts-toolbar {
        opacity: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.apexcharts-canvas .apexcharts-element-hidden,
.apexcharts-datalabel.apexcharts-element-hidden,
.apexcharts-hide .apexcharts-series-points {
    opacity: 0;
    display: none
}

.apexcharts-hidden-element-shown {
    opacity: 1;
    -webkit-transition: .25s ease all;
    transition: .25s ease all
}

.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value,
.apexcharts-datalabels,
.apexcharts-pie-label {
    cursor: default;
    pointer-events: none
}

.apexcharts-pie-label-delay {
    opacity: 0;
    -webkit-animation-name: opaque;
    animation-name: opaque;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

.apexcharts-radialbar-label {
    cursor: pointer
}

.apexcharts-annotation-rect,
.apexcharts-area-series .apexcharts-area,
.apexcharts-gridline,
.apexcharts-line,
.apexcharts-point-annotation-label,
.apexcharts-radar-series path:not(.apexcharts-marker),
.apexcharts-radar-series polygon,
.apexcharts-toolbar svg,
.apexcharts-tooltip .apexcharts-marker,
.apexcharts-xaxis-annotation-label,
.apexcharts-yaxis-annotation-label,
.apexcharts-zoom-rect,
.no-pointer-events {
    pointer-events: none
}

.apexcharts-tooltip-active .apexcharts-marker {
    -webkit-transition: .15s ease all;
    transition: .15s ease all
}

.resize-triggers {
    -webkit-animation: 1ms resizeanim;
    animation: 1ms resizeanim;
    visibility: hidden;
    opacity: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.contract-trigger:before,
.resize-triggers,
.resize-triggers>div {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.resize-triggers>div {
    height: 100%;
    width: 100%;
    background: #eee;
    overflow: auto
}

.contract-trigger:before {
    overflow: hidden;
    width: 200%;
    height: 200%
}

.apexcharts-bar-goals-markers {
    pointer-events: none
}

.apexcharts-bar-shadows {
    pointer-events: none
}

.apexcharts-rangebar-goals-markers {
    pointer-events: none
}

.hero-section {
    min-height: 100vh;
    background: linear-gradient(45deg, var(--bs-gray-800), var(--bs-gray-700));
    background: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    position: relative
}

#net {
    background: 0 0 !important;
    position: relative;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 0
}

#net canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.divider {
    position: relative;
    text-align: center;
    margin: 1.5rem 0
}

.divider::after,
.divider::before {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #dee2e6;
    position: absolute;
    top: 50%;
    width: 45%
}

.divider::before {
    right: 55%
}

.divider::after {
    left: 55%
}

.btn-apple {
    background-color: #000;
    color: #fff;
    font-weight: 600
}

.btn-apple:hover {
    background-color: #1a1a1a;
    color: #fff
}

pre {
    border-radius: .5rem;
    white-space: pre-wrap;
    word-wrap: break-word
}

pre code.hljs {
    padding: 1.5em;
    font-size: .875rem
}

.hljs-comment {
    color: #6d9d9d
}

.code-example {
    margin: 1.5rem 0
}

.concept-section {
    margin-bottom: 3rem
}

.concept-title.with-lead {
    font-size: 2.5rem;
    font-weight: 300
}

.sidebar {
    position: sticky;
    top: 1rem
}

.main-content {
    line-height: 1.6
}

.concept-title {
    color: var(--secondary-500);
    font-size: 1rem;
    font-weight: 600
}

.example-output {
    background-color: #e9ecef;
    padding: 1rem;
    border-radius: .5rem;
    margin-top: .5rem
}

.pro-tip {
    background-color: rgba(var(--bs-success-rgb), .2);
    border-left: 4px solid var(--bs-success-border-subtle, --success-500);
    padding: 1rem;
    margin: 1rem 0
}

.warning {
    background-color: var(--bs-warning-bg-subtle, --warning-100);
    border-left: 4px solid var(--bs-warning-border-subtle, --warning-700);
    padding: 1rem;
    margin: 1rem 0
}

.demo-sidebar a {
    display: block;
    padding: .25rem 0;
    color: var(--bs-gray-900)
}

.demo-sidebar a:hover {
    color: var(--primary-500)
}

.sidebar {
    position: sticky;
    top: 20px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    padding: 15px 0
}

.sidebar ul {
    list-style: none;
    padding-left: 0
}

.sidebar a {
    color: #0d6efd;
    text-decoration: none;
    display: block;
    padding: 8px 0
}

.sidebar a:hover {
    text-decoration: underline;
    color: #0a58ca
}

@media (max-width:991px) {
    .sidebar {
        position: static;
        top: auto;
        max-height: none;
        padding: 15px
    }
}

.tip-box {
    background-color: #e6f7ff;
    border-left: 4px solid #1890ff;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px
}

.build-notes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .5rem
}

.build-notes>li {
    padding-left: 3rem;
    position: relative
}

.build-notes>li>.badge {
    position: absolute;
    left: 0
}

:root {
    --fc-border-color: var(--bs-border-color)
}

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

.fc-rtl {
    text-align: right
}

.fc {
    font-size: 1em
}

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

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

.fc-nonbusiness {
    background: #d7d7d7
}

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

.fc-popover .fc-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 4px
}

.fc-rtl .fc-popover .fc-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    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%;
    -webkit-box-sizing: border-box;
    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: 0 0;
    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 var(--primary-300);
    background: inherit
}

.fc-event,
.fc-event-dot {
    background-color: var(--primary-500)
}

.fc-event,
.fc-event:hover {
    color: inherit;
    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
}

.fc-event .fc-resizer {
    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;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    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 {
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    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;
    border-width: 1px;
    width: 6px;
    height: 6px;
    border-style: 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
}

.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: transparent
}

.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
}

.fc .fc-popover-header {
    padding: .5rem;
    background: #efefef;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.fc .fc-more-popover .fc-popover-body {
    min-width: 220px;
    padding: .5rem
}

.fc-daygrid-dot-event .fc-event-title {
    font-weight: 500
}

@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: "\e900"
}

.fc-icon-chevron-right:before {
    content: "\e901"
}

.fc-icon-chevrons-left:before {
    content: "\e902"
}

.fc-icon-chevrons-right:before {
    content: "\e903"
}

.fc-icon-minus-square:before {
    content: "\e904"
}

.fc-icon-plus-square:before {
    content: "\e905"
}

.fc-icon-x:before {
    content: "\e906"
}

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

.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;
    -webkit-box-shadow: 0 0 0 .2rem rgba(44, 62, 80, .25);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(76, 91, 106, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(76, 91, 106, .5);
    box-shadow: 0 0 0 .2rem rgba(76, 91, 106, .5)
}

.fc-button .fc-icon {
    font-size: 1.25em !important
}

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

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

.fc-button-group>.fc-button:hover {
    z-index: 1
}

.fc-button-group>.fc-button.fc-button-active,
.fc-button-group>.fc-button:active,
.fc-button-group>.fc-button:focus {
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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,
.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 {
    -webkit-box-sizing: content-box;
    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 hr,
    .fc tbody,
    .fc td,
    .fc th,
    .fc thead,
    .fc-row {
        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,
    .fc-button-group {
        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-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 {
    float: right
}

.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
}

.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 {
    position: relative;
    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 {
    -webkit-box-shadow: 0 0 0 1px #fff;
    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;
    border-width: 1px;
    width: 8px;
    height: 8px;
    border-style: 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.fc-bootstrap a {
    text-decoration: none
}

.fc.fc-bootstrap a[data-goto]:hover {
    text-decoration: underline
}

.fc-bootstrap hr.fc-divider {
    border-color: inherit
}

.fc-bootstrap .fc-today.alert {
    border-radius: 0
}

.fc-bootstrap a.fc-event:not([href]):not([tabindex]) {
    color: #fff
}

.fc-bootstrap .fc-popover.card {
    position: absolute
}

.fc-bootstrap .fc-popover .card-body {
    padding: 0
}

.fc-bootstrap .fc-time-grid .fc-slats table {
    background: 0 0
}

.fc-day-grid-event .fc-time {
    display: block
}

.fc-day-grid-event .fc-content {
    padding: .25rem .5rem
}

.fc-popover .fc-header {
    padding: .5rem .75rem
}

.fc-more-popover .fc-event-container {
    padding: .5rem
}

.fc-popover .fc-header .fc-title {
    font-weight: 700
}

.fc-toolbar .h2,
.fc-toolbar h2 {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase
}

.fc-event,
.fc-event-dot {
    background: 0 0;
    text-align: left
}

.fc-event {
    border: 1px solid rgba(156, 153, 161, .1882352941);
    padding: .25rem .5rem
}

.fc-day-top.fc-other-month {
    opacity: 1
}

.fc-other-month {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, .02) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .02) 50%, rgba(0, 0, 0, .02) 75%, transparent 75%, transparent);
    background-color: #fafcfd;
    background-size: 1rem 1rem
}

.fc-head-container thead tr {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2f2f2), to(#fafafa));
    background-image: linear-gradient(to top, #f2f2f2 0, #fafafa 100%)
}

.fc .fc-non-business {
    --fc-non-business-color: transparent
}

.fc-day-other {
    background-image: linear-gradient(135deg, rgba(var(--bs-body-color-rgb), .02) 25%, transparent 25%, transparent 50%, rgba(var(--bs-body-color-rgb), .02) 50%, rgba(var(--bs-body-color-rgb), .02) 75%, transparent 75%, transparent);
    background-color: rgba(var(--bs-primary-rgb), .05);
    background-size: 1rem 1rem
}

.table-calendar .fc-scrollgrid-section-body td {
    padding: 0 !important;
    border: 1px solid var(--bs-border-color) !important
}

.fc .fc-toolbar-title {
    font-size: 1rem;
    font-weight: 600
}

.fc-daygrid-block-event .fc-event-time {
    font-weight: 500
}

.fc-theme-standard a:not([href]) {
    overflow: hidden;
    color: var(--bs-body-color)
}

thead[role=presentation] .fc-scrollgrid-sync-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(var(--bs-body-color-rgb), .02)), to(rgba(var(--bs-body-color-rgb), .05)));
    background-image: linear-gradient(to top, rgba(var(--bs-body-color-rgb), .02) 0, rgba(var(--bs-body-color-rgb), .05) 100%)
}

.fc table thead th {
    padding: 0 !important
}

.fc-daygrid-dot-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fc .fc-daygrid-event {
    border-color: var(--bs-border-color) !important
}

.fc-daygrid-event-dot,
.fc-event-time {
    display: inline-block;
    margin-right: .25rem;
    margin-left: 0
}

.fc-event-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-top: 0
}

@media only screen and (max-width:768px) {
    .fc-day-grid-event .fc-time {
        display: inline
    }
    .fc-bootstrap:not(.fc-reset-order) .fc-toolbar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .fc-bootstrap:not(.fc-reset-order) .fc-toolbar .h2,
    .fc-bootstrap:not(.fc-reset-order) .fc-toolbar h2 {
        font-size: 1.125rem;
        font-weight: 500
    }
    .fc-bootstrap:not(.fc-reset-order) .fc-toolbar .fc-left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .fc-bootstrap:not(.fc-reset-order) .fc-toolbar .fc-right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .fc-bootstrap:not(.fc-reset-order) .fc-toolbar .fc-center {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .fc-bootstrap:not(.fc-reset-order) .fc-toolbar>div:not(:empty):not(:first-child) {
        margin-top: .5rem
    }
}

.fc-event-tooltip .tooltip-title {
    font-weight: 700;
    margin-bottom: 5px
}

.fc-event-tooltip .tooltip-desc {
    margin-bottom: 5px;
    font-size: .9em
}

.fc-event-tooltip .tooltip-location,
.fc-event-tooltip .tooltip-time {
    font-size: .85em;
    color: rgba(255, 255, 255, .9)
}

@media print {
    .app-breadcrumb,
    .btn-group,
    .col-md-3,
    .subheader-title .small,
    .subheader-title small,
    footer,
    header,
    nav {
        display: none !important
    }
    .col-md-9 {
        width: 100% !important
    }
    .fc-header-toolbar {
        margin-bottom: .5cm !important
    }
    .card {
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    .card-body {
        padding: 0 !important
    }
    .fc-view-harness {
        height: auto !important
    }
}

svg {
    -ms-touch-action: none;
    touch-action: none
}

.jvm-zoomin,
.jvm-zoomout,
image,
text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jvm-container {
    -ms-touch-action: none;
    touch-action: none;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%
}

.jvm-tooltip {
    border-radius: 3px;
    background-color: #5c5cff;
    font-family: inherit;
    font-size: .825rem;
    -webkit-box-shadow: 1px 2px 12px rgba(0, 0, 0, .2);
    box-shadow: 1px 2px 12px rgba(0, 0, 0, .2);
    padding: 3px 5px;
    white-space: nowrap;
    position: absolute;
    display: none;
    color: #fff
}

.jvm-tooltip.active {
    display: block
}

.jvm-zoom-btn {
    border-radius: 3px;
    background-color: #292929;
    padding: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    line-height: 10px;
    cursor: pointer;
    color: #fff;
    height: 15px;
    width: 15px;
    left: 10px
}

.jvm-zoom-btn.jvm-zoomout {
    top: 30px
}

.jvm-zoom-btn.jvm-zoomin {
    top: 0
}

.jvm-series-container {
    right: 15px;
    position: absolute
}

.jvm-series-container.jvm-series-h {
    bottom: 15px
}

.jvm-series-container.jvm-series-v {
    top: 15px
}

.jvm-series-container .jvm-legend {
    background-color: #fff;
    border: 1px solid #dee2e6;
    margin-left: .75rem;
    border-radius: .25rem;
    border-color: #dee2e6;
    padding: .6rem;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    float: left
}

.jvm-series-container .jvm-legend .jvm-legend-title {
    line-height: 1;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: .5rem;
    margin-bottom: .575rem;
    text-align: left
}

.jvm-series-container .jvm-legend .jvm-legend-inner {
    overflow: hidden
}

.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick {
    overflow: hidden;
    min-width: 40px
}

.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick:not(:first-child) {
    margin-top: .575rem
}

.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick .jvm-legend-tick-sample {
    border-radius: 4px;
    margin-right: .65rem;
    height: 16px;
    width: 16px;
    float: left
}

.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick .jvm-legend-tick-text {
    font-size: 12px;
    text-align: center;
    float: left
}

.jvm-zoom-btn {
    width: 1.6rem;
    height: 1.6rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#f1f1f1));
    background-image: linear-gradient(to top, #f5f5f5, #f1f1f1);
    color: #444;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
    top: 0;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jvm-zoomout {
    top: 1rem
}

.p-0 .jvm-zoomin,
.p-0 .jvm-zoomout {
    left: 1rem;
    top: 1rem
}

.p-0 .jvm-zoomout {
    top: 3rem
}

.jvm-bg-ocean {
    background-color: #eafeff
}

[data-bs-theme=dark] .jvm-bg-ocean {
    background-color: #374344
}

.jvm-line[animation=true] {
    -webkit-animation: jvm-line-animation 10s linear forwards infinite;
    animation: jvm-line-animation 10s linear forwards infinite
}

@-webkit-keyframes jvm-line-animation {
    from {
        stroke-dashoffset: 250
    }
}

@keyframes jvm-line-animation {
    from {
        stroke-dashoffset: 250
    }
}

:root {
    --section-padding: 5rem 0;
    --body-bg: #0D171C;
    --gp-color-1: #2D4E5C;
    --gp-color-2: #0D171C
}

.app-landing .navbar {
    background-color: rgba(19, 26, 67, .5);
    backdrop-filter: blur(5px);
    z-index: 1000
}

.app-landing .h2,
.app-landing .h3,
.app-landing .h4,
.app-landing .h5,
.app-landing .h6,
.app-landing body,
.app-landing h2,
.app-landing h3,
.app-landing h4,
.app-landing h5,
.app-landing h6 {
    line-height: 1.5 !important
}

.app-landing section {
    padding: var(--section-padding)
}

.app-landing .gradient-primary {
    background-color: var(--body-bg);
    background-image: radial-gradient(ellipse at bottom, var(--body-bg) 5%, transparent 60%), linear-gradient(136deg, transparent, var(--gp-color-1) 290%), linear-gradient(115deg, var(--gp-color-1), transparent 40%), linear-gradient(180deg, transparent 0, var(--body-bg) 70%), radial-gradient(ellipse at -70% -180%, transparent 80%, var(--gp-color-1) 0), radial-gradient(ellipse at bottom, var(--body-bg) 40%, transparent 80%), radial-gradient(ellipse at 5% 340%, transparent 80%, var(--gp-color-1) 0);
    background-repeat: no-repeat;
    -webkit-animation: fadeInOpacity 3s;
    animation: fadeInOpacity 3s
}

.app-landing .eye-catcher-text {
    background: linear-gradient(321deg, #d2d2d2 25%, #e0e0e0 50%, #fff 75%, #a0a0a0 100%);
    color: var(--warning-600);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    position: relative
}

.app-landing .eye-catcher-text::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-wrap: wrap;
    z-index: -1;
    color: transparent;
    display: block;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .9)
}

.app-landing .display-2 {
    font-size: calc(1.575rem + 3.9vw) !important;
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .app-landing .display-2 {
        font-size: 4.5rem !important
    }
}

.app-landing .hero-section {
    min-height: 100vh;
    background: linear-gradient(45deg, var(--bs-gray-800), var(--bs-gray-700));
    background: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    position: relative
}

.app-landing .features-section {
    text-align: center;
    background: #fff;
    padding: var(--section-padding)
}

.app-landing .features-section .feature-card {
    background: var(--bs-gray-100);
    border-radius: .75rem;
    padding: 2rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: transform .3s ease, box-shadow .3s ease;
    transition: transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease
}

.app-landing .features-section .feature-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

.app-landing .features-section .feature-card .feature-icon {
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--bs-primary);
    border-radius: 50%;
    color: #fff;
    margin-bottom: 1.5rem
}

.app-landing .feature-image {
    background: #f2f2f2;
    width: 100%;
    aspect-ratio: 1;
    border-radius: .75rem;
    margin-bottom: 1rem
}

.app-landing .testimonial-section {
    background: #fff;
    padding: var(--section-padding);
    text-align: center
}

.app-landing .testimonial-section .testimonial-content {
    max-width: 800px;
    margin: 0 auto
}

.app-landing .testimonial-section .testimonial-content .testimonial-rating {
    color: var(--bs-warning)
}

.app-landing .testimonial-section .testimonial-content blockquote {
    font-style: italic;
    color: var(--bs-gray-700);
    margin: 2rem 0
}

.app-landing .testimonial-section .testimonial-content .testimonial-author img {
    border: 3px solid var(--bs-primary);
    padding: 3px
}

.app-landing .stats-section {
    background: #fff;
    padding: var(--section-padding)
}

.app-landing .stats-section .stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--bs-primary);
    min-width: 100px;
    display: inline-block
}

.app-landing .stats-section .feature-image {
    background: #f2f2f2;
    width: 100%;
    border-radius: .75rem;
    overflow: hidden
}

.app-landing .stats-section .demo-window {
    background: #fff;
    border-radius: .75rem;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    overflow: hidden
}

.app-landing .stats-section .demo-window-content {
    padding: 1rem
}

.app-landing .stats-section .rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.app-landing .demo-section {
    background: var(--bs-gray-100);
    padding: var(--section-padding)
}

.app-landing .demo-section .demo-window {
    background: #fff;
    padding: 1rem;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
    border-radius: 1rem;
    overflow: hidden
}

.app-landing .demo-section .demo-window img {
    border-radius: .5rem;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.app-landing .demo-section .demo-window img:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.app-landing .cta-section {
    background: #fff;
    text-align: center
}

.app-landing .newsletter-section {
    background: var(--bs-gray-100);
    padding: var(--section-padding)
}

.app-landing .newsletter-section .newsletter-form .form-control {
    border-radius: .5rem 0 0 .5rem;
    border: 2px solid var(--bs-gray-200);
    padding: .75rem 1rem
}

.app-landing .newsletter-section .newsletter-form .form-control:focus {
    border-color: var(--bs-primary);
    -webkit-box-shadow: none;
    box-shadow: none
}

.app-landing .newsletter-section .newsletter-form .btn {
    border-radius: 0 .5rem .5rem 0;
    padding: .75rem 2rem
}

.app-landing .newsletter-section .newsletter-image img {
    max-width: 100%;
    height: auto
}

.app-landing .faq-section {
    background: #fff;
    padding: var(--section-padding)
}

.app-landing .faq-section .accordion-button {
    padding: 1.25rem;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    border-radius: .5rem !important;
    margin-bottom: 1rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.app-landing .faq-section .accordion-button:not(.collapsed) {
    color: var(--bs-primary);
    background-color: var(--bs-gray-100);
    -webkit-box-shadow: none;
    box-shadow: none
}

.app-landing .faq-section .accordion-button:hover {
    background-color: var(--bs-gray-100)
}

.app-landing .faq-section .accordion-button::after {
    background-size: 1rem
}

.app-landing .faq-section .accordion-body {
    padding: 1rem 1.25rem;
    color: var(--bs-gray-700)
}

.app-landing .contact-section {
    background: var(--bs-gray-100);
    padding: var(--section-padding);
    text-align: center
}

.app-landing .contact-section .btn {
    padding: .75rem 2rem;
    font-weight: 500
}

.app-landing .footer {
    background: #fff;
    color: var(--bs-dark);
    padding: var(--section-padding)
}

.app-landing .footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0
}

.app-landing .footer .footer-links li {
    margin-bottom: .75rem
}

.app-landing .footer .footer-links li a {
    color: var(--bs-gray-700);
    text-decoration: none;
    font-size: .875rem;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.app-landing .footer .footer-links li a:hover {
    color: var(--bs-primary)
}

.app-landing .footer .h6,
.app-landing .footer h6 {
    color: var(--bs-dark);
    font-size: .875rem
}

.app-landing .footer hr {
    border-color: var(--bs-gray-200);
    margin: 3rem 0
}

.app-landing .footer .social-links a {
    font-size: 1.25rem;
    margin-left: 1.5rem;
    color: var(--bs-gray-700);
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.app-landing .footer .social-links a:hover {
    color: var(--bs-primary)
}

.app-landing .journey-section {
    background: #fff;
    padding: var(--section-padding)
}

.app-landing .journey-section .timeline {
    position: relative;
    padding-left: 3rem;
    margin-top: 4rem
}

.app-landing .journey-section .timeline::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 0;
    height: 100%;
    width: 2px;
    background: var(--bs-gray-300)
}

.app-landing .journey-section .timeline .timeline-item {
    position: relative;
    padding-bottom: 3rem;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.app-landing .journey-section .timeline .timeline-item:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.app-landing .journey-section .timeline .timeline-item:last-child {
    padding-bottom: 0
}

.app-landing .journey-section .timeline .timeline-item .timeline-dot {
    width: 16px;
    height: 16px;
    background: var(--bs-primary);
    border-radius: 50%;
    position: absolute;
    left: -3rem;
    top: 8px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 0 2px var(--bs-primary);
    box-shadow: 0 0 0 2px var(--bs-primary)
}

.app-landing #typewriter-text {
    overflow: hidden;
    border-right: 2px solid #fff;
    white-space: wrap;
    -webkit-animation: blink .7s infinite;
    animation: blink .7s infinite;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .9)
}

@-webkit-keyframes blink {
    50% {
        border-color: transparent
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

.app-landing #net {
    background: 0 0 !important;
    position: relative;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 0
}

.app-landing #net canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.app-landing .gradient-text {
    background: linear-gradient(321deg, var(--warning-600) 25%, var(--danger-400) 50%, var(--info-700) 75%, #39b9eb 100%);
    color: var(--warning-600);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none
}

.app-landing .text-wrapper {
    display: inline-block;
    position: relative
}

.app-landing .text-wrapper::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    color: transparent;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .7)
}

@media (max-width:768px) {
    .app-landing .timeline {
        padding-left: 2rem
    }
    .app-landing .timeline-dot {
        left: -2rem
    }
    .app-landing .stat-item {
        margin-bottom: 1rem
    }
    .app-landing .newsletter-form .form-control {
        border-radius: .5rem;
        margin-bottom: 1rem
    }
    .app-landing .newsletter-form .btn {
        border-radius: .5rem;
        width: 100%
    }
}

.emoji {
    font-size: .25px;
    width: 120em;
    height: 120em;
    margin: 15em 7em;
    background: #ffda6a;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 50%;
    position: relative
}

.emoji:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.emoji:after {
    position: absolute;
    bottom: -40em;
    font-size: 18em;
    width: 60em;
    left: calc(50% - 30em);
    color: #8a8a8a
}

.emoji__eyebrows,
.emoji__eyes,
.emoji__face,
.emoji__hand,
.emoji__heart,
.emoji__mouth,
.emoji__thumb,
.emoji__tongue {
    position: absolute
}

.emoji__eyebrows:after,
.emoji__eyebrows:before,
.emoji__eyes:after,
.emoji__eyes:before,
.emoji__face:after,
.emoji__face:before,
.emoji__hand:after,
.emoji__hand:before,
.emoji__heart:after,
.emoji__heart:before,
.emoji__mouth:after,
.emoji__mouth:before,
.emoji__thumb:after,
.emoji__thumb:before,
.emoji__tongue:after,
.emoji__tongue:before {
    position: absolute;
    content: ""
}

.emoji__face {
    width: inherit;
    height: inherit
}

.emoji--like {
    background: #548dff
}

.emoji--like .emoji__hand {
    left: 25em;
    bottom: 30em;
    width: 20em;
    height: 40em;
    background: #fff;
    border-radius: 5em;
    z-index: 0;
    -webkit-animation: hands-up 2s linear infinite;
    animation: hands-up 2s linear infinite
}

.emoji--like .emoji__hand:before {
    left: 25em;
    bottom: 5em;
    width: 40em;
    background: inherit;
    height: 10em;
    border-radius: 2em 10em 10em 2em;
    -webkit-box-shadow: 1em -9em 0 1em #fff, 2em -19em 0 2em #fff, 3em -29em 0 3em #fff;
    box-shadow: 1em -9em 0 1em #fff, 2em -19em 0 2em #fff, 3em -29em 0 3em #fff
}

.emoji--like .emoji__thumb {
    border-bottom: 20em solid #fff;
    border-left: 20em solid transparent;
    top: -25em;
    right: -25em;
    z-index: 2;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-animation: thumbs-up 2s linear infinite;
    animation: thumbs-up 2s linear infinite
}

.emoji--like .emoji__thumb:before {
    border-radius: 50% 50% 0 0;
    background: #fff;
    width: 10em;
    height: 12em;
    left: -10em;
    top: -8em;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-box-shadow: -1em 4em 0 -1em #fff;
    box-shadow: -1em 4em 0 -1em #fff
}

.emoji--love {
    background: #f55064
}

.emoji--love .emoji__heart {
    left: calc(50% - 40em);
    top: calc(50% - 40em);
    width: 80em;
    height: 80em;
    -webkit-animation: heart-beat 1s linear infinite alternate;
    animation: heart-beat 1s linear infinite alternate
}

.emoji--love .emoji__heart:after,
.emoji--love .emoji__heart:before {
    left: calc(50% - 20em);
    top: calc(50% - 32em);
    width: 40em;
    height: 64em;
    background: #fff;
    border-radius: 20em 20em 0 0
}

.emoji--love .emoji__heart:before {
    -webkit-transform: translate(20em) rotate(-45deg);
    transform: translate(20em) rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.emoji--love .emoji__heart:after {
    -webkit-transform: translate(-20em) rotate(45deg);
    transform: translate(-20em) rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.emoji--haha .emoji__face {
    -webkit-animation: haha-face 2s linear infinite;
    animation: haha-face 2s linear infinite
}

.emoji--haha .emoji__eyes {
    width: 26em;
    height: 6em;
    border-radius: 2em;
    left: calc(50% - 13em);
    top: 35em;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    background: 0 0;
    -webkit-box-shadow: -25em 5em 0 0 #000, 25em -5em 0 0 #000;
    box-shadow: -25em 5em 0 0 #000, 25em -5em 0 0 #000
}

.emoji--haha .emoji__eyes:after {
    left: 0;
    top: 0;
    width: 26em;
    height: 6em;
    border-radius: 2em;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    background: 0 0;
    -webkit-box-shadow: -25em -5em 0 0 #000, 25em 5em 0 0 #000;
    box-shadow: -25em -5em 0 0 #000, 25em 5em 0 0 #000
}

.emoji--haha .emoji__mouth {
    width: 80em;
    height: 40em;
    left: calc(50% - 40em);
    top: 50%;
    background: #000;
    border-radius: 0 0 40em 40em;
    overflow: hidden;
    z-index: 1;
    -webkit-animation: haha-mouth 2s linear infinite;
    animation: haha-mouth 2s linear infinite
}

.emoji--haha .emoji__tongue {
    width: 70em;
    height: 30em;
    background: #f55064;
    left: calc(50% - 35em);
    bottom: -10em;
    border-radius: 50%
}

.emoji--yay:after {
    -webkit-animation: yay-reverse 1s linear infinite;
    animation: yay-reverse 1s linear infinite
}

.emoji--yay .emoji__face {
    -webkit-animation: yay 1s linear infinite alternate;
    animation: yay 1s linear infinite alternate
}

.emoji--yay .emoji__eyebrows {
    left: calc(50% - 3em);
    top: 30em;
    height: 6em;
    width: 6em;
    border-radius: 50%;
    background: 0 0;
    -webkit-box-shadow: -6em 0 0 0 #000, -36em 0 0 0 #000, 6em 0 0 0 #000, 36em 0 0 0 #000;
    box-shadow: -6em 0 0 0 #000, -36em 0 0 0 #000, 6em 0 0 0 #000, 36em 0 0 0 #000
}

.emoji--yay .emoji__eyebrows:after,
.emoji--yay .emoji__eyebrows:before {
    width: 36em;
    height: 18em;
    border-radius: 60em 60em 0 0;
    background: 0 0;
    border: 6em solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0;
    bottom: 3em;
    left: calc(50% - 18em)
}

.emoji--yay .emoji__eyebrows:before {
    margin-left: -21em
}

.emoji--yay .emoji__eyebrows:after {
    margin-left: 21em
}

.emoji--yay .emoji__mouth {
    top: 60em;
    background: 0 0;
    left: 50%
}

.emoji--yay .emoji__mouth:after {
    width: 80em;
    height: 80em;
    left: calc(50% - 40em);
    top: -75em;
    border-radius: 50%;
    background: 0 0;
    border: 6em solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 1
}

.emoji--yay .emoji__mouth:before {
    width: 6em;
    height: 6em;
    background: 0 0;
    border-radius: 50%;
    bottom: 5em;
    left: calc(50% - 3em);
    -webkit-box-shadow: -25em 0 0 0 #000, 25em 0 0 0 #000, -35em -2em 30em 10em #d5234c, 35em -2em 30em 10em #d5234c;
    box-shadow: -25em 0 0 0 #000, 25em 0 0 0 #000, -35em -2em 30em 10em #d5234c, 35em -2em 30em 10em #d5234c
}

.emoji--wow .emoji__face {
    -webkit-animation: wow-face 3s linear infinite;
    animation: wow-face 3s linear infinite
}

.emoji--wow .emoji__eyebrows {
    left: calc(50% - 3em);
    height: 6em;
    width: 6em;
    border-radius: 50%;
    background: 0 0;
    -webkit-box-shadow: -18em 0 0 0 #000, -33em 0 0 0 #000, 18em 0 0 0 #000, 33em 0 0 0 #000;
    box-shadow: -18em 0 0 0 #000, -33em 0 0 0 #000, 18em 0 0 0 #000, 33em 0 0 0 #000;
    -webkit-animation: wow-brow 3s linear infinite;
    animation: wow-brow 3s linear infinite
}

.emoji--wow .emoji__eyebrows:after,
.emoji--wow .emoji__eyebrows:before {
    width: 24em;
    height: 20em;
    border: 6em solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    top: -3em;
    left: calc(50% - 12em)
}

.emoji--wow .emoji__eyebrows:before {
    margin-left: -25em
}

.emoji--wow .emoji__eyebrows:after {
    margin-left: 25em
}

.emoji--wow .emoji__eyes {
    width: 16em;
    height: 24em;
    left: calc(50% - 8em);
    top: 35em;
    border-radius: 50%;
    background: 0 0;
    -webkit-box-shadow: 25em 0 0 0 #000, -25em 0 0 0 #000;
    box-shadow: 25em 0 0 0 #000, -25em 0 0 0 #000
}

.emoji--wow .emoji__mouth {
    width: 30em;
    height: 45em;
    left: calc(50% - 15em);
    top: 50%;
    border-radius: 50%;
    background: #000;
    -webkit-animation: wow-mouth 3s linear infinite;
    animation: wow-mouth 3s linear infinite
}

.emoji--sad .emoji__face {
    -webkit-animation: sad-face 2s ease-in infinite;
    animation: sad-face 2s ease-in infinite
}

.emoji--sad .emoji__eyebrows {
    left: calc(50% - 3em);
    top: 35em;
    height: 6em;
    width: 6em;
    border-radius: 50%;
    background: 0 0;
    -webkit-box-shadow: -40em 9em 0 0 #000, -25em 0 0 0 #000, 25em 0 0 0 #000, 40em 9em 0 0 #000;
    box-shadow: -40em 9em 0 0 #000, -25em 0 0 0 #000, 25em 0 0 0 #000, 40em 9em 0 0 #000
}

.emoji--sad .emoji__eyebrows:after,
.emoji--sad .emoji__eyebrows:before {
    width: 30em;
    height: 20em;
    border: 6em solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    top: 2em;
    left: calc(50% - 15em)
}

.emoji--sad .emoji__eyebrows:before {
    margin-left: -30em;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.emoji--sad .emoji__eyebrows:after {
    margin-left: 30em;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.emoji--sad .emoji__eyes {
    width: 14em;
    height: 16em;
    left: calc(50% - 7em);
    top: 50em;
    border-radius: 50%;
    background: 0 0;
    -webkit-box-shadow: 25em 0 0 0 #000, -25em 0 0 0 #000;
    box-shadow: 25em 0 0 0 #000, -25em 0 0 0 #000
}

.emoji--sad .emoji__eyes:after {
    background: #548dff;
    width: 12em;
    height: 12em;
    margin-left: 6em;
    border-radius: 0 100% 40% 50%/0 50% 40% 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: tear-drop 2s ease-in infinite;
    animation: tear-drop 2s ease-in infinite
}

.emoji--sad .emoji__mouth {
    width: 60em;
    height: 80em;
    left: calc(50% - 30em);
    top: 80em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 6em solid #000;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    background: 0 0;
    -webkit-animation: sad-mouth 2s ease-in infinite;
    animation: sad-mouth 2s ease-in infinite
}

.emoji--sad .emoji__mouth:after {
    width: 6em;
    height: 6em;
    background: 0 0;
    border-radius: 50%;
    top: 4em;
    left: calc(50% - 3em);
    -webkit-box-shadow: -18em 0 0 0 #000, 18em 0 0 0 #000;
    box-shadow: -18em 0 0 0 #000, 18em 0 0 0 #000
}

.emoji--angry {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-10%, #d5234c), to(#ffda6a));
    background: linear-gradient(#d5234c -10%, #ffda6a);
    background-size: 100%;
    -webkit-animation: angry-color 2s ease-in infinite;
    animation: angry-color 2s ease-in infinite
}

.emoji--angry .emoji__face {
    -webkit-animation: angry-face 2s ease-in infinite;
    animation: angry-face 2s ease-in infinite
}

.emoji--angry .emoji__eyebrows {
    left: calc(50% - 3em);
    top: 55em;
    height: 6em;
    width: 6em;
    border-radius: 50%;
    background: 0 0;
    -webkit-box-shadow: -44em 5em 0 0 #000, -7em 16em 0 0 #000, 7em 16em 0 0 #000, 44em 5em 0 0 #000;
    box-shadow: -44em 5em 0 0 #000, -7em 16em 0 0 #000, 7em 16em 0 0 #000, 44em 5em 0 0 #000
}

.emoji--angry .emoji__eyebrows:after,
.emoji--angry .emoji__eyebrows:before {
    width: 50em;
    height: 20em;
    border: 6em solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    top: 0;
    left: calc(50% - 25em)
}

.emoji--angry .emoji__eyebrows:before {
    margin-left: -25em;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
}

.emoji--angry .emoji__eyebrows:after {
    margin-left: 25em;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
}

.emoji--angry .emoji__eyes {
    width: 12em;
    height: 12em;
    left: calc(50% - 6em);
    top: 70em;
    border-radius: 50%;
    background: 0 0;
    -webkit-box-shadow: 25em 0 0 0 #000, -25em 0 0 0 #000;
    box-shadow: 25em 0 0 0 #000, -25em 0 0 0 #000
}

.emoji--angry .emoji__mouth {
    width: 36em;
    height: 18em;
    left: calc(50% - 18em);
    bottom: 15em;
    background: #000;
    border-radius: 50%;
    -webkit-animation: angry-mouth 2s ease-in infinite;
    animation: angry-mouth 2s ease-in infinite
}

@-webkit-keyframes heart-beat {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
}

@keyframes heart-beat {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
}

@-webkit-keyframes haha-face {
    10%,
    30%,
    50% {
        -webkit-transform: translateY(25em);
        transform: translateY(25em)
    }
    20%,
    40% {
        -webkit-transform: translateY(15em);
        transform: translateY(15em)
    }
    60%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    70%,
    90% {
        -webkit-transform: translateY(-10em);
        transform: translateY(-10em)
    }
}

@keyframes haha-face {
    10%,
    30%,
    50% {
        -webkit-transform: translateY(25em);
        transform: translateY(25em)
    }
    20%,
    40% {
        -webkit-transform: translateY(15em);
        transform: translateY(15em)
    }
    60%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    70%,
    90% {
        -webkit-transform: translateY(-10em);
        transform: translateY(-10em)
    }
}

@-webkit-keyframes haha-mouth {
    10%,
    30%,
    50% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        top: 45%
    }
    20%,
    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        top: 45%
    }
    60%,
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        top: 50%
    }
    70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        top: 50%
    }
    90% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        top: 50%
    }
}

@keyframes haha-mouth {
    10%,
    30%,
    50% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        top: 45%
    }
    20%,
    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        top: 45%
    }
    60%,
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        top: 50%
    }
    70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        top: 50%
    }
    90% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        top: 50%
    }
}

@-webkit-keyframes yay {
    25% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    75% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
}

@keyframes yay {
    25% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    75% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
}

@-webkit-keyframes wow-face {
    15%,
    25% {
        -webkit-transform: rotate(20deg) translateX(-25em);
        transform: rotate(20deg) translateX(-25em)
    }
    45%,
    65% {
        -webkit-transform: rotate(-20deg) translateX(25em);
        transform: rotate(-20deg) translateX(25em)
    }
    100%,
    75% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0)
    }
}

@keyframes wow-face {
    15%,
    25% {
        -webkit-transform: rotate(20deg) translateX(-25em);
        transform: rotate(20deg) translateX(-25em)
    }
    45%,
    65% {
        -webkit-transform: rotate(-20deg) translateX(25em);
        transform: rotate(-20deg) translateX(25em)
    }
    100%,
    75% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0)
    }
}

@-webkit-keyframes wow-brow {
    15%,
    65% {
        top: 25em
    }
    0%,
    100%,
    75% {
        top: 15em
    }
}

@keyframes wow-brow {
    15%,
    65% {
        top: 25em
    }
    0%,
    100%,
    75% {
        top: 15em
    }
}

@-webkit-keyframes wow-mouth {
    10%,
    30% {
        width: 20em;
        height: 20em;
        left: calc(50% - 10em)
    }
    50%,
    70% {
        width: 30em;
        height: 40em;
        left: calc(50% - 15em)
    }
    100%,
    75% {
        height: 50em
    }
}

@keyframes wow-mouth {
    10%,
    30% {
        width: 20em;
        height: 20em;
        left: calc(50% - 10em)
    }
    50%,
    70% {
        width: 30em;
        height: 40em;
        left: calc(50% - 15em)
    }
    100%,
    75% {
        height: 50em
    }
}

@-webkit-keyframes sad-face {
    25%,
    35% {
        top: -15em
    }
    55%,
    95% {
        top: 10em
    }
    0%,
    100% {
        top: 0
    }
}

@keyframes sad-face {
    25%,
    35% {
        top: -15em
    }
    55%,
    95% {
        top: 10em
    }
    0%,
    100% {
        top: 0
    }
}

@-webkit-keyframes sad-mouth {
    25%,
    35% {
        -webkit-transform: scale(.85);
        transform: scale(.85);
        top: 70em
    }
    0%,
    100%,
    55% {
        -webkit-transform: scale(1);
        transform: scale(1);
        top: 80em
    }
}

@keyframes sad-mouth {
    25%,
    35% {
        -webkit-transform: scale(.85);
        transform: scale(.85);
        top: 70em
    }
    0%,
    100%,
    55% {
        -webkit-transform: scale(1);
        transform: scale(1);
        top: 80em
    }
}

@-webkit-keyframes tear-drop {
    0%,
    100% {
        display: block;
        left: 35em;
        top: 15em;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0)
    }
    25% {
        display: block;
        left: 35em;
        -webkit-transform: rotate(45deg) scale(2);
        transform: rotate(45deg) scale(2)
    }
    49.9% {
        display: block;
        left: 35em;
        top: 65em;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0)
    }
    50% {
        display: block;
        left: -35em;
        top: 15em;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0)
    }
    75% {
        display: block;
        left: -35em;
        -webkit-transform: rotate(45deg) scale(2);
        transform: rotate(45deg) scale(2)
    }
    99.9% {
        display: block;
        left: -35em;
        top: 65em;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0)
    }
}

@keyframes tear-drop {
    0%,
    100% {
        display: block;
        left: 35em;
        top: 15em;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0)
    }
    25% {
        display: block;
        left: 35em;
        -webkit-transform: rotate(45deg) scale(2);
        transform: rotate(45deg) scale(2)
    }
    49.9% {
        display: block;
        left: 35em;
        top: 65em;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0)
    }
    50% {
        display: block;
        left: -35em;
        top: 15em;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0)
    }
    75% {
        display: block;
        left: -35em;
        -webkit-transform: rotate(45deg) scale(2);
        transform: rotate(45deg) scale(2)
    }
    99.9% {
        display: block;
        left: -35em;
        top: 65em;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0)
    }
}

@-webkit-keyframes hands-up {
    25% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    50% {
        -webkit-transform: rotate(-15deg) translateY(-10em);
        transform: rotate(-15deg) translateY(-10em)
    }
    100%,
    75% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes hands-up {
    25% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    50% {
        -webkit-transform: rotate(-15deg) translateY(-10em);
        transform: rotate(-15deg) translateY(-10em)
    }
    100%,
    75% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes thumbs-up {
    25% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }
    100%,
    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
}

@keyframes thumbs-up {
    25% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }
    100%,
    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
}

@-webkit-keyframes angry-color {
    45%,
    60% {
        background-size: 250%
    }
    0%,
    100%,
    85% {
        background-size: 100%
    }
}

@keyframes angry-color {
    45%,
    60% {
        background-size: 250%
    }
    0%,
    100%,
    85% {
        background-size: 100%
    }
}

@-webkit-keyframes angry-face {
    35%,
    60% {
        -webkit-transform: translateX(0) translateY(10em) scale(.9);
        transform: translateX(0) translateY(10em) scale(.9)
    }
    40%,
    50% {
        -webkit-transform: translateX(-5em) translateY(10em) scale(.9);
        transform: translateX(-5em) translateY(10em) scale(.9)
    }
    45%,
    55% {
        -webkit-transform: translateX(5em) translateY(10em) scale(.9);
        transform: translateX(5em) translateY(10em) scale(.9)
    }
}

@keyframes angry-face {
    35%,
    60% {
        -webkit-transform: translateX(0) translateY(10em) scale(.9);
        transform: translateX(0) translateY(10em) scale(.9)
    }
    40%,
    50% {
        -webkit-transform: translateX(-5em) translateY(10em) scale(.9);
        transform: translateX(-5em) translateY(10em) scale(.9)
    }
    45%,
    55% {
        -webkit-transform: translateX(5em) translateY(10em) scale(.9);
        transform: translateX(5em) translateY(10em) scale(.9)
    }
}

@-webkit-keyframes angry-mouth {
    25%,
    50% {
        height: 6em;
        bottom: 25em
    }
}

@keyframes angry-mouth {
    25%,
    50% {
        height: 6em;
        bottom: 25em
    }
}

#msgr_listfilter_input {
    width: calc(100% - 1rem);
    margin: 0 auto;
    margin-top: -41px;
    padding-left: 41px;
    margin-bottom: 10px;
    opacity: 0;
    background: 0 0;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.msgr-list {
    width: 14.563rem;
    right: -11.438rem;
    z-index: 101;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.msgr-list+.msgr {
    width: calc(100% - 3.125rem);
    height: 100%
}

.msgr-list+.msgr:before {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(var(--bs-body-color-rgb), .4);
    position: absolute;
    z-index: 100;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 0;
    visibility: hidden
}

.msgr-list:hover {
    right: 0;
    border-left-color: rgba(var(--bs-body-color-rgb), .1)
}

.msgr-list:hover #msgr_listfilter_input {
    opacity: 1
}

.msgr-list:hover+.msgr:before {
    opacity: 1;
    visibility: visible
}

.chat-segment-get {
    text-align: left;
    position: relative;
    margin: 0 2rem .5rem 0
}

.chat-segment-get.chat-start .chat-message {
    border-bottom-left-radius: 3px
}

.chat-segment-get.chat-start+:not(.chat-end) .chat-message {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.chat-segment-get.chat-end .chat-message {
    border-top-left-radius: 3px
}

.chat-segment-get .chat-message {
    background: rgba(var(--bs-body-color-rgb), .05);
    color: rgba(var(--bs-body-color-rgb), .8);
    text-align: left
}

.chat-segment-sent {
    text-align: right;
    position: relative;
    margin: 0 0 .5rem 3rem
}

.chat-segment-sent.chat-start .chat-message {
    border-bottom-right-radius: 3px
}

.chat-segment-sent.chat-start+:not(.chat-end) .chat-message {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.chat-segment-sent.chat-end .chat-message {
    border-top-right-radius: 3px
}

.chat-segment-sent .chat-message {
    background: var(--success-700);
    color: #fff;
    text-align: left
}

.chat-message {
    padding: .75rem 1rem;
    border-radius: .625rem;
    position: relative;
    display: inline-block
}

.chat-message>p {
    padding: .75rem 0 0;
    margin: 0
}

.chat-message>p:first-child {
    padding-top: 0
}

.chat-start {
    margin-bottom: 3px !important
}

.chat-start .time-stamp {
    display: none
}

.chat-start+.chat-segment:not(.chat-end) {
    margin-bottom: 3px !important
}

.chat-start+.chat-segment:not(.chat-end) .time-stamp {
    display: none
}

.story-scroll {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.story-scroll::-webkit-scrollbar {
    display: none
}

.profile-page-header-underlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    z-index: 0
}

.profile-page-header {
    position: relative;
    z-index: 1;
    margin-top: 3rem
}

.profile-page-header-avatar img {
    width: 160px;
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover
}

.profile-page-header-avatar .btn-icon {
    width: 36px;
    height: 36px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.profile-page-header-avatar .btn-icon .ft-icon {
    width: 18px;
    height: 18px
}

.profile-page-nav {
    padding: 0 1rem
}

.profile-page-nav .nav-tabs-clean {
    margin: 0 -1rem
}

.profile-page-nav .nav-tabs-clean .nav-link {
    padding: 1rem;
    color: var(--bs-gray-600);
    border-bottom: 2px solid transparent;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.profile-page-nav .nav-tabs-clean .nav-link:hover {
    color: var(--bs-primary)
}

.profile-page-nav .nav-tabs-clean .nav-link.active {
    color: var(--bs-primary);
    border-bottom-color: var(--bs-primary)
}

.profile-page-nav .nav-tabs-clean .nav-link .ft-icon {
    width: 18px;
    height: 18px
}

.timeline {
    position: relative;
    padding: 0;
    margin: 0
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 7px;
    height: 100%;
    width: 2px;
    background: var(--bs-gray-200)
}

.timeline-item {
    position: relative;
    padding-left: 30px;
    padding-bottom: 1.5rem
}

.timeline-item:last-child {
    padding-bottom: 0
}

.timeline-marker {
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid var(--bs-body-bg);
    -webkit-box-shadow: 0 0 0 2px var(--bs-primary);
    box-shadow: 0 0 0 2px var(--bs-primary)
}

.profile-edit-mode {
    display: none
}

html.profile-edit-mode .profile-view-mode {
    display: none
}

html.profile-edit-mode .profile-edit-mode {
    display: block
}

.news-item {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.news-item:hover {
    background-color: var(--bs-gray-100)
}

.profile-page .carousel {
    border-radius: .5rem;
    overflow: hidden
}

.profile-page .carousel .carousel-item img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover
}

.profile-page .carousel .carousel-caption {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .7)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem;
    text-align: left
}

.project-card {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.project-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.project-card .project-image {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover
}

.contact-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--bs-primary)
}

.social-links .btn-icon {
    width: 40px;
    height: 40px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.social-links .btn-icon:hover {
    background-color: var(--bs-primary);
    color: #fff
}

.social-links .btn-icon .ft-icon {
    width: 20px;
    height: 20px
}

.office-hours .day {
    font-weight: 500
}

.office-hours .time {
    color: var(--bs-gray-600)
}

.comments-section .comment {
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

.comments-section .comment:hover {
    background-color: var(--bs-gray-50)
}

.comments-section .comment .btn-link {
    color: var(--bs-gray-600);
    text-decoration: none;
    padding: 0
}

.comments-section .comment .btn-link:hover {
    color: var(--bs-primary)
}

.comments-section .comment-reply {
    margin-left: 2.5rem;
    padding-left: 1rem;
    border-left: 2px solid var(--bs-gray-200)
}

.comments-section .btn-icon {
    width: 32px;
    height: 32px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.profile-views .viewer {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.profile-views .viewer:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.people-suggestions .suggestion-item {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.people-suggestions .suggestion-item:hover {
    background-color: var(--bs-gray-50)
}

.people-suggestions .suggestion-item .btn-connect {
    opacity: .8;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.people-suggestions .suggestion-item:hover .btn-connect {
    opacity: 1
}

.contacts-list .list-group-item {
    border: none;
    border-radius: .5rem;
    margin-bottom: .5rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.contacts-list .list-group-item:hover {
    background-color: var(--bs-gray-100)
}

.contacts-list .list-group-item .btn-icon {
    width: 32px;
    height: 32px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.contacts-list .list-group-item .btn-icon:hover {
    opacity: 1;
    background-color: var(--bs-gray-200)
}

.contacts-list .list-group-item .btn-icon .ft-icon {
    width: 16px;
    height: 16px
}

.contacts-search .form-control {
    border-right: none
}

.contacts-search .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--bs-gray-300)
}

.contacts-search .form-control:focus+.btn {
    border-color: var(--bs-gray-300)
}

.contacts-search .btn {
    border-left: none
}

.contacts-search .btn:hover {
    background-color: var(--bs-gray-100)
}

@media (max-width:767.98px) {
    .profile-page-header {
        margin-top: 2rem
    }
    .profile-page-header-avatar img {
        width: 120px;
        height: 120px
    }
    .profile-page-nav .nav-tabs-clean .nav-link {
        padding: .75rem;
        font-size: .875rem
    }
}

.comment-input-wrapper {
    position: relative
}

.comment-input-wrapper .ft-icon {
    width: 16px;
    height: 16px
}

.comment-input-wrapper input:focus+.comment-actions {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: .5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comment-content {
    background-color: var(--bs-body-bg)
}

.search-box:focus-within,
.search-box:hover {
    -webkit-box-shadow: 0 1px 6px rgba(32, 33, 36, .28);
    box-shadow: 0 1px 6px rgba(32, 33, 36, .28);
    border-color: rgba(223, 225, 229, 0)
}

#iconList:has(li:not(.js-filter-hide))+.no-results-msg {
    display: none
}

#iconList:has(li.js-filter-show)+.no-results-msg,
#iconList:not(:has(li))+.no-results-msg {
    display: none
}

.no-results-msg {
    padding-top: 1rem
}

.icon-preview i {
    font-size: 3em
}

.toast-body .ft-icon {
    width: 60px;
    height: 60px;
    stroke: var(--primary-500);
    fill: rgba(172, 203, 211, .3);
    margin-right: 10px
}

.js-showcase-icon.has-svg .ft-icon {
    width: 55px;
    height: 55px;
    stroke-width: .5px;
    fill: rgba(var(--bs-body-color-rgb), .1);
    stroke: rgba(var(--bs-body-color-rgb), .9)
}

.js-showcase-icon.has-svg:hover .ft-icon {
    fill: rgba(var(--white), .1);
    stroke: rgba(var(--white), 1);
    stroke-width: 1px
}

.js-showcase-icon.has-svg:hover .icon-preview {
    background: rgba(var(--primary), .9) !important
}

.js-showcase-icon.has-svg:hover .icon-preview>div {
    background: inherit !important
}

.js-showcase-icon {
    color: var(--bs-body-color)
}

.js-showcase-icon:hover .icon-preview {
    color: rgba(var(--white), .9);
    background: rgba(var(--primary), .9) !important
}

.js-showcase-icon:hover .icon-preview>div {
    background: inherit !important
}

.js-filter-hide {
    display: none !important;
    visibility: hidden !important
}

.js-filter-show {
    display: block !important;
    visibility: visible !important
}

.search-history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px
}

.search-history .badge {
    cursor: pointer;
    padding: 7px 7px 7px 12px;
    border-radius: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px
}

.search-history .badge:hover {
    background: var(--danger-500) !important;
    color: var(--bs-body-color)
}

.suggest-title {
    font-weight: 500;
    color: var(--danger-500)
}

#suggestions:not(:empty) {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem 0
}

.suggestion {
    color: var(--primary-500);
    cursor: pointer;
    text-decoration: underline;
    font-style: italic;
    font-weight: 600
}

.suggest-title,
.suggestion {
    font-size: 1.25rem
}

.js-showcase-icon {
    height: 115px;
    min-height: 100px;
    border: 3px solid transparent;
    border-radius: 8px
}

.js-showcase-icon.has-svg {
    height: 125px
}

.js-showcase-icon:hover {
    background: rgba(var(--bs-body-color-rgb), .8);
    color: var(--bs-body-bg)
}

.js-showcase-icon:hover .text-muted {
    color: var(--bs-body-bg) !important
}

.js-showcase-icon:focus {
    border: 3px solid var(--primary-500)
}

.js-showcase-icon:active {
    scale: .95
}

.grid-background,
.grid-background-dark {
    --background-color: #ffffff;
    --background-image-color: 0, 0, 0;
    --background-size: 40px;
    background: var(--background-color);
    background-image: linear-gradient(rgba(var(--background-image-color), .1) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--background-image-color), .1) 1px, transparent 1px);
    background-size: var(--background-size) var(--background-size);
    background-position: center center
}

.grid-background-dark {
    --background-color: #333333;
    --background-image-color: 255, 255, 255
}

#my-icon:empty {
    display: none
}

#my-icon:empty+.empty-msg {
    display: block !important
}

#stackgenerator-container.icon-zoom-1 {
    --background-size: 42px
}

#stackgenerator-container.icon-zoom-1 #my-icon {
    scale: 1.5
}

#stackgenerator-container.icon-zoom-2 {
    --background-size: 44px
}

#stackgenerator-container.icon-zoom-2 #my-icon {
    scale: 2
}

#stackgenerator-container.icon-zoom-3 {
    --background-size: 46px
}

#stackgenerator-container.icon-zoom-3 #my-icon {
    scale: 2.5
}

#stackgenerator-container.icon-zoom-4 {
    --background-size: 48px
}

#stackgenerator-container.icon-zoom-4 #my-icon {
    scale: 3
}

#stackgenerator-container.icon-zoom-5 {
    --background-size: 50px
}

#stackgenerator-container.icon-zoom-5 #my-icon {
    scale: 3.5
}

#stackgenerator-container.icon-zoom-6 {
    --background-size: 52px
}

#stackgenerator-container.icon-zoom-6 #my-icon {
    scale: 4
}

#stackgenerator-container.icon-zoom-7 {
    --background-size: 54px
}

#stackgenerator-container.icon-zoom-7 #my-icon {
    scale: 4.5
}

#stackgenerator-container.icon-zoom-8 {
    --background-size: 56px
}

#stackgenerator-container.icon-zoom-8 #my-icon {
    scale: 5
}

#stackgenerator-container.icon-zoom-9 {
    --background-size: 58px
}

#stackgenerator-container.icon-zoom-9 #my-icon {
    scale: 5.5
}

#stackgenerator-container.icon-zoom-10 {
    --background-size: 60px
}

#stackgenerator-container.icon-zoom-10 #my-icon {
    scale: 6
}

#stackgenerator-container.icon-zoom-11 {
    --background-size: 62px
}

#stackgenerator-container.icon-zoom-11 #my-icon {
    scale: 6.5
}

#stackgenerator-container.icon-zoom-12 {
    --background-size: 64px
}

#stackgenerator-container.icon-zoom-12 #my-icon {
    scale: 7
}

#stackgenerator-container.icon-zoom-13 {
    --background-size: 66px
}

#stackgenerator-container.icon-zoom-13 #my-icon {
    scale: 7.5
}

#stackgenerator-container.icon-zoom-14 {
    --background-size: 68px
}

#stackgenerator-container.icon-zoom-14 #my-icon {
    scale: 8
}

#stackgenerator-container.icon-zoom-15 {
    --background-size: 70px
}

#stackgenerator-container.icon-zoom-15 #my-icon {
    scale: 8.5
}

#stackgenerator-container #my-icon {
    font-size: 4.1em
}

#stackgenerator-container .icon-settings .badge-icon {
    font-size: 10px;
    min-width: unset;
    max-width: unset;
    width: 60px;
    height: 16px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    left: -6px;
    bottom: -2px;
    border-radius: 0;
    opacity: 1;
    background: 0 0;
    color: var(--bs-body-color);
    font-weight: 300;
    text-align: center;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#stackgenerator-container .icon-settings .drag-handle {
    position: absolute;
    width: 15px;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 0;
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, .1);
    background: var(--warning-50)
}

#iconList {
    overflow-y: auto
}

#iconList .js-showcase-icon {
    min-height: 90px
}

#iconList .js-showcase-icon.has-svg .ft-icon {
    width: 40px;
    height: 40px
}

#iconList .js-showcase-icon.has-svg:not(:hover) .ft-icon {
    fill: rgba(var(--bs-emphasis-color-rgb), .1);
    stroke: rgba(var(--bs-emphasis-color-rgb), .8)
}

#iconList.stack-demo .small,
#iconList.stack-demo small {
    font-size: .755em
}

#iconList.stack-demo .js-showcase-icon.has-svg {
    height: 85px
}

#iconList.stack-demo .js-showcase-icon {
    height: 85px;
    min-height: 90px
}

#stack-control {
    position: absolute;
    right: 20px;
    top: 70px;
    width: 286px
}

#stack-control .stack-icon-preview {
    width: 58px;
    height: 58px;
    font-size: 2.25rem;
    color: #d1d1d1;
    padding-bottom: 10px
}

#stack-control .stack-icon-preview .ft-icon {
    width: 2.25rem;
    height: 2.25rem
}

#stack-control .control-panel-content {
    background: var(--bs-body-bg, #fcfcfc);
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.tree-view-container {
    background: #011627;
    padding: 1rem;
    border-radius: 1rem;
    color: #fff
}

.tree-view {
    font-family: monospace;
    font-size: .875rem;
    line-height: 1.5
}

.tree-item {
    margin: 2px 0;
    position: relative
}

.tree-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 2px 5px;
    border-radius: 3px
}

.tree-item-content:hover {
    background-color: rgba(var(--primary), .1)
}

.tree-item-icon {
    margin-right: 5px;
    width: 16px;
    text-align: center
}

.tree-item-children {
    padding-left: 20px;
    border-left: 1px dotted #ccc;
    margin-left: 7px
}

.directory-icon {
    color: #e8a317
}

.file-icon {
    color: #6c757d
}

.collapsed .tree-item-children {
    display: none
}

.expanded .toggle-icon:before {
    content: "▼";
    font-size: 10px
}

.collapsed .toggle-icon:before {
    content: "►";
    font-size: 10px
}

.toggle-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    text-align: center;
    line-height: 12px
}

.file-item .toggle-icon {
    visibility: hidden
}

.path {
    color: var(--success-700);
    font-size: .825rem;
    margin-left: 1rem
}

.loading {
    text-align: center;
    padding: 20px;
    font-style: italic;
    color: #666
}

.error {
    color: #d9534f;
    padding: 10px;
    border: 1px solid #d9534f;
    border-radius: 4px;
    margin-top: 20px
}

.unread .mail-sender,
.unread .mail-subject {
    font-weight: 600
}

.unread .mail-body {
    color: var(--bs-body-color) !important
}

.starred .mail-starred {
    fill: var(--warning-500);
    stroke: var(--warning-700)
}

.mail-starred:hover {
    stroke-width: 2px !important;
    cursor: pointer
}

@-webkit-keyframes slideOut {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
}

@keyframes slideOut {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
}

.deleting {
    -webkit-animation: slideCollapse .3s ease-out forwards;
    animation: slideCollapse .3s ease-out forwards
}

@-webkit-keyframes slideCollapse {
    from {
        opacity: 1;
        max-height: 44px;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 0;
        max-height: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideCollapse {
    from {
        opacity: 1;
        max-height: 44px;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 0;
        max-height: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.refreshing::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--bs-body-bg-rgb), .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1000
}

.refreshing {
    position: relative
}

.hidden-attachment {
    display: none
}

.mail-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: var(--success-500);
    color: #fff;
    padding: 1rem;
    border-radius: 4px;
    z-index: 1060;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
}

.mail-toast.show {
    opacity: 1
}

.form-check-input:checked {
    -webkit-animation: checkmark .2s ease-in-out forwards;
    animation: checkmark .2s ease-in-out forwards
}

@-webkit-keyframes checkmark {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes checkmark {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
/* Sidebar base */
.app-sidebar {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Contenedor del menú */
.app-sidebar .navigation {
    flex: 1;
    overflow-y: auto;
}

/* Scroll nativo */
.app-sidebar .navigation::-webkit-scrollbar {
    width: 6px;
}

.app-sidebar .navigation::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.25);
    border-radius: 4px;
}

/*# sourceMappingURL=smartapp.min.css.map */