.sidebar-nav:before {
    content: " ";
    display: table;
}

.sidebar-nav>#sidebarnav {
    margin-top: 24px;
}

.topbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--bs-body-bg);
    z-index: 9;
    padding: 0 25px;
}

.left-sidebar {
    width: 270px;
    border-right: 1px solid var(--bs-border-color);
    flex-shrink: 0;
    background: var(--bs-body-bg);
    z-index: 99;
    transition: .2s ease-in;
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    padding-top:0!important;
}

.brand-logo {
    min-height: 70px;
    padding: 0 20px
}
.brand-logo img {
    max-height: 60px;
}

.sidebar-nav {
    overflow-y: auto;
    padding: 0;
    height: calc(100vh - 92px);
    border-radius: 7px;
}

@media (max-width: 1299.98px) {
    .left-sidebar {
        width:270px;
        position: fixed;
        left: -270px;
        height: 100%
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        box-shadow: none;
        transition: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        box-shadow: none;
        transition: none
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        box-shadow: none;
        transition: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1300px) {
    .navbar-expand-xl {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        box-shadow: none;
        transition: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        box-shadow: none;
        transition: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}


a {
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

.text-bg-primary {
    color: #fff!important;
    background-color: RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-secondary {
    color: #fff!important;
    background-color: RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-success {
    color: #fff!important;
    background-color: RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-info {
    color: #fff!important;
    background-color: RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-warning {
    color: #000!important;
    background-color: RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-danger {
    color: #fff!important;
    background-color: RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-light {
    color: #000!important;
    background-color: RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-dark {
    color: #fff!important;
    background-color: RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-muted {
    color: #fff!important;
    background-color: RGBA(var(--bs-muted-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-indigo {
    color: #fff!important;
    background-color: RGBA(var(--bs-indigo-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-light-indigo {
    color: #000!important;
    background-color: RGBA(var(--bs-light-indigo-rgb),var(--bs-bg-opacity,1))!important
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 0;
    --bs-breadcrumb-font-size: 0.9375rem;
    --bs-breadcrumb-divider-color: #11142d;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #777e89;
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius)
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.page-breadcrumb {
    padding-top: 0;
}

/* Tables */

.gridjs-table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: #777e89;
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: #ecf0f2;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #777e89;
    --bs-table-striped-bg: #ecf0f2;
    --bs-table-active-color: #777e89;
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: #777e89;
    --bs-table-hover-bg: #f6f8fb;
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

.gridjs-table>:not(caption)>*>* {
    border-color: var(--bs-table-border-color)!important;
}

.gridjs-table>:not(caption)>*>* {
    padding: 16px 16px!important;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)))!important;
    background-color: var(--bs-table-bg)!important;
    border-bottom-width: var(--bs-border-width)!important;
    border-right:0!important;
    border-left:0!important;
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))!important;
}

.gridjs-table th {
    color: var(--bs-heading-color);
}

.gridjs-wrapper, .gridjs-footer {
    box-shadow: none!important;
}
/* END TABLES */

.form-control {
    display: block;
    width: 100%;
    padding: 8px 16px;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #777e89;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-clip: padding-box;
    /*border: var(--bs-border-width) solid #dfe5ef;*/
    border: 2px solid #dfe5ef;
    border-radius: 7px;
    box-shadow: var(--bs-box-shadow-inset);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #777e89;
    background-color: transparent;
    /* border-width: 2px; */
    border-color: #2c3e50;
    outline: 0;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::-moz-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::file-selector-button {
    padding: 8px 16px;
    margin: -8px -16px;
    margin-inline-end:16px;color: #777e89;
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width:var(--bs-border-width);border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 8px 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0
}

.form-control-plaintext:focus {
    outline: 0
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
    padding: .25rem .5rem;
    font-size: .8203125rem;
    border-radius: var(--bs-border-radius-sm)
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    margin-inline-end:.5rem}

.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: .5rem 1rem;
    font-size: 1.171875rem;
    border-radius: var(--bs-border-radius-lg)
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    margin-inline-end:1rem}

textarea.form-control {
    min-height: calc(1.5em + 16px + calc(var(--bs-border-width) * 2))
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-control-color {
    width: 3rem;
    height: calc(1.5em + 16px + calc(var(--bs-border-width) * 2));
    padding: 8px
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border: 0!important;
    border-radius: 7px
}

.form-control-color::-webkit-color-swatch {
    border: 0!important;
    border-radius: 7px
}

.form-control-color.form-control-sm {
    height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))
}

.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2311142d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 8px 38px 8px 16px;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #777e89;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid #dfe5ef;
    border-radius: 7px;
    box-shadow: unset;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #8dcdfe;
    outline: 0;
    box-shadow: unset,0 0 0 .25rem rgba(26,155,252,.25)
}

.form-select[multiple],.form-select[size]:not([size="1"]) {
    padding-right: 16px;
    background-image: none
}

.form-select:disabled {
    background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #777e89
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .8203125rem;
    border-radius: var(--bs-border-radius-sm)
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.171875rem;
    border-radius: var(--bs-border-radius-lg)
}

.file-drop-area {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 270px;
    max-width: 100%;
    padding: 25px;
    border: 4px dashed #607D8B;
    border-radius: 3px;
    transition: 0.2s;
    text-align: center;
 
}

.choose-file-button {
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.file-message {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #a0a0a0;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  
}
.image-preview-container {
    display: inline-block;
}
.image-preview-container .image-preview-item {
    display: inline-block;
    width: 138px;
    height: 138px;
    background: #f6f6f6;
}

.image-preview-container img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.round-100 {
    width: 100px;
    height: 100px
}

.round-110 {
    width: 110px;
    height: 110px
}

.min-width-40 {
    min-width: 40px!important
}

.round-8 {
    width: 8px;
    height: 8px
}

.round-10 {
    width: 10px;
    height: 10px
}

.round-16 {
    width: 16px;
    height: 16px
}

.round-20 {
    width: 20px!important;
    height: 20px!important
}

.round-32 {
    width: 32px;
    height: 32px
}

.round-40 {
    width: 40px!important;
    height: 40px
}

.round {
    width: 45px;
    height: 45px
}

.round-sm {
    width: 35px;
    height: 35px
}

.round-50 {
    width: 50px;
    height: 50px
}

.round-48 {
    width: 48px;
    height: 48px
}

.round-54 {
    width: 54px;
    height: 54px
}

.round-56 {
    width: 56px;
    height: 56px
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important
}

.bg-muted {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-muted-rgb),var(--bs-bg-opacity))!important
}

.bg-indigo {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-indigo-rgb),var(--bs-bg-opacity))!important
}

.bg-light-indigo {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-indigo-rgb),var(--bs-bg-opacity))!important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent!important
}

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle)!important
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle)!important
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle)!important
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle)!important
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle)!important
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle)!important
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle)!important
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle)!important
}

.bg-gradient {
    background-image: var(--bs-gradient)!important
}

