@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap";.avatar{@apply inline-block relative bg-gray-400 dark:bg-gray-600 text-gray-100;}.avatar-sm{@apply w-8 h-8 leading-8;}.avatar-md{@apply w-10 h-10 leading-10;}.avatar-lg{@apply w-12 h-12 leading-10;}.avatar-rounded{@apply rounded-md;}.avatar-square{@apply rounded-none;}.avatar-circle{@apply rounded-full;}.avatar-img{@apply block w-full h-full object-cover;}.avatar-string{@apply absolute origin-center left-2/4 flex items-center;}.avatar-inner-sm{@apply h-8;}.avatar-inner-md{@apply h-10;}.avatar-inner-lg{@apply h-12;}.avatar-icon{@apply flex items-center justify-center h-full;}.avatar-icon-sm{@apply text-lg;}.avatar-icon-md{@apply text-xl;}.avatar-icon-lg{@apply text-2xl;}.avatar-group{@apply inline-flex;}.avatar-group-chained>.avatar,.avatar-group-chained>.tooltip-wrapper{@apply -ml-2 rtl:-mr-2;}.avatar-group-chained>.avatar:first-child,.avatar-group-chained>.tooltip-wrapper:first-child{@apply ml-0 rtl:mr-0;}.badge{@apply rounded-full px-2 py-0.5 text-xs bg-red-500 text-white;}.badge-dot{@apply rounded-full text-xs bg-red-500 text-white w-2 h-2;}.badge-wrapper{@apply relative flex;}.badge-inner{@apply absolute z-10 transform top-0 ltr:translate-x-2/4 rtl:-translate-x-2/4 -translate-y-2/4 ltr:right-0 rtl:left-0;}.button{@apply font-semibold focus:outline-none whitespace-nowrap;}.button.radius-round{@apply rounded-md;}.button.radius-circle{@apply rounded-full;}.button.radius-none{@apply rounded-none;}.card{@apply bg-white rounded-lg dark:bg-gray-800;}.card-border{@apply border border-gray-200 dark:border-gray-600;}.card-shadow{@apply shadow border-b border-gray-200 dark:border-gray-600 dark:border-none;}.card-header-border{@apply border-b border-gray-200 dark:border-gray-600;}.card-header-extra{@apply flex justify-between items-center;}.card-footer{@apply rounded-bl-lg rounded-br-lg;}.card-footer-border{@apply border-t border-gray-200 dark:border-gray-600;}.card-header,.card-footer{@apply py-3 px-5;}.card-body{@apply p-5;}.card-gutterless{@apply p-0;}.checkbox{@apply h-5 w-5 border border-gray-300 dark:border-gray-600 rounded cursor-pointer inline-block align-middle flex-shrink-0 p-0 appearance-none transition-colors duration-150 ease-in-out shadow-sm;}.checkbox:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");@apply bg-current border-transparent;}.checkbox.disabled{@apply text-gray-200 bg-gray-100 dark:bg-gray-600 dark:text-gray-400 cursor-not-allowed;}.checkbox-label{@apply inline-flex cursor-pointer mr-3;}.checkbox-label.disabled{@apply cursor-not-allowed;}.close-btn{@apply outline-none;}.close-btn-default{@apply text-xl rounded p-1 text-gray-400 hover:text-gray-600 dark:hover:text-gray-300;}.date-picker{@apply z-40 max-w-xs shadow-xl dark:shadow-2xl bg-white dark:bg-gray-800 rounded-lg p-4;}.date-picker-panel{@apply rounded-lg;}.date-picker-header-label{@apply cursor-pointer mx-0.5 select-none text-gray-900 dark:text-gray-100;}.date-picker-current-month{@apply text-gray-700 dark:text-gray-100;}.date-picker-other-month{@apply text-gray-400 dark:text-gray-500;}.date-picker-selected-date{@apply text-white;}.date-picker-available{@apply hover:text-white;}.date-picker-today{@apply border;}.date-picker-month-cell{@apply text-center py-6 font-semibold;}.date-picker-month-cell-disabled{@apply opacity-30 bg-gray-300 cursor-not-allowed;}.date-picker-month-cell-inner{@apply cursor-pointer px-4 py-2 rounded-lg select-none;}.date-picker-year-cell{@apply text-center py-6;}.date-picker-year-cell-inner{@apply cursor-pointer px-4 py-2 rounded-lg select-none font-semibold;}.date-picker-year-cell-disabled{@apply opacity-30 bg-gray-300 cursor-not-allowed;}.picker{@apply z-40 rounded-lg;}.picker-panel{@apply shadow-xl dark:shadow-2xl bg-white dark:bg-gray-700 rounded-lg p-4;}.picker-view{@apply min-w-[260px] w-full flex gap-6;}.picker-table{@apply border-collapse w-full;}.picker-header-arrow{@apply cursor-pointer flex items-center px-2 text-lg rtl:rotate-180 select-none h-10;}.picker-header-label{@apply cursor-pointer mx-0.5 select-none text-gray-900 dark:text-gray-100 text-lg font-semibold;}.year-table,.month-table{@apply grid grid-cols-3 gap-2;}.date-picker-cell{@apply text-center w-9 h-9 p-0;}.date-picker-cell-content{@apply h-full w-full font-normal;}.date-picker-cell-current-month{@apply text-gray-700 dark:text-gray-100;}.date-picker-cell-hoverable{@apply hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-gray-300;}.date-picker-cell-disabled{@apply opacity-30 bg-gray-300 cursor-not-allowed;}.date-picker-week-cell{@apply font-semibold;}.week-day-cell{@apply h-7;}.day-picker,.month-picker,.year-picker{@apply w-full;}.month-picker-cell,.year-picker-cell{@apply text-center py-2 rounded-lg font-semibold;}.month-picker-cell-disabled,.year-picker-cell-disabled{@apply opacity-30 bg-gray-300 cursor-not-allowed;}.dialog{outline:none;@apply mx-auto;}@screen sm{.dialog {@apply max-w-xl;}}@screen md{.dialog {@apply max-w-2xl;}}@screen lg{.dialog {@apply max-w-4xl;}}@screen xl{.dialog {@apply max-w-6xl;}}.dialog-content{@apply p-6 rounded-lg shadow-xl sm:my-16 relative bg-white dark:bg-gray-800;height:auto;max-height:90vh;overflow-y:auto}.dialog-overlay{transition:all .15s ease-in-out;@apply bg-opacity-60 inset-0 fixed z-30 bg-black dark:bg-opacity-80;}.dialog-overlay-after-open{opacity:1}.dialog-overlay-before-close{opacity:0}.drawer-content{@apply bg-white dark:bg-gray-800 shadow-xl absolute flex flex-col;}.drawer-content.vertical{@apply h-full;}.drawer-content.horizontal{@apply w-full;}.drawer-header{@apply flex items-center justify-between py-4 px-6 border-b border-gray-200 dark:border-gray-700;}.drawer-body{@apply p-6 h-full overflow-y-auto;}.drawer-footer{@apply flex items-center justify-between py-4 px-6 border-t border-gray-200 dark:border-gray-700;}.drawer-open.drawer-lock-scroll{@apply overflow-hidden;}.drawer-overlay{transition:all .3s ease-in-out;@apply bg-black bg-opacity-80 inset-0 fixed z-30;}.drawer-overlay-after-open{opacity:1}.drawer-overlay-before-close{opacity:0}.dropdown{@apply relative inline-block;}.dropdown-menu{min-width:160px;@apply rounded-md shadow-lg bg-white dark:bg-gray-700 dark:shadow-2xl ring-1 ring-black ring-opacity-5 focus:outline-none p-1.5 absolute z-30;}.dropdown-menu.top-start{@apply ltr:left-0 rtl:right-0 bottom-full origin-bottom;}.dropdown-menu.top-center{@apply bottom-full left-1/2 origin-bottom;}.dropdown-menu.top-end{@apply ltr:right-0 rtl:left-0 bottom-full origin-bottom;}.dropdown-menu.bottom-start{@apply ltr:left-0 rtl:right-0 top-full origin-top;}.dropdown-menu.bottom-center{@apply left-1/2 top-full origin-top;}.dropdown-menu.bottom-end{@apply ltr:right-0 rtl:left-0 top-full origin-top;}.dropdown-menu.middle-start-top{@apply left-full top-0 origin-top;}.dropdown-menu.middle-start-bottom{@apply left-full bottom-0 origin-bottom;}.dropdown-menu.middle-end-top{@apply right-full top-0 origin-top;}.dropdown-menu.middle-end-bottom{@apply right-full bottom-0 origin-bottom;}.dropdown-toggle-default{@apply cursor-pointer p-2 inline-block;}.dropdown-toggle-default.dropdown-toggle-disabled{@apply opacity-60;}.dropdown-submenu{@apply ltr:left-full rtl:right-full top-0 origin-top;}.dropdown-submenu-item{@apply justify-between;}.dropdown-toggle-disabled{@apply cursor-not-allowed;}.form-item{@apply mb-7 relative;}.form-item.horizontal{@apply flex flex-auto;}.form-item.horizontal .form-label{@apply justify-end;}.form-item.vertical{@apply flex flex-col;}.form-item.inline{@apply md:inline-flex mr-3 rtl:ml-3;}.form-label{@apply flex items-center font-semibold;}.form-label.invalid{@apply text-red-500;}.form-explain{@apply text-red-500 absolute;}.form-container.inline{@apply md:flex items-center;}.input-group{@apply flex items-center;}.input-group .input{@apply z-10;@apply text-gray-800;}.input-group .input:focus,.input-group .input:focus-within{@apply z-20;}.input-group .date-picker{z-index:11}.input-group .select__control--is-focused,.input-group .date-picker.picker-expanded,.input-group .input-suffix-end,.input-group .input-suffix-start{@apply z-20;}.input-group>.input:first-child,.input-group>.input-addon:first-child,.input-group>.button:first-child{@apply ltr:rounded-r-none rtl:rounded-l-none;}.input-group>.input:last-child:not(.picker),.input-group>.input-addon:last-child:not(.picker),.input-group>.button:last-child:not(.picker){@apply ltr:rounded-l-none rtl:rounded-r-none;}.input-group>.input:not(:first-child),.input-group>.input-addon:not(:first-child),.input-group>.button:not(:first-child){@apply ltr:rounded-l-none ltr:-ml-px rtl:rounded-r-none rtl:-mr-px;}.input-group>.input:not(:last-child),.input-group>.input-addon:not(:last-child),.input-group>.button:not(:last-child){@apply ltr:rounded-r-none rtl:rounded-l-none;}.input-group>*:first-child .input,.input-group>*:first-child .select__control{@apply ltr:rounded-r-none rtl:rounded-l-none;}.input-group>*:last-child .input,.input-group>*:last-child .select__control{@apply ltr:rounded-l-none rtl:rounded-r-none;}.input-group>*:not(:first-child) .input,.input-group>*:not(:first-child) .select__control{@apply ltr:rounded-l-none ltr:-ml-px rtl:rounded-r-none rtl:-mr-px;}.input-group>*:not(:last-child) .input,.input-group>*:not(:last-child) .select__control{@apply ltr:rounded-r-none rtl:rounded-l-none;}.input{@apply border border-gray-300 dark:border-gray-600 dark:bg-transparent rounded-md w-full py-2 px-3 focus:outline-none focus:ring-1 focus-within:ring-1 appearance-none transition duration-150 dark:text-gray-100 ease-in-out;}.input::placeholder{@apply text-gray-400;}.input.input-invalid{@apply ring-1 ring-red-500 border-red-500;}.input.input-lg{@apply text-lg;}.input-addon{@apply flex items-center px-4 rounded-md border border-gray-300 bg-gray-50 dark:border-gray-600 dark:bg-gray-700;}.input-textarea{min-height:7rem}.input-wrapper{@apply relative w-full flex;}.input-disabled,.input-readonly{@apply bg-gray-100 dark:bg-gray-700 text-gray-400 cursor-not-allowed;}.input-disabled::placeholder,.input-readonly::placeholder{@apply opacity-70;}.input-suffix-start{@apply absolute top-2/4 transform -translate-y-2/4 ltr:left-2.5 rtl:right-2.5;}.input-suffix-end{@apply absolute top-2/4 transform -translate-y-2/4 ltr:right-2.5 rtl:left-2.5 flex;}.menu-item{@apply cursor-pointer font-semibold px-3 rounded-md flex items-center w-full whitespace-nowrap gap-x-2;}.menu-item.menu-item-light{@apply text-gray-600;}.menu-item.menu-item-light.menu-item-hoverable{@apply hover:text-gray-900 hover:bg-gray-100;}.menu-item.menu-item-light.menu-item-active{@apply text-gray-900 bg-gray-200 hover:bg-gray-200;}.menu-item.menu-item-dark{@apply text-gray-400 dark:text-gray-400;}.menu-item.menu-item-dark.menu-item-hoverable{@apply hover:text-gray-100;}.menu-item.menu-item-dark.menu-item-active{@apply text-gray-100 bg-gray-600 hover:bg-gray-600;}.menu-item.menu-item-themed{@apply text-gray-100 text-opacity-80;}.menu-item.menu-item-themed.menu-item-hoverable{@apply hover:text-opacity-100 hover:bg-opacity-10;}.menu-item.menu-item-themed.menu-item-active{@apply text-gray-100 bg-gray-900 bg-opacity-30 hover:bg-opacity-30;}.menu-item.menu-item-transparent.menu-item-hoverable{@apply hover:text-gray-900 dark:hover:text-gray-100;}.menu-item.menu-item-transparent.menu-item-active{@apply text-gray-900 dark:text-gray-100 bg-gray-900/[.075] dark:bg-white/[.1];}.menu-collapse-item{@apply cursor-pointer select-none font-semibold px-3 h-10 rounded-md flex items-center justify-between;}.menu-collapse-item.menu-collapse-item-light{@apply text-gray-600 hover:text-gray-900 hover:bg-gray-100;}.menu-collapse-item.menu-collapse-item-dark{@apply text-gray-400 dark:text-gray-400 hover:text-gray-100 dark:hover:text-gray-100 hover:bg-gray-700;}.menu-collapse-item.menu-collapse-item-themed{@apply text-gray-100 text-opacity-80 hover:text-opacity-100 hover:bg-gray-900 hover:bg-opacity-10;}.menu-collapse-item.menu-collapse-item-transparent{@apply text-gray-600 hover:text-gray-900 hover:bg-gray-900/[.1] dark:text-gray-400 dark:hover:text-gray-100 dark:hover:bg-white/[.1];}.menu-item-divider{@apply border-b border-gray-200 dark:border-gray-600 my-2;}.menu-item-disabled{@apply cursor-not-allowed opacity-60;}.menu-item-link{@apply flex w-full h-full items-center;}.menu-item.menu-item-transparent.menu-item-hoverable:hover{--tw-text-opacity: 1;color:rgb(66 71 80/ var(--tw-text-opacity))}.menu-title{@apply uppercase font-semibold px-3 mt-4 mb-2;}.menu-title.menu-title-light{@apply text-gray-500;}.menu-title.menu-title-dark{@apply text-gray-300;}.menu-title.menu-title-themed{@apply text-gray-100 text-opacity-50;}.menu-light{@apply bg-white;}.menu-dark{@apply bg-gray-800;}.menu-transparent{@apply bg-transparent;}.notification{@apply bg-white shadow-xl dark:shadow-2xl rounded-lg mb-3 relative border border-gray-100 dark:bg-gray-700 dark:border-transparent;}.notification-content{@apply p-4 flex;}.notification-content.no-child{@apply items-center;}.notification-title{@apply font-semibold text-gray-800 dark:text-white;}.notification-close{@apply top-5 ltr:right-4 rtl:left-4;}.pagination{@apply relative z-0 inline-flex items-center rounded-md;}.pagination-pager{@apply cursor-pointer relative mx-2 rounded inline-flex items-center h-8 justify-center text-sm font-semibold select-none;}.pagination-pager-inactive{@apply text-gray-500 hover:bg-gray-50 dark:text-gray-400 dark:hover:text-gray-100 dark:hover:bg-gray-600;}.pagination-pager-disabled{@apply cursor-not-allowed text-gray-300 dark:text-gray-600;}.pagination-total{@apply font-semibold mr-3 text-gray-500 dark:text-gray-400;}.pagination-pager-next{@apply mr-1 rtl:rotate-180;}.pagination-pager-prev{@apply ml-1 rtl:rotate-180;}.progress{@apply inline-block;}.progress.circle{@apply relative w-full;}.progress.line{@apply relative w-full flex items-center;}.progress-bg{@apply rounded-full transition-all duration-200;}.progress-info.line{@apply ltr:ml-2 rtl:mr-2;}.progress-inner{@apply relative w-full overflow-hidden rounded-full bg-gray-100 dark:bg-gray-600;}.progress-wrapper{@apply w-full;}.progress-circle{@apply relative;}.progress-circle-info{@apply absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2;}.progress-circle-trail{@apply stroke-current text-gray-100 dark:text-gray-600;}.progress-circle-stroke{@apply stroke-current transition-all duration-200;}.radio{@apply h-5 w-5 border border-gray-300 dark:border-gray-600 rounded-full cursor-pointer inline-block align-middle flex-shrink-0 p-0 appearance-none transition-colors duration-150 ease-in-out shadow-sm;}.radio:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");@apply bg-current border-transparent;}.radio.disabled{@apply text-gray-200 bg-gray-100 dark:bg-gray-600 dark:text-gray-400 cursor-not-allowed;}.radio-label{@apply items-center cursor-pointer inline-flex;}.radio-label.disabled{@apply cursor-not-allowed;}.radio-group{@apply inline-flex;}.radio-group.vertical{@apply flex-col;}.segment{@apply flex;}.segment>.segment-item-default:first-child{@apply ltr:rounded-r-none rtl:rounded-l-none;}.segment>.segment-item-default:last-child:not(.picker){@apply ltr:rounded-l-none rtl:rounded-r-none;}.segment>.segment-item-default:not(:first-child){@apply ltr:rounded-l-none ltr:-ml-px rtl:rounded-r-none rtl:-mr-px;}.segment>.segment-item-default:not(:last-child){@apply ltr:rounded-r-none rtl:rounded-l-none;}.segment-item-default{@apply font-semibold focus:outline-none cursor-pointer select-none rounded-md bg-white border border-gray-300 dark:bg-gray-700 dark:border-gray-700 text-gray-600 dark:text-gray-100 w-full md:w-auto;}.segment-item-default:not(.segment-item-active):not(.segment-item-disabled){@apply hover:bg-gray-50 dark:hover:bg-gray-600 active:bg-gray-100 dark:active:bg-gray-500 dark:active:border-gray-500;}.segment-item-default.segment-item-active{@apply bg-gray-100 dark:bg-gray-500 dark:border-gray-500;}.segment-item-default.segment-item-disabled{@apply cursor-not-allowed opacity-40;}.select .select__placeholder{@apply text-gray-400;}.select .select__multi-value{@apply bg-gray-100 dark:bg-gray-600 text-base rounded-lg font-semibold;}.select .select__multi-value .select__multi-value__label{color:inherit}.select .select__multi-value__remove:hover{@apply bg-transparent text-gray-800 dark:text-gray-400;}.select.select-lg{@apply text-lg;}.select.select-lg .select-dropdown-indicator{@apply text-2xl;}.select .select__single-value{color:inherit}.select .select__single-value--is-disabled{@apply opacity-70;}.select .select__input input{@apply dark:!text-gray-100;}.select .select__control{@apply dark:bg-transparent h-auto;}.select .select__control.hide-single-value .select__single-value{@apply !hidden;}.select .select__control--is-disabled{@apply bg-gray-100 text-gray-400 dark:bg-gray-700 cursor-not-allowed;}.select .select__control--is-disabled .select__placeholder{@apply text-gray-300;}.select .select__control--is-disabled .select__multi-value{@apply opacity-60;}.select__menu{@apply bg-white dark:bg-gray-700 dark:shadow-2xl;}.select-option{@apply flex items-center justify-between px-2 py-1.5 hover:bg-gray-50 dark:hover:bg-gray-600 cursor-default;}.select-option.selected{@apply bg-gray-100 dark:bg-gray-500;}.select-option.disabled{@apply opacity-40 dark:opacity-30 hover:bg-transparent cursor-not-allowed;}.select-option.focused{@apply bg-gray-50 dark:bg-gray-600;}.select-option.focused.selected{@apply bg-gray-100 dark:bg-gray-500;}.select-dropdown-indicator{@apply p-2 text-xl hover:opacity-70;}.select-clear-indicator{@apply p-2 text-lg hover:opacity-70 absolute top-1 right-5;}.select__indicators{position:relative}._tooltip{position:relative;white-space:nowrap}._tooltip:after{background-color:#333;border-radius:10px;color:#fff;display:none;padding:10px 15px;position:absolute;text-align:center;z-index:999}._tooltip.top:after{content:attr(data-value);top:0;left:50%;transform:translate(-50%,calc(-100% - 10px))}._tooltip.hover:after{display:block}._tooltip:before{background-color:#333;content:" ";display:none;position:absolute;width:15px;height:15px;z-index:999}._tooltip.hover:before{display:block}._tooltip.top:before{top:0;left:50%;transform:translate(-50%,calc(-100% - 5px)) rotate(45deg)}.skeleton{@apply bg-gray-200 dark:bg-gray-600 flex;}.skeleton-circle{@apply rounded-full w-10 h-10;}.skeleton-block{@apply rounded h-2.5 w-full;}.steps{@apply flex justify-between items-center;}.steps.steps-vertical{@apply flex-col items-start;}.step-item{@apply flex items-center;}.step-item.step-item-vertical{@apply items-start flex-col;}.step-item-wrapper{@apply flex items-center;}.step-item-icon{min-width:2.25rem;@apply text-lg rounded-full w-9 h-9 flex items-center justify-center font-semibold;}.step-item-icon.step-item-icon-pending{@apply border-2 border-gray-300 dark:border-gray-600;}.step-item-icon.step-item-icon-current{@apply border-2;}.step-item-content{@apply ltr:ml-3 rtl:mr-3 relative;}.step-item-title{@apply whitespace-nowrap font-bold block text-gray-600 dark:text-gray-300;}.step-item-title.step-item-title-error{@apply text-red-500;}.step-item-icon-error{@apply border-2 border-red-500 text-red-500;}.step-clickable{@apply cursor-pointer;}.step-connect{height:2px;@apply w-full ml-2.5 rtl:mr-2.5;}.step-connect.inactive{@apply bg-gray-200 dark:bg-gray-600;}.step-connect.step-connect-vertical{min-height:3.5rem;width:2px;@apply ltr:ml-4 rtl:mr-4;}.switcher{min-width:2.75rem;height:1.5rem;@apply inline-flex items-center relative rounded-3xl bg-gray-200 dark:bg-gray-600 cursor-pointer transition-colors ease-in-out duration-200;}.switcher input{@apply hidden;}.switcher.switcher-checked .switcher-toggle,.switcher.switcher-checked .switcher-toggle-loading{left:calc(100% - 1.375rem)}.switcher.switcher-checked .switcher-content{margin:0 1.65rem 0 .45rem}.switcher.switcher-disabled{@apply opacity-50 cursor-not-allowed;}.switcher-toggle{left:.125rem;top:.125rem;width:1.25rem;height:1.25rem;@apply absolute transition-all ease-in-out duration-200;}.switcher-toggle:before{content:"";@apply absolute left-0 right-0 bottom-0 top-0 bg-white rounded-xl;}.switcher-content{margin:0 .45rem 0 1.65rem;@apply text-white transition-colors ease-in-out duration-200;}.switcher-toggle-loading{width:1.25rem;height:1.25rem;left:.125rem;top:.125rem;@apply absolute transition-all ease-in-out duration-200;}.switcher-checked-loading{@apply !text-white;}.switcher-uncheck-loading{@apply dark:!text-white;}.table-default{@apply table-auto min-w-full divide-y divide-gray-200 dark:divide-gray-700;}.table-default thead{@apply bg-gray-50 dark:bg-gray-700;}.table-default thead>tr>th{@apply px-6 py-1.5 text-left rtl:text-right text-xs font-semibold uppercase tracking-wider text-gray-500 dark:text-gray-100;}.table-default tbody{@apply divide-y divide-gray-200 dark:divide-gray-700;}.table-default tbody>tr>td{@apply px-6 py-1.5;}.table-default tfoot>tr>td{@apply px-6 py-1.5 border-t border-gray-200 dark:border-gray-700;}.table-default.borderless-row tbody{@apply divide-none;}.table-flex{@apply min-w-full divide-y divide-gray-200 dark:divide-gray-700;}.table-flex .thead{@apply bg-gray-50 dark:bg-gray-700;}.table-flex .thead .tr .th{@apply px-6 py-3 text-left text-xs font-semibold uppercase tracking-wider text-gray-500 dark:text-gray-100;}.table-flex .tbody{@apply divide-y divide-gray-200 dark:divide-gray-700;}.table-flex .tbody .tr .td{@apply px-6 py-4;}.table-flex .tfoot .tr .td{@apply px-6 py-3 border-t dark:border-gray-700;}.table-virtual>div{@apply divide-y divide-gray-200 dark:divide-gray-700;}.table-compact thead>tr>th{@apply px-3 py-2 text-xs;}.table-compact tbody>tr>td{@apply px-3 py-2;}.table-compact .thead>.tr>.th{@apply px-3 py-2 text-xs;}.table-compact .tbody>.tr>.td{@apply px-3 py-2;}.table-hover>tbody>tr:hover>*{@apply bg-gray-100/50 dark:bg-gray-700/40;}.table-hover>.tbody>.tr:hover>*{@apply bg-gray-100/50 dark:bg-gray-700/40;}.table-resizer{@apply right-0 h-full absolute top-0 z-10 border-r-2 border-gray-200 dark:border-gray-600 w-2;touch-action:none}th,td{word-wrap:break-word}.tab-list{@apply flex items-center overflow-x-auto overflow-y-hidden;}.tab-list-underline{@apply border-b border-gray-200 dark:border-gray-600;}.tab-nav{@apply font-semibold flex items-center justify-center transition duration-200 ease-in-out cursor-pointer;}.tab-nav.tab-nav-disabled{@apply opacity-60 cursor-not-allowed;}.tab-nav-underline{@apply py-3 px-5 border-b-2 border-transparent;}.tab-nav-pill{@apply py-2 px-5 mr-1 rtl:ml-1 rounded-md;}.tab-nav-icon{@apply ltr:mr-1.5 rtl:ml-1.5 text-lg;}.tag{@apply rounded-full py-1 px-2.5 border items-center border-gray-200 dark:border-gray-600 inline-flex text-xs font-semibold whitespace-nowrap;}.tag-affix{@apply h-2 w-2 rounded-full bg-gray-300;}.tag-prefix{@apply mr-1.5 rtl:ml-1.5;}.tag-suffix{@apply ml-1.5 rtl:mr-1.5;}.time-input-field{@apply ring-0 w-6 text-center outline-none bg-transparent;}.time-input-wrapper{@apply flex items-center h-full rtl:flex-row-reverse rtl:justify-end;}.time-input-separator{@apply mx-2;}.timeline{@apply flex-col items-start;}.timeline-item{@apply flex min-h-[70px];}.timeline-item-last{@apply min-h-max;}.timeline-item-media{@apply flex flex-col items-center;}.timeline-item-media-content{@apply my-1;}.timeline-item-media-default{@apply rounded-full bg-gray-200 dark:bg-gray-600 h-4 w-4;}.timeline-item-wrapper{@apply flex flex-auto;}.timeline-item-content{@apply ml-4 rtl:mr-4 pb-6 pt-0.5 w-full;}.timeline-item-content-last{@apply pb-0;}.timeline-connect{@apply h-full w-[2px] bg-gray-200 dark:bg-gray-600 flex-grow;}.toast{@apply fixed z-40;}.tooltip{@apply z-50 max-w-[250px] text-white rounded-lg py-2 px-4 relative;}.tooltip-wrapper{@apply inline-flex;}.upload{@apply relative inline-block;}.upload.disabled{@apply cursor-not-allowed opacity-60;}.upload.disabled .upload-input{@apply cursor-not-allowed;}.upload-input{@apply absolute inset-0 hidden;}.upload-input.draggable{@apply block opacity-0 w-full cursor-pointer;}.upload-draggable{min-height:7rem;@apply border-2 border-dashed border-gray-300 dark:border-gray-600 rounded-lg cursor-pointer flex items-center justify-center;}.upload-file-list{@apply mt-4;}.upload-file-info{min-height:4rem;@apply flex flex-col justify-center ltr:ml-3 rtl:mr-3;}.upload-file{@apply flex items-center border border-gray-300 dark:border-gray-600 rounded-lg mb-2 justify-between;}.upload-file-thumbnail{height:4rem;width:4rem;@apply p-2 flex justify-center items-center;}.upload-file-image{@apply max-w-full;}.upload-file-remove{@apply p-3 mx-2;}.header{@apply bg-white flex z-30 sticky top-0 w-full dark:bg-gray-800;}.header-wrapper{@apply flex relative items-center justify-between p-0 px-4 w-full;}.header-action{@apply flex items-center;}.header-action-item{@apply cursor-pointer p-2 rounded-full mx-1;}.header-action-item-hoverable{@apply hover:bg-black hover:bg-opacity-5 hover:text-gray-900 dark:hover:bg-black dark:hover:text-gray-100 dark:hover:bg-opacity-40 transition-colors duration-300 ease-in-out;}.side-nav{@apply flex-col flex-auto flex-shrink-0 z-20 transition-all ease-in-out duration-200 bg-white;}.side-nav-expand{@apply sticky top-0 h-screen;}.side-nav-content{height:calc(100vh - theme("spacing.16"));@apply overflow-y-auto;}.side-nav-light{@apply bg-white border-r border-gray-200;}.side-nav-dark{@apply bg-gray-800 border-r border-gray-600;}.side-nav-transparent{background-color:#000c17}.stacked-side-nav{@apply flex flex-auto sticky top-0 h-screen flex-shrink-0 z-20 transition-all ease-in-out duration-200 overflow-y-hidden;}.stacked-side-nav-content{height:calc(100vh - theme("spacing.16"));@apply overflow-y-auto;}.stacked-side-nav-mini{@apply z-10;}.stacked-side-nav-secondary{@apply transition-all ease-in-out duration-200;}.stacked-side-nav-mini-light{@apply bg-white border-r border-gray-200;}.stacked-side-nav-mini-dark{@apply bg-gray-800 border-r border-gray-700;}.stacked-side-nav-secondary-light{@apply bg-white border-r border-gray-200;}.stacked-side-nav-secondary-dark{@apply bg-gray-800 border-r border-gray-700;}.secondary-header-light{@apply bg-white border-b border-gray-200;}.secondary-header-dark{@apply bg-gray-800 border-b border-gray-700;}.apexcharts-tooltip{@apply !shadow-lg;}.apexcharts-tooltip.apexcharts-theme-light{@apply !border !border-gray-200 dark:!border-gray-600 !bg-white dark:!bg-gray-600;}.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title{@apply !border-b-0 !bg-transparent;}.apexcharts-canvas{@apply mx-auto;}.apexcharts-datalabel-label{@apply !fill-gray-900 dark:!fill-gray-100 text-2xl font-bold;}.apexcharts-datalabel-value{@apply !fill-gray-500 dark:!fill-gray-400 text-base;}.apexcharts-tooltip-title{@apply !mb-0;}.apexcharts-gridline{@apply stroke-gray-200 dark:stroke-gray-600;}.apexcharts-text tspan{@apply !fill-gray-500 dark:!fill-gray-400;}.apexcharts-menu-item{@apply text-left;}.apexcharts-xaxistooltip{@apply !opacity-0;}.apexcharts-legend-text{@apply !text-gray-500 dark:!text-gray-400 !text-sm !font-normal;}.rich-text-editor .ql-toolbar.ql-snow{@apply border border-gray-300 dark:border-gray-600 rounded-tl-lg rounded-tr-lg;}.rich-text-editor .ql-container.ql-snow{@apply border border-gray-300 dark:border-gray-600 rounded-bl-lg rounded-br-lg;}.rich-text-editor .ql-editor{@apply min-h-[120px] p-6;}.rich-text-editor .ql-snow .ql-stroke{@apply stroke-gray-600 dark:stroke-gray-100;}.rich-text-editor .ql-snow .ql-picker{@apply text-gray-600 dark:text-gray-100;}.rich-text-editor .ql-snow.ql-toolbar button,.rich-text-editor .ql-snow .ql-toolbar button{@apply rounded;}.rich-text-editor .ql-snow.ql-toolbar button:hover,.rich-text-editor .ql-snow .ql-toolbar button:hover,.rich-text-editor .ql-snow.ql-toolbar button:focus,.rich-text-editor .ql-snow .ql-toolbar button:focus,.rich-text-editor .ql-snow.ql-toolbar button.ql-active,.rich-text-editor .ql-snow .ql-toolbar button.ql-active,.rich-text-editor .ql-snow.ql-toolbar .ql-picker-label:hover,.rich-text-editor .ql-snow .ql-toolbar .ql-picker-label:hover,.rich-text-editor .ql-snow.ql-toolbar .ql-picker-label.ql-active,.rich-text-editor .ql-snow .ql-toolbar .ql-picker-label.ql-active,.rich-text-editor .ql-snow.ql-toolbar .ql-picker-item:hover,.rich-text-editor .ql-snow .ql-toolbar .ql-picker-item:hover,.rich-text-editor .ql-snow.ql-toolbar .ql-picker-item.ql-selected,.rich-text-editor .ql-snow .ql-toolbar .ql-picker-item.ql-selected{@apply bg-gray-100 dark:bg-gray-500;}.rich-text-editor .ql-snow.ql-toolbar button:hover .ql-stroke,.rich-text-editor .ql-snow .ql-toolbar button:hover .ql-stroke,.rich-text-editor .ql-snow.ql-toolbar button:focus .ql-stroke,.rich-text-editor .ql-snow .ql-toolbar button:focus .ql-stroke,.rich-text-editor .ql-snow.ql-toolbar button.ql-active .ql-stroke,.rich-text-editor .ql-snow .ql-toolbar button.ql-active .ql-stroke,.rich-text-editor .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.rich-text-editor .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.rich-text-editor .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.rich-text-editor .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.rich-text-editor .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.rich-text-editor .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.rich-text-editor .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.rich-text-editor .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.rich-text-editor .ql-snow.ql-toolbar button:hover .ql-stroke-miter,.rich-text-editor .ql-snow .ql-toolbar button:hover .ql-stroke-miter,.rich-text-editor .ql-snow.ql-toolbar button:focus .ql-stroke-miter,.rich-text-editor .ql-snow .ql-toolbar button:focus .ql-stroke-miter,.rich-text-editor .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.rich-text-editor .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.rich-text-editor .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.rich-text-editor .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.rich-text-editor .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.rich-text-editor .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.rich-text-editor .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.rich-text-editor .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.rich-text-editor .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.rich-text-editor .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{@apply stroke-gray-900 dark:stroke-gray-100;}.rich-text-editor .ql-snow .ql-picker-options .ql-picker-item{@apply px-2 rounded-lg;}.rich-text-editor .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{@apply border-gray-300 dark:border-gray-600;}.rich-text-editor .ql-snow .ql-picker-options{@apply bg-white dark:bg-gray-700 rounded-lg;}.rich-text-editor .ql-snow.ql-toolbar button:hover,.rich-text-editor .ql-snow .ql-toolbar button:hover,.rich-text-editor .ql-snow.ql-toolbar button:focus,.rich-text-editor .ql-snow .ql-toolbar button:focus,.rich-text-editor .ql-snow.ql-toolbar button.ql-active,.rich-text-editor .ql-snow .ql-toolbar button.ql-active,.rich-text-editor .ql-snow.ql-toolbar .ql-picker-label:hover,.rich-text-editor .ql-snow .ql-toolbar .ql-picker-label:hover,.rich-text-editor .ql-snow.ql-toolbar .ql-picker-label.ql-active,.rich-text-editor .ql-snow .ql-toolbar .ql-picker-label.ql-active,.rich-text-editor .ql-snow.ql-toolbar .ql-picker-item:hover,.rich-text-editor .ql-snow .ql-toolbar .ql-picker-item:hover,.rich-text-editor .ql-snow.ql-toolbar .ql-picker-item.ql-selected,.rich-text-editor .ql-snow .ql-toolbar .ql-picker-item.ql-selected{@apply text-gray-900 dark:text-gray-100;}.calendar,.calendar .fc{@apply h-full;}.calendar .fc-theme-standard .fc-scrollgrid{@apply border-0;}.calendar .fc-theme-standard td,.calendar .fc-theme-standard th{@apply border-gray-200 dark:border-gray-600;}.calendar .fc-theme-standard td:last-child,.calendar .fc-theme-standard th:last-child{border-right:0}.calendar .fc .fc-col-header-cell-cushion{@apply text-gray-900 dark:text-gray-100 py-3;}.calendar .fc-col-header-cell{border-width:0px 0px 1px}.calendar .fc .fc-daygrid-day-number{@apply font-semibold p-2;}.calendar .fc-view{@apply rounded-lg border border-gray-200 dark:border-gray-600 bg-white dark:bg-gray-800;}.calendar .fc-daygrid-dot-event .fc-event-title{@apply text-gray-900 dark:text-gray-100;}.calendar .fc .fc-button{@apply rounded-md py-2;}.calendar .fc .fc-toolbar{@apply lg:flex-row flex-col items-start lg:items-center gap-2;}.calendar .fc .fc-button-primary{@apply bg-white border border-gray-300 dark:bg-gray-700 dark:border-gray-700 text-gray-600 dark:text-gray-100 font-semibold;}.calendar .fc .fc-button-primary:focus{@apply shadow-none;}.calendar .fc .fc-button-primary:hover{@apply hover:bg-gray-50 dark:hover:bg-gray-600 hover:border-gray-300 dark:hover:border-gray-700 hover:text-gray-900 hover:dark:text-gray-100;}.calendar .fc .fc-button-primary:disabled{@apply cursor-not-allowed bg-white border border-gray-300 dark:bg-gray-700 dark:border-gray-700 text-gray-600 dark:text-gray-100;}.calendar .fc .fc-button-primary:disabled:hover{@apply bg-white border border-gray-300 dark:bg-gray-700 dark:border-gray-700 text-gray-600 dark:text-gray-100;}.calendar .fc .fc-button-primary:not(:disabled):active:focus,.calendar .fc .fc-button-primary:not(:disabled).fc-button-active:focus{@apply shadow-none;}.calendar .fc .fc-button-primary:not(:disabled):active,.calendar .fc .fc-button-primary:not(:disabled).fc-button-active{@apply bg-gray-100 border border-gray-300 dark:bg-gray-500 dark:border-gray-500 text-gray-600 dark:text-gray-100;}.calendar .fc .fc-dayGridMonth-button,.calendar .fc .fc-timeGridDay-button,.calendar .fc .fc-timeGridWeek-button,.calendar .fc .fc-today-button{@apply px-8 capitalize;}.calendar .fc .fc-highlight,.calendar .fc-daygrid-dot-event:hover,.calendar .fc-daygrid-dot-event.fc-event-mirror{@apply bg-transparent;}.calendar .fc .fc-daygrid-event{@apply p-0 rounded-md mb-2;}.calendar .fc-h-event{@apply bg-transparent border-0;}.calendar .fc-event-selected,.calendar .fc-event:focus{@apply shadow-none;}.calendar .fc-event-selected:after,.calendar .fc-event:focus:after{@apply bg-transparent;}.calendar .fc .fc-cell-shaded,.calendar .fc .fc-day-disabled{@apply bg-gray-200 dark:bg-gray-500;}.calendar .fc-daygrid-bg-harness .fc-highlight{@apply bg-gray-100 dark:bg-gray-700;}.calendar .fc-daygrid-event{@apply text-xs;}.calendar .fc .custom-calendar-event{@apply flex items-center min-h-[28px] p-1.5 rounded-md w-full overflow-hidden text-ellipsis h-full;}.calendar .fc-v-event{@apply border-0 bg-transparent;}.calendar .fc .fc-scrollgrid-section table,.calendar .fc .fc-daygrid-body{@apply !w-full;}.calendar .fc-direction-ltr .fc-toolbar>*>:not(:first-child){@apply mx-0;}.calendar .fc-toolbar-chunk{@apply flex flex-col sm:flex-row gap-2 w-full sm:w-auto;}
