| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252 | @import '../../../../vendor/filament/filament/resources/css/theme.css';
@import 'tooltip.css';
@config './tailwind.config.js';
.choices:focus-visible {
    outline: none;
}
.es-table__header-ctn, .es-table__footer-ctn {
    @apply divide-y divide-gray-200 dark:divide-white/10 h-12;
}
.es-table__row {
    @apply [@media(hover:hover)]:transition [@media(hover:hover)]:duration-75 hover:bg-gray-50 dark:hover:bg-white/5;
}
.es-table .es-table__rowgroup td:first-child {
    padding-left: 3rem;
}
.es-table .es-table__rowgroup .es-table__row > td:nth-child(2) {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
.es-table .es-table__rowgroup .es-table__row > td:nth-child(3) {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
.es-table .es-table__rowgroup .es-table__row > td:nth-child(4) {
    white-space: nowrap;
}
.es-table .es-table__rowgroup .es-table__row > td:last-child {
    padding-right: 3rem;
}
.choices__group {
    color: rgba(var(--gray-900), 1);
    font-weight: bold;
}
.connected-account-header .fi-icon-btn.fi-ac-icon-btn-action {
    @apply text-primary-500 hover:text-danger-600 focus-visible:text-danger-600 focus-visible:ring-danger-500 dark:text-primary-400 dark:hover:text-danger-300 dark:focus-visible:text-danger-300 dark:focus-visible:ring-danger-500;
}
.fi-ta-empty-state-icon-ctn {
    @apply bg-platinum;
}
.fi-body {
    position: relative;
    background-color: #E8E9EB;
    z-index: 1;
}
.fi-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(99.6deg,
            rgba(232, 233, 235, 1) 10.6%,
            rgba(240, 241, 243, 1) 32.9%,
            rgba(248, 249, 251, 0.7) 50%,
            rgba(240, 241, 243, 1) 67.1%,
            rgba(232, 233, 235, 1) 83.4%);
    pointer-events: none;
    z-index: -1;
}
:is(.dark .fi-body) {
    position: relative;
    background-color: rgb(3, 7, 18);
    z-index: 1;
}
:is(.dark .fi-body)::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: radial-gradient(
        ellipse at top right,
        rgba(var(--primary-950), 1) 0%,
        rgba(var(--primary-950), 0.9) 15%,
        rgba(var(--primary-900), 0.7) 30%,
        rgba(var(--primary-900), 0.5) 45%,
        rgba(var(--primary-950), 0.3) 60%,
        rgba(var(--primary-950), 0.1) 75%,
        rgba(3,7,18,0) 100%
    );
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}
.fi-topbar > nav, .fi-sidebar-header {
    @apply bg-transparent ring-0 shadow-none !important;
    transition: background-color 0.3s, top 0.3s;
}
.fi-topbar > nav {
    @apply relative flex justify-center;
    > ul {
        @apply absolute -translate-x-2/4 gap-x-0 left-2/4;
    }
    > div {
        @apply static;
    }
}
.fi-topbar > nav.topbar-hovered, .fi-sidebar-header.topbar-hovered {
    background-color: rgba(255, 255, 255, 0.75) !important;
}
:is(.dark .fi-topbar > nav.topbar-hovered, .dark .fi-sidebar-header.topbar-hovered) {
    background-color: rgba(10, 16, 33, 0.75) !important;
}
.fi-topbar > nav.topbar-scrolled, .fi-sidebar-header.topbar-scrolled {
    background-color: rgba(255, 255, 255, 0.5) !important;
}
:is(.dark .fi-topbar > nav.topbar-scrolled, .dark .fi-sidebar-header.topbar-scrolled) {
    background-color: rgba(10, 16, 33, 0.5) !important;
}
.fi-dropdown.fi-topbar-dropdown .fi-dropdown-panel {
    transition: max-width 0.3s linear 0.1s, opacity 0.1s linear 0.1s;
    @apply absolute -translate-x-1/2 left-1/2 !important;
}
.fi-topbar-item > * {
    @apply h-16 rounded-none !bg-transparent border-b-2 border-transparent;
}
.fi-topbar-item > button > svg {
    transition: transform 0.1s ease-in-out, color 0.1s ease-in-out;
}
.fi-topbar-item-active {
    & > a, & > button {
        @apply border-primary-600 dark:border-primary-400;
    }
    > button {
        @apply text-gray-700 dark:text-gray-200;
    }
    > button > svg {
        @apply text-gray-400 dark:text-gray-500;
    }
}
.fi-topbar-item > a:hover, a:focus-visible {
    @apply text-primary-600 dark:text-primary-400 border-primary-600 dark:border-primary-400;
    > svg {
        @apply text-primary-500;
    }
}
.fi-topbar-dropdown[aria-expanded="true"], .fi-topbar-dropdown[aria-expanded="false"] .fi-dropdown-trigger[aria-expanded="true"] {
    .fi-topbar-item > button {
        @apply text-primary-600 dark:text-primary-400 border-primary-600 dark:border-primary-400 !important;
        > svg {
            @apply rotate-180 text-primary-500;
        }
    }
}
.menu-groups {
    @apply flex flex-row relative transition-[unset] m-0 px-12 py-9;
    .menu-group {
        @apply flex flex-col justify-between relative z-[3] mx-2.5 my-0 p-0;
    }
}
.submenu-wrap {
    .submenu {
        @apply flex flex-wrap m-0 p-0;
    }
    .submenu.cols-1 {
        @apply w-60;
    }
    .menu-label, .menu-label-invisible-spacer {
        @apply text-gray-700 dark:text-gray-200 text-base font-medium mb-4 pb-4 border-b border-gray-200 dark:border-gray-700 min-h-[2.5625rem];
    }
    .menu-label-invisible-spacer {
        @apply invisible;
    }
}
.menu-item {
    @apply cursor-pointer -left-4 leading-tight relative w-[calc(100%_-_10px)] p-2;
}
.fi-topbar-dropdown-list-item {
    @apply flex justify-between relative transition-[left] duration-200 z-[2] rounded-none left-0;
    &::after {
        @apply bg-primary-600 dark:bg-primary-400 content-[''] block h-0 left-[-1rem] absolute transition-all duration-300 w-px top-[calc(100%_+_0.5rem)];
    }
    &:hover {
        @apply left-4 !bg-transparent;
    }
    &:hover > span {
        @apply text-primary-600 dark:text-primary-400;
    }
    &:hover::after {
        @apply -top-2 h-[calc(100%+1rem)];
    }
    &:hover .bg {
        @apply w-full;
    }
    > span {
        @apply flex flex-col relative z-[1] font-medium;
    }
    .bg {
        @apply h-[calc(100%+1rem)] -left-4 absolute -top-2 transition-[width] duration-200 delay-100 bg-gradient-to-r from-primary-600/10 dark:from-primary-400/10;
    }
}
.choices[data-type="select-one"] .choices__inner {
    height: 2.25rem;
}
.fi-badge {
    display: inline-flex;
}
 |