/*!
 * Tabler Icons 1.112.0 by tabler - https://tabler.io
 * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
 */
 @font-face {
    font-family: tabler-icons;
    font-style: normal;
    font-weight: 400;
    src: url(icons/tabler-icons/tabler-icons.eot);
    src: url(icons/tabler-icons/tabler-icons.eot?#iefix) format("embedded-opentype"),url(icons/tabler-icons/tabler-icons.woff2) format("woff2"),url(icons/tabler-icons/tabler-icons.woff) format("woff"),url(icons/tabler-icons/tabler-icons.ttf) format("truetype"),url(icons/tabler-icons/tabler-icons.svg#tabler-icons) format("svg")
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family:tabler-icons;
        src: url(icons/tabler-icons/tabler-icons.svg#tabler-icons) format("svg")
    }
}

.ti {
    font-family: tabler-icons!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
}

.ti-123:before {
    content: "\f554"
}

.ti-2fa:before {
    content: "\eca0"
}

.ti-360-view:before {
    content: "\f566"
}

.ti-3d-cube-sphere:before {
    content: "\ecd7"
}

.ti-3d-cube-sphere-off:before {
    content: "\f3b5"
}

.ti-3d-rotate:before {
    content: "\f020"
}

.ti-a-b:before {
    content: "\ec36"
}

.ti-a-b-2:before {
    content: "\f25f"
}

.ti-a-b-off:before {
    content: "\f0a6"
}

.ti-abacus:before {
    content: "\f05c"
}

.ti-abacus-off:before {
    content: "\f3b6"
}

.ti-abc:before {
    content: "\f567"
}

.ti-access-point:before {
    content: "\ed1b"
}

.ti-access-point-off:before {
    content: "\ed1a"
}

.ti-accessible:before {
    content: "\eba9"
}

.ti-accessible-off:before {
    content: "\f0a7"
}

.ti-activity:before {
    content: "\ed23"
}

.ti-activity-heartbeat:before {
    content: "\f0db"
}

.ti-ad:before {
    content: "\ea02"
}

.ti-ad-2:before {
    content: "\ef1f"
}

.ti-ad-off:before {
    content: "\f3b7"
}

.ti-address-book:before {
    content: "\f021"
}

.ti-address-book-off:before {
    content: "\f3b8"
}

.ti-adjustments:before {
    content: "\ea03"
}

.ti-adjustments-alt:before {
    content: "\ec37"
}

.ti-adjustments-horizontal:before {
    content: "\ec38"
}

.ti-adjustments-off:before {
    content: "\f0a8"
}

.ti-aerial-lift:before {
    content: "\edfe"
}

.ti-affiliate:before {
    content: "\edff"
}

.ti-air-balloon:before {
    content: "\f4a6"
}

.ti-air-conditioning:before {
    content: "\f3a2"
}

.ti-air-conditioning-disabled:before {
    content: "\f542"
}

.ti-alarm:before {
    content: "\ea04"
}

.ti-alarm-off:before {
    content: "\f0a9"
}

.ti-album:before {
    content: "\f022"
}

.ti-album-off:before {
    content: "\f3b9"
}

.ti-alert-circle:before {
    content: "\ea05"
}

.ti-alert-octagon:before {
    content: "\ecc6"
}

.ti-alert-triangle:before {
    content: "\ea06"
}

.ti-alien:before {
    content: "\ebde"
}

.ti-align-box-bottom-center:before {
    content: "\f530"
}

.ti-align-box-bottom-left:before {
    content: "\f531"
}

.ti-align-box-bottom-right:before {
    content: "\f532"
}

.ti-align-box-left-bottom:before {
    content: "\f533"
}

.ti-align-box-left-middle:before {
    content: "\f534"
}

.ti-align-box-left-top:before {
    content: "\f535"
}

.ti-align-box-right-bottom:before {
    content: "\f536"
}

.ti-align-box-right-middle:before {
    content: "\f537"
}

.ti-align-box-right-top:before {
    content: "\f538"
}

.ti-align-box-top-center:before {
    content: "\f539"
}

.ti-align-box-top-left:before {
    content: "\f53a"
}

.ti-align-box-top-right:before {
    content: "\f53b"
}

.ti-align-center:before {
    content: "\ea07"
}

.ti-align-justified:before {
    content: "\ea08"
}

.ti-align-left:before {
    content: "\ea09"
}

.ti-align-right:before {
    content: "\ea0a"
}

.ti-alpha:before {
    content: "\f543"
}

.ti-alphabet-cyrillic:before {
    content: "\f1df"
}

.ti-alphabet-greek:before {
    content: "\f1e0"
}

.ti-alphabet-latin:before {
    content: "\f1e1"
}

.ti-ambulance:before {
    content: "\ebf5"
}

.ti-ampersand:before {
    content: "\f229"
}

.ti-analyze:before {
    content: "\f3a3"
}

.ti-analyze-off:before {
    content: "\f3ba"
}

.ti-anchor:before {
    content: "\eb76"
}

.ti-anchor-off:before {
    content: "\f0f7"
}

.ti-angle:before {
    content: "\ef20"
}

.ti-ankh:before {
    content: "\f1cd"
}

.ti-antenna:before {
    content: "\f094"
}

.ti-antenna-bars-1:before {
    content: "\ecc7"
}

.ti-antenna-bars-2:before {
    content: "\ecc8"
}

.ti-antenna-bars-3:before {
    content: "\ecc9"
}

.ti-antenna-bars-4:before {
    content: "\ecca"
}

.ti-antenna-bars-5:before {
    content: "\eccb"
}

.ti-antenna-bars-off:before {
    content: "\f0aa"
}

.ti-antenna-off:before {
    content: "\f3bb"
}

.ti-aperture:before {
    content: "\eb58"
}

.ti-aperture-off:before {
    content: "\f3bc"
}

.ti-api:before {
    content: "\effd"
}

.ti-api-app:before {
    content: "\effc"
}

.ti-api-app-off:before {
    content: "\f0ab"
}

.ti-api-off:before {
    content: "\f0f8"
}

.ti-app-window:before {
    content: "\efe6"
}

.ti-apple:before {
    content: "\ef21"
}

.ti-apps:before {
    content: "\ebb6"
}

.ti-apps-off:before {
    content: "\f0ac"
}

.ti-archive:before {
    content: "\ea0b"
}

.ti-archive-off:before {
    content: "\f0ad"
}

.ti-armchair:before {
    content: "\ef9e"
}

.ti-armchair-2:before {
    content: "\efe7"
}

.ti-armchair-2-off:before {
    content: "\f3bd"
}

.ti-armchair-off:before {
    content: "\f3be"
}

.ti-arrow-autofit-content:before {
    content: "\ef31"
}

.ti-arrow-autofit-down:before {
    content: "\ef32"
}

.ti-arrow-autofit-height:before {
    content: "\ef33"
}

.ti-arrow-autofit-left:before {
    content: "\ef34"
}

.ti-arrow-autofit-right:before {
    content: "\ef35"
}

.ti-arrow-autofit-up:before {
    content: "\ef36"
}

.ti-arrow-autofit-width:before {
    content: "\ef37"
}

.ti-arrow-back:before {
    content: "\ea0c"
}

.ti-arrow-back-up:before {
    content: "\eb77"
}

.ti-arrow-bar-down:before {
    content: "\ea0d"
}

.ti-arrow-bar-left:before {
    content: "\ea0e"
}

.ti-arrow-bar-right:before {
    content: "\ea0f"
}

.ti-arrow-bar-to-down:before {
    content: "\ec88"
}

.ti-arrow-bar-to-left:before {
    content: "\ec89"
}

.ti-arrow-bar-to-right:before {
    content: "\ec8a"
}

.ti-arrow-bar-to-up:before {
    content: "\ec8b"
}

.ti-arrow-bar-up:before {
    content: "\ea10"
}

.ti-arrow-bear-left:before {
    content: "\f045"
}

.ti-arrow-bear-left-2:before {
    content: "\f044"
}

.ti-arrow-bear-right:before {
    content: "\f047"
}

.ti-arrow-bear-right-2:before {
    content: "\f046"
}

.ti-arrow-big-down:before {
    content: "\edda"
}

.ti-arrow-big-down-line:before {
    content: "\efe8"
}

.ti-arrow-big-down-lines:before {
    content: "\efe9"
}

.ti-arrow-big-left:before {
    content: "\eddb"
}

.ti-arrow-big-left-line:before {
    content: "\efea"
}

.ti-arrow-big-left-lines:before {
    content: "\efeb"
}

.ti-arrow-big-right:before {
    content: "\eddc"
}

.ti-arrow-big-right-line:before {
    content: "\efec"
}

.ti-arrow-big-right-lines:before {
    content: "\efed"
}

.ti-arrow-big-top:before {
    content: "\eddd"
}

.ti-arrow-big-up-line:before {
    content: "\efee"
}

.ti-arrow-big-up-lines:before {
    content: "\efef"
}

.ti-arrow-bounce:before {
    content: "\f3a4"
}

.ti-arrow-curve-left:before {
    content: "\f048"
}

.ti-arrow-curve-right:before {
    content: "\f049"
}

.ti-arrow-down:before {
    content: "\ea16"
}

.ti-arrow-down-bar:before {
    content: "\ed98"
}

.ti-arrow-down-circle:before {
    content: "\ea11"
}

.ti-arrow-down-left:before {
    content: "\ea13"
}

.ti-arrow-down-left-circle:before {
    content: "\ea12"
}

.ti-arrow-down-right:before {
    content: "\ea15"
}

.ti-arrow-down-right-circle:before {
    content: "\ea14"
}

.ti-arrow-down-square:before {
    content: "\ed9a"
}

.ti-arrow-down-tail:before {
    content: "\ed9b"
}

.ti-arrow-fork:before {
    content: "\f04a"
}

.ti-arrow-forward:before {
    content: "\ea17"
}

.ti-arrow-forward-up:before {
    content: "\eb78"
}

.ti-arrow-guide:before {
    content: "\f22a"
}

.ti-arrow-iteration:before {
    content: "\f578"
}

.ti-arrow-left:before {
    content: "\ea19"
}

.ti-arrow-left-bar:before {
    content: "\ed9c"
}

.ti-arrow-left-circle:before {
    content: "\ea18"
}

.ti-arrow-left-right:before {
    content: "\f04b"
}

.ti-arrow-left-square:before {
    content: "\ed9d"
}

.ti-arrow-left-tail:before {
    content: "\ed9e"
}

.ti-arrow-loop-left:before {
    content: "\ed9f"
}

.ti-arrow-loop-left-2:before {
    content: "\f04c"
}

.ti-arrow-loop-right:before {
    content: "\eda0"
}

.ti-arrow-loop-right-2:before {
    content: "\f04d"
}

.ti-arrow-merge:before {
    content: "\f04e"
}

.ti-arrow-merge-both:before {
    content: "\f23b"
}

.ti-arrow-merge-left:before {
    content: "\f23c"
}

.ti-arrow-merge-right:before {
    content: "\f23d"
}

.ti-arrow-move-down:before {
    content: "\f2ba"
}

.ti-arrow-move-left:before {
    content: "\f2bb"
}

.ti-arrow-move-right:before {
    content: "\f2bc"
}

.ti-arrow-move-up:before {
    content: "\f2bd"
}

.ti-arrow-narrow-down:before {
    content: "\ea1a"
}

.ti-arrow-narrow-left:before {
    content: "\ea1b"
}

.ti-arrow-narrow-right:before {
    content: "\ea1c"
}

.ti-arrow-narrow-up:before {
    content: "\ea1d"
}

.ti-arrow-ramp-left:before {
    content: "\ed3c"
}

.ti-arrow-ramp-left-2:before {
    content: "\f04f"
}

.ti-arrow-ramp-left-3:before {
    content: "\f050"
}

.ti-arrow-ramp-right:before {
    content: "\ed3d"
}

.ti-arrow-ramp-right-2:before {
    content: "\f051"
}

.ti-arrow-ramp-right-3:before {
    content: "\f052"
}

.ti-arrow-right:before {
    content: "\ea1f"
}

.ti-arrow-right-bar:before {
    content: "\eda1"
}

.ti-arrow-right-circle:before {
    content: "\ea1e"
}

.ti-arrow-right-square:before {
    content: "\eda2"
}

.ti-arrow-right-tail:before {
    content: "\eda3"
}

.ti-arrow-rotary-first-left:before {
    content: "\f053"
}

.ti-arrow-rotary-first-right:before {
    content: "\f054"
}

.ti-arrow-rotary-last-left:before {
    content: "\f055"
}

.ti-arrow-rotary-last-right:before {
    content: "\f056"
}

.ti-arrow-rotary-left:before {
    content: "\f057"
}

.ti-arrow-rotary-right:before {
    content: "\f058"
}

.ti-arrow-rotary-straight:before {
    content: "\f059"
}

.ti-arrow-roundabout-left:before {
    content: "\f22b"
}

.ti-arrow-roundabout-right:before {
    content: "\f22c"
}

.ti-arrow-sharp-turn-left:before {
    content: "\f05a"
}

.ti-arrow-sharp-turn-right:before {
    content: "\f05b"
}

.ti-arrow-up:before {
    content: "\ea25"
}

.ti-arrow-up-bar:before {
    content: "\eda4"
}

.ti-arrow-up-circle:before {
    content: "\ea20"
}

.ti-arrow-up-left:before {
    content: "\ea22"
}

.ti-arrow-up-left-circle:before {
    content: "\ea21"
}

.ti-arrow-up-right:before {
    content: "\ea24"
}

.ti-arrow-up-right-circle:before {
    content: "\ea23"
}

.ti-arrow-up-square:before {
    content: "\eda6"
}

.ti-arrow-up-tail:before {
    content: "\eda7"
}

.ti-arrow-wave-left-down:before {
    content: "\eda8"
}

.ti-arrow-wave-left-up:before {
    content: "\eda9"
}

.ti-arrow-wave-right-down:before {
    content: "\edaa"
}

.ti-arrow-wave-right-up:before {
    content: "\edab"
}

.ti-arrow-zig-zag:before {
    content: "\f4a7"
}

.ti-arrows-cross:before {
    content: "\effe"
}

.ti-arrows-diagonal:before {
    content: "\ea27"
}

.ti-arrows-diagonal-2:before {
    content: "\ea26"
}

.ti-arrows-diagonal-minimize:before {
    content: "\ef39"
}

.ti-arrows-diagonal-minimize-2:before {
    content: "\ef38"
}

.ti-arrows-diff:before {
    content: "\f296"
}

.ti-arrows-double-ne-sw:before {
    content: "\edde"
}

.ti-arrows-double-nw-se:before {
    content: "\eddf"
}

.ti-arrows-double-se-nw:before {
    content: "\ede0"
}

.ti-arrows-double-sw-ne:before {
    content: "\ede1"
}

.ti-arrows-down:before {
    content: "\edad"
}

.ti-arrows-down-up:before {
    content: "\edac"
}

.ti-arrows-exchange:before {
    content: "\f1f4"
}

.ti-arrows-exchange-2:before {
    content: "\f1f3"
}

.ti-arrows-horizontal:before {
    content: "\eb59"
}

.ti-arrows-join:before {
    content: "\edaf"
}

.ti-arrows-join-2:before {
    content: "\edae"
}

.ti-arrows-left:before {
    content: "\edb1"
}

.ti-arrows-left-down:before {
    content: "\ee00"
}

.ti-arrows-left-right:before {
    content: "\edb0"
}

.ti-arrows-maximize:before {
    content: "\ea28"
}

.ti-arrows-minimize:before {
    content: "\ea29"
}

.ti-arrows-move:before {
    content: "\f22f"
}

.ti-arrows-move-horizontal:before {
    content: "\f22d"
}

.ti-arrows-move-vertical:before {
    content: "\f22e"
}

.ti-arrows-random:before {
    content: "\f095"
}

.ti-arrows-right:before {
    content: "\edb3"
}

.ti-arrows-right-down:before {
    content: "\ee01"
}

.ti-arrows-right-left:before {
    content: "\edb2"
}

.ti-arrows-shuffle:before {
    content: "\f000"
}

.ti-arrows-shuffle-2:before {
    content: "\efff"
}

.ti-arrows-sort:before {
    content: "\eb5a"
}

.ti-arrows-split:before {
    content: "\edb5"
}

.ti-arrows-split-2:before {
    content: "\edb4"
}

.ti-arrows-transfer-down:before {
    content: "\f2cc"
}

.ti-arrows-transfer-up:before {
    content: "\f2cd"
}

.ti-arrows-up:before {
    content: "\edb7"
}

.ti-arrows-up-down:before {
    content: "\edb6"
}

.ti-arrows-up-left:before {
    content: "\ee02"
}

.ti-arrows-up-right:before {
    content: "\ee03"
}

.ti-arrows-vertical:before {
    content: "\eb5b"
}

.ti-artboard:before {
    content: "\ea2a"
}

.ti-artboard-off:before {
    content: "\f0ae"
}

.ti-article:before {
    content: "\f1e2"
}

.ti-article-off:before {
    content: "\f3bf"
}

.ti-aspect-ratio:before {
    content: "\ed30"
}

.ti-aspect-ratio-off:before {
    content: "\f0af"
}

.ti-assembly:before {
    content: "\f24d"
}

.ti-assembly-off:before {
    content: "\f3c0"
}

.ti-asset:before {
    content: "\f1ce"
}

.ti-asterisk:before {
    content: "\efd5"
}

.ti-asterisk-simple:before {
    content: "\efd4"
}

.ti-at:before {
    content: "\ea2b"
}

.ti-at-off:before {
    content: "\f0b0"
}

.ti-atom:before {
    content: "\eb79"
}

.ti-atom-2:before {
    content: "\ebdf"
}

.ti-atom-off:before {
    content: "\f0f9"
}

.ti-augmented-reality:before {
    content: "\f023"
}

.ti-augmented-reality-2:before {
    content: "\f37e"
}

.ti-augmented-reality-off:before {
    content: "\f3c1"
}

.ti-award:before {
    content: "\ea2c"
}

.ti-award-off:before {
    content: "\f0fa"
}

.ti-axe:before {
    content: "\ef9f"
}

.ti-axis-x:before {
    content: "\ef45"
}

.ti-axis-y:before {
    content: "\ef46"
}

.ti-baby-bottle:before {
    content: "\f5d2"
}

.ti-baby-carriage:before {
    content: "\f05d"
}

.ti-backhoe:before {
    content: "\ed86"
}

.ti-backpack:before {
    content: "\ef47"
}

.ti-backpack-off:before {
    content: "\f3c2"
}

.ti-backspace:before {
    content: "\ea2d"
}

.ti-badge:before {
    content: "\efc2"
}

.ti-badge-3d:before {
    content: "\f555"
}

.ti-badge-4k:before {
    content: "\f556"
}

.ti-badge-8k:before {
    content: "\f557"
}

.ti-badge-ad:before {
    content: "\f558"
}

.ti-badge-ar:before {
    content: "\f559"
}

.ti-badge-cc:before {
    content: "\f55a"
}

.ti-badge-hd:before {
    content: "\f55b"
}

.ti-badge-off:before {
    content: "\f0fb"
}

.ti-badge-sd:before {
    content: "\f55c"
}

.ti-badge-tm:before {
    content: "\f55d"
}

.ti-badge-vo:before {
    content: "\f55e"
}

.ti-badge-vr:before {
    content: "\f55f"
}

.ti-badge-wc:before {
    content: "\f560"
}

.ti-badges:before {
    content: "\efc3"
}

.ti-badges-off:before {
    content: "\f0fc"
}

.ti-baguette:before {
    content: "\f3a5"
}

.ti-ball-american-football:before {
    content: "\ee04"
}

.ti-ball-american-football-off:before {
    content: "\f3c3"
}

.ti-ball-baseball:before {
    content: "\efa0"
}

.ti-ball-basketball:before {
    content: "\ec28"
}

.ti-ball-bowling:before {
    content: "\ec29"
}

.ti-ball-football:before {
    content: "\ee06"
}

.ti-ball-football-off:before {
    content: "\ee05"
}

.ti-ball-tennis:before {
    content: "\ec2a"
}

.ti-ball-volleyball:before {
    content: "\ec2b"
}

.ti-ballon:before {
    content: "\ef3a"
}

.ti-ballon-off:before {
    content: "\f0fd"
}

.ti-ballpen:before {
    content: "\f06e"
}

.ti-ballpen-off:before {
    content: "\f0b1"
}

.ti-ban:before {
    content: "\ea2e"
}

.ti-bandage:before {
    content: "\eb7a"
}

.ti-bandage-off:before {
    content: "\f3c4"
}

.ti-barbell:before {
    content: "\eff0"
}

.ti-barbell-off:before {
    content: "\f0b2"
}

.ti-barcode:before {
    content: "\ebc6"
}

.ti-barcode-off:before {
    content: "\f0b3"
}

.ti-barrel:before {
    content: "\f0b4"
}

.ti-barrel-off:before {
    content: "\f0fe"
}

.ti-barrier-block:before {
    content: "\f00e"
}

.ti-barrier-block-off:before {
    content: "\f0b5"
}

.ti-baseline:before {
    content: "\f024"
}

.ti-basket:before {
    content: "\ebe1"
}

.ti-basket-off:before {
    content: "\f0b6"
}

.ti-bat:before {
    content: "\f284"
}

.ti-bath:before {
    content: "\ef48"
}

.ti-bath-off:before {
    content: "\f0ff"
}

.ti-battery:before {
    content: "\ea34"
}

.ti-battery-1:before {
    content: "\ea2f"
}

.ti-battery-2:before {
    content: "\ea30"
}

.ti-battery-3:before {
    content: "\ea31"
}

.ti-battery-4:before {
    content: "\ea32"
}

.ti-battery-automotive:before {
    content: "\ee07"
}

.ti-battery-charging:before {
    content: "\ea33"
}

.ti-battery-charging-2:before {
    content: "\ef3b"
}

.ti-battery-eco:before {
    content: "\ef3c"
}

.ti-battery-off:before {
    content: "\ed1c"
}

.ti-beach:before {
    content: "\ef3d"
}

.ti-beach-off:before {
    content: "\f0b7"
}

.ti-bed:before {
    content: "\eb5c"
}

.ti-bed-off:before {
    content: "\f100"
}

.ti-beer:before {
    content: "\efa1"
}

.ti-beer-off:before {
    content: "\f101"
}

.ti-bell:before {
    content: "\ea35"
}

.ti-bell-minus:before {
    content: "\ede2"
}

.ti-bell-off:before {
    content: "\ece9"
}

.ti-bell-plus:before {
    content: "\ede3"
}

.ti-bell-ringing:before {
    content: "\ed07"
}

.ti-bell-ringing-2:before {
    content: "\ede4"
}

.ti-bell-school:before {
    content: "\f05e"
}

.ti-bell-x:before {
    content: "\ede5"
}

.ti-bell-z:before {
    content: "\eff1"
}

.ti-beta:before {
    content: "\f544"
}

.ti-bible:before {
    content: "\efc4"
}

.ti-bike:before {
    content: "\ea36"
}

.ti-bike-off:before {
    content: "\f0b8"
}

.ti-binary:before {
    content: "\ee08"
}

.ti-binary-off:before {
    content: "\f3c5"
}

.ti-binary-tree:before {
    content: "\f5d4"
}

.ti-binary-tree-2:before {
    content: "\f5d3"
}

.ti-biohazard:before {
    content: "\ecb8"
}

.ti-biohazard-off:before {
    content: "\f0b9"
}

.ti-blade:before {
    content: "\f4bd"
}

.ti-bleach:before {
    content: "\f2f3"
}

.ti-bleach-chlorine:before {
    content: "\f2f0"
}

.ti-bleach-no-chlorine:before {
    content: "\f2f1"
}

.ti-bleach-off:before {
    content: "\f2f2"
}

.ti-blockquote:before {
    content: "\ee09"
}

.ti-bluetooth:before {
    content: "\ea37"
}

.ti-bluetooth-connected:before {
    content: "\ecea"
}

.ti-bluetooth-off:before {
    content: "\eceb"
}

.ti-bluetooth-x:before {
    content: "\f081"
}

.ti-blur:before {
    content: "\ef8c"
}

.ti-blur-off:before {
    content: "\f3c6"
}

.ti-bmp:before {
    content: "\f3a6"
}

.ti-bold:before {
    content: "\eb7b"
}

.ti-bold-off:before {
    content: "\f0ba"
}

.ti-bolt:before {
    content: "\ea38"
}

.ti-bolt-off:before {
    content: "\ecec"
}

.ti-bomb:before {
    content: "\f59c"
}

.ti-bone:before {
    content: "\edb8"
}

.ti-bone-off:before {
    content: "\f0bb"
}

.ti-bong:before {
    content: "\f3a7"
}

.ti-bong-off:before {
    content: "\f3c7"
}

.ti-book:before {
    content: "\ea39"
}

.ti-book-2:before {
    content: "\efc5"
}

.ti-book-download:before {
    content: "\f070"
}

.ti-book-off:before {
    content: "\f0bc"
}

.ti-book-upload:before {
    content: "\f071"
}

.ti-bookmark:before {
    content: "\ea3a"
}

.ti-bookmark-off:before {
    content: "\eced"
}

.ti-bookmarks:before {
    content: "\ed08"
}

.ti-bookmarks-off:before {
    content: "\f0bd"
}

.ti-books:before {
    content: "\eff2"
}

.ti-books-off:before {
    content: "\f0be"
}

.ti-border-all:before {
    content: "\ea3b"
}

.ti-border-bottom:before {
    content: "\ea3c"
}

.ti-border-horizontal:before {
    content: "\ea3d"
}

.ti-border-inner:before {
    content: "\ea3e"
}

.ti-border-left:before {
    content: "\ea3f"
}

.ti-border-none:before {
    content: "\ea40"
}

.ti-border-outer:before {
    content: "\ea41"
}

.ti-border-radius:before {
    content: "\eb7c"
}

.ti-border-right:before {
    content: "\ea42"
}

.ti-border-style:before {
    content: "\ee0a"
}

.ti-border-style-2:before {
    content: "\ef22"
}

.ti-border-top:before {
    content: "\ea43"
}

.ti-border-vertical:before {
    content: "\ea44"
}

.ti-bottle:before {
    content: "\ef0b"
}

.ti-bottle-off:before {
    content: "\f3c8"
}

.ti-bounce-left:before {
    content: "\f59d"
}

.ti-bounce-right:before {
    content: "\f59e"
}

.ti-bow:before {
    content: "\f096"
}

.ti-bowl:before {
    content: "\f4fa"
}

.ti-box:before {
    content: "\ea45"
}

.ti-box-align-bottom:before {
    content: "\f2a8"
}

.ti-box-align-bottom-left:before {
    content: "\f2ce"
}

.ti-box-align-bottom-right:before {
    content: "\f2cf"
}

.ti-box-align-left:before {
    content: "\f2a9"
}

.ti-box-align-right:before {
    content: "\f2aa"
}

.ti-box-align-top:before {
    content: "\f2ab"
}

.ti-box-align-top-left:before {
    content: "\f2d0"
}

.ti-box-align-top-right:before {
    content: "\f2d1"
}

.ti-box-margin:before {
    content: "\ee0b"
}

.ti-box-model:before {
    content: "\ee0c"
}

.ti-box-model-2:before {
    content: "\ef23"
}

.ti-box-model-2-off:before {
    content: "\f3c9"
}

.ti-box-model-off:before {
    content: "\f3ca"
}

.ti-box-multiple:before {
    content: "\ee17"
}

.ti-box-multiple-0:before {
    content: "\ee0d"
}

.ti-box-multiple-1:before {
    content: "\ee0e"
}

.ti-box-multiple-2:before {
    content: "\ee0f"
}

.ti-box-multiple-3:before {
    content: "\ee10"
}

.ti-box-multiple-4:before {
    content: "\ee11"
}

.ti-box-multiple-5:before {
    content: "\ee12"
}

.ti-box-multiple-6:before {
    content: "\ee13"
}

.ti-box-multiple-7:before {
    content: "\ee14"
}

.ti-box-multiple-8:before {
    content: "\ee15"
}

.ti-box-multiple-9:before {
    content: "\ee16"
}

.ti-box-off:before {
    content: "\f102"
}

.ti-box-padding:before {
    content: "\ee18"
}

.ti-box-seam:before {
    content: "\f561"
}

.ti-braces:before {
    content: "\ebcc"
}

.ti-braces-off:before {
    content: "\f0bf"
}

.ti-brackets:before {
    content: "\ebcd"
}

.ti-brackets-contain:before {
    content: "\f1e5"
}

.ti-brackets-contain-end:before {
    content: "\f1e3"
}

.ti-brackets-contain-start:before {
    content: "\f1e4"
}

.ti-brackets-off:before {
    content: "\f0c0"
}

.ti-braile:before {
    content: "\f545"
}

.ti-brain:before {
    content: "\f59f"
}

.ti-brand-4chan:before {
    content: "\f494"
}

.ti-brand-abstract:before {
    content: "\f495"
}

.ti-brand-adobe:before {
    content: "\f0dc"
}

.ti-brand-adonis-js:before {
    content: "\f496"
}

.ti-brand-airbnb:before {
    content: "\ed68"
}

.ti-brand-airtable:before {
    content: "\ef6a"
}

.ti-brand-algolia:before {
    content: "\f390"
}

.ti-brand-alpine-js:before {
    content: "\f324"
}

.ti-brand-amazon:before {
    content: "\f230"
}

.ti-brand-amongus:before {
    content: "\f205"
}

.ti-brand-android:before {
    content: "\ec16"
}

.ti-brand-angular:before {
    content: "\ef6b"
}

.ti-brand-appgallery:before {
    content: "\f231"
}

.ti-brand-apple:before {
    content: "\ec17"
}

.ti-brand-apple-arcade:before {
    content: "\ed69"
}

.ti-brand-apple-podcast:before {
    content: "\f1e6"
}

.ti-brand-appstore:before {
    content: "\ed24"
}

.ti-brand-asana:before {
    content: "\edc5"
}

.ti-brand-backbone:before {
    content: "\f325"
}

.ti-brand-badoo:before {
    content: "\f206"
}

.ti-brand-bandcamp:before {
    content: "\f207"
}

.ti-brand-beats:before {
    content: "\f208"
}

.ti-brand-behance:before {
    content: "\ec6e"
}

.ti-brand-binance:before {
    content: "\f5a0"
}

.ti-brand-bing:before {
    content: "\edc6"
}

.ti-brand-bitbucket:before {
    content: "\edc7"
}

.ti-brand-blackbery:before {
    content: "\f568"
}

.ti-brand-blender:before {
    content: "\f326"
}

.ti-brand-blogger:before {
    content: "\f35a"
}

.ti-brand-booking:before {
    content: "\edc8"
}

.ti-brand-bootstrap:before {
    content: "\ef3e"
}

.ti-brand-bulma:before {
    content: "\f327"
}

.ti-brand-bunpo:before {
    content: "\f4cf"
}

.ti-brand-campaignmonitor:before {
    content: "\f328"
}

.ti-brand-carbon:before {
    content: "\f348"
}

.ti-brand-cashapp:before {
    content: "\f391"
}

.ti-brand-chrome:before {
    content: "\ec18"
}

.ti-brand-codecov:before {
    content: "\f329"
}

.ti-brand-codepen:before {
    content: "\ec6f"
}

.ti-brand-codesandbox:before {
    content: "\ed6a"
}

.ti-brand-cohost:before {
    content: "\f5d5"
}

.ti-brand-coinbase:before {
    content: "\f209"
}

.ti-brand-comedy-central:before {
    content: "\f217"
}

.ti-brand-couchsurfing:before {
    content: "\f392"
}

.ti-brand-css3:before {
    content: "\ed6b"
}

.ti-brand-ctemplar:before {
    content: "\f4d0"
}

.ti-brand-cucumber:before {
    content: "\ef6c"
}

.ti-brand-cupra:before {
    content: "\f4d1"
}

.ti-brand-cypress:before {
    content: "\f333"
}

.ti-brand-d3:before {
    content: "\f24e"
}

.ti-brand-days-counter:before {
    content: "\f4d2"
}

.ti-brand-dcos:before {
    content: "\f32a"
}

.ti-brand-debian:before {
    content: "\ef57"
}

.ti-brand-deliveroo:before {
    content: "\f4d3"
}

.ti-brand-deno:before {
    content: "\f24f"
}

.ti-brand-deviantart:before {
    content: "\ecfb"
}

.ti-brand-discord:before {
    content: "\ece3"
}

.ti-brand-disney:before {
    content: "\f20a"
}

.ti-brand-disqus:before {
    content: "\edc9"
}

.ti-brand-django:before {
    content: "\f349"
}

.ti-brand-docker:before {
    content: "\edca"
}

.ti-brand-doctrine:before {
    content: "\ef6d"
}

.ti-brand-dolby-digital:before {
    content: "\f4d4"
}

.ti-brand-dribbble:before {
    content: "\ec19"
}

.ti-brand-drops:before {
    content: "\f4d5"
}

.ti-brand-drupal:before {
    content: "\f393"
}

.ti-brand-edge:before {
    content: "\ecfc"
}

.ti-brand-ember:before {
    content: "\f497"
}

.ti-brand-envato:before {
    content: "\f394"
}

.ti-brand-facebook:before {
    content: "\ec1a"
}

.ti-brand-figma:before {
    content: "\ec93"
}

.ti-brand-finder:before {
    content: "\f218"
}

.ti-brand-firebase:before {
    content: "\ef6e"
}

.ti-brand-firefox:before {
    content: "\ecfd"
}

.ti-brand-flickr:before {
    content: "\ecfe"
}

.ti-brand-flightradar24:before {
    content: "\f4d6"
}

.ti-brand-flipboard:before {
    content: "\f20b"
}

.ti-brand-flutter:before {
    content: "\f395"
}

.ti-brand-fortnite:before {
    content: "\f260"
}

.ti-brand-foursquare:before {
    content: "\ecff"
}

.ti-brand-framer:before {
    content: "\ec1b"
}

.ti-brand-gatsby:before {
    content: "\f396"
}

.ti-brand-git:before {
    content: "\ef6f"
}

.ti-brand-github:before {
    content: "\ec1c"
}

.ti-brand-github-copilot:before {
    content: "\f4a8"
}

.ti-brand-gitlab:before {
    content: "\ec1d"
}

.ti-brand-gmail:before {
    content: "\efa2"
}

.ti-brand-google:before {
    content: "\ec1f"
}

.ti-brand-google-analytics:before {
    content: "\edcb"
}

.ti-brand-google-drive:before {
    content: "\ec1e"
}

.ti-brand-google-fit:before {
    content: "\f297"
}

.ti-brand-google-one:before {
    content: "\f232"
}

.ti-brand-google-photos:before {
    content: "\f20c"
}

.ti-brand-google-play:before {
    content: "\ed25"
}

.ti-brand-grammarly:before {
    content: "\f32b"
}

.ti-brand-graphql:before {
    content: "\f32c"
}

.ti-brand-gravatar:before {
    content: "\edcc"
}

.ti-brand-grindr:before {
    content: "\f20d"
}

.ti-brand-guardian:before {
    content: "\f4fb"
}

.ti-brand-gumroad:before {
    content: "\f5d6"
}

.ti-brand-headlessui:before {
    content: "\f32d"
}

.ti-brand-hipchat:before {
    content: "\edcd"
}

.ti-brand-html5:before {
    content: "\ed6c"
}

.ti-brand-inertia:before {
    content: "\f34a"
}

.ti-brand-instagram:before {
    content: "\ec20"
}

.ti-brand-intercom:before {
    content: "\f1cf"
}

.ti-brand-javascript:before {
    content: "\ef0c"
}

.ti-brand-kickstarter:before {
    content: "\edce"
}

.ti-brand-kotlin:before {
    content: "\ed6d"
}

.ti-brand-laravel:before {
    content: "\f34b"
}

.ti-brand-lastfm:before {
    content: "\f001"
}

.ti-brand-linkedin:before {
    content: "\ec8c"
}

.ti-brand-linktree:before {
    content: "\f1e7"
}

.ti-brand-linqpad:before {
    content: "\f562"
}

.ti-brand-loom:before {
    content: "\ef70"
}

.ti-brand-mailgun:before {
    content: "\f32e"
}

.ti-brand-mantine:before {
    content: "\f32f"
}

.ti-brand-mastercard:before {
    content: "\ef49"
}

.ti-brand-mastodon:before {
    content: "\f250"
}

.ti-brand-mcdonalds:before {
    content: "\f251"
}

.ti-brand-medium:before {
    content: "\ec70"
}

.ti-brand-mercedes:before {
    content: "\f072"
}

.ti-brand-messenger:before {
    content: "\ec71"
}

.ti-brand-meta:before {
    content: "\efb0"
}

.ti-brand-mixpanel:before {
    content: "\f397"
}

.ti-brand-monday:before {
    content: "\f219"
}

.ti-brand-my-oppo:before {
    content: "\f4d7"
}

.ti-brand-nem:before {
    content: "\f5a1"
}

.ti-brand-netbeans:before {
    content: "\ef71"
}

.ti-brand-netflix:before {
    content: "\edcf"
}

.ti-brand-nexo:before {
    content: "\f5a2"
}

.ti-brand-nextcloud:before {
    content: "\f4d8"
}

.ti-brand-nextjs:before {
    content: "\f0dd"
}

.ti-brand-nord-vpn:before {
    content: "\f37f"
}

.ti-brand-notion:before {
    content: "\ef7b"
}

.ti-brand-npm:before {
    content: "\f569"
}

.ti-brand-nuxt:before {
    content: "\f0de"
}

.ti-brand-nytimes:before {
    content: "\ef8d"
}

.ti-brand-office:before {
    content: "\f398"
}

.ti-brand-ok-ru:before {
    content: "\f399"
}

.ti-brand-onedrive:before {
    content: "\f5d7"
}

.ti-brand-open-source:before {
    content: "\edd0"
}

.ti-brand-openvpn:before {
    content: "\f39a"
}

.ti-brand-opera:before {
    content: "\ec21"
}

.ti-brand-pagekit:before {
    content: "\edd1"
}

.ti-brand-patreon:before {
    content: "\edd2"
}

.ti-brand-paypal:before {
    content: "\ec22"
}

.ti-brand-peanut:before {
    content: "\f39b"
}

.ti-brand-pepsi:before {
    content: "\f261"
}

.ti-brand-php:before {
    content: "\ef72"
}

.ti-brand-picsart:before {
    content: "\f4d9"
}

.ti-brand-pinterest:before {
    content: "\ec8d"
}

.ti-brand-pocket:before {
    content: "\ed00"
}

.ti-brand-polymer:before {
    content: "\f498"
}

.ti-brand-prisma:before {
    content: "\f499"
}

.ti-brand-producthunt:before {
    content: "\edd3"
}

.ti-brand-pushbullet:before {
    content: "\f330"
}

.ti-brand-pushover:before {
    content: "\f20e"
}

.ti-brand-python:before {
    content: "\ed01"
}

.ti-brand-react:before {
    content: "\f34c"
}

.ti-brand-react-native:before {
    content: "\ef73"
}

.ti-brand-reason:before {
    content: "\f49a"
}

.ti-brand-reddit:before {
    content: "\ec8e"
}

.ti-brand-redhat:before {
    content: "\f331"
}

.ti-brand-redux:before {
    content: "\f3a8"
}

.ti-brand-revolut:before {
    content: "\f4da"
}

.ti-brand-safari:before {
    content: "\ec23"
}

.ti-brand-samsungpass:before {
    content: "\f4db"
}

.ti-brand-sass:before {
    content: "\edd4"
}

.ti-brand-sentry:before {
    content: "\edd5"
}

.ti-brand-sharik:before {
    content: "\f4dc"
}

.ti-brand-shazam:before {
    content: "\edd6"
}

.ti-brand-shopee:before {
    content: "\f252"
}

.ti-brand-sketch:before {
    content: "\ec24"
}

.ti-brand-skype:before {
    content: "\ed02"
}

.ti-brand-slack:before {
    content: "\ec72"
}

.ti-brand-snapchat:before {
    content: "\ec25"
}

.ti-brand-snapseed:before {
    content: "\f253"
}

.ti-brand-socket-io:before {
    content: "\f49b"
}

.ti-brand-soundcloud:before {
    content: "\ed6e"
}

.ti-brand-spacehey:before {
    content: "\f4fc"
}

.ti-brand-spotify:before {
    content: "\ed03"
}

.ti-brand-stackoverflow:before {
    content: "\ef58"
}

.ti-brand-steam:before {
    content: "\ed6f"
}

.ti-brand-storybook:before {
    content: "\f332"
}

.ti-brand-strava:before {
    content: "\f254"
}

.ti-brand-stripe:before {
    content: "\edd7"
}

.ti-brand-sublime-text:before {
    content: "\ef74"
}

.ti-brand-superhuman:before {
    content: "\f50c"
}

.ti-brand-supernova:before {
    content: "\f49c"
}

.ti-brand-surfshark:before {
    content: "\f255"
}

.ti-brand-svelte:before {
    content: "\f0df"
}

.ti-brand-tabler:before {
    content: "\ec8f"
}

.ti-brand-tailwind:before {
    content: "\eca1"
}

.ti-brand-telegram:before {
    content: "\ec26"
}

.ti-brand-tether:before {
    content: "\f5a3"
}

.ti-brand-tidal:before {
    content: "\ed70"
}

.ti-brand-tiktok:before {
    content: "\ec73"
}

.ti-brand-tinder:before {
    content: "\ed71"
}

.ti-brand-topbuzz:before {
    content: "\f50d"
}

.ti-brand-torchain:before {
    content: "\f5a4"
}

.ti-brand-toyota:before {
    content: "\f262"
}

.ti-brand-trello:before {
    content: "\f39d"
}

.ti-brand-tripadvisor:before {
    content: "\f002"
}

.ti-brand-tumblr:before {
    content: "\ed04"
}

.ti-brand-twitch:before {
    content: "\ed05"
}

.ti-brand-twitter:before {
    content: "\ec27"
}

.ti-brand-uber:before {
    content: "\ef75"
}

.ti-brand-ubuntu:before {
    content: "\ef59"
}

.ti-brand-unity:before {
    content: "\f49d"
}

.ti-brand-unsplash:before {
    content: "\edd8"
}

.ti-brand-upwork:before {
    content: "\f39e"
}

.ti-brand-valorant:before {
    content: "\f39f"
}

.ti-brand-vercel:before {
    content: "\ef24"
}

.ti-brand-vimeo:before {
    content: "\ed06"
}

.ti-brand-vinted:before {
    content: "\f20f"
}

.ti-brand-visa:before {
    content: "\f380"
}

.ti-brand-visual-studio:before {
    content: "\ef76"
}

.ti-brand-vivaldi:before {
    content: "\f210"
}

.ti-brand-vk:before {
    content: "\ed72"
}

.ti-brand-volkswagen:before {
    content: "\f50e"
}

.ti-brand-vsco:before {
    content: "\f334"
}

.ti-brand-vscode:before {
    content: "\f3a0"
}

.ti-brand-vue:before {
    content: "\f0e0"
}

.ti-brand-walmart:before {
    content: "\f211"
}

.ti-brand-waze:before {
    content: "\f5d8"
}

.ti-brand-webflow:before {
    content: "\f2d2"
}

.ti-brand-whatsapp:before {
    content: "\ec74"
}

.ti-brand-windows:before {
    content: "\ecd8"
}

.ti-brand-windy:before {
    content: "\f4dd"
}

.ti-brand-wish:before {
    content: "\f212"
}

.ti-brand-wix:before {
    content: "\f3a1"
}

.ti-brand-wordpress:before {
    content: "\f2d3"
}

.ti-brand-xbox:before {
    content: "\f298"
}

.ti-brand-xing:before {
    content: "\f21a"
}

.ti-brand-yahoo:before {
    content: "\ed73"
}

.ti-brand-yatse:before {
    content: "\f213"
}

.ti-brand-ycombinator:before {
    content: "\edd9"
}

.ti-brand-youtube:before {
    content: "\ec90"
}

.ti-brand-youtube-kids:before {
    content: "\f214"
}

.ti-brand-zalando:before {
    content: "\f49e"
}

.ti-brand-zapier:before {
    content: "\f49f"
}

.ti-brand-zeit:before {
    content: "\f335"
}

.ti-brand-zoom:before {
    content: "\f215"
}

.ti-brand-zulip:before {
    content: "\f4de"
}

.ti-brand-zwift:before {
    content: "\f216"
}

.ti-bread:before {
    content: "\efa3"
}

.ti-bread-off:before {
    content: "\f3cb"
}

.ti-briefcase:before {
    content: "\ea46"
}

.ti-briefcase-off:before {
    content: "\f3cc"
}

.ti-brightness:before {
    content: "\eb7f"
}

.ti-brightness-2:before {
    content: "\ee19"
}

.ti-brightness-down:before {
    content: "\eb7d"
}

.ti-brightness-half:before {
    content: "\ee1a"
}

.ti-brightness-off:before {
    content: "\f3cd"
}

.ti-brightness-up:before {
    content: "\eb7e"
}

.ti-broadcast:before {
    content: "\f1e9"
}

.ti-broadcast-off:before {
    content: "\f1e8"
}

.ti-browser:before {
    content: "\ebb7"
}

.ti-browser-check:before {
    content: "\efd6"
}

.ti-browser-off:before {
    content: "\f0c1"
}

.ti-browser-plus:before {
    content: "\efd7"
}

.ti-browser-x:before {
    content: "\efd8"
}

.ti-brush:before {
    content: "\ebb8"
}

.ti-brush-off:before {
    content: "\f0c2"
}

.ti-bucket:before {
    content: "\ea47"
}

.ti-bucket-droplet:before {
    content: "\f56a"
}

.ti-bucket-off:before {
    content: "\f103"
}

.ti-bug:before {
    content: "\ea48"
}

.ti-bug-off:before {
    content: "\f0c3"
}

.ti-building:before {
    content: "\ea4f"
}

.ti-building-arch:before {
    content: "\ea49"
}

.ti-building-bank:before {
    content: "\ebe2"
}

.ti-building-bridge:before {
    content: "\ea4b"
}

.ti-building-bridge-2:before {
    content: "\ea4a"
}

.ti-building-broadcast-tower:before {
    content: "\f4be"
}

.ti-building-carousel:before {
    content: "\ed87"
}

.ti-building-castle:before {
    content: "\ed88"
}

.ti-building-church:before {
    content: "\ea4c"
}

.ti-building-circus:before {
    content: "\f4bf"
}

.ti-building-community:before {
    content: "\ebf6"
}

.ti-building-cottage:before {
    content: "\ee1b"
}

.ti-building-estate:before {
    content: "\f5a5"
}

.ti-building-factory:before {
    content: "\ee1c"
}

.ti-building-factory-2:before {
    content: "\f082"
}

.ti-building-fortress:before {
    content: "\ed89"
}

.ti-building-hospital:before {
    content: "\ea4d"
}

.ti-building-lighthouse:before {
    content: "\ed8a"
}

.ti-building-monument:before {
    content: "\ed26"
}

.ti-building-pavilon:before {
    content: "\ebf7"
}

.ti-building-skyscraper:before {
    content: "\ec39"
}

.ti-building-store:before {
    content: "\ea4e"
}

.ti-building-tunnel:before {
    content: "\f5a6"
}

.ti-building-warehouse:before {
    content: "\ebe3"
}

.ti-building-wind-turbine:before {
    content: "\f4c0"
}

.ti-bulb:before {
    content: "\ea51"
}

.ti-bulb-off:before {
    content: "\ea50"
}

.ti-bulldozer:before {
    content: "\ee1d"
}

.ti-bus:before {
    content: "\ebe4"
}

.ti-bus-off:before {
    content: "\f3ce"
}

.ti-bus-stop:before {
    content: "\f2d4"
}

.ti-businessplan:before {
    content: "\ee1e"
}

.ti-butterfly:before {
    content: "\efd9"
}

.ti-c-sharp:before {
    content: "\f003"
}

.ti-cactus:before {
    content: "\f21b"
}

.ti-cactus-off:before {
    content: "\f3cf"
}

.ti-cake:before {
    content: "\f00f"
}

.ti-cake-off:before {
    content: "\f104"
}

.ti-calculator:before {
    content: "\eb80"
}

.ti-calculator-off:before {
    content: "\f0c4"
}

.ti-calendar:before {
    content: "\ea53"
}

.ti-calendar-event:before {
    content: "\ea52"
}

.ti-calendar-minus:before {
    content: "\ebb9"
}

.ti-calendar-off:before {
    content: "\ee1f"
}

.ti-calendar-plus:before {
    content: "\ebba"
}

.ti-calendar-stats:before {
    content: "\ee20"
}

.ti-calendar-time:before {
    content: "\ee21"
}

.ti-camera:before {
    content: "\ea54"
}

.ti-camera-minus:before {
    content: "\ec3a"
}

.ti-camera-off:before {
    content: "\ecee"
}

.ti-camera-plus:before {
    content: "\ec3b"
}

.ti-camera-rotate:before {
    content: "\ee22"
}

.ti-camera-selfie:before {
    content: "\ee23"
}

.ti-campfire:before {
    content: "\f5a7"
}

.ti-candle:before {
    content: "\efc6"
}

.ti-candy:before {
    content: "\ef0d"
}

.ti-candy-off:before {
    content: "\f0c5"
}

.ti-cane:before {
    content: "\f50f"
}

.ti-cannabis:before {
    content: "\f4c1"
}

.ti-capture:before {
    content: "\ec3c"
}

.ti-capture-off:before {
    content: "\f0c6"
}

.ti-car:before {
    content: "\ebbb"
}

.ti-car-crane:before {
    content: "\ef25"
}

.ti-car-crash:before {
    content: "\efa4"
}

.ti-car-off:before {
    content: "\f0c7"
}

.ti-car-turbine:before {
    content: "\f4fd"
}

.ti-caravan:before {
    content: "\ec7c"
}

.ti-cardboards:before {
    content: "\ed74"
}

.ti-cardboards-off:before {
    content: "\f0c8"
}

.ti-cards:before {
    content: "\f510"
}

.ti-caret-down:before {
    content: "\eb5d"
}

.ti-caret-left:before {
    content: "\eb5e"
}

.ti-caret-right:before {
    content: "\eb5f"
}

.ti-caret-up:before {
    content: "\eb60"
}

.ti-carrot:before {
    content: "\f21c"
}

.ti-carrot-off:before {
    content: "\f3d0"
}

.ti-cash:before {
    content: "\ea55"
}

.ti-cash-banknote:before {
    content: "\ee25"
}

.ti-cash-banknote-off:before {
    content: "\ee24"
}

.ti-cash-off:before {
    content: "\f105"
}

.ti-cast:before {
    content: "\ea56"
}

.ti-cast-off:before {
    content: "\f0c9"
}

.ti-category:before {
    content: "\f1f6"
}

.ti-category-2:before {
    content: "\f1f5"
}

.ti-ce:before {
    content: "\ed75"
}

.ti-ce-off:before {
    content: "\f0ca"
}

.ti-cell:before {
    content: "\f05f"
}

.ti-cell-signal-1:before {
    content: "\f083"
}

.ti-cell-signal-2:before {
    content: "\f084"
}

.ti-cell-signal-3:before {
    content: "\f085"
}

.ti-cell-signal-4:before {
    content: "\f086"
}

.ti-cell-signal-5:before {
    content: "\f087"
}

.ti-cell-signal-off:before {
    content: "\f088"
}

.ti-certificate:before {
    content: "\ed76"
}

.ti-certificate-2:before {
    content: "\f073"
}

.ti-certificate-2-off:before {
    content: "\f0cb"
}

.ti-certificate-off:before {
    content: "\f0cc"
}

.ti-chair-director:before {
    content: "\f2d5"
}

.ti-chalkboard:before {
    content: "\f34d"
}

.ti-chalkboard-off:before {
    content: "\f3d1"
}

.ti-charging-pile:before {
    content: "\ee26"
}

.ti-chart-arcs:before {
    content: "\ee28"
}

.ti-chart-arcs-3:before {
    content: "\ee27"
}

.ti-chart-area:before {
    content: "\ea58"
}

.ti-chart-area-line:before {
    content: "\ea57"
}

.ti-chart-arrows:before {
    content: "\ee2a"
}

.ti-chart-arrows-vertical:before {
    content: "\ee29"
}

.ti-chart-bar:before {
    content: "\ea59"
}

.ti-chart-bar-off:before {
    content: "\f3d2"
}

.ti-chart-bubble:before {
    content: "\ec75"
}

.ti-chart-candle:before {
    content: "\ea5a"
}

.ti-chart-circles:before {
    content: "\ee2b"
}

.ti-chart-donut:before {
    content: "\ea5b"
}

.ti-chart-donut-2:before {
    content: "\ee2c"
}

.ti-chart-donut-3:before {
    content: "\ee2d"
}

.ti-chart-donut-4:before {
    content: "\ee2e"
}

.ti-chart-dots:before {
    content: "\ee2f"
}

.ti-chart-dots-2:before {
    content: "\f097"
}

.ti-chart-dots-3:before {
    content: "\f098"
}

.ti-chart-grid-dots:before {
    content: "\f4c2"
}

.ti-chart-infographic:before {
    content: "\ee30"
}

.ti-chart-line:before {
    content: "\ea5c"
}

.ti-chart-pie:before {
    content: "\ea5d"
}

.ti-chart-pie-2:before {
    content: "\ee31"
}

.ti-chart-pie-3:before {
    content: "\ee32"
}

.ti-chart-pie-4:before {
    content: "\ee33"
}

.ti-chart-pie-off:before {
    content: "\f3d3"
}

.ti-chart-radar:before {
    content: "\ed77"
}

.ti-chart-treemap:before {
    content: "\f381"
}

.ti-check:before {
    content: "\ea5e"
}

.ti-checkbox:before {
    content: "\eba6"
}

.ti-checklist:before {
    content: "\f074"
}

.ti-checks:before {
    content: "\ebaa"
}

.ti-checkup-list:before {
    content: "\ef5a"
}

.ti-cheese:before {
    content: "\ef26"
}

.ti-chef-hat:before {
    content: "\f21d"
}

.ti-chef-hat-off:before {
    content: "\f3d4"
}

.ti-cherry:before {
    content: "\f511"
}

.ti-chess:before {
    content: "\f382"
}

.ti-chess-bishop:before {
    content: "\f56b"
}

.ti-chess-king:before {
    content: "\f56c"
}

.ti-chess-knight:before {
    content: "\f56d"
}

.ti-chess-queen:before {
    content: "\f56e"
}

.ti-chess-rook:before {
    content: "\f56f"
}

.ti-chevron-down:before {
    content: "\ea5f"
}

.ti-chevron-down-left:before {
    content: "\ed09"
}

.ti-chevron-down-right:before {
    content: "\ed0a"
}

.ti-chevron-left:before {
    content: "\ea60"
}

.ti-chevron-right:before {
    content: "\ea61"
}

.ti-chevron-up:before {
    content: "\ea62"
}

.ti-chevron-up-left:before {
    content: "\ed0b"
}

.ti-chevron-up-right:before {
    content: "\ed0c"
}

.ti-chevrons-down:before {
    content: "\ea63"
}

.ti-chevrons-down-left:before {
    content: "\ed0d"
}

.ti-chevrons-down-right:before {
    content: "\ed0e"
}

.ti-chevrons-left:before {
    content: "\ea64"
}

.ti-chevrons-right:before {
    content: "\ea65"
}

.ti-chevrons-up:before {
    content: "\ea66"
}

.ti-chevrons-up-left:before {
    content: "\ed0f"
}

.ti-chevrons-up-right:before {
    content: "\ed10"
}

.ti-chisel:before {
    content: "\f383"
}

.ti-christmas-tree:before {
    content: "\ed78"
}

.ti-christmas-tree-off:before {
    content: "\f3d5"
}

.ti-circle:before {
    content: "\ea6b"
}

.ti-circle-caret-down:before {
    content: "\f4a9"
}

.ti-circle-caret-left:before {
    content: "\f4aa"
}

.ti-circle-caret-right:before {
    content: "\f4ab"
}

.ti-circle-caret-up:before {
    content: "\f4ac"
}

.ti-circle-check:before {
    content: "\ea67"
}

.ti-circle-dashed:before {
    content: "\ed27"
}

.ti-circle-dot:before {
    content: "\efb1"
}

.ti-circle-dotted:before {
    content: "\ed28"
}

.ti-circle-half:before {
    content: "\ee3f"
}

.ti-circle-half-2:before {
    content: "\eff3"
}

.ti-circle-half-vertical:before {
    content: "\ee3e"
}

.ti-circle-letter-a:before {
    content: "\f441"
}

.ti-circle-letter-b:before {
    content: "\f442"
}

.ti-circle-letter-c:before {
    content: "\f443"
}

.ti-circle-letter-d:before {
    content: "\f444"
}

.ti-circle-letter-e:before {
    content: "\f445"
}

.ti-circle-letter-f:before {
    content: "\f446"
}

.ti-circle-letter-g:before {
    content: "\f447"
}

.ti-circle-letter-h:before {
    content: "\f448"
}

.ti-circle-letter-i:before {
    content: "\f449"
}

.ti-circle-letter-j:before {
    content: "\f44a"
}

.ti-circle-letter-k:before {
    content: "\f44b"
}

.ti-circle-letter-l:before {
    content: "\f44c"
}

.ti-circle-letter-m:before {
    content: "\f44d"
}

.ti-circle-letter-n:before {
    content: "\f44e"
}

.ti-circle-letter-o:before {
    content: "\f44f"
}

.ti-circle-letter-p:before {
    content: "\f450"
}

.ti-circle-letter-q:before {
    content: "\f451"
}

.ti-circle-letter-r:before {
    content: "\f452"
}

.ti-circle-letter-s:before {
    content: "\f453"
}

.ti-circle-letter-t:before {
    content: "\f454"
}

.ti-circle-letter-u:before {
    content: "\f455"
}

.ti-circle-letter-v:before {
    content: "\f4ad"
}

.ti-circle-letter-w:before {
    content: "\f456"
}

.ti-circle-letter-x:before {
    content: "\f4ae"
}

.ti-circle-letter-y:before {
    content: "\f457"
}

.ti-circle-letter-z:before {
    content: "\f458"
}

.ti-circle-minus:before {
    content: "\ea68"
}

.ti-circle-number-0:before {
    content: "\ee34"
}

.ti-circle-number-1:before {
    content: "\ee35"
}

.ti-circle-number-2:before {
    content: "\ee36"
}

.ti-circle-number-3:before {
    content: "\ee37"
}

.ti-circle-number-4:before {
    content: "\ee38"
}

.ti-circle-number-5:before {
    content: "\ee39"
}

.ti-circle-number-6:before {
    content: "\ee3a"
}

.ti-circle-number-7:before {
    content: "\ee3b"
}

.ti-circle-number-8:before {
    content: "\ee3c"
}

.ti-circle-number-9:before {
    content: "\ee3d"
}

.ti-circle-off:before {
    content: "\ee40"
}

.ti-circle-plus:before {
    content: "\ea69"
}

.ti-circle-rectangle:before {
    content: "\f010"
}

.ti-circle-rectangle-off:before {
    content: "\f0cd"
}

.ti-circle-square:before {
    content: "\ece4"
}

.ti-circle-triangle:before {
    content: "\f011"
}

.ti-circle-x:before {
    content: "\ea6a"
}

.ti-circles:before {
    content: "\ece5"
}

.ti-circles-relation:before {
    content: "\f4c3"
}

.ti-circuit-ammeter:before {
    content: "\f271"
}

.ti-circuit-battery:before {
    content: "\f272"
}

.ti-circuit-bulb:before {
    content: "\f273"
}

.ti-circuit-capacitor:before {
    content: "\f275"
}

.ti-circuit-capacitor-polarized:before {
    content: "\f274"
}

.ti-circuit-cell:before {
    content: "\f277"
}

.ti-circuit-cell-plus:before {
    content: "\f276"
}

.ti-circuit-changeover:before {
    content: "\f278"
}

.ti-circuit-diode:before {
    content: "\f27a"
}

.ti-circuit-diode-zener:before {
    content: "\f279"
}

.ti-circuit-ground:before {
    content: "\f27c"
}

.ti-circuit-ground-digital:before {
    content: "\f27b"
}

.ti-circuit-inductor:before {
    content: "\f27d"
}

.ti-circuit-motor:before {
    content: "\f27e"
}

.ti-circuit-pushbutton:before {
    content: "\f27f"
}

.ti-circuit-resistor:before {
    content: "\f280"
}

.ti-circuit-switch-closed:before {
    content: "\f281"
}

.ti-circuit-switch-open:before {
    content: "\f282"
}

.ti-circuit-voltmeter:before {
    content: "\f283"
}

.ti-clear-all:before {
    content: "\ee41"
}

.ti-clear-formatting:before {
    content: "\ebe5"
}

.ti-click:before {
    content: "\ebbc"
}

.ti-clipboard:before {
    content: "\ea6f"
}

.ti-clipboard-check:before {
    content: "\ea6c"
}

.ti-clipboard-copy:before {
    content: "\f299"
}

.ti-clipboard-data:before {
    content: "\f563"
}

.ti-clipboard-heart:before {
    content: "\f34e"
}

.ti-clipboard-list:before {
    content: "\ea6d"
}

.ti-clipboard-off:before {
    content: "\f0ce"
}

.ti-clipboard-plus:before {
    content: "\efb2"
}

.ti-clipboard-text:before {
    content: "\f089"
}

.ti-clipboard-typography:before {
    content: "\f34f"
}

.ti-clipboard-x:before {
    content: "\ea6e"
}

.ti-clock:before {
    content: "\ea70"
}

.ti-clock-2:before {
    content: "\f099"
}

.ti-clock-cancel:before {
    content: "\f546"
}

.ti-clock-edit:before {
    content: "\f547"
}

.ti-clock-hour-1:before {
    content: "\f313"
}

.ti-clock-hour-10:before {
    content: "\f314"
}

.ti-clock-hour-11:before {
    content: "\f315"
}

.ti-clock-hour-12:before {
    content: "\f316"
}

.ti-clock-hour-2:before {
    content: "\f317"
}

.ti-clock-hour-3:before {
    content: "\f318"
}

.ti-clock-hour-4:before {
    content: "\f319"
}

.ti-clock-hour-5:before {
    content: "\f31a"
}

.ti-clock-hour-6:before {
    content: "\f31b"
}

.ti-clock-hour-7:before {
    content: "\f31c"
}

.ti-clock-hour-8:before {
    content: "\f31d"
}

.ti-clock-hour-9:before {
    content: "\f31e"
}

.ti-clock-off:before {
    content: "\f0cf"
}

.ti-clock-pause:before {
    content: "\f548"
}

.ti-clock-play:before {
    content: "\f549"
}

.ti-clock-record:before {
    content: "\f54a"
}

.ti-clock-stop:before {
    content: "\f54b"
}

.ti-clothes-rack:before {
    content: "\f285"
}

.ti-clothes-rack-off:before {
    content: "\f3d6"
}

.ti-cloud:before {
    content: "\ea76"
}

.ti-cloud-computing:before {
    content: "\f1d0"
}

.ti-cloud-data-connection:before {
    content: "\f1d1"
}

.ti-cloud-download:before {
    content: "\ea71"
}

.ti-cloud-fog:before {
    content: "\ecd9"
}

.ti-cloud-lock:before {
    content: "\efdb"
}

.ti-cloud-lock-open:before {
    content: "\efda"
}

.ti-cloud-off:before {
    content: "\ed3e"
}

.ti-cloud-rain:before {
    content: "\ea72"
}

.ti-cloud-snow:before {
    content: "\ea73"
}

.ti-cloud-storm:before {
    content: "\ea74"
}

.ti-cloud-upload:before {
    content: "\ea75"
}

.ti-clover:before {
    content: "\f1ea"
}

.ti-clover-2:before {
    content: "\f21e"
}

.ti-clubs:before {
    content: "\eff4"
}

.ti-code:before {
    content: "\ea77"
}

.ti-code-asterix:before {
    content: "\f312"
}

.ti-code-circle:before {
    content: "\f4ff"
}

.ti-code-circle-2:before {
    content: "\f4fe"
}

.ti-code-minus:before {
    content: "\ee42"
}

.ti-code-off:before {
    content: "\f0d0"
}

.ti-code-plus:before {
    content: "\ee43"
}

.ti-coffee:before {
    content: "\ef0e"
}

.ti-coffee-off:before {
    content: "\f106"
}

.ti-coffin:before {
    content: "\f579"
}

.ti-coin:before {
    content: "\eb82"
}

.ti-coin-bitcoin:before {
    content: "\f2be"
}

.ti-coin-euro:before {
    content: "\f2bf"
}

.ti-coin-monero:before {
    content: "\f4a0"
}

.ti-coin-off:before {
    content: "\f0d1"
}

.ti-coin-pound:before {
    content: "\f2c0"
}

.ti-coin-rupee:before {
    content: "\f2c1"
}

.ti-coin-yen:before {
    content: "\f2c2"
}

.ti-coin-yuan:before {
    content: "\f2c3"
}

.ti-color-filter:before {
    content: "\f5a8"
}

.ti-color-picker:before {
    content: "\ebe6"
}

.ti-color-picker-off:before {
    content: "\f0d2"
}

.ti-color-swatch:before {
    content: "\eb61"
}

.ti-color-swatch-off:before {
    content: "\f0d3"
}

.ti-column-insert-left:before {
    content: "\ee44"
}

.ti-column-insert-right:before {
    content: "\ee45"
}

.ti-columns:before {
    content: "\eb83"
}

.ti-columns-off:before {
    content: "\f0d4"
}

.ti-comet:before {
    content: "\ec76"
}

.ti-command:before {
    content: "\ea78"
}

.ti-command-off:before {
    content: "\f3d7"
}

.ti-compass:before {
    content: "\ea79"
}

.ti-compass-off:before {
    content: "\f0d5"
}

.ti-components:before {
    content: "\efa5"
}

.ti-components-off:before {
    content: "\f0d6"
}

.ti-cone:before {
    content: "\efdd"
}

.ti-cone-2:before {
    content: "\efdc"
}

.ti-cone-off:before {
    content: "\f3d8"
}

.ti-confetti:before {
    content: "\ee46"
}

.ti-confetti-off:before {
    content: "\f3d9"
}

.ti-confucius:before {
    content: "\f58a"
}

.ti-container:before {
    content: "\ee47"
}

.ti-container-off:before {
    content: "\f107"
}

.ti-contrast:before {
    content: "\ec4e"
}

.ti-contrast-2:before {
    content: "\efc7"
}

.ti-contrast-2-off:before {
    content: "\f3da"
}

.ti-contrast-off:before {
    content: "\f3db"
}

.ti-cooker:before {
    content: "\f57a"
}

.ti-cookie:before {
    content: "\ef0f"
}

.ti-cookie-man:before {
    content: "\f4c4"
}

.ti-cookie-off:before {
    content: "\f0d7"
}

.ti-copy:before {
    content: "\ea7a"
}

.ti-copy-off:before {
    content: "\f0d8"
}

.ti-copyleft:before {
    content: "\ec3d"
}

.ti-copyleft-off:before {
    content: "\f0d9"
}

.ti-copyright:before {
    content: "\ea7b"
}

.ti-copyright-off:before {
    content: "\f0da"
}

.ti-corner-down-left:before {
    content: "\ea7c"
}

.ti-corner-down-left-double:before {
    content: "\ee48"
}

.ti-corner-down-right:before {
    content: "\ea7d"
}

.ti-corner-down-right-double:before {
    content: "\ee49"
}

.ti-corner-left-down:before {
    content: "\ea7e"
}

.ti-corner-left-down-double:before {
    content: "\ee4a"
}

.ti-corner-left-up:before {
    content: "\ea7f"
}

.ti-corner-left-up-double:before {
    content: "\ee4b"
}

.ti-corner-right-down:before {
    content: "\ea80"
}

.ti-corner-right-down-double:before {
    content: "\ee4c"
}

.ti-corner-right-up:before {
    content: "\ea81"
}

.ti-corner-right-up-double:before {
    content: "\ee4d"
}

.ti-corner-up-left:before {
    content: "\ea82"
}

.ti-corner-up-left-double:before {
    content: "\ee4e"
}

.ti-corner-up-right:before {
    content: "\ea83"
}

.ti-corner-up-right-double:before {
    content: "\ee4f"
}

.ti-cpu:before {
    content: "\ef8e"
}

.ti-cpu-2:before {
    content: "\f075"
}

.ti-cpu-off:before {
    content: "\f108"
}

.ti-crane:before {
    content: "\ef27"
}

.ti-crane-off:before {
    content: "\f109"
}

.ti-creative-commons:before {
    content: "\efb3"
}

.ti-creative-commons-by:before {
    content: "\f21f"
}

.ti-creative-commons-nc:before {
    content: "\f220"
}

.ti-creative-commons-nd:before {
    content: "\f221"
}

.ti-creative-commons-off:before {
    content: "\f10a"
}

.ti-creative-commons-sa:before {
    content: "\f222"
}

.ti-creative-commons-zero:before {
    content: "\f223"
}

.ti-credit-card:before {
    content: "\ea84"
}

.ti-credit-card-off:before {
    content: "\ed11"
}

.ti-cricket:before {
    content: "\f09a"
}

.ti-crop:before {
    content: "\ea85"
}

.ti-cross:before {
    content: "\ef8f"
}

.ti-cross-off:before {
    content: "\f10b"
}

.ti-crosshair:before {
    content: "\ec3e"
}

.ti-crown:before {
    content: "\ed12"
}

.ti-crown-off:before {
    content: "\ee50"
}

.ti-crutches:before {
    content: "\ef5b"
}

.ti-crutches-off:before {
    content: "\f10c"
}

.ti-crystal-ball:before {
    content: "\f57b"
}

.ti-cup:before {
    content: "\ef28"
}

.ti-cup-off:before {
    content: "\f10d"
}

.ti-curling:before {
    content: "\efc8"
}

.ti-curly-loop:before {
    content: "\ecda"
}

.ti-currency:before {
    content: "\efa6"
}

.ti-currency-bahraini:before {
    content: "\ee51"
}

.ti-currency-baht:before {
    content: "\f08a"
}

.ti-currency-bitcoin:before {
    content: "\ebab"
}

.ti-currency-cent:before {
    content: "\ee53"
}

.ti-currency-dinar:before {
    content: "\ee54"
}

.ti-currency-dirham:before {
    content: "\ee55"
}

.ti-currency-dogecoin:before {
    content: "\ef4b"
}

.ti-currency-dollar:before {
    content: "\eb84"
}

.ti-currency-dollar-australian:before {
    content: "\ee56"
}

.ti-currency-dollar-brunei:before {
    content: "\f36c"
}

.ti-currency-dollar-canadian:before {
    content: "\ee57"
}

.ti-currency-dollar-guyanese:before {
    content: "\f36d"
}

.ti-currency-dollar-off:before {
    content: "\f3dc"
}

.ti-currency-dollar-singapore:before {
    content: "\ee58"
}

.ti-currency-dollar-zimbabwean:before {
    content: "\f36e"
}

.ti-currency-dong:before {
    content: "\f36f"
}

.ti-currency-dram:before {
    content: "\f370"
}

.ti-currency-ethereum:before {
    content: "\ee59"
}

.ti-currency-euro:before {
    content: "\eb85"
}

.ti-currency-euro-off:before {
    content: "\f3dd"
}

.ti-currency-forint:before {
    content: "\ee5a"
}

.ti-currency-frank:before {
    content: "\ee5b"
}

.ti-currency-guarani:before {
    content: "\f371"
}

.ti-currency-hryvnia:before {
    content: "\f372"
}

.ti-currency-kip:before {
    content: "\f373"
}

.ti-currency-krone-czech:before {
    content: "\ee5c"
}

.ti-currency-krone-danish:before {
    content: "\ee5d"
}

.ti-currency-krone-swedish:before {
    content: "\ee5e"
}

.ti-currency-lari:before {
    content: "\f374"
}

.ti-currency-leu:before {
    content: "\ee5f"
}

.ti-currency-lira:before {
    content: "\ee60"
}

.ti-currency-litecoin:before {
    content: "\ee61"
}

.ti-currency-lyd:before {
    content: "\f375"
}

.ti-currency-manat:before {
    content: "\f376"
}

.ti-currency-monero:before {
    content: "\f377"
}

.ti-currency-naira:before {
    content: "\ee62"
}

.ti-currency-off:before {
    content: "\f3de"
}

.ti-currency-paanga:before {
    content: "\f378"
}

.ti-currency-pound:before {
    content: "\ebac"
}

.ti-currency-pound-off:before {
    content: "\f3df"
}

.ti-currency-quetzal:before {
    content: "\f379"
}

.ti-currency-real:before {
    content: "\ee63"
}

.ti-currency-renminbi:before {
    content: "\ee64"
}

.ti-currency-ripple:before {
    content: "\ee65"
}

.ti-currency-riyal:before {
    content: "\ee66"
}

.ti-currency-rubel:before {
    content: "\ee67"
}

.ti-currency-rufiyaa:before {
    content: "\f37a"
}

.ti-currency-rupee:before {
    content: "\ebad"
}

.ti-currency-rupee-nepalese:before {
    content: "\f37b"
}

.ti-currency-shekel:before {
    content: "\ee68"
}

.ti-currency-solana:before {
    content: "\f4a1"
}

.ti-currency-som:before {
    content: "\f37c"
}

.ti-currency-taka:before {
    content: "\ee69"
}

.ti-currency-tenge:before {
    content: "\f37d"
}

.ti-currency-tugrik:before {
    content: "\ee6a"
}

.ti-currency-won:before {
    content: "\ee6b"
}

.ti-currency-yen:before {
    content: "\ebae"
}

.ti-currency-yen-off:before {
    content: "\f3e0"
}

.ti-currency-yuan:before {
    content: "\f29a"
}

.ti-currency-zloty:before {
    content: "\ee6c"
}

.ti-current-location:before {
    content: "\ecef"
}

.ti-current-location-off:before {
    content: "\f10e"
}

.ti-cursor-off:before {
    content: "\f10f"
}

.ti-cursor-text:before {
    content: "\ee6d"
}

.ti-cut:before {
    content: "\ea86"
}

.ti-cylinder:before {
    content: "\f54c"
}

.ti-dashboard:before {
    content: "\ea87"
}

.ti-dashboard-off:before {
    content: "\f3e1"
}

.ti-database:before {
    content: "\ea88"
}

.ti-database-export:before {
    content: "\ee6e"
}

.ti-database-import:before {
    content: "\ee6f"
}

.ti-database-off:before {
    content: "\ee70"
}

.ti-deer:before {
    content: "\f4c5"
}

.ti-delta:before {
    content: "\f53c"
}

.ti-dental:before {
    content: "\f025"
}

.ti-dental-broken:before {
    content: "\f286"
}

.ti-dental-off:before {
    content: "\f110"
}

.ti-details:before {
    content: "\ee71"
}

.ti-details-off:before {
    content: "\f3e2"
}

.ti-device-airpods:before {
    content: "\f5a9"
}

.ti-device-analytics:before {
    content: "\ee72"
}

.ti-device-audio-tape:before {
    content: "\ee73"
}

.ti-device-camera-phone:before {
    content: "\f233"
}

.ti-device-cctv:before {
    content: "\ee74"
}

.ti-device-cctv-off:before {
    content: "\f3e3"
}

.ti-device-computer-camera:before {
    content: "\ee76"
}

.ti-device-computer-camera-off:before {
    content: "\ee75"
}

.ti-device-desktop:before {
    content: "\ea89"
}

.ti-device-desktop-analytics:before {
    content: "\ee77"
}

.ti-device-desktop-off:before {
    content: "\ee78"
}

.ti-device-floppy:before {
    content: "\eb62"
}

.ti-device-gamepad:before {
    content: "\eb63"
}

.ti-device-gamepad-2:before {
    content: "\f1d2"
}

.ti-device-heart-monitor:before {
    content: "\f060"
}

.ti-device-laptop:before {
    content: "\eb64"
}

.ti-device-laptop-off:before {
    content: "\f061"
}

.ti-device-mobile:before {
    content: "\ea8a"
}

.ti-device-mobile-charging:before {
    content: "\f224"
}

.ti-device-mobile-message:before {
    content: "\ee79"
}

.ti-device-mobile-off:before {
    content: "\f062"
}

.ti-device-mobile-rotated:before {
    content: "\ecdb"
}

.ti-device-mobile-vibration:before {
    content: "\eb86"
}

.ti-device-nintendo:before {
    content: "\f026"
}

.ti-device-nintendo-off:before {
    content: "\f111"
}

.ti-device-sd-card:before {
    content: "\f384"
}

.ti-device-sim:before {
    content: "\f4b2"
}

.ti-device-sim-1:before {
    content: "\f4af"
}

.ti-device-sim-2:before {
    content: "\f4b0"
}

.ti-device-sim-3:before {
    content: "\f4b1"
}

.ti-device-speaker:before {
    content: "\ea8b"
}

.ti-device-speaker-off:before {
    content: "\f112"
}

.ti-device-tablet:before {
    content: "\ea8c"
}

.ti-device-tablet-off:before {
    content: "\f063"
}

.ti-device-tv:before {
    content: "\ea8d"
}

.ti-device-tv-off:before {
    content: "\f064"
}

.ti-device-tv-old:before {
    content: "\f1d3"
}

.ti-device-watch:before {
    content: "\ebf9"
}

.ti-device-watch-off:before {
    content: "\f065"
}

.ti-device-watch-stats:before {
    content: "\ef7d"
}

.ti-device-watch-stats-2:before {
    content: "\ef7c"
}

.ti-devices:before {
    content: "\eb87"
}

.ti-devices-2:before {
    content: "\ed29"
}

.ti-devices-off:before {
    content: "\f3e4"
}

.ti-devices-pc:before {
    content: "\ee7a"
}

.ti-devices-pc-off:before {
    content: "\f113"
}

.ti-dialpad:before {
    content: "\f067"
}

.ti-dialpad-off:before {
    content: "\f114"
}

.ti-diamond:before {
    content: "\eb65"
}

.ti-diamond-off:before {
    content: "\f115"
}

.ti-diamonds:before {
    content: "\eff5"
}

.ti-dice:before {
    content: "\eb66"
}

.ti-dice-1:before {
    content: "\f08b"
}

.ti-dice-2:before {
    content: "\f08c"
}

.ti-dice-3:before {
    content: "\f08d"
}

.ti-dice-4:before {
    content: "\f08e"
}

.ti-dice-5:before {
    content: "\f08f"
}

.ti-dice-6:before {
    content: "\f090"
}

.ti-dimensions:before {
    content: "\ee7b"
}

.ti-direction:before {
    content: "\ebfb"
}

.ti-direction-horizontal:before {
    content: "\ebfa"
}

.ti-direction-sign:before {
    content: "\f1f7"
}

.ti-direction-sign-off:before {
    content: "\f3e5"
}

.ti-directions:before {
    content: "\ea8e"
}

.ti-directions-off:before {
    content: "\f116"
}

.ti-disabled:before {
    content: "\ea8f"
}

.ti-disabled-2:before {
    content: "\ebaf"
}

.ti-disabled-off:before {
    content: "\f117"
}

.ti-disc:before {
    content: "\ea90"
}

.ti-disc-golf:before {
    content: "\f385"
}

.ti-disc-off:before {
    content: "\f118"
}

.ti-discount:before {
    content: "\ebbd"
}

.ti-discount-2:before {
    content: "\ee7c"
}

.ti-discount-2-off:before {
    content: "\f3e6"
}

.ti-discount-check:before {
    content: "\f1f8"
}

.ti-discount-off:before {
    content: "\f3e7"
}

.ti-divide:before {
    content: "\ed5c"
}

.ti-dna:before {
    content: "\ee7d"
}

.ti-dna-2:before {
    content: "\ef5c"
}

.ti-dna-2-off:before {
    content: "\f119"
}

.ti-dna-off:before {
    content: "\f11a"
}

.ti-dog-bowl:before {
    content: "\ef29"
}

.ti-door:before {
    content: "\ef4e"
}

.ti-door-enter:before {
    content: "\ef4c"
}

.ti-door-exit:before {
    content: "\ef4d"
}

.ti-door-off:before {
    content: "\f11b"
}

.ti-dots:before {
    content: "\ea95"
}

.ti-dots-circle-horizontal:before {
    content: "\ea91"
}

.ti-dots-diagonal:before {
    content: "\ea93"
}

.ti-dots-diagonal-2:before {
    content: "\ea92"
}

.ti-dots-vertical:before {
    content: "\ea94"
}

.ti-download:before {
    content: "\ea96"
}

.ti-download-off:before {
    content: "\f11c"
}

.ti-drag-drop:before {
    content: "\eb89"
}

.ti-drag-drop-2:before {
    content: "\eb88"
}

.ti-drone:before {
    content: "\ed79"
}

.ti-drone-off:before {
    content: "\ee7e"
}

.ti-drop-circle:before {
    content: "\efde"
}

.ti-droplet:before {
    content: "\ea97"
}

.ti-droplet-filled:before {
    content: "\ee80"
}

.ti-droplet-filled-2:before {
    content: "\ee7f"
}

.ti-droplet-half:before {
    content: "\ee82"
}

.ti-droplet-half-2:before {
    content: "\ee81"
}

.ti-droplet-off:before {
    content: "\ee83"
}

.ti-e-passport:before {
    content: "\f4df"
}

.ti-ear:before {
    content: "\ebce"
}

.ti-ear-off:before {
    content: "\ee84"
}

.ti-ease-in:before {
    content: "\f573"
}

.ti-ease-in-control-point:before {
    content: "\f570"
}

.ti-ease-in-out:before {
    content: "\f572"
}

.ti-ease-in-out-control-points:before {
    content: "\f571"
}

.ti-ease-out:before {
    content: "\f575"
}

.ti-ease-out-control-point:before {
    content: "\f574"
}

.ti-edit:before {
    content: "\ea98"
}

.ti-edit-circle:before {
    content: "\ee85"
}

.ti-edit-circle-off:before {
    content: "\f11d"
}

.ti-edit-off:before {
    content: "\f11e"
}

.ti-egg:before {
    content: "\eb8a"
}

.ti-egg-cracked:before {
    content: "\f2d6"
}

.ti-egg-fried:before {
    content: "\f386"
}

.ti-egg-off:before {
    content: "\f11f"
}

.ti-eggs:before {
    content: "\f500"
}

.ti-elevator:before {
    content: "\efdf"
}

.ti-elevator-off:before {
    content: "\f3e8"
}

.ti-emergency-bed:before {
    content: "\ef5d"
}

.ti-empathize:before {
    content: "\f29b"
}

.ti-empathize-off:before {
    content: "\f3e9"
}

.ti-emphasis:before {
    content: "\ebcf"
}

.ti-engine:before {
    content: "\ef7e"
}

.ti-engine-off:before {
    content: "\f120"
}

.ti-equal:before {
    content: "\ee87"
}

.ti-equal-double:before {
    content: "\f4e1"
}

.ti-equal-not:before {
    content: "\ee86"
}

.ti-eraser:before {
    content: "\eb8b"
}

.ti-eraser-off:before {
    content: "\f121"
}

.ti-error-404:before {
    content: "\f027"
}

.ti-error-404-off:before {
    content: "\f122"
}

.ti-exchange:before {
    content: "\ebe7"
}

.ti-exchange-off:before {
    content: "\f123"
}

.ti-exclamation-mark:before {
    content: "\efb4"
}

.ti-exclamation-mark-off:before {
    content: "\f124"
}

.ti-explicit:before {
    content: "\f256"
}

.ti-explicit-off:before {
    content: "\f3ea"
}

.ti-exposure:before {
    content: "\eb8c"
}

.ti-exposure-0:before {
    content: "\f29c"
}

.ti-exposure-minus-1:before {
    content: "\f29d"
}

.ti-exposure-minus-2:before {
    content: "\f29e"
}

.ti-exposure-off:before {
    content: "\f3eb"
}

.ti-exposure-plus-1:before {
    content: "\f29f"
}

.ti-exposure-plus-2:before {
    content: "\f2a0"
}

.ti-external-link:before {
    content: "\ea99"
}

.ti-external-link-off:before {
    content: "\f125"
}

.ti-eye:before {
    content: "\ea9a"
}

.ti-eye-check:before {
    content: "\ee88"
}

.ti-eye-off:before {
    content: "\ecf0"
}

.ti-eye-table:before {
    content: "\ef5e"
}

.ti-eyeglass:before {
    content: "\ee8a"
}

.ti-eyeglass-2:before {
    content: "\ee89"
}

.ti-eyeglass-off:before {
    content: "\f126"
}

.ti-face-id:before {
    content: "\ea9b"
}

.ti-face-id-error:before {
    content: "\efa7"
}

.ti-face-mask:before {
    content: "\efb5"
}

.ti-face-mask-off:before {
    content: "\f127"
}

.ti-fall:before {
    content: "\ecb9"
}

.ti-feather:before {
    content: "\ee8b"
}

.ti-feather-off:before {
    content: "\f128"
}

.ti-fence:before {
    content: "\ef2a"
}

.ti-fence-off:before {
    content: "\f129"
}

.ti-fidget-spinner:before {
    content: "\f068"
}

.ti-file:before {
    content: "\eaa4"
}

.ti-file-3d:before {
    content: "\f032"
}

.ti-file-alert:before {
    content: "\ede6"
}

.ti-file-analytics:before {
    content: "\ede7"
}

.ti-file-arrow-left:before {
    content: "\f033"
}

.ti-file-arrow-right:before {
    content: "\f034"
}

.ti-file-barcode:before {
    content: "\f035"
}

.ti-file-broken:before {
    content: "\f501"
}

.ti-file-certificate:before {
    content: "\ed4d"
}

.ti-file-chart:before {
    content: "\f036"
}

.ti-file-check:before {
    content: "\ea9c"
}

.ti-file-code:before {
    content: "\ebd0"
}

.ti-file-code-2:before {
    content: "\ede8"
}

.ti-file-database:before {
    content: "\f037"
}

.ti-file-delta:before {
    content: "\f53d"
}

.ti-file-description:before {
    content: "\f028"
}

.ti-file-diff:before {
    content: "\ecf1"
}

.ti-file-digit:before {
    content: "\efa8"
}

.ti-file-dislike:before {
    content: "\ed2a"
}

.ti-file-dollar:before {
    content: "\efe0"
}

.ti-file-dots:before {
    content: "\f038"
}

.ti-file-download:before {
    content: "\ea9d"
}

.ti-file-euro:before {
    content: "\efe1"
}

.ti-file-export:before {
    content: "\ede9"
}

.ti-file-function:before {
    content: "\f53e"
}

.ti-file-horizontal:before {
    content: "\ebb0"
}

.ti-file-import:before {
    content: "\edea"
}

.ti-file-infinity:before {
    content: "\f502"
}

.ti-file-info:before {
    content: "\edec"
}

.ti-file-invoice:before {
    content: "\eb67"
}

.ti-file-lambda:before {
    content: "\f53f"
}

.ti-file-like:before {
    content: "\ed2b"
}

.ti-file-minus:before {
    content: "\ea9e"
}

.ti-file-music:before {
    content: "\ea9f"
}

.ti-file-off:before {
    content: "\ecf2"
}

.ti-file-orientation:before {
    content: "\f2a1"
}

.ti-file-pencil:before {
    content: "\f039"
}

.ti-file-percent:before {
    content: "\f540"
}

.ti-file-phone:before {
    content: "\ecdc"
}

.ti-file-plus:before {
    content: "\eaa0"
}

.ti-file-power:before {
    content: "\f03a"
}

.ti-file-report:before {
    content: "\eded"
}

.ti-file-rss:before {
    content: "\f03b"
}

.ti-file-scissors:before {
    content: "\f03c"
}

.ti-file-search:before {
    content: "\ed5d"
}

.ti-file-settings:before {
    content: "\f029"
}

.ti-file-shredder:before {
    content: "\eaa1"
}

.ti-file-signal:before {
    content: "\f03d"
}

.ti-file-spreadsheet:before {
    content: "\f03e"
}

.ti-file-stack:before {
    content: "\f503"
}

.ti-file-star:before {
    content: "\f03f"
}

.ti-file-symlink:before {
    content: "\ed53"
}

.ti-file-text:before {
    content: "\eaa2"
}

.ti-file-time:before {
    content: "\f040"
}

.ti-file-typography:before {
    content: "\f041"
}

.ti-file-unknown:before {
    content: "\f042"
}

.ti-file-upload:before {
    content: "\ec91"
}

.ti-file-vector:before {
    content: "\f043"
}

.ti-file-x:before {
    content: "\eaa3"
}

.ti-file-zip:before {
    content: "\ed4e"
}

.ti-files:before {
    content: "\edef"
}

.ti-files-off:before {
    content: "\edee"
}

.ti-filter:before {
    content: "\eaa5"
}

.ti-filter-off:before {
    content: "\ed2c"
}

.ti-fingerprint:before {
    content: "\ebd1"
}

.ti-fingerprint-off:before {
    content: "\f12a"
}

.ti-fire-hydrant:before {
    content: "\f3a9"
}

.ti-fire-hydrant-off:before {
    content: "\f3ec"
}

.ti-firetruck:before {
    content: "\ebe8"
}

.ti-first-aid-kit:before {
    content: "\ef5f"
}

.ti-first-aid-kit-off:before {
    content: "\f3ed"
}

.ti-fish:before {
    content: "\ef2b"
}

.ti-fish-bone:before {
    content: "\f287"
}

.ti-fish-christianity:before {
    content: "\f58b"
}

.ti-fish-hook:before {
    content: "\f1f9"
}

.ti-fish-hook-off:before {
    content: "\f3ee"
}

.ti-fish-off:before {
    content: "\f12b"
}

.ti-flag:before {
    content: "\eaa6"
}

.ti-flag-2:before {
    content: "\ee8c"
}

.ti-flag-2-off:before {
    content: "\f12c"
}

.ti-flag-3:before {
    content: "\ee8d"
}

.ti-flag-off:before {
    content: "\f12d"
}

.ti-flame:before {
    content: "\ec2c"
}

.ti-flame-off:before {
    content: "\f12e"
}

.ti-flare:before {
    content: "\ee8e"
}

.ti-flask:before {
    content: "\ebd2"
}

.ti-flask-2:before {
    content: "\ef60"
}

.ti-flask-2-off:before {
    content: "\f12f"
}

.ti-flask-off:before {
    content: "\f130"
}

.ti-flip-flops:before {
    content: "\f564"
}

.ti-flip-horizontal:before {
    content: "\eaa7"
}

.ti-flip-vertical:before {
    content: "\eaa8"
}

.ti-float-center:before {
    content: "\ebb1"
}

.ti-float-left:before {
    content: "\ebb2"
}

.ti-float-none:before {
    content: "\ed13"
}

.ti-float-right:before {
    content: "\ebb3"
}

.ti-flower:before {
    content: "\eff6"
}

.ti-flower-off:before {
    content: "\f131"
}

.ti-focus:before {
    content: "\eb8d"
}

.ti-focus-2:before {
    content: "\ebd3"
}

.ti-focus-centered:before {
    content: "\f02a"
}

.ti-fold:before {
    content: "\ed56"
}

.ti-fold-down:before {
    content: "\ed54"
}

.ti-fold-up:before {
    content: "\ed55"
}

.ti-folder:before {
    content: "\eaad"
}

.ti-folder-minus:before {
    content: "\eaaa"
}

.ti-folder-off:before {
    content: "\ed14"
}

.ti-folder-plus:before {
    content: "\eaab"
}

.ti-folder-x:before {
    content: "\eaac"
}

.ti-folders:before {
    content: "\eaae"
}

.ti-folders-off:before {
    content: "\f133"
}

.ti-forbid:before {
    content: "\ebd5"
}

.ti-forbid-2:before {
    content: "\ebd4"
}

.ti-forklift:before {
    content: "\ebe9"
}

.ti-forms:before {
    content: "\ee8f"
}

.ti-fountain:before {
    content: "\f09b"
}

.ti-fountain-off:before {
    content: "\f134"
}

.ti-frame:before {
    content: "\eaaf"
}

.ti-frame-off:before {
    content: "\f135"
}

.ti-free-rights:before {
    content: "\efb6"
}

.ti-fridge:before {
    content: "\f1fa"
}

.ti-fridge-off:before {
    content: "\f3ef"
}

.ti-friends:before {
    content: "\eab0"
}

.ti-friends-off:before {
    content: "\f136"
}

.ti-function:before {
    content: "\f225"
}

.ti-function-off:before {
    content: "\f3f0"
}

.ti-garden-cart:before {
    content: "\f23e"
}

.ti-garden-cart-off:before {
    content: "\f3f1"
}

.ti-gas-station:before {
    content: "\ec7d"
}

.ti-gas-station-off:before {
    content: "\f137"
}

.ti-gauge:before {
    content: "\eab1"
}

.ti-gauge-off:before {
    content: "\f138"
}

.ti-gavel:before {
    content: "\ef90"
}

.ti-gender-agender:before {
    content: "\f0e1"
}

.ti-gender-androgyne:before {
    content: "\f0e2"
}

.ti-gender-bigender:before {
    content: "\f0e3"
}

.ti-gender-demiboy:before {
    content: "\f0e4"
}

.ti-gender-demigirl:before {
    content: "\f0e5"
}

.ti-gender-epicene:before {
    content: "\f0e6"
}

.ti-gender-female:before {
    content: "\f0e7"
}

.ti-gender-femme:before {
    content: "\f0e8"
}

.ti-gender-genderfluid:before {
    content: "\f0e9"
}

.ti-gender-genderless:before {
    content: "\f0ea"
}

.ti-gender-genderqueer:before {
    content: "\f0eb"
}

.ti-gender-hermaphrodite:before {
    content: "\f0ec"
}

.ti-gender-intergender:before {
    content: "\f0ed"
}

.ti-gender-male:before {
    content: "\f0ee"
}

.ti-gender-neutrois:before {
    content: "\f0ef"
}

.ti-gender-third:before {
    content: "\f0f0"
}

.ti-gender-transgender:before {
    content: "\f0f1"
}

.ti-gender-trasvesti:before {
    content: "\f0f2"
}

.ti-geometry:before {
    content: "\ee90"
}

.ti-ghost:before {
    content: "\eb8e"
}

.ti-ghost-2:before {
    content: "\f57c"
}

.ti-ghost-off:before {
    content: "\f3f2"
}

.ti-gif:before {
    content: "\f257"
}

.ti-gift:before {
    content: "\eb68"
}

.ti-gift-card:before {
    content: "\f3aa"
}

.ti-gift-off:before {
    content: "\f3f3"
}

.ti-git-branch:before {
    content: "\eab2"
}

.ti-git-branch-deleted:before {
    content: "\f57d"
}

.ti-git-cherry-pick:before {
    content: "\f57e"
}

.ti-git-commit:before {
    content: "\eab3"
}

.ti-git-compare:before {
    content: "\eab4"
}

.ti-git-fork:before {
    content: "\eb8f"
}

/* ========================================
   ESTILOS PARA MEGA MENÚS
   ======================================== */

/* Contenedor principal del mega menú */
.mega-menu-dropdown {
    min-width: inherit !important;
    width: auto !important;
    /* display: grid !important; */
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 !important;
    border: none !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px !important;
}

/* Contenido del mega menú */
.mega-menu-content {
    width: 100%;
    min-width: max-content;
    background: var(--bs-body-bg);
    border-radius: 8px;
    overflow: hidden;
}

/* Sección de cards múltiples */
.multiplesOptionsCard {
    background: var(--bs-body-bg);
}

.multiplesOptionsCard .ps-7 {
    padding: 1.5rem !important;
}

.multiplesOptionsCard .border-bottom {
    border-bottom: 1px solid var(--bs-border-color) !important;
}

/* Items individuales del mega menú */
.mega-menu-item {
    white-space: nowrap;
    min-width: 200px;
    transition: all 0.2s ease;
    border-radius: 6px;
    margin: 0.25rem 0;
}

.mega-menu-item:hover {
    background-color: rgba(var(--bs-primary-rgb), 0.05) !important;
    transform: translateX(4px);
}

.mega-menu-item a {
    white-space: normal;
    word-wrap: break-word;
    text-decoration: none !important;
    color: var(--bs-body-color) !important;
    padding: 0.75rem !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 6px;
}

.mega-menu-item .text-bg-light {
    background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
    border-radius: 6px !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 0.75rem !important;
    flex-shrink: 0;
}

.mega-menu-item h6 {
    margin-bottom: 0.25rem !important;
    font-weight: 600 !important;
    color: var(--bs-heading-color) !important;
}

.mega-menu-item span {
    font-size: 0.875rem !important;
    color: var(--bs-secondary-color) !important;
    line-height: 1.4 !important;
}

/* Sección de quick links */
.multiplesOptionsLinks {
    background: var(--bs-body-bg);
    border-left: 1px solid var(--bs-border-color);
}

.multiplesOptionsLinks .p-7 {
    padding: 1.5rem !important;
}

.multiplesOptionsLinks h5 {
    color: var(--bs-heading-color) !important;
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
}

.multiplesOptionsLinks ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.multiplesOptionsLinks li {
    margin-bottom: 0.75rem !important;
}

.multiplesOptionsLinks a {
    color: var(--bs-body-color) !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: all 0.2s ease;
    padding: 0.5rem 0.75rem !important;
    border-radius: 4px;
    display: block;
}

.multiplesOptionsLinks a:hover {
    background-color: rgba(var(--bs-primary-rgb), 0.05) !important;
    color: var(--bs-primary) !important;
    transform: translateX(4px);
}

/* Sección de fast link */
.fastLink {
    background: var(--bs-body-bg);
    border-top: 1px solid var(--bs-border-color);
    padding: 1rem 1.5rem !important;
}

.fastLink a {
    color: var(--bs-body-color) !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: all 0.2s ease;
}

.fastLink a:hover {
    color: var(--bs-primary) !important;
}

.fastLink .btn {
    padding: 0.5rem 1rem !important;
    font-size: 0.875rem !important;
    border-radius: 6px !important;
}

/* Asegurar que el dropdown se posicione correctamente */
.dropdown-menu-nav {
    position: absolute !important;
    transform: none !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    margin-top: 0.5rem !important;
}

/* Responsive para mega menús */
@media (max-width: 991.98px) {
    .mega-menu-dropdown {
        position: static !important;
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
        box-shadow: none !important;
        border: 1px solid var(--bs-border-color) !important;
    }
    
    .mega-menu-content {
        min-width: auto !important;
    }
    
    .mega-menu-item {
        min-width: auto !important;
    }
    
    .multiplesOptionsLinks {
        border-left: none !important;
        border-top: 1px solid var(--bs-border-color) !important;
    }
}

/* Animaciones suaves */
.mega-menu-dropdown {
    animation: megaMenuFadeIn 0.2s ease-out;
}

@keyframes megaMenuFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover effects mejorados */
.nav-item:hover .mega-menu-dropdown {
    display: grid !important;
}

/* Ajustes para Bootstrap 4 */
.dropdown-menu {
    border: 1px solid var(--bs-border-color) !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1) !important;
}

/* Asegurar que los colores se adapten al tema */
.mega-menu-dropdown,
.multiplesOptionsCard,
.multiplesOptionsLinks,
.fastLink {
    background-color: var(--bs-body-bg) !important;
    color: var(--bs-body-color) !important;
}

.ti-git-merge:before {
    content: "\eab5"
}

.ti-git-pull-request:before {
    content: "\eab6"
}

.ti-git-pull-request-closed:before {
    content: "\ef7f"
}

.ti-git-pull-request-draft:before {
    content: "\efb7"
}

.ti-gizmo:before {
    content: "\f02b"
}

.ti-glass:before {
    content: "\eab8"
}

.ti-glass-full:before {
    content: "\eab7"
}

.ti-glass-off:before {
    content: "\ee91"
}

.ti-globe:before {
    content: "\eab9"
}

.ti-globe-off:before {
    content: "\f139"
}

.ti-go-game:before {
    content: "\f512"
}

.ti-golf:before {
    content: "\ed8c"
}

.ti-golf-off:before {
    content: "\f13a"
}

.ti-gps:before {
    content: "\ed7a"
}

.ti-gradienter:before {
    content: "\f3ab"
}

.ti-grain:before {
    content: "\ee92"
}

.ti-graph:before {
    content: "\f288"
}

.ti-graph-off:before {
    content: "\f3f4"
}

.ti-grave:before {
    content: "\f580"
}

.ti-grave-2:before {
    content: "\f57f"
}

.ti-grid-dots:before {
    content: "\eaba"
}

.ti-grid-pattern:before {
    content: "\efc9"
}

.ti-grill:before {
    content: "\efa9"
}

.ti-grill-fork:before {
    content: "\f35b"
}

.ti-grill-off:before {
    content: "\f3f5"
}

.ti-grill-spatula:before {
    content: "\f35c"
}

.ti-grip-horizontal:before {
    content: "\ec00"
}

.ti-grip-vertical:before {
    content: "\ec01"
}

.ti-growth:before {
    content: "\ee93"
}

.ti-guitar-pick:before {
    content: "\f4c6"
}

.ti-h-1:before {
    content: "\ec94"
}

.ti-h-2:before {
    content: "\ec95"
}

.ti-h-3:before {
    content: "\ec96"
}

.ti-h-4:before {
    content: "\ec97"
}

.ti-h-5:before {
    content: "\ec98"
}

.ti-h-6:before {
    content: "\ec99"
}

.ti-hammer:before {
    content: "\ef91"
}

.ti-hammer-off:before {
    content: "\f13c"
}

.ti-hand-click:before {
    content: "\ef4f"
}

.ti-hand-finger:before {
    content: "\ee94"
}

.ti-hand-finger-off:before {
    content: "\f13d"
}

.ti-hand-grab:before {
    content: "\f091"
}

.ti-hand-little-finger:before {
    content: "\ee95"
}

.ti-hand-middle-finger:before {
    content: "\ec2d"
}

.ti-hand-move:before {
    content: "\ef50"
}

.ti-hand-off:before {
    content: "\ed15"
}

.ti-hand-ring-finger:before {
    content: "\ee96"
}

.ti-hand-rock:before {
    content: "\ee97"
}

.ti-hand-stop:before {
    content: "\ec2e"
}

.ti-hand-three-fingers:before {
    content: "\ee98"
}

.ti-hand-two-fingers:before {
    content: "\ee99"
}

.ti-hanger:before {
    content: "\ee9a"
}

.ti-hanger-2:before {
    content: "\f09c"
}

.ti-hanger-off:before {
    content: "\f13e"
}

.ti-hash:before {
    content: "\eabc"
}

.ti-haze:before {
    content: "\efaa"
}

.ti-heading:before {
    content: "\ee9b"
}

.ti-heading-off:before {
    content: "\f13f"
}

.ti-headphones:before {
    content: "\eabd"
}

.ti-headphones-off:before {
    content: "\ed1d"
}

.ti-headset:before {
    content: "\eb90"
}

.ti-headset-off:before {
    content: "\f3f6"
}

.ti-health-recognition:before {
    content: "\f1fb"
}

.ti-heart:before {
    content: "\eabe"
}

.ti-heart-broken:before {
    content: "\ecba"
}

.ti-heart-handshake:before {
    content: "\f0f3"
}

.ti-heart-minus:before {
    content: "\f140"
}

.ti-heart-off:before {
    content: "\f141"
}

.ti-heart-plus:before {
    content: "\f142"
}

.ti-heart-rate-monitor:before {
    content: "\ef61"
}

.ti-heartbeat:before {
    content: "\ef92"
}

.ti-hearts:before {
    content: "\f387"
}

.ti-hearts-off:before {
    content: "\f3f7"
}

.ti-helicopter:before {
    content: "\ed8e"
}

.ti-helicopter-landing:before {
    content: "\ed8d"
}

.ti-helmet:before {
    content: "\efca"
}

.ti-helmet-off:before {
    content: "\f143"
}

.ti-help:before {
    content: "\eabf"
}

.ti-help-off:before {
    content: "\f3f8"
}

.ti-hexagon:before {
    content: "\ec02"
}

.ti-hexagon-3d:before {
    content: "\f4c7"
}

.ti-hexagon-letter-a:before {
    content: "\f463"
}

.ti-hexagon-letter-b:before {
    content: "\f464"
}

.ti-hexagon-letter-c:before {
    content: "\f465"
}

.ti-hexagon-letter-d:before {
    content: "\f466"
}

.ti-hexagon-letter-e:before {
    content: "\f467"
}

.ti-hexagon-letter-f:before {
    content: "\f468"
}

.ti-hexagon-letter-g:before {
    content: "\f469"
}

.ti-hexagon-letter-h:before {
    content: "\f46a"
}

.ti-hexagon-letter-i:before {
    content: "\f46b"
}

.ti-hexagon-letter-j:before {
    content: "\f46c"
}

.ti-hexagon-letter-k:before {
    content: "\f46d"
}

.ti-hexagon-letter-l:before {
    content: "\f46e"
}

.ti-hexagon-letter-m:before {
    content: "\f46f"
}

.ti-hexagon-letter-n:before {
    content: "\f470"
}

.ti-hexagon-letter-o:before {
    content: "\f471"
}

.ti-hexagon-letter-p:before {
    content: "\f472"
}

.ti-hexagon-letter-q:before {
    content: "\f473"
}

.ti-hexagon-letter-r:before {
    content: "\f474"
}

.ti-hexagon-letter-s:before {
    content: "\f475"
}

.ti-hexagon-letter-t:before {
    content: "\f476"
}

.ti-hexagon-letter-u:before {
    content: "\f477"
}

.ti-hexagon-letter-v:before {
    content: "\f4b3"
}

.ti-hexagon-letter-w:before {
    content: "\f478"
}

.ti-hexagon-letter-x:before {
    content: "\f479"
}

.ti-hexagon-letter-y:before {
    content: "\f47a"
}

.ti-hexagon-letter-z:before {
    content: "\f47b"
}

.ti-hexagon-number-0:before {
    content: "\f459"
}

.ti-hexagon-number-1:before {
    content: "\f45a"
}

.ti-hexagon-number-2:before {
    content: "\f45b"
}

.ti-hexagon-number-3:before {
    content: "\f45c"
}

.ti-hexagon-number-4:before {
    content: "\f45d"
}

.ti-hexagon-number-5:before {
    content: "\f45e"
}

.ti-hexagon-number-6:before {
    content: "\f45f"
}

.ti-hexagon-number-7:before {
    content: "\f460"
}

.ti-hexagon-number-8:before {
    content: "\f461"
}

.ti-hexagon-number-9:before {
    content: "\f462"
}

.ti-hexagon-off:before {
    content: "\ee9c"
}

.ti-hexagons:before {
    content: "\f09d"
}

.ti-hexagons-off:before {
    content: "\f3f9"
}

.ti-hierarchy:before {
    content: "\ee9e"
}

.ti-hierarchy-2:before {
    content: "\ee9d"
}

.ti-hierarchy-3:before {
    content: "\f289"
}

.ti-hierarchy-off:before {
    content: "\f3fa"
}

.ti-highlight:before {
    content: "\ef3f"
}

.ti-highlight-off:before {
    content: "\f144"
}

.ti-history:before {
    content: "\ebea"
}

.ti-history-off:before {
    content: "\f3fb"
}

.ti-history-toggle:before {
    content: "\f1fc"
}

.ti-home:before {
    content: "\eac1"
}

.ti-home-2:before {
    content: "\eac0"
}

.ti-home-bolt:before {
    content: "\f336"
}

.ti-home-cancel:before {
    content: "\f350"
}

.ti-home-check:before {
    content: "\f337"
}

.ti-home-cog:before {
    content: "\f338"
}

.ti-home-dollar:before {
    content: "\f339"
}

.ti-home-dot:before {
    content: "\f33a"
}

.ti-home-down:before {
    content: "\f33b"
}

.ti-home-eco:before {
    content: "\f351"
}

.ti-home-edit:before {
    content: "\f352"
}

.ti-home-exclamation:before {
    content: "\f33c"
}

.ti-home-hand:before {
    content: "\f504"
}

.ti-home-heart:before {
    content: "\f353"
}

.ti-home-infinity:before {
    content: "\f505"
}

.ti-home-link:before {
    content: "\f354"
}

.ti-home-minus:before {
    content: "\f33d"
}

.ti-home-move:before {
    content: "\f33e"
}

.ti-home-off:before {
    content: "\f145"
}

.ti-home-plus:before {
    content: "\f33f"
}

.ti-home-question:before {
    content: "\f340"
}

.ti-home-ribbon:before {
    content: "\f355"
}

.ti-home-search:before {
    content: "\f341"
}

.ti-home-share:before {
    content: "\f342"
}

.ti-home-shield:before {
    content: "\f343"
}

.ti-home-signal:before {
    content: "\f356"
}

.ti-home-star:before {
    content: "\f344"
}

.ti-home-stats:before {
    content: "\f345"
}

.ti-home-up:before {
    content: "\f346"
}

.ti-home-x:before {
    content: "\f347"
}

.ti-horse-toy:before {
    content: "\f28a"
}

.ti-hotel-service:before {
    content: "\ef80"
}

.ti-hourglass:before {
    content: "\ef93"
}

.ti-hourglass-empty:before {
    content: "\f146"
}

.ti-hourglass-high:before {
    content: "\f092"
}

.ti-hourglass-low:before {
    content: "\f093"
}

.ti-hourglass-off:before {
    content: "\f147"
}

.ti-ice-cream:before {
    content: "\eac2"
}

.ti-ice-cream-2:before {
    content: "\ee9f"
}

.ti-ice-cream-off:before {
    content: "\f148"
}

.ti-ice-skating:before {
    content: "\efcb"
}

.ti-icons:before {
    content: "\f1d4"
}

.ti-icons-off:before {
    content: "\f3fc"
}

.ti-id:before {
    content: "\eac3"
}

.ti-id-badge:before {
    content: "\eff7"
}

.ti-id-badge-2:before {
    content: "\f076"
}

.ti-id-badge-off:before {
    content: "\f3fd"
}

.ti-id-off:before {
    content: "\f149"
}

.ti-inbox:before {
    content: "\eac4"
}

.ti-inbox-off:before {
    content: "\f14a"
}

.ti-indent-decrease:before {
    content: "\eb91"
}

.ti-indent-increase:before {
    content: "\eb92"
}

.ti-infinity:before {
    content: "\eb69"
}

.ti-infinity-off:before {
    content: "\f3fe"
}

.ti-info-circle:before {
    content: "\eac5"
}

.ti-info-square:before {
    content: "\eac6"
}

.ti-inner-shadow-bottom:before {
    content: "\f520"
}

.ti-inner-shadow-bottom-left:before {
    content: "\f51e"
}

.ti-inner-shadow-bottom-right:before {
    content: "\f51f"
}

.ti-inner-shadow-left:before {
    content: "\f521"
}

.ti-inner-shadow-right:before {
    content: "\f522"
}

.ti-inner-shadow-top:before {
    content: "\f525"
}

.ti-inner-shadow-top-left:before {
    content: "\f523"
}

.ti-inner-shadow-top-right:before {
    content: "\f524"
}

.ti-input-search:before {
    content: "\f2a2"
}

.ti-ironing-1:before {
    content: "\f2f4"
}

.ti-ironing-2:before {
    content: "\f2f5"
}

.ti-ironing-3:before {
    content: "\f2f6"
}

.ti-ironing-off:before {
    content: "\f2f7"
}

.ti-ironing-steam:before {
    content: "\f2f9"
}

.ti-ironing-steam-off:before {
    content: "\f2f8"
}

.ti-italic:before {
    content: "\eb93"
}

.ti-jetpack:before {
    content: "\f581"
}

.ti-jewish-star:before {
    content: "\f3ff"
}

.ti-jpg:before {
    content: "\f3ac"
}

.ti-jump-rope:before {
    content: "\ed8f"
}

.ti-karate:before {
    content: "\ed32"
}

.ti-kayak:before {
    content: "\f1d6"
}

.ti-kering:before {
    content: "\efb8"
}

.ti-key:before {
    content: "\eac7"
}

.ti-key-off:before {
    content: "\f14b"
}

.ti-keyboard:before {
    content: "\ebd6"
}

.ti-keyboard-hide:before {
    content: "\ec7e"
}

.ti-keyboard-off:before {
    content: "\eea0"
}

.ti-keyboard-show:before {
    content: "\ec7f"
}

.ti-keyframe:before {
    content: "\f576"
}

.ti-keyframe-align-center:before {
    content: "\f582"
}

.ti-keyframe-align-horizontal:before {
    content: "\f583"
}

.ti-keyframe-align-vertical:before {
    content: "\f584"
}

.ti-keyframes:before {
    content: "\f585"
}

.ti-ladder:before {
    content: "\efe2"
}

.ti-ladder-off:before {
    content: "\f14c"
}

.ti-lambda:before {
    content: "\f541"
}

.ti-lamp:before {
    content: "\efab"
}

.ti-lamp-2:before {
    content: "\f09e"
}

.ti-lamp-off:before {
    content: "\f14d"
}

.ti-language:before {
    content: "\ebbe"
}

.ti-language-hiragana:before {
    content: "\ef77"
}

.ti-language-katakana:before {
    content: "\ef78"
}

.ti-language-off:before {
    content: "\f14e"
}

.ti-lasso:before {
    content: "\efac"
}

.ti-lasso-off:before {
    content: "\f14f"
}

.ti-lasso-polygon:before {
    content: "\f388"
}

.ti-layers-difference:before {
    content: "\eac8"
}

.ti-layers-intersect:before {
    content: "\eac9"
}

.ti-layers-intersect-2:before {
    content: "\eff8"
}

.ti-layers-linked:before {
    content: "\eea1"
}

.ti-layers-off:before {
    content: "\f150"
}

.ti-layers-subtract:before {
    content: "\eaca"
}

.ti-layers-union:before {
    content: "\eacb"
}

.ti-layout:before {
    content: "\eadb"
}

.ti-layout-2:before {
    content: "\eacc"
}

.ti-layout-align-bottom:before {
    content: "\eacd"
}

.ti-layout-align-center:before {
    content: "\eace"
}

.ti-layout-align-left:before {
    content: "\eacf"
}

.ti-layout-align-middle:before {
    content: "\ead0"
}

.ti-layout-align-right:before {
    content: "\ead1"
}

.ti-layout-align-top:before {
    content: "\ead2"
}

.ti-layout-board:before {
    content: "\ef95"
}

.ti-layout-board-split:before {
    content: "\ef94"
}

.ti-layout-bottombar:before {
    content: "\ead3"
}

.ti-layout-bottombar-collapse:before {
    content: "\f28b"
}

.ti-layout-bottombar-expand:before {
    content: "\f28c"
}

.ti-layout-cards:before {
    content: "\ec13"
}

.ti-layout-collage:before {
    content: "\f389"
}

.ti-layout-columns:before {
    content: "\ead4"
}

.ti-layout-dashboard:before {
    content: "\f02c"
}

.ti-layout-distribute-horizontal:before {
    content: "\ead5"
}

.ti-layout-distribute-vertical:before {
    content: "\ead6"
}

.ti-layout-grid:before {
    content: "\edba"
}

.ti-layout-grid-add:before {
    content: "\edb9"
}

.ti-layout-kanban:before {
    content: "\ec3f"
}

.ti-layout-list:before {
    content: "\ec14"
}

.ti-layout-navbar:before {
    content: "\ead7"
}

.ti-layout-navbar-collapse:before {
    content: "\f28d"
}

.ti-layout-navbar-expand:before {
    content: "\f28e"
}

.ti-layout-off:before {
    content: "\f151"
}

.ti-layout-rows:before {
    content: "\ead8"
}

.ti-layout-sidebar:before {
    content: "\eada"
}

.ti-layout-sidebar-left-collapse:before {
    content: "\f004"
}

.ti-layout-sidebar-left-expand:before {
    content: "\f005"
}

.ti-layout-sidebar-right:before {
    content: "\ead9"
}

.ti-layout-sidebar-right-collapse:before {
    content: "\f006"
}

.ti-layout-sidebar-right-expand:before {
    content: "\f007"
}

.ti-leaf:before {
    content: "\ed4f"
}

.ti-leaf-off:before {
    content: "\f400"
}

.ti-lego:before {
    content: "\eadc"
}

.ti-lego-off:before {
    content: "\f401"
}

.ti-lemon:before {
    content: "\ef10"
}

.ti-lemon-2:before {
    content: "\ef81"
}

.ti-letter-a:before {
    content: "\ec50"
}

.ti-letter-b:before {
    content: "\ec51"
}

.ti-letter-c:before {
    content: "\ec52"
}

.ti-letter-case:before {
    content: "\eea5"
}

.ti-letter-case-lower:before {
    content: "\eea2"
}

.ti-letter-case-toggle:before {
    content: "\eea3"
}

.ti-letter-case-upper:before {
    content: "\eea4"
}

.ti-letter-d:before {
    content: "\ec53"
}

.ti-letter-e:before {
    content: "\ec54"
}

.ti-letter-f:before {
    content: "\ec55"
}

.ti-letter-g:before {
    content: "\ec56"
}

.ti-letter-h:before {
    content: "\ec57"
}

.ti-letter-i:before {
    content: "\ec58"
}

.ti-letter-j:before {
    content: "\ec59"
}

.ti-letter-k:before {
    content: "\ec5a"
}

.ti-letter-l:before {
    content: "\ec5b"
}

.ti-letter-m:before {
    content: "\ec5c"
}

.ti-letter-n:before {
    content: "\ec5d"
}

.ti-letter-o:before {
    content: "\ec5e"
}

.ti-letter-p:before {
    content: "\ec5f"
}

.ti-letter-q:before {
    content: "\ec60"
}

.ti-letter-r:before {
    content: "\ec61"
}

.ti-letter-s:before {
    content: "\ec62"
}

.ti-letter-spacing:before {
    content: "\eea6"
}

.ti-letter-t:before {
    content: "\ec63"
}

.ti-letter-u:before {
    content: "\ec64"
}

.ti-letter-v:before {
    content: "\ec65"
}

.ti-letter-w:before {
    content: "\ec66"
}

.ti-letter-x:before {
    content: "\ec67"
}

.ti-letter-y:before {
    content: "\ec68"
}

.ti-letter-z:before {
    content: "\ec69"
}

.ti-license:before {
    content: "\ebc0"
}

.ti-license-off:before {
    content: "\f153"
}

.ti-lifebuoy:before {
    content: "\eadd"
}

.ti-lifebuoy-off:before {
    content: "\f154"
}

.ti-line:before {
    content: "\ec40"
}

.ti-line-dashed:before {
    content: "\eea7"
}

.ti-line-dotted:before {
    content: "\eea8"
}

.ti-line-height:before {
    content: "\eb94"
}

.ti-link:before {
    content: "\eade"
}

.ti-link-off:before {
    content: "\f402"
}

.ti-list:before {
    content: "\eb6b"
}

.ti-list-check:before {
    content: "\eb6a"
}

.ti-list-details:before {
    content: "\ef40"
}

.ti-list-numbers:before {
    content: "\ef11"
}

.ti-list-search:before {
    content: "\eea9"
}

.ti-live-photo:before {
    content: "\eadf"
}

.ti-live-photo-off:before {
    content: "\f403"
}

.ti-live-view:before {
    content: "\ec6b"
}

.ti-loader:before {
    content: "\eca3"
}

.ti-loader-2:before {
    content: "\f226"
}

.ti-loader-3:before {
    content: "\f513"
}

.ti-loader-quarter:before {
    content: "\eca2"
}

.ti-location:before {
    content: "\eae0"
}

.ti-location-broken:before {
    content: "\f2c4"
}

.ti-location-off:before {
    content: "\f155"
}

.ti-lock:before {
    content: "\eae2"
}

.ti-lock-access:before {
    content: "\eeaa"
}

.ti-lock-access-off:before {
    content: "\f404"
}

.ti-lock-off:before {
    content: "\ed1e"
}

.ti-lock-open:before {
    content: "\eae1"
}

.ti-lock-open-off:before {
    content: "\f156"
}

.ti-lock-square:before {
    content: "\ef51"
}

.ti-logic-and:before {
    content: "\f240"
}

.ti-logic-buffer:before {
    content: "\f241"
}

.ti-logic-nand:before {
    content: "\f242"
}

.ti-logic-nor:before {
    content: "\f243"
}

.ti-logic-not:before {
    content: "\f244"
}

.ti-logic-or:before {
    content: "\f245"
}

.ti-logic-xnor:before {
    content: "\f246"
}

.ti-logic-xor:before {
    content: "\f247"
}

.ti-login:before {
    content: "\eba7"
}

.ti-logout:before {
    content: "\eba8"
}

.ti-lollipop:before {
    content: "\efcc"
}

.ti-lollipop-off:before {
    content: "\f157"
}

.ti-luggage:before {
    content: "\efad"
}

.ti-luggage-off:before {
    content: "\f158"
}

.ti-lungs:before {
    content: "\ef62"
}

.ti-lungs-off:before {
    content: "\f405"
}

.ti-macro:before {
    content: "\eeab"
}

.ti-macro-off:before {
    content: "\f406"
}

.ti-magnet:before {
    content: "\eae3"
}

.ti-magnet-off:before {
    content: "\f159"
}

.ti-mail:before {
    content: "\eae5"
}

.ti-mail-fast:before {
    content: "\f069"
}

.ti-mail-forward:before {
    content: "\eeac"
}

.ti-mail-off:before {
    content: "\f15a"
}

.ti-mail-opened:before {
    content: "\eae4"
}

.ti-mailbox:before {
    content: "\eead"
}

.ti-mailbox-off:before {
    content: "\f15b"
}

.ti-man:before {
    content: "\eae6"
}

.ti-manual-gearbox:before {
    content: "\ed7b"
}

.ti-map:before {
    content: "\eae9"
}

.ti-map-2:before {
    content: "\eae7"
}

.ti-map-off:before {
    content: "\f15c"
}

.ti-map-pin:before {
    content: "\eae8"
}

.ti-map-pin-off:before {
    content: "\ecf3"
}

.ti-map-pins:before {
    content: "\ed5e"
}

.ti-map-search:before {
    content: "\ef82"
}

.ti-markdown:before {
    content: "\ec41"
}

.ti-markdown-off:before {
    content: "\f407"
}

.ti-marquee:before {
    content: "\ec77"
}

.ti-marquee-2:before {
    content: "\eeae"
}

.ti-marquee-off:before {
    content: "\f15d"
}

.ti-mars:before {
    content: "\ec80"
}

.ti-mask:before {
    content: "\eeb0"
}

.ti-mask-off:before {
    content: "\eeaf"
}

.ti-masks-theater:before {
    content: "\f263"
}

.ti-masks-theater-off:before {
    content: "\f408"
}

.ti-massage:before {
    content: "\eeb1"
}

.ti-matchstick:before {
    content: "\f577"
}

.ti-math:before {
    content: "\ebeb"
}

.ti-math-1-divide-2:before {
    content: "\f4e2"
}

.ti-math-1-divide-3:before {
    content: "\f4e3"
}

.ti-math-avg:before {
    content: "\f0f4"
}

.ti-math-equal-greater:before {
    content: "\f4e4"
}

.ti-math-equal-lower:before {
    content: "\f4e5"
}

.ti-math-function:before {
    content: "\eeb2"
}

.ti-math-function-off:before {
    content: "\f15e"
}

.ti-math-function-y:before {
    content: "\f4e6"
}

.ti-math-greater:before {
    content: "\f4e7"
}

.ti-math-integral:before {
    content: "\f4e9"
}

.ti-math-integral-x:before {
    content: "\f4e8"
}

.ti-math-integrals:before {
    content: "\f4ea"
}

.ti-math-lower:before {
    content: "\f4eb"
}

.ti-math-max:before {
    content: "\f0f5"
}

.ti-math-min:before {
    content: "\f0f6"
}

.ti-math-not:before {
    content: "\f4ec"
}

.ti-math-off:before {
    content: "\f409"
}

.ti-math-pi:before {
    content: "\f4ee"
}

.ti-math-pi-divide-2:before {
    content: "\f4ed"
}

.ti-math-symbols:before {
    content: "\eeb3"
}

.ti-math-x-divide-2:before {
    content: "\f4ef"
}

.ti-math-x-divide-y:before {
    content: "\f4f1"
}

.ti-math-x-divide-y-2:before {
    content: "\f4f0"
}

.ti-math-x-minus-x:before {
    content: "\f4f2"
}

.ti-math-x-minus-y:before {
    content: "\f4f3"
}

.ti-math-x-plus-x:before {
    content: "\f4f4"
}

.ti-math-x-plus-y:before {
    content: "\f4f5"
}

.ti-math-xy:before {
    content: "\f4f6"
}

.ti-math-y-minus-y:before {
    content: "\f4f7"
}

.ti-math-y-plus-y:before {
    content: "\f4f8"
}

.ti-maximize:before {
    content: "\eaea"
}

.ti-maximize-off:before {
    content: "\f15f"
}

.ti-meat:before {
    content: "\ef12"
}

.ti-meat-off:before {
    content: "\f40a"
}

.ti-medal:before {
    content: "\ec78"
}

.ti-medal-2:before {
    content: "\efcd"
}

.ti-medical-cross:before {
    content: "\ec2f"
}

.ti-medical-cross-off:before {
    content: "\f160"
}

.ti-medicine-syrup:before {
    content: "\ef63"
}

.ti-meeple:before {
    content: "\f514"
}

.ti-menorah:before {
    content: "\f58c"
}

.ti-menu:before {
    content: "\eaeb"
}

.ti-menu-2:before {
    content: "\ec42"
}

.ti-message:before {
    content: "\eaef"
}

.ti-message-2:before {
    content: "\eaec"
}

.ti-message-2-code:before {
    content: "\f012"
}

.ti-message-2-off:before {
    content: "\f40b"
}

.ti-message-2-share:before {
    content: "\f077"
}

.ti-message-chatbot:before {
    content: "\f38a"
}

.ti-message-circle:before {
    content: "\eaed"
}

.ti-message-circle-2:before {
    content: "\ed3f"
}

.ti-message-circle-off:before {
    content: "\ed40"
}

.ti-message-code:before {
    content: "\f013"
}

.ti-message-dots:before {
    content: "\eaee"
}

.ti-message-forward:before {
    content: "\f28f"
}

.ti-message-language:before {
    content: "\efae"
}

.ti-message-off:before {
    content: "\ed41"
}

.ti-message-plus:before {
    content: "\ec9a"
}

.ti-message-report:before {
    content: "\ec9b"
}

.ti-message-share:before {
    content: "\f078"
}

.ti-messages:before {
    content: "\eb6c"
}

.ti-messages-off:before {
    content: "\ed42"
}

.ti-meteor:before {
    content: "\f1fd"
}

.ti-meteor-off:before {
    content: "\f40c"
}

.ti-mickey:before {
    content: "\f2a3"
}

.ti-microphone:before {
    content: "\eaf0"
}

.ti-microphone-2:before {
    content: "\ef2c"
}

.ti-microphone-2-off:before {
    content: "\f40d"
}

.ti-microphone-off:before {
    content: "\ed16"
}

.ti-microscope:before {
    content: "\ef64"
}

.ti-microscope-off:before {
    content: "\f40e"
}

.ti-microwave:before {
    content: "\f248"
}

.ti-microwave-off:before {
    content: "\f264"
}

.ti-military-award:before {
    content: "\f079"
}

.ti-military-rank:before {
    content: "\efcf"
}

.ti-milk:before {
    content: "\ef13"
}

.ti-milk-off:before {
    content: "\f40f"
}

.ti-milkshake:before {
    content: "\f4c8"
}

.ti-minimize:before {
    content: "\eaf1"
}

.ti-minus:before {
    content: "\eaf2"
}

.ti-minus-vertical:before {
    content: "\eeb4"
}

.ti-mist:before {
    content: "\ec30"
}

.ti-mist-off:before {
    content: "\f410"
}

.ti-moneybag:before {
    content: "\f506"
}

.ti-mood-angry:before {
    content: "\f2de"
}

.ti-mood-annoyed:before {
    content: "\f2e0"
}

.ti-mood-annoyed-2:before {
    content: "\f2df"
}

.ti-mood-boy:before {
    content: "\ed2d"
}

.ti-mood-confuzed:before {
    content: "\eaf3"
}

.ti-mood-crazy-happy:before {
    content: "\ed90"
}

.ti-mood-cry:before {
    content: "\ecbb"
}

.ti-mood-empty:before {
    content: "\eeb5"
}

.ti-mood-happy:before {
    content: "\eaf4"
}

.ti-mood-kid:before {
    content: "\ec03"
}

.ti-mood-look-left:before {
    content: "\f2c5"
}

.ti-mood-look-right:before {
    content: "\f2c6"
}

.ti-mood-nerd:before {
    content: "\f2e1"
}

.ti-mood-nervous:before {
    content: "\ef96"
}

.ti-mood-neutral:before {
    content: "\eaf5"
}

.ti-mood-off:before {
    content: "\f161"
}

.ti-mood-sad:before {
    content: "\eaf6"
}

.ti-mood-sad-2:before {
    content: "\f2e2"
}

.ti-mood-sad-dizzy:before {
    content: "\f2e3"
}

.ti-mood-sad-squint:before {
    content: "\f2e4"
}

.ti-mood-sick:before {
    content: "\f2e5"
}

.ti-mood-silence:before {
    content: "\f2e6"
}

.ti-mood-sing:before {
    content: "\f2c7"
}

.ti-mood-smile:before {
    content: "\eaf7"
}

.ti-mood-smile-beam:before {
    content: "\f2e7"
}

.ti-mood-smile-dizzy:before {
    content: "\f2e8"
}

.ti-mood-suprised:before {
    content: "\ec04"
}

.ti-mood-tongue:before {
    content: "\eb95"
}

.ti-mood-tongue-wink:before {
    content: "\f2ea"
}

.ti-mood-tongue-wink-2:before {
    content: "\f2e9"
}

.ti-mood-unamused:before {
    content: "\f2eb"
}

.ti-mood-wink:before {
    content: "\f2ed"
}

.ti-mood-wink-2:before {
    content: "\f2ec"
}

.ti-mood-wrrr:before {
    content: "\f2ee"
}

.ti-mood-xd:before {
    content: "\f2ef"
}

.ti-moon:before {
    content: "\eaf8"
}

.ti-moon-2:before {
    content: "\ece6"
}

.ti-moon-off:before {
    content: "\f162"
}

.ti-moon-stars:before {
    content: "\ece7"
}

.ti-moped:before {
    content: "\ecbc"
}

.ti-motorbike:before {
    content: "\eeb6"
}

.ti-mountain:before {
    content: "\ef97"
}

.ti-mountain-off:before {
    content: "\f411"
}

.ti-mouse:before {
    content: "\eaf9"
}

.ti-mouse-2:before {
    content: "\f1d7"
}

.ti-mouse-off:before {
    content: "\f163"
}

.ti-moustache:before {
    content: "\f4c9"
}

.ti-movie:before {
    content: "\eafa"
}

.ti-movie-off:before {
    content: "\f164"
}

.ti-mug:before {
    content: "\eafb"
}

.ti-mug-off:before {
    content: "\f165"
}

.ti-multiplier-0-5x:before {
    content: "\ef41"
}

.ti-multiplier-1-5x:before {
    content: "\ef42"
}

.ti-multiplier-1x:before {
    content: "\ef43"
}

.ti-multiplier-2x:before {
    content: "\ef44"
}

.ti-mushroom:before {
    content: "\ef14"
}

.ti-mushroom-off:before {
    content: "\f412"
}

.ti-music:before {
    content: "\eafc"
}

.ti-music-off:before {
    content: "\f166"
}

.ti-navigation:before {
    content: "\f2c8"
}

.ti-navigation-off:before {
    content: "\f413"
}

.ti-needle:before {
    content: "\f508"
}

.ti-needle-thread:before {
    content: "\f507"
}

.ti-network:before {
    content: "\f09f"
}

.ti-network-off:before {
    content: "\f414"
}

.ti-new-section:before {
    content: "\ebc1"
}

.ti-news:before {
    content: "\eafd"
}

.ti-news-off:before {
    content: "\f167"
}

.ti-nfc:before {
    content: "\eeb7"
}

.ti-nfc-off:before {
    content: "\f168"
}

.ti-no-copyright:before {
    content: "\efb9"
}

.ti-no-creative-commons:before {
    content: "\efba"
}

.ti-no-derivatives:before {
    content: "\efbb"
}

.ti-north-star:before {
    content: "\f014"
}

.ti-note:before {
    content: "\eb6d"
}

.ti-note-off:before {
    content: "\f169"
}

.ti-notebook:before {
    content: "\eb96"
}

.ti-notebook-off:before {
    content: "\f415"
}

.ti-notes:before {
    content: "\eb6e"
}

.ti-notes-off:before {
    content: "\f16a"
}

.ti-notification:before {
    content: "\eafe"
}

.ti-notification-off:before {
    content: "\f16b"
}

.ti-number:before {
    content: "\f1fe"
}

.ti-number-0:before {
    content: "\edf0"
}

.ti-number-1:before {
    content: "\edf1"
}

.ti-number-2:before {
    content: "\edf2"
}

.ti-number-3:before {
    content: "\edf3"
}

.ti-number-4:before {
    content: "\edf4"
}

.ti-number-5:before {
    content: "\edf5"
}

.ti-number-6:before {
    content: "\edf6"
}

.ti-number-7:before {
    content: "\edf7"
}

.ti-number-8:before {
    content: "\edf8"
}

.ti-number-9:before {
    content: "\edf9"
}

.ti-numbers:before {
    content: "\f015"
}

.ti-nurse:before {
    content: "\ef65"
}

.ti-octagon:before {
    content: "\ecbd"
}

.ti-octagon-off:before {
    content: "\eeb8"
}

.ti-old:before {
    content: "\eeb9"
}

.ti-olympics:before {
    content: "\eeba"
}

.ti-olympics-off:before {
    content: "\f416"
}

.ti-om:before {
    content: "\f58d"
}

.ti-omega:before {
    content: "\eb97"
}

.ti-outbound:before {
    content: "\f249"
}

.ti-outlet:before {
    content: "\ebd7"
}

.ti-oval:before {
    content: "\f02e"
}

.ti-oval-vertical:before {
    content: "\f02d"
}

.ti-overline:before {
    content: "\eebb"
}

.ti-package:before {
    content: "\eaff"
}

.ti-package-off:before {
    content: "\f16c"
}

.ti-packages:before {
    content: "\f2c9"
}

.ti-packge-export:before {
    content: "\f07a"
}

.ti-packge-import:before {
    content: "\f07b"
}

.ti-pacman:before {
    content: "\eebc"
}

.ti-page-break:before {
    content: "\ec81"
}

.ti-paint:before {
    content: "\eb00"
}

.ti-paint-off:before {
    content: "\f16d"
}

.ti-palette:before {
    content: "\eb01"
}

.ti-palette-off:before {
    content: "\f16e"
}

.ti-panorama-horizontal:before {
    content: "\ed33"
}

.ti-panorama-horizontal-off:before {
    content: "\f417"
}

.ti-panorama-vertical:before {
    content: "\ed34"
}

.ti-panorama-vertical-off:before {
    content: "\f418"
}

.ti-paper-bag:before {
    content: "\f02f"
}

.ti-paper-bag-off:before {
    content: "\f16f"
}

.ti-paperclip:before {
    content: "\eb02"
}

.ti-parachute:before {
    content: "\ed7c"
}

.ti-parachute-off:before {
    content: "\f170"
}

.ti-parentheses:before {
    content: "\ebd8"
}

.ti-parentheses-off:before {
    content: "\f171"
}

.ti-parking:before {
    content: "\eb03"
}

.ti-parking-off:before {
    content: "\f172"
}

.ti-password:before {
    content: "\f4ca"
}

.ti-paw:before {
    content: "\eff9"
}

.ti-paw-off:before {
    content: "\f419"
}

.ti-peace:before {
    content: "\ecbe"
}

.ti-pencil:before {
    content: "\eb04"
}

.ti-pencil-minus:before {
    content: "\f1eb"
}

.ti-pencil-off:before {
    content: "\f173"
}

.ti-pencil-plus:before {
    content: "\f1ec"
}

.ti-pennant:before {
    content: "\ed7d"
}

.ti-pennant-2:before {
    content: "\f06a"
}

.ti-pennant-off:before {
    content: "\f174"
}

.ti-pentagon:before {
    content: "\efe3"
}

.ti-pentagon-off:before {
    content: "\f41a"
}

.ti-pentagram:before {
    content: "\f586"
}

.ti-pepper:before {
    content: "\ef15"
}

.ti-pepper-off:before {
    content: "\f175"
}

.ti-percentage:before {
    content: "\ecf4"
}

.ti-perfume:before {
    content: "\f509"
}

.ti-perspective:before {
    content: "\eebd"
}

.ti-perspective-off:before {
    content: "\f176"
}

.ti-phone:before {
    content: "\eb09"
}

.ti-phone-call:before {
    content: "\eb05"
}

.ti-phone-calling:before {
    content: "\ec43"
}

.ti-phone-check:before {
    content: "\ec05"
}

.ti-phone-incoming:before {
    content: "\eb06"
}

.ti-phone-off:before {
    content: "\ecf5"
}

.ti-phone-outgoing:before {
    content: "\eb07"
}

.ti-phone-pause:before {
    content: "\eb08"
}

.ti-phone-plus:before {
    content: "\ec06"
}

.ti-phone-x:before {
    content: "\ec07"
}

.ti-photo:before {
    content: "\eb0a"
}

.ti-photo-cancel:before {
    content: "\f35d"
}

.ti-photo-check:before {
    content: "\f35e"
}

.ti-photo-down:before {
    content: "\f35f"
}

.ti-photo-edit:before {
    content: "\f360"
}

.ti-photo-heart:before {
    content: "\f361"
}

.ti-photo-minus:before {
    content: "\f362"
}

.ti-photo-off:before {
    content: "\ecf6"
}

.ti-photo-plus:before {
    content: "\f363"
}

.ti-photo-search:before {
    content: "\f364"
}

.ti-photo-shield:before {
    content: "\f365"
}

.ti-photo-star:before {
    content: "\f366"
}

.ti-photo-up:before {
    content: "\f38b"
}

.ti-photo-x:before {
    content: "\f367"
}

.ti-physotherapist:before {
    content: "\eebe"
}

.ti-picture-in-picture:before {
    content: "\ed35"
}

.ti-picture-in-picture-off:before {
    content: "\ed43"
}

.ti-picture-in-picture-on:before {
    content: "\ed44"
}

.ti-picture-in-picture-top:before {
    content: "\efe4"
}

.ti-pig:before {
    content: "\ef52"
}

.ti-pig-money:before {
    content: "\f38c"
}

.ti-pig-off:before {
    content: "\f177"
}

.ti-pill:before {
    content: "\ec44"
}

.ti-pill-off:before {
    content: "\f178"
}

.ti-pills:before {
    content: "\ef66"
}

.ti-pin:before {
    content: "\ec9c"
}

.ti-ping-pong:before {
    content: "\f38d"
}

.ti-pinned:before {
    content: "\ed60"
}

.ti-pinned-off:before {
    content: "\ed5f"
}

.ti-pizza:before {
    content: "\edbb"
}

.ti-pizza-off:before {
    content: "\f179"
}

.ti-plane:before {
    content: "\eb6f"
}

.ti-plane-arrival:before {
    content: "\eb99"
}

.ti-plane-departure:before {
    content: "\eb9a"
}

.ti-plane-inflight:before {
    content: "\ef98"
}

.ti-plane-off:before {
    content: "\f17a"
}

.ti-plane-tilt:before {
    content: "\f1ed"
}

.ti-planet:before {
    content: "\ec08"
}

.ti-planet-off:before {
    content: "\f17b"
}

.ti-plant:before {
    content: "\ed50"
}

.ti-plant-2:before {
    content: "\ed7e"
}

.ti-plant-2-off:before {
    content: "\f17c"
}

.ti-plant-off:before {
    content: "\f17d"
}

.ti-play-card:before {
    content: "\eebf"
}

.ti-play-card-off:before {
    content: "\f17e"
}

.ti-player-eject:before {
    content: "\efbc"
}

.ti-player-pause:before {
    content: "\ed45"
}

.ti-player-play:before {
    content: "\ed46"
}

.ti-player-record:before {
    content: "\ed47"
}

.ti-player-skip-back:before {
    content: "\ed48"
}

.ti-player-skip-forward:before {
    content: "\ed49"
}

.ti-player-stop:before {
    content: "\ed4a"
}

.ti-player-track-next:before {
    content: "\ed4b"
}

.ti-player-track-prev:before {
    content: "\ed4c"
}

.ti-playlist:before {
    content: "\eec0"
}

.ti-playlist-add:before {
    content: "\f008"
}

.ti-playlist-off:before {
    content: "\f17f"
}

.ti-playlist-x:before {
    content: "\f009"
}

.ti-playstation-circle:before {
    content: "\f2ad"
}

.ti-playstation-square:before {
    content: "\f2ae"
}

.ti-playstation-triangle:before {
    content: "\f2af"
}

.ti-playstation-x:before {
    content: "\f2b0"
}

.ti-plug:before {
    content: "\ebd9"
}

.ti-plug-connected:before {
    content: "\f00a"
}

.ti-plug-connected-x:before {
    content: "\f0a0"
}

.ti-plug-off:before {
    content: "\f180"
}

.ti-plug-x:before {
    content: "\f0a1"
}

.ti-plus:before {
    content: "\eb0b"
}

.ti-png:before {
    content: "\f3ad"
}

.ti-podium:before {
    content: "\f1d8"
}

.ti-podium-off:before {
    content: "\f41b"
}

.ti-point:before {
    content: "\eb0c"
}

.ti-point-off:before {
    content: "\f181"
}

.ti-pointer:before {
    content: "\f265"
}

.ti-pokeball:before {
    content: "\eec1"
}

.ti-pokeball-off:before {
    content: "\f41c"
}

.ti-poker-chip:before {
    content: "\f515"
}

.ti-polaroid:before {
    content: "\eec2"
}

.ti-polygon:before {
    content: "\efd0"
}

.ti-polygon-off:before {
    content: "\f182"
}

.ti-poo:before {
    content: "\f258"
}

.ti-pool:before {
    content: "\ed91"
}

.ti-pool-off:before {
    content: "\f41d"
}

.ti-power:before {
    content: "\eb0d"
}

.ti-pray:before {
    content: "\ecbf"
}

.ti-premium-rights:before {
    content: "\efbd"
}

.ti-prescription:before {
    content: "\ef99"
}

.ti-presentation:before {
    content: "\eb70"
}

.ti-presentation-analytics:before {
    content: "\eec3"
}

.ti-presentation-off:before {
    content: "\f183"
}

.ti-printer:before {
    content: "\eb0e"
}

.ti-printer-off:before {
    content: "\f184"
}

.ti-prison:before {
    content: "\ef79"
}

.ti-prompt:before {
    content: "\eb0f"
}

.ti-propeller:before {
    content: "\eec4"
}

.ti-propeller-off:before {
    content: "\f185"
}

.ti-pumpkin-scary:before {
    content: "\f587"
}

.ti-puzzle:before {
    content: "\eb10"
}

.ti-puzzle-2:before {
    content: "\ef83"
}

.ti-puzzle-off:before {
    content: "\f186"
}

.ti-pyramid:before {
    content: "\eec5"
}

.ti-pyramid-off:before {
    content: "\f187"
}

.ti-qrcode:before {
    content: "\eb11"
}

.ti-qrcode-off:before {
    content: "\f41e"
}

.ti-question-mark:before {
    content: "\ec9d"
}

.ti-quote:before {
    content: "\efbe"
}

.ti-quote-off:before {
    content: "\f188"
}

.ti-radar:before {
    content: "\f017"
}

.ti-radar-2:before {
    content: "\f016"
}

.ti-radar-off:before {
    content: "\f41f"
}

.ti-radio:before {
    content: "\ef2d"
}

.ti-radio-off:before {
    content: "\f420"
}

.ti-radioactive:before {
    content: "\ecc0"
}

.ti-radioactive-off:before {
    content: "\f189"
}

.ti-radius-bottom-left:before {
    content: "\eec6"
}

.ti-radius-bottom-right:before {
    content: "\eec7"
}

.ti-radius-top-left:before {
    content: "\eec8"
}

.ti-radius-top-right:before {
    content: "\eec9"
}

.ti-rainbow:before {
    content: "\edbc"
}

.ti-rainbow-off:before {
    content: "\f18a"
}

.ti-rating-12-plus:before {
    content: "\f266"
}

.ti-rating-14-plus:before {
    content: "\f267"
}

.ti-rating-16-plus:before {
    content: "\f268"
}

.ti-rating-18-plus:before {
    content: "\f269"
}

.ti-rating-21-plus:before {
    content: "\f26a"
}

.ti-razor:before {
    content: "\f4b5"
}

.ti-razor-electric:before {
    content: "\f4b4"
}

.ti-receipt:before {
    content: "\edfd"
}

.ti-receipt-2:before {
    content: "\edfa"
}

.ti-receipt-off:before {
    content: "\edfb"
}

.ti-receipt-refund:before {
    content: "\edfc"
}

.ti-receipt-tax:before {
    content: "\edbd"
}

.ti-recharging:before {
    content: "\eeca"
}

.ti-record-mail:before {
    content: "\eb12"
}

.ti-record-mail-off:before {
    content: "\f18b"
}

.ti-rectangle:before {
    content: "\ed37"
}

.ti-rectangle-vertical:before {
    content: "\ed36"
}

.ti-recycle:before {
    content: "\eb9b"
}

.ti-recycle-off:before {
    content: "\f18c"
}

.ti-refresh:before {
    content: "\eb13"
}

.ti-refresh-alert:before {
    content: "\ed57"
}

.ti-refresh-dot:before {
    content: "\efbf"
}

.ti-refresh-off:before {
    content: "\f18d"
}

.ti-regex:before {
    content: "\f31f"
}

.ti-regex-off:before {
    content: "\f421"
}

.ti-registered:before {
    content: "\eb14"
}

.ti-relation-many-to-many:before {
    content: "\ed7f"
}

.ti-relation-one-to-many:before {
    content: "\ed80"
}

.ti-relation-one-to-one:before {
    content: "\ed81"
}

.ti-reload:before {
    content: "\f3ae"
}

.ti-repeat:before {
    content: "\eb72"
}

.ti-repeat-off:before {
    content: "\f18e"
}

.ti-repeat-once:before {
    content: "\eb71"
}

.ti-replace:before {
    content: "\ebc7"
}

.ti-replace-off:before {
    content: "\f422"
}

.ti-report:before {
    content: "\eece"
}

.ti-report-analytics:before {
    content: "\eecb"
}

.ti-report-medical:before {
    content: "\eecc"
}

.ti-report-money:before {
    content: "\eecd"
}

.ti-report-off:before {
    content: "\f18f"
}

.ti-report-search:before {
    content: "\ef84"
}

.ti-resize:before {
    content: "\eecf"
}

.ti-ribbon-health:before {
    content: "\f58e"
}

.ti-ripple:before {
    content: "\ed82"
}

.ti-ripple-off:before {
    content: "\f190"
}

.ti-road:before {
    content: "\f018"
}

.ti-road-off:before {
    content: "\f191"
}

.ti-road-sign:before {
    content: "\ecdd"
}

.ti-robot:before {
    content: "\f00b"
}

.ti-robot-off:before {
    content: "\f192"
}

.ti-rocket:before {
    content: "\ec45"
}

.ti-rocket-off:before {
    content: "\f193"
}

.ti-roller-skating:before {
    content: "\efd1"
}

.ti-rollercoaster:before {
    content: "\f0a2"
}

.ti-rollercoaster-off:before {
    content: "\f423"
}

.ti-rosette:before {
    content: "\f599"
}

.ti-rosette-number-0:before {
    content: "\f58f"
}

.ti-rosette-number-1:before {
    content: "\f590"
}

.ti-rosette-number-2:before {
    content: "\f591"
}

.ti-rosette-number-3:before {
    content: "\f592"
}

.ti-rosette-number-4:before {
    content: "\f593"
}

.ti-rosette-number-5:before {
    content: "\f594"
}

.ti-rosette-number-6:before {
    content: "\f595"
}

.ti-rosette-number-7:before {
    content: "\f596"
}

.ti-rosette-number-8:before {
    content: "\f597"
}

.ti-rosette-number-9:before {
    content: "\f598"
}

.ti-rotate:before {
    content: "\eb16"
}

.ti-rotate-2:before {
    content: "\ebb4"
}

.ti-rotate-360:before {
    content: "\ef85"
}

.ti-rotate-clockwise:before {
    content: "\eb15"
}

.ti-rotate-clockwise-2:before {
    content: "\ebb5"
}

.ti-rotate-dot:before {
    content: "\efe5"
}

.ti-rotate-rectangle:before {
    content: "\ec15"
}

.ti-route:before {
    content: "\eb17"
}

.ti-route-2:before {
    content: "\f4b6"
}

.ti-route-off:before {
    content: "\f194"
}

.ti-router:before {
    content: "\eb18"
}

.ti-router-off:before {
    content: "\f424"
}

.ti-row-insert-bottom:before {
    content: "\eed0"
}

.ti-row-insert-top:before {
    content: "\eed1"
}

.ti-rss:before {
    content: "\eb19"
}

.ti-rubber-stamp:before {
    content: "\f5ab"
}

.ti-rubber-stamp-off:before {
    content: "\f5aa"
}

.ti-ruler:before {
    content: "\eb1a"
}

.ti-ruler-2:before {
    content: "\eed2"
}

.ti-ruler-2-off:before {
    content: "\f195"
}

.ti-ruler-3:before {
    content: "\f290"
}

.ti-ruler-measure:before {
    content: "\f291"
}

.ti-ruler-off:before {
    content: "\f196"
}

.ti-run:before {
    content: "\ec82"
}

.ti-s-turn-down:before {
    content: "\f516"
}

.ti-s-turn-left:before {
    content: "\f517"
}

.ti-s-turn-right:before {
    content: "\f518"
}

.ti-s-turn-up:before {
    content: "\f519"
}

.ti-sailboat:before {
    content: "\ec83"
}

.ti-sailboat-off:before {
    content: "\f425"
}

.ti-salad:before {
    content: "\f50a"
}

.ti-salt:before {
    content: "\ef16"
}

.ti-satellite:before {
    content: "\eed3"
}

.ti-satellite-off:before {
    content: "\f197"
}

.ti-sausage:before {
    content: "\ef17"
}

.ti-scale:before {
    content: "\ebc2"
}

.ti-scale-off:before {
    content: "\f198"
}

.ti-scale-outline:before {
    content: "\ef53"
}

.ti-scale-outline-off:before {
    content: "\f199"
}

.ti-scan:before {
    content: "\ebc8"
}

.ti-scan-eye:before {
    content: "\f1ff"
}

.ti-schema:before {
    content: "\f200"
}

.ti-schema-off:before {
    content: "\f426"
}

.ti-school:before {
    content: "\ecf7"
}

.ti-school-off:before {
    content: "\f19a"
}

.ti-scissors:before {
    content: "\eb1b"
}

.ti-scissors-off:before {
    content: "\f19b"
}

.ti-scooter:before {
    content: "\ec6c"
}

.ti-scooter-electric:before {
    content: "\ecc1"
}

.ti-screen-share:before {
    content: "\ed18"
}

.ti-screen-share-off:before {
    content: "\ed17"
}

.ti-screenshot:before {
    content: "\f201"
}

.ti-scribble:before {
    content: "\f0a3"
}

.ti-scribble-off:before {
    content: "\f427"
}

.ti-script:before {
    content: "\f2da"
}

.ti-script-minus:before {
    content: "\f2d7"
}

.ti-script-plus:before {
    content: "\f2d8"
}

.ti-script-x:before {
    content: "\f2d9"
}

.ti-scuba-mask:before {
    content: "\eed4"
}

.ti-scuba-mask-off:before {
    content: "\f428"
}

.ti-sdk:before {
    content: "\f3af"
}

.ti-search:before {
    content: "\eb1c"
}

.ti-search-off:before {
    content: "\f19c"
}

.ti-section:before {
    content: "\eed5"
}

.ti-section-sign:before {
    content: "\f019"
}

.ti-seeding:before {
    content: "\ed51"
}

.ti-seeding-off:before {
    content: "\f19d"
}

.ti-select:before {
    content: "\ec9e"
}

.ti-selector:before {
    content: "\eb1d"
}

.ti-send:before {
    content: "\eb1e"
}

.ti-send-off:before {
    content: "\f429"
}

.ti-seo:before {
    content: "\f26b"
}

.ti-separator:before {
    content: "\ebda"
}

.ti-separator-horizontal:before {
    content: "\ec79"
}

.ti-separator-vertical:before {
    content: "\ec7a"
}

.ti-server:before {
    content: "\eb1f"
}

.ti-server-2:before {
    content: "\f07c"
}

.ti-server-bolt:before {
    content: "\f320"
}

.ti-server-cog:before {
    content: "\f321"
}

.ti-server-off:before {
    content: "\f19e"
}

.ti-servicemark:before {
    content: "\ec09"
}

.ti-settings:before {
    content: "\eb20"
}

.ti-settings-2:before {
    content: "\f5ac"
}

.ti-settings-automation:before {
    content: "\eed6"
}

.ti-settings-off:before {
    content: "\f19f"
}

.ti-shadow:before {
    content: "\eed8"
}

.ti-shadow-off:before {
    content: "\eed7"
}

.ti-shape:before {
    content: "\eb9c"
}

.ti-shape-2:before {
    content: "\eed9"
}

.ti-shape-3:before {
    content: "\eeda"
}

.ti-shape-off:before {
    content: "\f1a0"
}

.ti-share:before {
    content: "\eb21"
}

.ti-share-off:before {
    content: "\f1a1"
}

.ti-shield:before {
    content: "\eb24"
}

.ti-shield-check:before {
    content: "\eb22"
}

.ti-shield-checkered:before {
    content: "\ef9a"
}

.ti-shield-chevron:before {
    content: "\ef9b"
}

.ti-shield-half:before {
    content: "\f358"
}

.ti-shield-half-filled:before {
    content: "\f357"
}

.ti-shield-lock:before {
    content: "\ed58"
}

.ti-shield-off:before {
    content: "\ecf8"
}

.ti-shield-x:before {
    content: "\eb23"
}

.ti-ship:before {
    content: "\ec84"
}

.ti-ship-off:before {
    content: "\f42a"
}

.ti-shirt:before {
    content: "\ec0a"
}

.ti-shirt-off:before {
    content: "\f1a2"
}

.ti-shirt-sport:before {
    content: "\f26c"
}

.ti-shoe:before {
    content: "\efd2"
}

.ti-shoe-off:before {
    content: "\f1a4"
}

.ti-shopping-cart:before {
    content: "\eb25"
}

.ti-shopping-cart-discount:before {
    content: "\eedb"
}

.ti-shopping-cart-off:before {
    content: "\eedc"
}

.ti-shopping-cart-plus:before {
    content: "\eedd"
}

.ti-shopping-cart-x:before {
    content: "\eede"
}

.ti-shovel:before {
    content: "\f1d9"
}

.ti-shredder:before {
    content: "\eedf"
}

.ti-sign-left:before {
    content: "\f06b"
}

.ti-sign-right:before {
    content: "\f06c"
}

.ti-signal-3g:before {
    content: "\f1ee"
}

.ti-signal-4g:before {
    content: "\f1ef"
}

.ti-signal-4g-plus:before {
    content: "\f259"
}

.ti-signal-5g:before {
    content: "\f1f0"
}

.ti-signature:before {
    content: "\eee0"
}

.ti-signature-off:before {
    content: "\f1a5"
}

.ti-sitemap:before {
    content: "\eb9d"
}

.ti-sitemap-off:before {
    content: "\f1a6"
}

.ti-skateboard:before {
    content: "\ecc2"
}

.ti-skateboard-off:before {
    content: "\f42b"
}

.ti-skull:before {
    content: "\f292"
}

.ti-slash:before {
    content: "\f4f9"
}

.ti-slashes:before {
    content: "\f588"
}

.ti-sleigh:before {
    content: "\ef9c"
}

.ti-slice:before {
    content: "\ebdb"
}

.ti-slideshow:before {
    content: "\ebc9"
}

.ti-smart-home:before {
    content: "\ecde"
}

.ti-smart-home-off:before {
    content: "\f1a7"
}

.ti-smoking:before {
    content: "\ecc4"
}

.ti-smoking-no:before {
    content: "\ecc3"
}

.ti-snowflake:before {
    content: "\ec0b"
}

.ti-snowflake-off:before {
    content: "\f1a8"
}

.ti-snowman:before {
    content: "\f26d"
}

.ti-soccer-field:before {
    content: "\ed92"
}

.ti-social:before {
    content: "\ebec"
}

.ti-social-off:before {
    content: "\f1a9"
}

.ti-sock:before {
    content: "\eee1"
}

.ti-sofa:before {
    content: "\efaf"
}

.ti-sofa-off:before {
    content: "\f42c"
}

.ti-sort-0-9:before {
    content: "\f54d"
}

.ti-sort-9-0:before {
    content: "\f54e"
}

.ti-sort-a-z:before {
    content: "\f54f"
}

.ti-sort-ascending:before {
    content: "\eb26"
}

.ti-sort-ascending-2:before {
    content: "\eee2"
}

.ti-sort-ascending-letters:before {
    content: "\ef18"
}

.ti-sort-ascending-numbers:before {
    content: "\ef19"
}

.ti-sort-descending:before {
    content: "\eb27"
}

.ti-sort-descending-2:before {
    content: "\eee3"
}

.ti-sort-descending-letters:before {
    content: "\ef1a"
}

.ti-sort-descending-numbers:before {
    content: "\ef1b"
}

.ti-sort-z-a:before {
    content: "\f550"
}

.ti-sos:before {
    content: "\f24a"
}

.ti-soup:before {
    content: "\ef2e"
}

.ti-soup-off:before {
    content: "\f42d"
}

.ti-source-code:before {
    content: "\f4a2"
}

.ti-space:before {
    content: "\ec0c"
}

.ti-space-off:before {
    content: "\f1aa"
}

.ti-spacing-horizontal:before {
    content: "\ef54"
}

.ti-spacing-vertical:before {
    content: "\ef55"
}

.ti-spade:before {
    content: "\effa"
}

.ti-speakerphone:before {
    content: "\ed61"
}

.ti-speedboat:before {
    content: "\ed93"
}

.ti-spider:before {
    content: "\f293"
}

.ti-spiral:before {
    content: "\f294"
}

.ti-spiral-off:before {
    content: "\f42e"
}

.ti-sport-billard:before {
    content: "\eee4"
}

.ti-spray:before {
    content: "\f50b"
}

.ti-spy:before {
    content: "\f227"
}

.ti-spy-off:before {
    content: "\f42f"
}

.ti-square:before {
    content: "\eb2c"
}

.ti-square-arrow-down:before {
    content: "\f4b7"
}

.ti-square-arrow-left:before {
    content: "\f4b8"
}

.ti-square-arrow-right:before {
    content: "\f4b9"
}

.ti-square-arrow-up:before {
    content: "\f4ba"
}

.ti-square-asterisk:before {
    content: "\f01a"
}

.ti-square-check:before {
    content: "\eb28"
}

.ti-square-dot:before {
    content: "\ed59"
}

.ti-square-f0:before {
    content: "\f526"
}

.ti-square-f1:before {
    content: "\f527"
}

.ti-square-f2:before {
    content: "\f528"
}

.ti-square-f3:before {
    content: "\f529"
}

.ti-square-f4:before {
    content: "\f52a"
}

.ti-square-f5:before {
    content: "\f52b"
}

.ti-square-f6:before {
    content: "\f52c"
}

.ti-square-f7:before {
    content: "\f52d"
}

.ti-square-f8:before {
    content: "\f52e"
}

.ti-square-f9:before {
    content: "\f52f"
}

.ti-square-forbid:before {
    content: "\ed5b"
}

.ti-square-forbid-2:before {
    content: "\ed5a"
}

.ti-square-half:before {
    content: "\effb"
}

.ti-square-letter-a:before {
    content: "\f47c"
}

.ti-square-letter-b:before {
    content: "\f47d"
}

.ti-square-letter-c:before {
    content: "\f47e"
}

.ti-square-letter-d:before {
    content: "\f47f"
}

.ti-square-letter-e:before {
    content: "\f480"
}

.ti-square-letter-f:before {
    content: "\f481"
}

.ti-square-letter-g:before {
    content: "\f482"
}

.ti-square-letter-h:before {
    content: "\f483"
}

.ti-square-letter-i:before {
    content: "\f484"
}

.ti-square-letter-j:before {
    content: "\f485"
}

.ti-square-letter-k:before {
    content: "\f486"
}

.ti-square-letter-l:before {
    content: "\f487"
}

.ti-square-letter-m:before {
    content: "\f488"
}

.ti-square-letter-n:before {
    content: "\f489"
}

.ti-square-letter-o:before {
    content: "\f48a"
}

.ti-square-letter-p:before {
    content: "\f48b"
}

.ti-square-letter-q:before {
    content: "\f48c"
}

.ti-square-letter-r:before {
    content: "\f48d"
}

.ti-square-letter-s:before {
    content: "\f48e"
}

.ti-square-letter-t:before {
    content: "\f48f"
}

.ti-square-letter-u:before {
    content: "\f490"
}

.ti-square-letter-v:before {
    content: "\f4bb"
}

.ti-square-letter-w:before {
    content: "\f491"
}

.ti-square-letter-x:before {
    content: "\f4bc"
}

.ti-square-letter-y:before {
    content: "\f492"
}

.ti-square-letter-z:before {
    content: "\f493"
}

.ti-square-minus:before {
    content: "\eb29"
}

.ti-square-number-0:before {
    content: "\eee5"
}

.ti-square-number-1:before {
    content: "\eee6"
}

.ti-square-number-2:before {
    content: "\eee7"
}

.ti-square-number-3:before {
    content: "\eee8"
}

.ti-square-number-4:before {
    content: "\eee9"
}

.ti-square-number-5:before {
    content: "\eeea"
}

.ti-square-number-6:before {
    content: "\eeeb"
}

.ti-square-number-7:before {
    content: "\eeec"
}

.ti-square-number-8:before {
    content: "\eeed"
}

.ti-square-number-9:before {
    content: "\eeee"
}

.ti-square-off:before {
    content: "\eeef"
}

.ti-square-plus:before {
    content: "\eb2a"
}

.ti-square-root:before {
    content: "\eef1"
}

.ti-square-root-2:before {
    content: "\eef0"
}

.ti-square-rotated:before {
    content: "\ecdf"
}

.ti-square-rotated-forbid:before {
    content: "\f01c"
}

.ti-square-rotated-forbid-2:before {
    content: "\f01b"
}

.ti-square-rotated-off:before {
    content: "\eef2"
}

.ti-square-rounded:before {
    content: "\f59a"
}

.ti-square-rounded-letter-a:before {
    content: "\f5ae"
}

.ti-square-rounded-letter-b:before {
    content: "\f5af"
}

.ti-square-rounded-letter-c:before {
    content: "\f5b0"
}

.ti-square-rounded-letter-d:before {
    content: "\f5b1"
}

.ti-square-rounded-letter-e:before {
    content: "\f5b2"
}

.ti-square-rounded-letter-f:before {
    content: "\f5b3"
}

.ti-square-rounded-letter-g:before {
    content: "\f5b4"
}

.ti-square-rounded-letter-h:before {
    content: "\f5b5"
}

.ti-square-rounded-letter-i:before {
    content: "\f5b6"
}

.ti-square-rounded-letter-j:before {
    content: "\f5b7"
}

.ti-square-rounded-letter-k:before {
    content: "\f5b8"
}

.ti-square-rounded-letter-l:before {
    content: "\f5b9"
}

.ti-square-rounded-letter-m:before {
    content: "\f5ba"
}

.ti-square-rounded-letter-n:before {
    content: "\f5bb"
}

.ti-square-rounded-letter-o:before {
    content: "\f5bc"
}

.ti-square-rounded-letter-p:before {
    content: "\f5bd"
}

.ti-square-rounded-letter-q:before {
    content: "\f5be"
}

.ti-square-rounded-letter-r:before {
    content: "\f5bf"
}

.ti-square-rounded-letter-s:before {
    content: "\f5c0"
}

.ti-square-rounded-letter-t:before {
    content: "\f5c1"
}

.ti-square-rounded-letter-u:before {
    content: "\f5c2"
}

.ti-square-rounded-letter-v:before {
    content: "\f5c3"
}

.ti-square-rounded-letter-w:before {
    content: "\f5c4"
}

.ti-square-rounded-letter-x:before {
    content: "\f5c5"
}

.ti-square-rounded-letter-y:before {
    content: "\f5c6"
}

.ti-square-rounded-letter-z:before {
    content: "\f5c7"
}

.ti-square-rounded-number-0:before {
    content: "\f5c8"
}

.ti-square-rounded-number-1:before {
    content: "\f5c9"
}

.ti-square-rounded-number-2:before {
    content: "\f5ca"
}

.ti-square-rounded-number-3:before {
    content: "\f5cb"
}

.ti-square-rounded-number-4:before {
    content: "\f5cc"
}

.ti-square-rounded-number-5:before {
    content: "\f5cd"
}

.ti-square-rounded-number-6:before {
    content: "\f5ce"
}

.ti-square-rounded-number-7:before {
    content: "\f5cf"
}

.ti-square-rounded-number-8:before {
    content: "\f5d0"
}

.ti-square-rounded-number-9:before {
    content: "\f5d1"
}

.ti-square-toggle:before {
    content: "\eef4"
}

.ti-square-toggle-horizontal:before {
    content: "\eef3"
}

.ti-square-x:before {
    content: "\eb2b"
}

.ti-squares-diagonal:before {
    content: "\eef5"
}

.ti-squares-filled:before {
    content: "\eef6"
}

.ti-stack:before {
    content: "\eb2d"
}

.ti-stack-2:before {
    content: "\eef7"
}

.ti-stack-3:before {
    content: "\ef9d"
}

.ti-stack-pop:before {
    content: "\f234"
}

.ti-stack-push:before {
    content: "\f235"
}

.ti-stairs:before {
    content: "\eca6"
}

.ti-stairs-down:before {
    content: "\eca4"
}

.ti-stairs-up:before {
    content: "\eca5"
}

.ti-star:before {
    content: "\eb2e"
}

.ti-star-half:before {
    content: "\ed19"
}

.ti-star-off:before {
    content: "\ed62"
}

.ti-stars:before {
    content: "\ed38"
}

.ti-stars-off:before {
    content: "\f430"
}

.ti-status-change:before {
    content: "\f3b0"
}

.ti-steam:before {
    content: "\f24b"
}

.ti-steering-wheel:before {
    content: "\ec7b"
}

.ti-steering-wheel-off:before {
    content: "\f431"
}

.ti-step-into:before {
    content: "\ece0"
}

.ti-step-out:before {
    content: "\ece1"
}

.ti-stereo-glasses:before {
    content: "\f4cb"
}

.ti-stethoscope:before {
    content: "\edbe"
}

.ti-stethoscope-off:before {
    content: "\f432"
}

.ti-sticker:before {
    content: "\eb2f"
}

.ti-storm:before {
    content: "\f24c"
}

.ti-storm-off:before {
    content: "\f433"
}

.ti-stretching:before {
    content: "\f2db"
}

.ti-strikethrough:before {
    content: "\eb9e"
}

.ti-submarine:before {
    content: "\ed94"
}

.ti-subscript:before {
    content: "\eb9f"
}

.ti-subtask:before {
    content: "\ec9f"
}

.ti-sum:before {
    content: "\eb73"
}

.ti-sum-off:before {
    content: "\f1ab"
}

.ti-sun:before {
    content: "\eb30"
}

.ti-sun-high:before {
    content: "\f236"
}

.ti-sun-low:before {
    content: "\f237"
}

.ti-sun-moon:before {
    content: "\f4a3"
}

.ti-sun-off:before {
    content: "\ed63"
}

.ti-sun-wind:before {
    content: "\f238"
}

.ti-sunglasses:before {
    content: "\f239"
}

.ti-sunrise:before {
    content: "\ef1c"
}

.ti-sunset:before {
    content: "\ec31"
}

.ti-sunset-2:before {
    content: "\f23a"
}

.ti-superscript:before {
    content: "\eba0"
}

.ti-svg:before {
    content: "\f25a"
}

.ti-swimming:before {
    content: "\ec92"
}

.ti-swipe:before {
    content: "\f551"
}

.ti-switch:before {
    content: "\eb33"
}

.ti-switch-2:before {
    content: "\edbf"
}

.ti-switch-3:before {
    content: "\edc0"
}

.ti-switch-horizontal:before {
    content: "\eb31"
}

.ti-switch-vertical:before {
    content: "\eb32"
}

.ti-sword:before {
    content: "\f030"
}

.ti-sword-off:before {
    content: "\f434"
}

.ti-swords:before {
    content: "\f132"
}

.ti-table:before {
    content: "\eba1"
}

.ti-table-alias:before {
    content: "\f25b"
}

.ti-table-export:before {
    content: "\eef8"
}

.ti-table-import:before {
    content: "\eef9"
}

.ti-table-off:before {
    content: "\eefa"
}

.ti-table-options:before {
    content: "\f25c"
}

.ti-table-shortcut:before {
    content: "\f25d"
}

.ti-tag:before {
    content: "\eb34"
}

.ti-tag-off:before {
    content: "\efc0"
}

.ti-tags:before {
    content: "\ef86"
}

.ti-tags-off:before {
    content: "\efc1"
}

.ti-tallymark-1:before {
    content: "\ec46"
}

.ti-tallymark-2:before {
    content: "\ec47"
}

.ti-tallymark-3:before {
    content: "\ec48"
}

.ti-tallymark-4:before {
    content: "\ec49"
}

.ti-tallymarks:before {
    content: "\ec4a"
}

.ti-tank:before {
    content: "\ed95"
}

.ti-target:before {
    content: "\eb35"
}

.ti-target-arrow:before {
    content: "\f51a"
}

.ti-target-off:before {
    content: "\f1ad"
}

.ti-teapot:before {
    content: "\f552"
}

.ti-telescope:before {
    content: "\f07d"
}

.ti-telescope-off:before {
    content: "\f1ae"
}

.ti-temperature:before {
    content: "\eb38"
}

.ti-temperature-celsius:before {
    content: "\eb36"
}

.ti-temperature-fahrenheit:before {
    content: "\eb37"
}

.ti-temperature-minus:before {
    content: "\ebed"
}

.ti-temperature-off:before {
    content: "\f1af"
}

.ti-temperature-plus:before {
    content: "\ebee"
}

.ti-template:before {
    content: "\eb39"
}

.ti-template-off:before {
    content: "\f1b0"
}

.ti-tent:before {
    content: "\eefb"
}

.ti-tent-off:before {
    content: "\f435"
}

.ti-terminal:before {
    content: "\ebdc"
}

.ti-terminal-2:before {
    content: "\ebef"
}

.ti-test-pipe:before {
    content: "\eb3a"
}

.ti-test-pipe-2:before {
    content: "\f0a4"
}

.ti-test-pipe-off:before {
    content: "\f1b1"
}

.ti-tex:before {
    content: "\f4e0"
}

.ti-text-caption:before {
    content: "\f4a4"
}

.ti-text-color:before {
    content: "\f2dc"
}

.ti-text-decrease:before {
    content: "\f202"
}

.ti-text-direction-ltr:before {
    content: "\eefc"
}

.ti-text-direction-rtl:before {
    content: "\eefd"
}

.ti-text-increase:before {
    content: "\f203"
}

.ti-text-orientation:before {
    content: "\f2a4"
}

.ti-text-plus:before {
    content: "\f2a5"
}

.ti-text-recognition:before {
    content: "\f204"
}

.ti-text-resize:before {
    content: "\ef87"
}

.ti-text-size:before {
    content: "\f2b1"
}

.ti-text-spellcheck:before {
    content: "\f2a6"
}

.ti-text-wrap:before {
    content: "\ebdd"
}

.ti-text-wrap-disabled:before {
    content: "\eca7"
}

.ti-texture:before {
    content: "\f51b"
}

.ti-thermometer:before {
    content: "\ef67"
}

.ti-thumb-down:before {
    content: "\eb3b"
}

.ti-thumb-down-off:before {
    content: "\f436"
}

.ti-thumb-up:before {
    content: "\eb3c"
}

.ti-thumb-up-off:before {
    content: "\f437"
}

.ti-tic-tac:before {
    content: "\f51c"
}

.ti-ticket:before {
    content: "\eb3d"
}

.ti-ticket-off:before {
    content: "\f1b2"
}

.ti-tie:before {
    content: "\f07e"
}

.ti-tilde:before {
    content: "\f4a5"
}

.ti-tilt-shift:before {
    content: "\eefe"
}

.ti-tilt-shift-off:before {
    content: "\f1b3"
}

.ti-timeline:before {
    content: "\f031"
}

.ti-timeline-event:before {
    content: "\f553"
}

.ti-tir:before {
    content: "\ebf0"
}

.ti-toggle-left:before {
    content: "\eb3e"
}

.ti-toggle-right:before {
    content: "\eb3f"
}

.ti-toilet-paper:before {
    content: "\efd3"
}

.ti-toilet-paper-off:before {
    content: "\f1b4"
}

.ti-tool:before {
    content: "\eb40"
}

.ti-tools:before {
    content: "\ebca"
}

.ti-tools-kitchen:before {
    content: "\ed64"
}

.ti-tools-kitchen-2:before {
    content: "\eeff"
}

.ti-tools-kitchen-2-off:before {
    content: "\f1b5"
}

.ti-tools-kitchen-off:before {
    content: "\f1b6"
}

.ti-tools-off:before {
    content: "\f1b7"
}

.ti-tooltip:before {
    content: "\f2dd"
}

.ti-topology-bus:before {
    content: "\f5d9"
}

.ti-topology-complex:before {
    content: "\f5da"
}

.ti-topology-full:before {
    content: "\f5dc"
}

.ti-topology-full-hierarchy:before {
    content: "\f5db"
}

.ti-topology-ring:before {
    content: "\f5df"
}

.ti-topology-ring-2:before {
    content: "\f5dd"
}

.ti-topology-ring-3:before {
    content: "\f5de"
}

.ti-topology-star:before {
    content: "\f5e5"
}

.ti-topology-star-2:before {
    content: "\f5e0"
}

.ti-topology-star-3:before {
    content: "\f5e1"
}

.ti-topology-star-ring:before {
    content: "\f5e4"
}

.ti-topology-star-ring-2:before {
    content: "\f5e2"
}

.ti-topology-star-ring-3:before {
    content: "\f5e3"
}

.ti-torii:before {
    content: "\f59b"
}

.ti-tornado:before {
    content: "\ece2"
}

.ti-tournament:before {
    content: "\ecd0"
}

.ti-tower:before {
    content: "\f2cb"
}

.ti-tower-off:before {
    content: "\f2ca"
}

.ti-track:before {
    content: "\ef00"
}

.ti-tractor:before {
    content: "\ec0d"
}

.ti-trademark:before {
    content: "\ec0e"
}

.ti-traffic-cone:before {
    content: "\ec0f"
}

.ti-traffic-cone-off:before {
    content: "\f1b8"
}

.ti-traffic-lights:before {
    content: "\ed39"
}

.ti-traffic-lights-off:before {
    content: "\f1b9"
}

.ti-train:before {
    content: "\ed96"
}

.ti-transfer-in:before {
    content: "\ef2f"
}

.ti-transfer-out:before {
    content: "\ef30"
}

.ti-transform:before {
    content: "\f38e"
}

.ti-transition-bottom:before {
    content: "\f2b2"
}

.ti-transition-left:before {
    content: "\f2b3"
}

.ti-transition-right:before {
    content: "\f2b4"
}

.ti-transition-top:before {
    content: "\f2b5"
}

.ti-trash:before {
    content: "\eb41"
}

.ti-trash-off:before {
    content: "\ed65"
}

.ti-trash-x:before {
    content: "\ef88"
}

.ti-tree:before {
    content: "\ef01"
}

.ti-trees:before {
    content: "\ec10"
}

.ti-trekking:before {
    content: "\f5ad"
}

.ti-trending-down:before {
    content: "\eb42"
}

.ti-trending-down-2:before {
    content: "\edc1"
}

.ti-trending-down-3:before {
    content: "\edc2"
}

.ti-trending-up:before {
    content: "\eb43"
}

.ti-trending-up-2:before {
    content: "\edc3"
}

.ti-trending-up-3:before {
    content: "\edc4"
}

.ti-triangle:before {
    content: "\eb44"
}

.ti-triangle-inverted:before {
    content: "\f01d"
}

.ti-triangle-off:before {
    content: "\ef02"
}

.ti-triangle-square-circle:before {
    content: "\ece8"
}

.ti-triangles:before {
    content: "\f0a5"
}

.ti-trident:before {
    content: "\ecc5"
}

.ti-trolley:before {
    content: "\f4cc"
}

.ti-trophy:before {
    content: "\eb45"
}

.ti-trophy-off:before {
    content: "\f438"
}

.ti-trowel:before {
    content: "\f368"
}

.ti-truck:before {
    content: "\ebc4"
}

.ti-truck-delivery:before {
    content: "\ec4b"
}

.ti-truck-loading:before {
    content: "\f1da"
}

.ti-truck-off:before {
    content: "\ef03"
}

.ti-truck-return:before {
    content: "\ec4c"
}

.ti-txt:before {
    content: "\f3b1"
}

.ti-typography:before {
    content: "\ebc5"
}

.ti-typography-off:before {
    content: "\f1ba"
}

.ti-uf-off:before {
    content: "\f26e"
}

.ti-ufo:before {
    content: "\f26f"
}

.ti-umbrella:before {
    content: "\ebf1"
}

.ti-umbrella-off:before {
    content: "\f1bb"
}

.ti-underline:before {
    content: "\eba2"
}

.ti-unlink:before {
    content: "\eb46"
}

.ti-upload:before {
    content: "\eb47"
}

.ti-urgent:before {
    content: "\eb48"
}

.ti-usb:before {
    content: "\f00c"
}

.ti-user:before {
    content: "\eb4d"
}

.ti-user-check:before {
    content: "\eb49"
}

.ti-user-circle:before {
    content: "\ef68"
}

.ti-user-exclamation:before {
    content: "\ec12"
}

.ti-user-minus:before {
    content: "\eb4a"
}

.ti-user-off:before {
    content: "\ecf9"
}

.ti-user-plus:before {
    content: "\eb4b"
}

.ti-user-search:before {
    content: "\ef89"
}

.ti-user-x:before {
    content: "\eb4c"
}

.ti-users:before {
    content: "\ebf2"
}

.ti-uv-index:before {
    content: "\f3b2"
}

.ti-ux-circle:before {
    content: "\f369"
}

.ti-vaccine:before {
    content: "\ef04"
}

.ti-vaccine-bottle:before {
    content: "\ef69"
}

.ti-vaccine-bottle-off:before {
    content: "\f439"
}

.ti-vaccine-off:before {
    content: "\f1bc"
}

.ti-vacuum-cleaner:before {
    content: "\f5e6"
}

.ti-variable:before {
    content: "\ef05"
}

.ti-variable-minus:before {
    content: "\f36a"
}

.ti-variable-off:before {
    content: "\f1bd"
}

.ti-variable-plus:before {
    content: "\f36b"
}

.ti-vector:before {
    content: "\eca9"
}

.ti-vector-bezier:before {
    content: "\ef1d"
}

.ti-vector-bezier-2:before {
    content: "\f1a3"
}

.ti-vector-bezier-arc:before {
    content: "\f4cd"
}

.ti-vector-bezier-circle:before {
    content: "\f4ce"
}

.ti-vector-off:before {
    content: "\f1be"
}

.ti-vector-spline:before {
    content: "\f565"
}

.ti-vector-triangle:before {
    content: "\eca8"
}

.ti-vector-triangle-off:before {
    content: "\f1bf"
}

.ti-venus:before {
    content: "\ec86"
}

.ti-versions:before {
    content: "\ed52"
}

.ti-versions-off:before {
    content: "\f1c0"
}

.ti-video:before {
    content: "\ed22"
}

.ti-video-minus:before {
    content: "\ed1f"
}

.ti-video-off:before {
    content: "\ed20"
}

.ti-video-plus:before {
    content: "\ed21"
}

.ti-view-360:before {
    content: "\ed84"
}

.ti-view-360-off:before {
    content: "\f1c1"
}

.ti-viewfinder:before {
    content: "\eb4e"
}

.ti-viewfinder-off:before {
    content: "\f1c2"
}

.ti-viewport-narrow:before {
    content: "\ebf3"
}

.ti-viewport-wide:before {
    content: "\ebf4"
}

.ti-vinyl:before {
    content: "\f00d"
}

.ti-vip:before {
    content: "\f3b3"
}

.ti-vip-off:before {
    content: "\f43a"
}

.ti-virus:before {
    content: "\eb74"
}

.ti-virus-off:before {
    content: "\ed66"
}

.ti-virus-search:before {
    content: "\ed67"
}

.ti-vocabulary:before {
    content: "\ef1e"
}

.ti-vocabulary-off:before {
    content: "\f43b"
}

.ti-volume:before {
    content: "\eb51"
}

.ti-volume-2:before {
    content: "\eb4f"
}

.ti-volume-3:before {
    content: "\eb50"
}

.ti-volume-off:before {
    content: "\f1c3"
}

.ti-walk:before {
    content: "\ec87"
}

.ti-wall:before {
    content: "\ef7a"
}

.ti-wall-off:before {
    content: "\f43c"
}

.ti-wallet:before {
    content: "\eb75"
}

.ti-wallet-off:before {
    content: "\f1c4"
}

.ti-wallpaper:before {
    content: "\ef56"
}

.ti-wallpaper-off:before {
    content: "\f1c5"
}

.ti-wand:before {
    content: "\ebcb"
}

.ti-wand-off:before {
    content: "\f1c6"
}

.ti-wash:before {
    content: "\f311"
}

.ti-wash-dry:before {
    content: "\f304"
}

.ti-wash-dry-1:before {
    content: "\f2fa"
}

.ti-wash-dry-2:before {
    content: "\f2fb"
}

.ti-wash-dry-3:before {
    content: "\f2fc"
}

.ti-wash-dry-a:before {
    content: "\f2fd"
}

.ti-wash-dry-dip:before {
    content: "\f2fe"
}

.ti-wash-dry-f:before {
    content: "\f2ff"
}

.ti-wash-dry-hang:before {
    content: "\f300"
}

.ti-wash-dry-off:before {
    content: "\f301"
}

.ti-wash-dry-p:before {
    content: "\f302"
}

.ti-wash-dry-shade:before {
    content: "\f303"
}

.ti-wash-dry-w:before {
    content: "\f322"
}

.ti-wash-dryclean:before {
    content: "\f305"
}

.ti-wash-dryclean-off:before {
    content: "\f323"
}

.ti-wash-gentle:before {
    content: "\f306"
}

.ti-wash-machine:before {
    content: "\f25e"
}

.ti-wash-off:before {
    content: "\f307"
}

.ti-wash-press:before {
    content: "\f308"
}

.ti-wash-temperature-1:before {
    content: "\f309"
}

.ti-wash-temperature-2:before {
    content: "\f30a"
}

.ti-wash-temperature-3:before {
    content: "\f30b"
}

.ti-wash-temperature-4:before {
    content: "\f30c"
}

.ti-wash-temperature-5:before {
    content: "\f30d"
}

.ti-wash-temperature-6:before {
    content: "\f30e"
}

.ti-wash-tumble-dry:before {
    content: "\f30f"
}

.ti-wash-tumble-off:before {
    content: "\f310"
}

.ti-wave-saw-tool:before {
    content: "\ecd3"
}

.ti-wave-sine:before {
    content: "\ecd4"
}

.ti-wave-square:before {
    content: "\ecd5"
}

.ti-webhook:before {
    content: "\f01e"
}

.ti-webhook-off:before {
    content: "\f43d"
}

.ti-weight:before {
    content: "\f589"
}

.ti-wheelchair:before {
    content: "\f1db"
}

.ti-wheelchair-off:before {
    content: "\f43e"
}

.ti-whirl:before {
    content: "\f51d"
}

.ti-wifi:before {
    content: "\eb52"
}

.ti-wifi-0:before {
    content: "\eba3"
}

.ti-wifi-1:before {
    content: "\eba4"
}

.ti-wifi-2:before {
    content: "\eba5"
}

.ti-wifi-off:before {
    content: "\ecfa"
}

.ti-wind:before {
    content: "\ec34"
}

.ti-wind-off:before {
    content: "\f1c7"
}

.ti-windmill:before {
    content: "\ed85"
}

.ti-windmill-off:before {
    content: "\f1c8"
}

.ti-window:before {
    content: "\ef06"
}

.ti-window-maximize:before {
    content: "\f1f1"
}

.ti-window-minimize:before {
    content: "\f1f2"
}

.ti-window-off:before {
    content: "\f1c9"
}

.ti-windsock:before {
    content: "\f06d"
}

.ti-wiper:before {
    content: "\ecab"
}

.ti-wiper-wash:before {
    content: "\ecaa"
}

.ti-woman:before {
    content: "\eb53"
}

.ti-wood:before {
    content: "\f359"
}

.ti-world:before {
    content: "\eb54"
}

.ti-world-download:before {
    content: "\ef8a"
}

.ti-world-latitude:before {
    content: "\ed2e"
}

.ti-world-longitude:before {
    content: "\ed2f"
}

.ti-world-off:before {
    content: "\f1ca"
}

.ti-world-upload:before {
    content: "\ef8b"
}

.ti-world-www:before {
    content: "\f38f"
}

.ti-wrecking-ball:before {
    content: "\ed97"
}

.ti-writing:before {
    content: "\ef08"
}

.ti-writing-off:before {
    content: "\f1cb"
}

.ti-writing-sign:before {
    content: "\ef07"
}

.ti-writing-sign-off:before {
    content: "\f1cc"
}

.ti-x:before {
    content: "\eb55"
}

.ti-xbox-a:before {
    content: "\f2b6"
}

.ti-xbox-b:before {
    content: "\f2b7"
}

.ti-xbox-x:before {
    content: "\f2b8"
}

.ti-xbox-y:before {
    content: "\f2b9"
}

.ti-yin-yang:before {
    content: "\ec35"
}

.ti-yoga:before {
    content: "\f01f"
}

.ti-zeppelin:before {
    content: "\f270"
}

.ti-zeppelin-off:before {
    content: "\f43f"
}

.ti-zip:before {
    content: "\f3b4"
}

.ti-zodiac-aquarius:before {
    content: "\ecac"
}

.ti-zodiac-aries:before {
    content: "\ecad"
}

.ti-zodiac-cancer:before {
    content: "\ecae"
}

.ti-zodiac-capricorn:before {
    content: "\ecaf"
}

.ti-zodiac-gemini:before {
    content: "\ecb0"
}

.ti-zodiac-leo:before {
    content: "\ecb1"
}

.ti-zodiac-libra:before {
    content: "\ecb2"
}

.ti-zodiac-pisces:before {
    content: "\ecb3"
}

.ti-zodiac-sagittarius:before {
    content: "\ecb4"
}

.ti-zodiac-scorpio:before {
    content: "\ecb5"
}

.ti-zodiac-taurus:before {
    content: "\ecb6"
}

.ti-zodiac-virgo:before {
    content: "\ecb7"
}

.ti-zoom-cancel:before {
    content: "\ec4d"
}

.ti-zoom-check:before {
    content: "\ef09"
}

.ti-zoom-code:before {
    content: "\f07f"
}

.ti-zoom-exclamation:before {
    content: "\f080"
}

.ti-zoom-in:before {
    content: "\eb56"
}

.ti-zoom-in-area:before {
    content: "\f1dc"
}

.ti-zoom-money:before {
    content: "\ef0a"
}

.ti-zoom-out:before {
    content: "\eb57"
}

.ti-zoom-out-area:before {
    content: "\f1dd"
}

.ti-zoom-pan:before {
    content: "\f1de"
}

.ti-zoom-question:before {
    content: "\edeb"
}

.ti-zoom-replace:before {
    content: "\f2a7"
}

.ti-zoom-reset:before {
    content: "\f295"
}

.ti-zzz:before {
    content: "\f228"
}

.ti-zzz-off:before {
    content: "\f440"
}

[data-bs-theme=light][data-color-theme=Blue_Theme]:root {
    --bs-primary: #1e4db7;
    --bs-primary-rgb: 30,77,183;
    --bs-light-primary: rgba(30, 77, 183, 0.1);
    --bs-primary-bg-subtle: rgba(30, 77, 183, 0.1);
    --bs-secondary: #1a97f5;
    --bs-secondary-rgb: 26,151,245;
    --bs-light-secondary: rgba(26, 151, 245, 0.1);
    --bs-secondary-bg-subtle: rgba(26, 151, 245, 0.1)
}

:root,[data-bs-theme=light] {
    --bs-blue: #1a9bfc;
    --bs-indigo: #6610f2;
    --bs-purple: #7460ee;
    --bs-pink: #e83e8c;
    --bs-red: #fc4b6c;
    --bs-orange: #fb8c00;
    --bs-yellow: #fdc90f;
    --bs-green: #39cb7f;
    --bs-teal: #20c997;
    --bs-cyan: #0bb2fb;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #11142d;
    --bs-gray-100: #f6f8fb;
    --bs-gray-200: #ecf0f2;
    --bs-gray-300: #f1f9ff;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #546269;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #4f5467;
    --bs-gray-800: #11142d;
    --bs-gray-900: #223640;
    --bs-primary: #1a9bfc;
    --bs-secondary: #1a97f5;
    --bs-success: #39cb7f;
    --bs-info: #0bb2fb;
    --bs-warning: #fdc90f;
    --bs-danger: #fc4b6c;
    --bs-light: #f6f8fb;
    --bs-dark: #11142d;
    --bs-muted: #777e89;
    --bs-indigo: #6610f2;
    --bs-light-indigo: #ebf3fe;
    --bs-primary-rgb: 26,155,252;
    --bs-secondary-rgb: 26,151,245;
    --bs-success-rgb: 57,203,127;
    --bs-info-rgb: 11,178,251;
    --bs-warning-rgb: 253,201,15;
    --bs-danger-rgb: 252,75,108;
    --bs-light-rgb: 246,248,251;
    --bs-dark-rgb: 17,20,45;
    --bs-muted-rgb: 119,126,137;
    --bs-indigo-rgb: 102,16,242;
    --bs-light-indigo-rgb: 235,243,254;
    --bs-primary-text-emphasis: shade-color(#1a9bfc, 60%);
    --bs-secondary-text-emphasis: shade-color(#1a97f5, 60%);
    --bs-success-text-emphasis: shade-color(#39cb7f, 60%);
    --bs-info-text-emphasis: shade-color(#0bb2fb, 60%);
    --bs-warning-text-emphasis: shade-color(#fdc90f, 60%);
    --bs-danger-text-emphasis: shade-color(#fc4b6c, 60%);
    --bs-light-text-emphasis: #f6f8fb;
    --bs-dark-text-emphasis: #11142d;
    --bs-primary-bg-subtle: #ddebff;
    --bs-secondary-bg-subtle: #e7e9f0;
    --bs-success-bg-subtle: #ebfaf2;
    --bs-info-bg-subtle: #e6f4ff;
    --bs-warning-bg-subtle: #fff4e5;
    --bs-danger-bg-subtle: #fdf3f5;
    --bs-light-bg-subtle: #f6f8fb;
    --bs-dark-bg-subtle: #11142d;
    --bs-primary-border-subtle: #a3d7fe;
    --bs-secondary-border-subtle: #a3d5fb;
    --bs-success-border-subtle: #b0eacc;
    --bs-info-border-subtle: #9de0fd;
    --bs-warning-border-subtle: #fee99f;
    --bs-danger-border-subtle: #feb7c4;
    --bs-light-border-subtle: #ecf0f2;
    --bs-dark-border-subtle: #546269;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: "DM Sans",sans-serif;
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.9375rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #67757c;
    --bs-body-color-rgb: 103,117,124;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(103, 117, 124, 0.75);
    --bs-secondary-color-rgb: 103,117,124;
    --bs-secondary-bg: #ecf0f2;
    --bs-secondary-bg-rgb: 236,240,242;
    --bs-tertiary-color: rgba(103, 117, 124, 0.5);
    --bs-tertiary-color-rgb: 103,117,124;
    --bs-tertiary-bg: #f6f8fb;
    --bs-tertiary-bg-rgb: 246,248,251;
    --bs-heading-color: #11142d;
    --bs-link-color: #11142d;
    --bs-link-color-rgb: 17,20,45;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #1a9bfc;
    --bs-link-hover-color-rgb: 26,155,252;

/* ================================================
   🎨 EFECTO HOVER MINIMALISTA PARA TARJETAS DE ESTADÍSTICAS
   ================================================ */

/* Estado base de las tarjetas */
.card-group[data-swapy-slot] {
    position: relative;
}

.card-group .card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
}

/* Efecto cuando se hace hover en el grupo - otros elementos se atenúan */
.card-group[data-swapy-slot]:hover .card:not(:hover) {
    opacity: 0.4;
}

/* La tarjeta en hover se destaca con un borde redondeado animado */
.card-group[data-swapy-slot]:hover .card:hover {
    opacity: 1;
    z-index: 2;
    position: relative;
}

/* Borde animado que se va redondeando */
.card-group[data-swapy-slot]:hover .card:hover::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #e3f2fd, #bbdefb, #90caf9, #64b5f6);
    border-radius: 12px;
    z-index: -1;
    animation: borderRound 0.8s ease-out forwards;
}

@keyframes borderRound {
    0% {
        border-radius: 0;
        opacity: 0;
        transform: scale(0.95);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.02);
    }
    100% {
        border-radius: 12px;
        opacity: 1;
        transform: scale(1);
    }
}

/* Efecto sutil en el contenido de la card */
.card-group[data-swapy-slot]:hover .card:hover .card-body {
    background: rgba(248, 249, 250, 0.5);
    border-radius: 8px;
}

/* Transiciones suaves para todos los elementos */
.stats-card {
    border: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
    overflow: hidden;
}

.stats-icon,
.stats-number,
.stats-currency,
.stats-title {
    transition: all 0.3s ease;
}

/* Efecto para pantallas pequeñas */
@media (max-width: 768px) {
    .card-group[data-swapy-slot]:hover .card:not(:hover) {
        opacity: 0.6;
    }
}

/* Mejoras de accesibilidad */
.card-group[data-swapy-slot] .stats-card:focus {
    outline: 2px solid rgba(13, 110, 253, 0.5);
    outline-offset: 2px;
}

/* Mejora para dispositivos táctiles */
@media (hover: none) and (pointer: coarse) {
    .card-group[data-swapy-slot] .stats-card:active {
        transform: scale(0.98);
        transition: transform 0.1s ease;
    }
    
    /* En dispositivos táctiles, no aplicar el efecto de atenuación */
    .card-group[data-swapy-slot]:hover .card:not(:hover) {
        opacity: 1;
    }
}

/* Efecto de destello suave para números que cambian */
.stats-number.number-updated {
    animation: numberUpdate 0.4s ease-out;
}

@keyframes numberUpdate {
    0% {
        background: rgba(40, 167, 69, 0.1);
        border-radius: 4px;
    }
    50% {
        background: rgba(40, 167, 69, 0.2);
    }
    100% {
        background: transparent;
    }
}

/* Indicador de carga minimalista para números */
.stats-number.loading {
    background: linear-gradient(90deg, #f8f9fa 25%, #e9ecef 50%, #f8f9fa 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    color: transparent !important;
    border-radius: 4px;
    min-width: 40px;
    min-height: 20px;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* ================================================
   📊 CHART FULLSCREEN STYLES
   ================================================ */

/* Botón de fullscreen en las cards de gráficas */
.card .btn-outline-secondary[title*="pantalla completa"] {
    opacity: 0;
    transition: all 0.3s ease;
    border: none;
    background: rgba(248, 249, 250, 0.8);
    backdrop-filter: blur(4px);
}

.card:hover .btn-outline-secondary[title*="pantalla completa"] {
    opacity: 1;
    transform: scale(1.05);
}

.card .btn-outline-secondary[title*="pantalla completa"]:hover {
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    border-color: rgba(13, 110, 253, 0.3);
    transform: scale(1.1);
}

/* Container de gráfica en fullscreen */
.chart-fullscreen-container {
    height: 70vh;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
}

.chart-fullscreen-container > div {
    flex: 1;
    min-height: 0; /* Importante para que flex funcione correctamente */
    width: 100%;
}

/* Modal de fullscreen personalizado */
.modal-xl {
    max-width: 95vw;
}

.modal-xl .modal-content {
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.modal-xl .modal-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
}

.modal-xl .modal-body {
    padding: 1.5rem;
}

/* Botones de acción en fullscreen */
.chart-fullscreen-container .btn-group .btn {
    transition: all 0.2s ease;
}

.chart-fullscreen-container .btn-group .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Spinner de carga personalizado */
.chart-fullscreen-container .spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
}

/* Responsive para modales */
@media (max-width: 768px) {
    .modal-xl {
        max-width: 98vw;
        margin: 0.5rem;
    }
    
    .chart-fullscreen-container {
        padding: 0.5rem;
    }
    
    .modal-xl .modal-header,
    .modal-xl .modal-body {
        padding: 1rem;
    }
}

/* Transición mejorada para modo oscuro */
[data-bs-theme="dark"] .stats-card.featured {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}

[data-bs-theme="dark"] .stats-number.loading {
    background: linear-gradient(90deg, #3a3a3a 25%, #4a4a4a 50%, #3a3a3a 75%);
    background-size: 200% 100%;
}

/* Fin de Stats Cards Enhancement System */

    /* Continuación de las variables CSS desde :root,[data-bs-theme=light] */
    --bs-code-color: #e83e8c;
    --bs-highlight-color: #67757c;
    --bs-highlight-bg: #fff4cf;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #ecf0f2;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 7px;
    --bs-border-radius-sm: 5px;
    --bs-border-radius-lg: 15px;
    --bs-border-radius-xl: 12px;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.12);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: unset;
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(26, 155, 252, 0.25);
    --bs-form-valid-color: #39cb7f;
    --bs-form-valid-border-color: #39cb7f;
    --bs-form-invalid-color: #fc4b6c;
    --bs-form-invalid-border-color: #fc4b6c
}

/* ========================================
   🎨 ESTILOS CSS PARA MODAL DE DETALLES
   ======================================== */

/* Contenedor principal del modal */
.record-details-header {
    text-align: center;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 0.75rem 0.75rem 0 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.record-details-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.record-details-icon {
    position: relative;
    z-index: 2;
    margin-bottom: 1.5rem;
}

.record-details-icon i {
    font-size: 2.25rem;
    color: white;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.15);
    padding: 0.625rem;
    border-radius: 50%;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.25);
}

.record-details-header h4 {
    color: white;
    margin: 0 0 0.375rem 0;
    font-weight: 700;
    font-size: 1.375rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    position: relative;
    z-index: 2;
}

.record-details-header h6 {
    font-size: 1rem;
    color: rgba(255,255,255,0.9);
    margin: 0;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    position: relative;
    z-index: 2;
}

/* Variantes de header */
.record-details-header.header-success {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.record-details-header.header-warning {
    background: linear-gradient(135deg, #ffc107 0%, #fd7e14 100%);
}

.record-details-header.header-danger {
    background: linear-gradient(135deg, #dc3545 0%, #e83e8c 100%);
}

.record-details-header.header-info {
    background: linear-gradient(135deg, #17a2b8 0%, #6f42c1 100%);
}

.record-details-header.header-dark {
    background: linear-gradient(135deg, #343a40 0%, #495057 100%);
}

/* Header como elemento principal (sin header del modal) */
.modal-header[style*="display: none"] + .modal-body .record-details-header {
    border-radius: 0.75rem 0.75rem 0 0;
    margin-top: -1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-top: 2.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Ajustar contenido cuando no hay header del modal */
.modal-header[style*="display: none"] + .modal-body .record-details-content {
    padding-top: 0;
}

/* Contenido principal */
.record-details-content {
    padding: 0 1rem 1rem 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Estilos de campos */
.field-label {
    font-size: 0.7rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.field-label i {
    font-size: 0.875rem;
    opacity: 0.7;
}

.field-value {
    font-size: 0.9rem;
    color: #212529;
    word-break: break-word;
    line-height: 1.4;
    padding: 0.375rem 0;
    border-bottom: 1px solid #f8f9fa;
    min-height: 1.75rem;
    display: flex;
    align-items: center;
}

/* Secciones */
.section-header {
    background: #f8f9fa;
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    border-left: 3px solid #0d6efd;
    margin: 1rem 0 0.75rem 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    position: relative;
}

.section-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #dee2e6, transparent);
}

.section-header h5 {
    color: #495057;
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.section-header small {
    display: block;
    margin-top: 0.25rem;
    color: #6c757d;
    font-size: 0.8rem;
    font-weight: 400;
}

/* Divisores */
hr {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, #dee2e6, transparent);
    margin: 2rem 0;
}

/* Badges y estados */
.badge {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.375rem 0.75rem;
    border-radius: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Campos con formatter personalizado */
.field-value.formatted {
    padding: 0.75rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    font-weight: 500;
}

.field-value.formatted:hover {
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Campos con link personalizado */
.field-value.with-link {
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.field-value.with-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(13, 110, 253, 0.1), transparent);
    transition: left 0.5s ease;
}

.field-value.with-link:hover::before {
    left: 100%;
}

.field-value.with-link:hover {
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.2);
}

.field-value.with-link::after {
    content: '→';
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #0d6efd;
    font-weight: bold;
    opacity: 0;
    transition: all 0.3s ease;
}

.field-value.with-link:hover::after {
    opacity: 1;
    transform: translateY(-50%) translateX(5px);
}

/* Indicador de campo clickeable */
.field-value.clickable {
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.field-value.clickable:hover {
    border-color: #0d6efd;
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    transform: scale(1.02);
}

/* Estilos para campos con formatter HTML */
.field-value.html-content {
    padding: 0;
    border: none;
    background: none;
}

.field-value.html-content * {
    margin: 0;
    padding: 0;
}

/* Animación para campos con formatter */
@keyframes fieldHighlight {
    0% { background-color: transparent; }
    50% { background-color: rgba(13, 110, 253, 0.1); }
    100% { background-color: transparent; }
}

.field-value.animated {
    animation: fieldHighlight 0.5s ease;
}

/* Valores monetarios */
.text-success.fw-bold {
    font-size: 1.1rem;
    font-weight: 700;
    color: #198754 !important;
}

/* Fechas */
.text-muted {
    font-size: 0.875rem;
    color: #6c757d !important;
}

/* Booleanos */
.field-value i.ti-check {
    color: #198754;
    font-size: 1.1rem;
}

.field-value i.ti-x {
    color: #dc3545;
    font-size: 1.1rem;
}

/* Arrays */
.badge.bg-light {
    background-color: #f8f9fa !important;
    color: #495057 !important;
    border: 1px solid #dee2e6;
    font-size: 0.75rem;
    margin: 0.125rem;
}

/* JSON */
pre {
    background-color: #f8f9fa !important;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.4;
    max-height: 200px;
    overflow-y: auto;
}

/* Temas */
.record-details-content.theme-compact .field-label {
    font-size: 0.7rem;
    margin-bottom: 0.25rem;
}

.record-details-content.theme-compact .field-value {
    font-size: 0.85rem;
    padding: 0.375rem 0;
    min-height: 2rem;
}

.record-details-content.theme-detailed .field-label {
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.record-details-content.theme-detailed .field-value {
    font-size: 1rem;
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    border: 1px solid #e9ecef;
    min-height: 3rem;
}

/* Responsive */
@media (max-width: 768px) {
    .record-details-header {
        padding: 1.5rem 0 1rem 0;
    }
    
    .record-details-icon i {
        font-size: 2rem;
    }
    
    .field-label, .field-value {
        font-size: 0.9rem !important;
    }
    
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .section-header {
        padding: 1rem;
        margin: 1.5rem 0 1rem 0;
    }
    
    .section-header h5 {
        font-size: 1rem;
    }
}

/* Animaciones sutiles */
.field-value {
    transition: all 0.2s ease;
}

.field-value:hover {
    background-color: #f8f9fa;
    border-radius: 0.25rem;
}

/* Mejoras para valores vacíos */
.field-value:empty::before {
    content: "—";
    color: #adb5bd;
    font-style: italic;
}

/* Estilos para el modal */
.modal-body {
    padding: 0;
}

.modal-content {
    border-radius: 0.75rem;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* ========================================
   🎨 ESTILOS PARA TABULATOR TABLE
   ======================================== */

.tabulator-row.tabulator-selectable:hover {
    background-color: #f2f2f2 !important;
}

.tabulator-row .tabulator-responsive-collapse {
    border-bottom: none !important;
    border-top: none !important;
}

.tabulator-row.tabulator-row-even {
    background-color: #fafafa !important;
}

.tabulator .tabulator-footer {
    background: white !important;
}

/* ========================================
   🎨 ESTILOS PARA TOOL RECORDDETAILS
   ======================================== */

.record-details-container {
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-bottom: 2rem;
}

.record-details-buttons {
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.record-details-buttons .btn {
    border-radius: 0.5rem;
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    transition: all 0.2s ease;
}

.record-details-buttons .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Animación de carga */
.record-details-container.loading {
    position: relative;
    min-height: 200px;
}

.record-details-container.loading::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #0d6efd;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.modal-header {
    border-bottom: none;
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.modal-footer {
    border-top: 1px solid #e9ecef;
    padding: 1rem 1.5rem;
    background-color: #f8f9fa;
}

/* Mejoras para botones */
.modal-footer .btn {
    border-radius: 0.5rem;
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    transition: all 0.2s ease;
}

.modal-footer .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Estilos para campos especiales */
.field-value .badge {
    margin-right: 0.25rem;
}

.field-value a {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

/* Mejoras para iconos en valores */
.field-value i {
    margin-right: 0.25rem;
}

/* Estilos para valores largos */
.field-value {
    word-wrap: break-word;
    hyphens: auto;
}

/* Mejoras para el espaciado general */
.mb-3 {
    margin-bottom: 0.75rem !important;
}

/* Reducir espaciado entre campos */
.field-value {
    margin-bottom: 0.5rem;
}

/* Espaciado más compacto para secciones */
.section-header + .row {
    margin-top: 0.5rem;
}

.row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.col-md-6, .col-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.col-md-6, .col-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}


/*
========================================
🎨 ESTILOS PARA CAMPOS DINÁMICOS
========================================
*/
/* Estilos para campos dinámicos */
.dynamic-fields-container {
    margin-bottom: 1rem;
}

.dynamic-field-row {
    margin-bottom: 0.5rem;
    padding: 0.5rem;
}

.form-header {
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.form-header .col-md {
    font-weight: 600;
    color: #6c757d;
}

.dynamic-field-row .col-md {
    align-items: center;
}

.dynamic-field-row .btn-danger {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.dynamic-field-row .form-control,
.dynamic-field-row .form-select {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

.dynamic-field-row .form-control:focus,
.dynamic-field-row .form-select:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.dynamic-field-row .input-group-text {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    color: #495057;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .dynamic-field-row .col-md {
        margin-bottom: 0.5rem;
    }
    
    .dynamic-field-row .col-md-1 {
        text-align: center;
        margin-top: 0.5rem;
    }
}

/* ==============================
   MultiPurposePopover (TemplateManager)
   ============================== */
.urano-mp-popover.popover {
  border: 1px solid #e9ecef;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  border-radius: 10px;
  max-width: inherit!important;
}
.urano-mp-popover.popover .popover-arrow::before, .urano-mp-popover.popover .popover-arrow::after {
  display: none;
}
.urano-mp-popover .popover-header {
  display: none; /* usamos header custom en body */
}
.urano-mp-popover .popover-body {
  padding: 0;
}
.urano-mp-popover .mp-content {
  min-width: 280px;
}

/* Search input area (filters) */
.urano-mp-popover .mp-content .mp-search-input {
  border-radius: 8px;
}
.urano-mp-popover .mp-content .p-2 {
  padding: .75rem !important;
}

/* Tabs (Favorites | Owners | Filters) */
.urano-mp-popover .mp-tabs {
  display: flex;
  gap: 18px;
  align-items: center;
  color: #6c757d;
}
.urano-mp-popover .mp-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: .35rem 0;
  color: #6c757d;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.urano-mp-popover .mp-tab i { color: #6c757d; }
.urano-mp-popover .mp-tab.active {
  color: #0d6efd;
  border-bottom-color: #0d6efd;
}
.urano-mp-popover .mp-tabs-underline {
  height: 1px;
  background: #e9ecef;
}

/* Option lists */
.urano-mp-popover .dropdown-item,
.urano-mp-popover .list-group-item {
  padding: .55rem .75rem;
  border-radius: 6px;
}
.urano-mp-popover .list-group-item { border: 0; }
.urano-mp-popover .dropdown-item:hover,
.urano-mp-popover .list-group-item:hover {
  background-color: #f5f7fb;
}
.urano-mp-popover .mp-option-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 6px;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: background .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.urano-mp-popover .mp-option-wrapper:hover,
.urano-mp-popover .mp-option-wrapper.is-selected {
  background: linear-gradient(90deg, rgba(13,110,253,0.08) 0%, rgba(13,110,253,0.02) 100%);
  border-color: rgba(13,110,253,0.18);
  box-shadow: 0 1px 4px rgba(13,110,253,0.12);
}
.urano-mp-popover .mp-option-link {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
  padding: .35rem .45rem;
  border-radius: 6px;
  transition: background-color .15s ease;
}
.urano-mp-popover .mp-option-wrapper.hover .mp-option-link,
.urano-mp-popover .mp-option-link:focus-visible {
  outline: 2px solid #a4c8ff;
  outline-offset: 2px;
}
.urano-mp-popover .mp-option-actions {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  opacity: 0;
  transform: translateX(6px);
  transition: opacity .12s ease, transform .12s ease;
}
.urano-mp-popover .mp-option-wrapper:hover .mp-option-actions,
.urano-mp-popover .mp-option-wrapper.is-selected .mp-option-actions,
.urano-mp-popover .mp-option-wrapper:focus-within .mp-option-actions {
  opacity: 1;
  transform: translateX(0);
}
.urano-mp-popover .mp-option-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #6c757d;
  cursor: pointer;
  transition: background-color .12s ease, color .12s ease;
}
.urano-mp-popover .mp-option-btn:hover,
.urano-mp-popover .mp-option-btn:focus-visible {
  background-color: rgba(13, 110, 253, 0.12);
  color: #0d6efd;
  outline: none;
}
.urano-mp-popover .mp-option-btn-favorite.active {
  color: #f2b01e;
}
.urano-mp-popover .mp-option-btn-favorite.active:hover {
  background-color: rgba(242, 176, 30, 0.18);
  color: #c28a10;
}
.urano-mp-popover .mp-option-checkbox {
  pointer-events: none;
  border-radius: 4px;
}
.urano-mp-popover .mp-option-check {
  display: inline-flex;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #cbd5e1;
  margin-right: 6px;
  position: relative;
  transition: background-color .12s ease, border-color .12s ease;
}
.urano-mp-popover .mp-option-check.checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.urano-mp-popover .mp-option-check.checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.urano-mp-popover .dropdown-divider { margin: .25rem 0; }

/* Title row for options popover */
.urano-mp-popover .fw-semibold { font-weight: 600; }

/* Add new actions */
.urano-mp-popover .mp-add-new-option,
.urano-mp-popover .mp-add-new-filter {
  color: #0d6efd;
  text-decoration: none;
}
.urano-mp-popover .mp-add-new-option:hover,
.urano-mp-popover .mp-add-new-filter:hover {
  text-decoration: underline;
}

/* Right side icons (check/star) */
.urano-mp-popover .ti-check { color: #0d6efd; }
.urano-mp-popover .ti-star-filled { color: #f2b01e; }

/* Compact spacing for sections */
.urano-mp-popover .mp-section-container .list-group-item + .list-group-item {
  margin-top: 2px;
}

