@import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@200;300;400;500;600;700&display=swap");

/**
* Template Name: Tailwick - Admin & Dashboard Template
* Author: Themesdesign
* Version: 1.1.0
* Website: https://themesdesign.in/
* Contact: Themesdesign@gmail.com
* File: tailwind scss File
*/
.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}
.choices:focus{outline:0}
.choices:last-child{margin-bottom:0}
.choices.is-open{overflow:visible}
.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.choices.is-disabled .choices__item{cursor:not-allowed}
.choices [hidden]{display:none!important}
.choices[data-type*=select-one]{cursor:pointer}
.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}
.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}
.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}
.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}
.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}
.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}
.choices[data-type*=select-one].is-open::after{border-color:transparent transparent #333;margin-top:-7.5px}
.choices[data-type*=select-one][dir=rtl]::after{left:11.5px;right:auto}
.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}
.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}
.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0-4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}
.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}
.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}
.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}
.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}
.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}
.choices__list{margin:0;padding-left:0;list-style:none}
.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}
[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}
.choices__list--single .choices__item{width:100%}
.choices__list--multiple{display:inline}
.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}
.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}
[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}
.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}
.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}
.choices__list--dropdown,.choices__list[aria-expanded]{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}
.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{visibility:visible}
.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}
.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}
.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}
.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:10px;font-size:14px}
[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}
@media (min-width:640px){.choices__list--dropdown .choices__item--selectable,.choices__list[aria-expanded] .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable::after,.choices__list[aria-expanded] .choices__item--selectable::after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable::after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after{right:auto;left:10px}}
.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after{opacity:.5}
.choices__item{cursor:default}
.choices__item--selectable{cursor:pointer}
.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.5}
.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}
.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}
.choices__button:focus,.choices__input:focus{outline:0}
.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}
.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}
.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}
[dir=rtl] .choices__input{padding-right:2px;padding-left:0}
.choices__placeholder{opacity:.5}
.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;box-sizing:border-box;touch-action:manipulation;background:#fff;box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08)}
.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}
.flatpickr-calendar.open{display:inline-block;z-index:99999}
.flatpickr-calendar.animate.open{animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}
.flatpickr-calendar.inline{display:block;position:relative;top:2px}
.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}
.flatpickr-calendar.static.open{z-index:999;display:block}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){box-shadow:none !important}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}
.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}
.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}
.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}
.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}
.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}
.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}
.flatpickr-calendar:before{border-width:5px;margin:0 -5px}
.flatpickr-calendar:after{border-width:4px;margin:0 -4px}
.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}
.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}
.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}
.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}
.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}
.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}
.flatpickr-calendar:focus{outline:0}
.flatpickr-wrapper{position:relative;display:inline-block}
.flatpickr-months{display:flex}
.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;flex:1}
.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9)}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}
.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
      /*rtl:begin:ignore*/left:0/*
      /*rtl:end:ignore*/}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{/*
      /*rtl:begin:ignore*/right:0/*
      /*rtl:end:ignore*/}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}
.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}
.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}
.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{transition:fill .1s;fill:inherit}
.numInputWrapper{position:relative;height:auto}
.numInputWrapper input,.numInputWrapper span{display:inline-block}
.numInputWrapper input{width:100%}
.numInputWrapper input::-ms-clear{display:none}
.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}
.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);box-sizing:border-box}
.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}
.numInputWrapper span:active{background:rgba(0,0,0,0.2)}
.numInputWrapper span:after{display:block;content:"";position:absolute}
.numInputWrapper span.arrowUp{top:0;border-bottom:0}
.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}
.numInputWrapper span.arrowDown{top:50%}
.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}
.numInputWrapper span svg{width:inherit;height:auto}
.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}
.numInputWrapper:hover{background:rgba(0,0,0,0.05)}
.numInputWrapper:hover span{opacity:1}
.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;transform:translate3d(0,0,0)}
.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}
.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}
.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}
.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}
.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}
.flatpickr-current-month input.cur-year{background:transparent;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}
.flatpickr-current-month input.cur-year:focus{outline:0}
.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}
.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,0.05)}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}
.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:flex;align-items:center;height:28px}
.flatpickr-weekdays .flatpickr-weekdaycontainer{display:flex;flex:1}
span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;flex:1;font-weight:bolder}
.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}
.flatpickr-days{position:relative;overflow:hidden;display:flex;align-items:flex-start;width:307.875px}
.flatpickr-days:focus{outline:0}
.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;box-sizing:border-box;display:inline-block;display:flex;flex-wrap:wrap;-ms-flex-wrap:wrap;justify-content:space-around;transform:translate3d(0,0,0);opacity:1}
.dayContainer + .dayContainer{box-shadow:-1px 0 0 #e6e6e6}
.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;justify-content:center;text-align:center}
.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}
.flatpickr-day.today{border-color:#959ea9}
.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}
.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;box-shadow:none;color:#fff;border-color:#569ff7}
.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}
.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 0 #569ff7}
.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}
.flatpickr-day.inRange{border-radius:0;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}
.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}
.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}
.flatpickr-day.week.selected{border-radius:0;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}
.flatpickr-day.hidden{visibility:hidden}
.rangeMode .flatpickr-day{margin-top:1px}
.flatpickr-weekwrapper{float:left}
.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;box-shadow:1px 0 0 #e6e6e6}
.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}
.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}
.flatpickr-innerContainer{display:block;display:flex;box-sizing:border-box;overflow:hidden}
.flatpickr-rContainer{display:inline-block;padding:0;box-sizing:border-box}
.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;box-sizing:border-box;overflow:hidden;display:flex}
.flatpickr-time:after{content:"";display:table;clear:both}
.flatpickr-time .numInputWrapper{flex:1;width:40%;height:40px;float:left}
.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}
.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}
.flatpickr-time.hasSeconds .numInputWrapper{width:26%}
.flatpickr-time.time24hr .numInputWrapper{width:49%}
.flatpickr-time input{background:transparent;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}
.flatpickr-time input.flatpickr-hour{font-weight:bold}
.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}
.flatpickr-time input:focus{outline:0;border:0}
.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-self:center}
.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}
.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}
.flatpickr-input[readonly]{cursor:pointer}
@keyframes fpFadeInDown{from{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
	background: transparent;
}
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}
.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}
/* control positioning */
.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}
.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}
/* cursors */
.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}
/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
/* visual tweaks */
.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}
/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}
/* general toolbar styles */
.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}
.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}
/* layers control */
.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/build/icons/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/build/icons/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}
/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(/build/icons/marker-icon.png);
	}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}
/* popup */
.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}
.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}
/* div icon */
.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}
/* Directions */
.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
/* Printing */
@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}
/*! name: vanilla-calendar-pro | url: https://github.com/uvarov-frontend/vanilla-calendar-pro */
.vanilla-calendar{position:relative;box-sizing:border-box;display:flex;height:-moz-max-content;height:max-content;width:-moz-max-content;width:max-content;min-width:272px;max-width:100%;flex-direction:column;border-radius:.75rem;padding:1rem;opacity:1;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.vanilla-calendar_multiple{width:550px}
.vanilla-calendar button:focus-visible{border-radius:.5rem;outline-style:solid;outline-width:1px}
.vanilla-calendar.vanilla-calendar_multiple .vanilla-calendar-days{flex-grow:0}
.vanilla-calendar_hidden{pointer-events:none;opacity:0}
.vanilla-calendar_to-input{position:absolute;left:0;bottom:0;margin-top:.25rem}
.vanilla-calendar-controls{pointer-events:none;position:absolute;left:0;right:0;top:0;z-index:20;box-sizing:content-box;display:flex;align-items:center;justify-content:space-between;padding-left:1rem;padding-right:1rem;padding-top:1.25rem}
.vanilla-calendar-arrow{pointer-events:auto;position:relative;display:block;height:1.5rem;width:1.5rem;cursor:pointer;border-width:0px;background-color:transparent}
.vanilla-calendar-arrow:before{position:absolute;inset:0;background-color:currentColor;--tw-content: "";-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 16c-.3 0-.5-.1-.7-.3l-6-6c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l5.3 5.3 5.3-5.3c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-6 6c-.2.2-.4.3-.7.3z'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 16c-.3 0-.5-.1-.7-.3l-6-6c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l5.3 5.3 5.3-5.3c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-6 6c-.2.2-.4.3-.7.3z'/></svg>");-webkit-mask-position:center center;mask-position:center center;content:var(--tw-content);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}
.vanilla-calendar-arrow.vanilla-calendar-arrow_prev:before{transform:rotate(90deg)}
.vanilla-calendar-arrow.vanilla-calendar-arrow_next:before{transform:rotate(-90deg)}
.vanilla-calendar-grid{display:grid;flex-grow:1;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.75rem}
.vanilla-calendar-grid.vanilla-calendar-grid_disabled .vanilla-calendar-column{pointer-events:none;opacity:.3}
.vanilla-calendar-grid.vanilla-calendar-grid_disabled .vanilla-calendar-column.vanilla-calendar-column_month,.vanilla-calendar-grid.vanilla-calendar-grid_disabled .vanilla-calendar-column.vanilla-calendar-column_year{pointer-events:auto;opacity:1}
.vanilla-calendar-column{display:flex;min-width:-moz-min-content;min-width:min-content;flex-direction:column}
.vanilla-calendar-header{position:relative;margin-bottom:.75rem;display:flex;align-items:center}
.vanilla-calendar-header__content{display:grid;flex-grow:1;grid-auto-columns:max-content;grid-auto-flow:column;align-items:center;justify-content:center;white-space:pre-wrap;padding-left:1rem;padding-right:1rem}
.vanilla-calendar-month,.vanilla-calendar-year{cursor:pointer;border-radius:.25rem;border-width:0px;background-color:transparent;padding:.25rem;font-size:1rem;line-height:1.5rem;font-weight:700}
.vanilla-calendar-month.vanilla-calendar-month_disabled,.vanilla-calendar-year.vanilla-calendar-year_disabled{pointer-events:none}
.vanilla-calendar-months{display:grid;flex-grow:1;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;row-gap:1rem;-moz-column-gap:.5rem;column-gap:.5rem}
.vanilla-calendar-years{display:grid;flex-grow:1;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;row-gap:1rem;-moz-column-gap:.5rem;column-gap:.5rem}
.vanilla-calendar-months_selecting .vanilla-calendar-months__month,.vanilla-calendar-years_selecting .vanilla-calendar-years__year{cursor:pointer}
.vanilla-calendar-months_selecting .vanilla-calendar-months__month .vanilla-calendar-months__month_disabled,.vanilla-calendar-years_selecting .vanilla-calendar-years__year .vanilla-calendar-years__year_disabled{cursor:default}
.vanilla-calendar-months__month,.vanilla-calendar-years__year{display:flex;height:2.5rem;align-items:center;justify-content:center;word-break:break-all;border-radius:.5rem;border-width:0px;padding:.25rem;text-align:center;font-size:.75rem;line-height:1rem;font-weight:600}
.vanilla-calendar-months__month.vanilla-calendar-months__month_disabled,.vanilla-calendar-years__year.vanilla-calendar-years__year_disabled{pointer-events:none}
.vanilla-calendar-week-numbers{display:flex;flex-direction:column}
.vanilla-calendar-week-numbers__title{margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;font-size:.75rem;line-height:1rem;font-weight:700}
.vanilla-calendar-week-numbers__content{display:grid;grid-auto-flow:row;align-items:center;justify-items:center;row-gap:.25rem}
.vanilla-calendar-week-number{margin:0;display:flex;height:100%;min-height:1.875rem;width:100%;min-width:1.875rem;cursor:pointer;align-items:center;justify-content:center;border-style:none;background-color:transparent;padding:0;font-size:.75rem;line-height:1rem;font-weight:600}
.vanilla-calendar-wrapper{display:flex;flex-grow:1}
.vanilla-calendar-content{display:flex;flex-grow:1;flex-direction:column}
.vanilla-calendar-week{margin-bottom:.5rem;display:grid;grid-template-columns:repeat(7,1fr);justify-items:center}
.vanilla-calendar-week__day{display:flex;height:100%;width:100%;min-width:1.875rem;align-items:center;justify-content:center;font-size:.75rem;line-height:1rem;font-weight:700}
.vanilla-calendar-days{display:grid;flex-grow:1;grid-template-columns:repeat(7,1fr);align-items:center;justify-items:center;row-gap:.25rem}
.vanilla-calendar-days_selecting .vanilla-calendar-day__btn{cursor:pointer;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:75ms}
.vanilla-calendar-days_selecting .vanilla-calendar-day__btn_disabled{cursor:default}
.vanilla-calendar-day{position:relative;display:flex;height:100%;width:100%;align-items:center;justify-content:center}
.vanilla-calendar-day_hover-intermediate .vanilla-calendar-day__btn{border-radius:0}
.vanilla-calendar-day_hover-first .vanilla-calendar-day__btn{border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}
.vanilla-calendar-day_hover-last .vanilla-calendar-day__btn{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}
.vanilla-calendar-day_hover-first.vanilla-calendar-day_hover-last .vanilla-calendar-day__btn{border-radius:.5rem}
.vanilla-calendar-day:focus-visible .vanilla-calendar-day__popup,.vanilla-calendar-day:hover .vanilla-calendar-day__popup{pointer-events:auto;opacity:1}
.vanilla-calendar-day_selected-first .vanilla-calendar-day__btn_selected{border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}
.vanilla-calendar-day_selected-last .vanilla-calendar-day__btn_selected{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}
.vanilla-calendar-day_selected-first.vanilla-calendar-day_selected-last .vanilla-calendar-day__btn_selected{border-radius:.5rem}
.vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected{border-radius:0}
.vanilla-calendar-day__btn{display:flex;height:100%;min-height:1.875rem;width:100%;min-width:1.875rem;cursor:default;align-items:center;justify-content:center;border-radius:.5rem;border-width:0px;padding:0;font-size:.75rem;line-height:1rem;font-weight:400}
.vanilla-calendar-day__btn_today{font-weight:700}
.vanilla-calendar-day__btn_disabled{pointer-events:none}
.vanilla-calendar-day__popup{transform:translate(-50%);pointer-events:none;position:absolute;left:50%;top:100%;z-index:20;width:8rem;padding:1rem .75rem .5rem;font-size:.75rem;line-height:1rem;font-weight:400;opacity:0}
.vanilla-calendar-day__popup:before{content:var(--tw-content);position:absolute}
.vanilla-calendar-day__popup:after{content:var(--tw-content);position:absolute}
.vanilla-calendar-day__popup:hover{pointer-events:auto;opacity:1}
.vanilla-calendar-day__popup:before{content:"";left:0;bottom:0;z-index:-10;display:block;height:calc(100% - 8px);width:100%;border-radius:.5rem}
.vanilla-calendar-day__popup:after{content:"";transform:translate(-50%);left:50%;top:1px;z-index:-10;display:block;height:0px;width:0px;border-left-width:8px;border-right-width:8px;border-top-width:0px;border-bottom-width:8px;border-style:solid;border-left-color:transparent;border-right-color:transparent;border-top-color:transparent}
.vanilla-calendar-time{margin-top:.75rem;display:grid;grid-template-columns:auto 1fr;gap:.75rem;border-top-width:1px;border-bottom-width:0px;border-left-width:0px;border-right-width:0px;border-style:solid;padding-top:.75rem}
.vanilla-calendar-time__content{display:grid;grid-auto-flow:column;align-items:center}
.vanilla-calendar-time__hours{position:relative;margin-right:.35rem;width:1.75rem}
.vanilla-calendar-time__hours:after{position:absolute;right:-5px;top:50%;margin-top:calc(-50% + 1px);display:block;--tw-content: ":";content:var(--tw-content)}
.vanilla-calendar-time__minutes{width:1.75rem}
.vanilla-calendar-time__hours input,.vanilla-calendar-time__minutes input{position:relative;margin:0;box-sizing:border-box;display:block;width:100%;border-radius:.25rem;border-width:0px;padding:.125rem;text-align:center;font-size:1.125rem;font-weight:600;line-height:1.125rem}
.vanilla-calendar-time__hours input:focus-visible,.vanilla-calendar-time__minutes input:focus-visible{outline-style:solid;outline-width:1px}
.vanilla-calendar-time__hours input:disabled,.vanilla-calendar-time__minutes input:disabled{cursor:default}
.vanilla-calendar-time__hours input:hover:disabled,.vanilla-calendar-time__minutes input:hover:disabled{background-color:transparent}
.vanilla-calendar-time__keeping{margin-left:1px;margin-top:.25rem;width:22px;cursor:pointer;border-radius:.25rem;border-width:0px;background-color:transparent;padding:0;font-size:11px}
.vanilla-calendar-time__keeping:focus-visible{outline-style:solid;outline-width:1px}
.vanilla-calendar-time__keeping:disabled{cursor:default}
.vanilla-calendar-time__keeping:hover:disabled{background-color:transparent}
.vanilla-calendar-time__ranges{display:grid;grid-auto-flow:row}
.vanilla-calendar-time__range{position:relative;z-index:10;font-size:0}
.vanilla-calendar-time__range:before{content:var(--tw-content);left:0}
.vanilla-calendar-time__range:after{content:var(--tw-content);right:0}
.vanilla-calendar-time__range:before,.vanilla-calendar-time__range:after{content:"";transform:translateY(-50%);pointer-events:none;position:absolute;top:50%;z-index:10;height:.5rem;width:1px}
.vanilla-calendar-time__range input{position:relative;margin:0;height:1.25rem;width:100%;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline-width:0px}
.vanilla-calendar-time__range input::-webkit-slider-thumb{position:relative;z-index:20;margin-top:-.5rem;box-sizing:border-box;height:1rem;width:.75rem;cursor:pointer;-webkit-appearance:none;appearance:none;border-radius:.25rem;border-width:1px;border-style:solid;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}
.vanilla-calendar-time__range input::-moz-range-thumb{position:relative;z-index:20;box-sizing:border-box;height:1rem;width:.75rem;cursor:pointer;border-radius:.25rem;border-width:1px;border-style:solid;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}
.vanilla-calendar-time__range input::-webkit-slider-runnable-track{margin-top:1px;box-sizing:border-box;height:1px;width:100%;cursor:pointer;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}
.vanilla-calendar-time__range input::-moz-range-track{margin-top:1px;box-sizing:border-box;height:1px;width:100%;cursor:pointer;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}
[data-calendar-theme=light].vanilla-calendar{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));color:#0f172a}
[data-calendar-theme=light].vanilla-calendar button:focus-visible{outline-color:#fdba74}
[data-calendar-theme=light] .vanilla-calendar-arrow{background-color:transparent}
[data-calendar-theme=light] .vanilla-calendar-arrow:before{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity))}
[data-calendar-theme=light] .vanilla-calendar-arrow:hover:before{--tw-bg-opacity: 1;background-color:rgb(100 116 139 / var(--tw-bg-opacity))}
[data-calendar-theme=light] .vanilla-calendar-header__content,[data-calendar-theme=light] .vanilla-calendar-month,[data-calendar-theme=light] .vanilla-calendar-year{color:#0f172a}
[data-calendar-theme=light] .vanilla-calendar-month:hover,[data-calendar-theme=light] .vanilla-calendar-year:hover{color:#64748b}
[data-calendar-theme=light] .vanilla-calendar-month.vanilla-calendar-month_not-active,[data-calendar-theme=light] .vanilla-calendar-year.vanilla-calendar-year_not-active{color:#94a3b8}
[data-calendar-theme=light] .vanilla-calendar-month.vanilla-calendar-month_disabled,[data-calendar-theme=light] .vanilla-calendar-year.vanilla-calendar-year_disabled{color:#cbd5e1}
[data-calendar-theme=light] .vanilla-calendar-months__month{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));color:#64748b}
[data-calendar-theme=light] .vanilla-calendar-months__month:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}
[data-calendar-theme=light] .vanilla-calendar-months__month.vanilla-calendar-months__month_selected,[data-calendar-theme=light] .vanilla-calendar-months__month.vanilla-calendar-months__month_selected:hover{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity));color:#fff}
[data-calendar-theme=light] .vanilla-calendar-months__month.vanilla-calendar-months__month_disabled,[data-calendar-theme=light] .vanilla-calendar-months__month.vanilla-calendar-months__month_disabled:hover{color:#cbd5e1}
[data-calendar-theme=light] .vanilla-calendar-years__year{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));color:#64748b}
[data-calendar-theme=light] .vanilla-calendar-years__year:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}
[data-calendar-theme=light] .vanilla-calendar-years__year.vanilla-calendar-years__year_selected,[data-calendar-theme=light] .vanilla-calendar-years__year.vanilla-calendar-years__year_selected:hover{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity));color:#fff}
[data-calendar-theme=light] .vanilla-calendar-years__year.vanilla-calendar-years__year_disabled,[data-calendar-theme=light] .vanilla-calendar-years__year.vanilla-calendar-years__year_disabled:hover{color:#cbd5e1}
[data-calendar-theme=light] .vanilla-calendar-week-numbers__title,[data-calendar-theme=light] .vanilla-calendar-week-number{color:#64748b}
[data-calendar-theme=light] .vanilla-calendar-week-number:hover{color:#475569}
[data-calendar-theme=light] .vanilla-calendar-week__day{color:#64748b}
[data-calendar-theme=light] .vanilla-calendar-week__day_weekend{color:#f43f5e}
[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected,[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected,[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected:hover,[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected:hover{background-color:rgb(244 63 94 / var(--tw-bg-opacity));--tw-bg-opacity: .7;color:#fff}
[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected,[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected,[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected,[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected,[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected:hover,[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected:hover,[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected:hover,[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected:hover{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity));color:#64748b}
[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected,[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected:hover{background-color:rgb(6 182 212 / var(--tw-bg-opacity));--tw-bg-opacity: .7;color:#fff}
[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev,[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next,[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev:hover,[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next:hover{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity));color:#64748b}
[data-calendar-theme=light] .vanilla-calendar-day__btn{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));color:#0f172a}
[data-calendar-theme=light] .vanilla-calendar-day__btn:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}
[data-calendar-theme=light] .vanilla-calendar-day__btn_today{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity));color:#06b6d4}
[data-calendar-theme=light] .vanilla-calendar-day__btn_today:hover{color:#06b6d4}
[data-calendar-theme=light] .vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_prev,[data-calendar-theme=light] .vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_next{color:#64748b}
[data-calendar-theme=light] .vanilla-calendar-day__btn_prev,[data-calendar-theme=light] .vanilla-calendar-day__btn_next{color:#94a3b8}
[data-calendar-theme=light] .vanilla-calendar-day__btn_disabled{color:#cbd5e1}
[data-calendar-theme=light] .vanilla-calendar-day__btn_hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}
[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday{color:#f43f5e}
[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_hover{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity))}
[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_disabled,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_disabled{color:#cbd5e1}
[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_today,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_today{color:#f43f5e}
[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_disabled,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_disabled{color:#cbd5e1}
[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));color:#94a3b8}
[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}
[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_today,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_today,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_today,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_today{color:#94a3b8}
[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_disabled,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_disabled,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_disabled,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_disabled{color:#cbd5e1}
[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected:hover{--tw-bg-opacity: 1;background-color:rgb(244 63 94 / var(--tw-bg-opacity));color:#fff}
[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected:hover{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity));color:#64748b}
[data-calendar-theme=light] .vanilla-calendar-day__btn_selected,[data-calendar-theme=light] .vanilla-calendar-day__btn_selected:hover{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity));color:#fff}
[data-calendar-theme=light] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev,[data-calendar-theme=light] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next,[data-calendar-theme=light] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next:hover{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity));color:#64748b}
[data-calendar-theme=light] .vanilla-calendar-day__popup{color:#0f172a}
[data-calendar-theme=light] .vanilla-calendar-day__popup:before{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-shadow: 0 3px 15px rgba(85, 85, 85, .2);--tw-shadow-colored: 0 3px 15px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}
[data-calendar-theme=light] .vanilla-calendar-day__popup:after{border-bottom-color:#fff}
[data-calendar-theme=light] .vanilla-calendar-time{border-color:#cbd5e1}
[data-calendar-theme=light] .vanilla-calendar-time__hours:after{content:var(--tw-content);color:#0f172a}
[data-calendar-theme=light] .vanilla-calendar-time__hours input,[data-calendar-theme=light] .vanilla-calendar-time__minutes input{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));color:#0f172a}
[data-calendar-theme=light] .vanilla-calendar-time__hours input:hover,[data-calendar-theme=light] .vanilla-calendar-time__minutes input:hover{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity))}
[data-calendar-theme=light] .vanilla-calendar-time__hours input:focus-visible,[data-calendar-theme=light] .vanilla-calendar-time__minutes input:focus-visible{outline-color:#fdba74}
[data-calendar-theme=light] .vanilla-calendar-time__hours input.vanilla-calendar-is-focus,[data-calendar-theme=light] .vanilla-calendar-time__minutes input.vanilla-calendar-is-focus{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity))}
[data-calendar-theme=light] .vanilla-calendar-time__keeping{color:#64748b}
[data-calendar-theme=light] .vanilla-calendar-time__keeping:hover{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity))}
[data-calendar-theme=light] .vanilla-calendar-time__keeping:focus-visible{outline-color:#fdba74}
[data-calendar-theme=light] .vanilla-calendar-time__range input{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
[data-calendar-theme=light] .vanilla-calendar-time__range:before,[data-calendar-theme=light] .vanilla-calendar-time__range:after{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}
[data-calendar-theme=light] .vanilla-calendar-time__range:hover input::-webkit-slider-thumb{border-color:#94a3b8}
[data-calendar-theme=light] .vanilla-calendar-time__range:hover input::-moz-range-thumb{border-color:#94a3b8}
[data-calendar-theme=light] .vanilla-calendar-time__range input:focus-visible::-webkit-slider-thumb{border-color:#fdba74}
[data-calendar-theme=light] .vanilla-calendar-time__range input:focus-visible::-moz-range-thumb{border-color:#fdba74}
[data-calendar-theme=light] .vanilla-calendar-time__range input::-webkit-slider-thumb{border-color:#cbd5e1;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
[data-calendar-theme=light] .vanilla-calendar-time__range input::-moz-range-thumb{border-color:#cbd5e1;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
[data-calendar-theme=light] .vanilla-calendar-time__range input::-webkit-slider-runnable-track{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}
[data-calendar-theme=light] .vanilla-calendar-time__range input::-moz-range-track{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}
[data-calendar-theme=dark].vanilla-calendar{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity));color:#fff}
[data-calendar-theme=dark].vanilla-calendar button:focus-visible{outline-color:#fdba74}
[data-calendar-theme=dark] .vanilla-calendar-arrow{background-color:transparent}
[data-calendar-theme=dark] .vanilla-calendar-arrow:before{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
[data-calendar-theme=dark] .vanilla-calendar-arrow:hover:before{--tw-bg-opacity: 1;background-color:rgb(100 116 139 / var(--tw-bg-opacity))}
[data-calendar-theme=dark] .vanilla-calendar-header__content,[data-calendar-theme=dark] .vanilla-calendar-month,[data-calendar-theme=dark] .vanilla-calendar-year{color:#fff}
[data-calendar-theme=dark] .vanilla-calendar-month:hover,[data-calendar-theme=dark] .vanilla-calendar-year:hover,[data-calendar-theme=dark] .vanilla-calendar-month.vanilla-calendar-month_not-active,[data-calendar-theme=dark] .vanilla-calendar-year.vanilla-calendar-year_not-active{color:#64748b}
[data-calendar-theme=dark] .vanilla-calendar-month.vanilla-calendar-month_disabled,[data-calendar-theme=dark] .vanilla-calendar-year.vanilla-calendar-year_disabled{color:#334155;opacity:.8}
[data-calendar-theme=dark] .vanilla-calendar-months__month,[data-calendar-theme=dark] .vanilla-calendar-years__year{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity));color:#fff}
[data-calendar-theme=dark] .vanilla-calendar-months__month:hover,[data-calendar-theme=dark] .vanilla-calendar-years__year:hover{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}
[data-calendar-theme=dark] .vanilla-calendar-months__month.vanilla-calendar-months__month_selected,[data-calendar-theme=dark] .vanilla-calendar-years__year.vanilla-calendar-years__year_selected,[data-calendar-theme=dark] .vanilla-calendar-months__month.vanilla-calendar-months__month_selected:hover,[data-calendar-theme=dark] .vanilla-calendar-years__year.vanilla-calendar-years__year_selected:hover{--tw-bg-opacity: 1;background-color:rgb(100 116 139 / var(--tw-bg-opacity));color:#fff}
[data-calendar-theme=dark] .vanilla-calendar-months__month.vanilla-calendar-months__month_disabled,[data-calendar-theme=dark] .vanilla-calendar-years__year.vanilla-calendar-years__year_disabled{color:#334155;opacity:.8}
[data-calendar-theme=dark] .vanilla-calendar-months__month.vanilla-calendar-months__month_disabled:hover,[data-calendar-theme=dark] .vanilla-calendar-years__year.vanilla-calendar-years__year_disabled:hover{color:#334155}
[data-calendar-theme=dark] .vanilla-calendar-week-numbers__title,[data-calendar-theme=dark] .vanilla-calendar-week-number{color:#fff}
[data-calendar-theme=dark] .vanilla-calendar-week-number:hover{color:#cbd5e1}
[data-calendar-theme=dark] .vanilla-calendar-week__day{color:#fff}
[data-calendar-theme=dark] .vanilla-calendar-week__day_weekend{color:#f43f5e}
[data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected,[data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected,[data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected:hover,[data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected:hover{background-color:rgb(244 63 94 / var(--tw-bg-opacity));--tw-bg-opacity: .8;color:#fff}
[data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected,[data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected,[data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected,[data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected,[data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected:hover,[data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected:hover,[data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected:hover,[data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected:hover{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity));color:#cbd5e1}
[data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected,[data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected:hover{background-color:rgb(6 182 212 / var(--tw-bg-opacity));--tw-bg-opacity: .8;color:#fff}
[data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev,[data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next,[data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev:hover,[data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next:hover{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity));color:#cbd5e1}
[data-calendar-theme=dark] .vanilla-calendar-day__btn{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity));color:#94a3b8}
[data-calendar-theme=dark] .vanilla-calendar-day__btn:hover{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity));color:#e2e8f0}
[data-calendar-theme=dark] .vanilla-calendar-day__btn_today{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity));color:#06b6d4}
[data-calendar-theme=dark] .vanilla-calendar-day__btn_today:hover{color:#06b6d4}
[data-calendar-theme=dark] .vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_prev,[data-calendar-theme=dark] .vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_next,[data-calendar-theme=dark] .vanilla-calendar-day__btn_prev,[data-calendar-theme=dark] .vanilla-calendar-day__btn_next{color:#475569}
[data-calendar-theme=dark] .vanilla-calendar-day__btn_disabled{color:#334155;opacity:.8}
[data-calendar-theme=dark] .vanilla-calendar-day__btn_hover{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}
[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend,[data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday{color:#f43f5e}
[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend:hover,[data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday:hover,[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_hover,[data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_hover{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity));color:#f43f5e}
[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_disabled,[data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_disabled{color:#334155;opacity:.8}
[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_today,[data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_today{color:#f43f5e}
[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_disabled,[data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_disabled{color:#334155}
[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev,[data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev,[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next,[data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity));color:#475569}
[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev:hover,[data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev:hover,[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next:hover,[data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next:hover{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity));color:#cbd5e1}
[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_hover,[data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_hover,[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_hover,[data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_hover{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}
[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_today,[data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_today,[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_today,[data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_today{color:#94a3b8}
[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_disabled,[data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_disabled,[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_disabled,[data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_disabled{color:#334155;opacity:.8}
[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected,[data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected,[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected:hover,[data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected:hover{--tw-bg-opacity: 1;background-color:rgb(244 63 94 / var(--tw-bg-opacity));color:#fff}
[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected,[data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected,[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected,[data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected,[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected:hover,[data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected:hover,[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected:hover,[data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected:hover{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity));color:#cbd5e1}
[data-calendar-theme=dark] .vanilla-calendar-day__btn_selected,[data-calendar-theme=dark] .vanilla-calendar-day__btn_selected:hover{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity));color:#fff}
[data-calendar-theme=dark] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev,[data-calendar-theme=dark] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next,[data-calendar-theme=dark] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev:hover,[data-calendar-theme=dark] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next:hover{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity));color:#cbd5e1}
[data-calendar-theme=dark] .vanilla-calendar-day__popup{color:#fff}
[data-calendar-theme=dark] .vanilla-calendar-day__popup:before{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity));--tw-shadow: inset 0 0 0 1px rgb(255 255 255 / .1);--tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}
[data-calendar-theme=dark] .vanilla-calendar-day__popup:after{border-bottom-color:#334155}
[data-calendar-theme=dark] .vanilla-calendar-time{border-color:#1e293b}
[data-calendar-theme=dark] .vanilla-calendar-time__hours:after{content:var(--tw-content);color:#fff}
[data-calendar-theme=dark] .vanilla-calendar-time__hours input,[data-calendar-theme=dark] .vanilla-calendar-time__minutes input{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity));color:#fff}
[data-calendar-theme=dark] .vanilla-calendar-time__hours input:hover,[data-calendar-theme=dark] .vanilla-calendar-time__minutes input:hover{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity))}
[data-calendar-theme=dark] .vanilla-calendar-time__hours input:focus-visible,[data-calendar-theme=dark] .vanilla-calendar-time__minutes input:focus-visible{outline-color:#fdba74}
[data-calendar-theme=dark] .vanilla-calendar-time__hours input.vanilla-calendar-is-focus,[data-calendar-theme=dark] .vanilla-calendar-time__minutes input.vanilla-calendar-is-focus{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity))}
[data-calendar-theme=dark] .vanilla-calendar-time__keeping{color:#64748b}
[data-calendar-theme=dark] .vanilla-calendar-time__keeping:hover{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity));color:#94a3b8}
[data-calendar-theme=dark] .vanilla-calendar-time__keeping:focus-visible{outline-color:#fdba74}
[data-calendar-theme=dark] .vanilla-calendar-time__range input{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity))}
[data-calendar-theme=dark] .vanilla-calendar-time__range:before,[data-calendar-theme=dark] .vanilla-calendar-time__range:after{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}
[data-calendar-theme=dark] .vanilla-calendar-time__range:hover input::-webkit-slider-thumb{border-color:#94a3b8}
[data-calendar-theme=dark] .vanilla-calendar-time__range:hover input::-moz-range-thumb{border-color:#94a3b8}
[data-calendar-theme=dark] .vanilla-calendar-time__range input:focus-visible::-webkit-slider-thumb{border-color:#fdba74}
[data-calendar-theme=dark] .vanilla-calendar-time__range input:focus-visible::-moz-range-thumb{border-color:#fdba74}
[data-calendar-theme=dark] .vanilla-calendar-time__range input::-webkit-slider-thumb{border-color:#475569;--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}
[data-calendar-theme=dark] .vanilla-calendar-time__range input::-moz-range-thumb{border-color:#475569;--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}
[data-calendar-theme=dark] .vanilla-calendar-time__range input::-webkit-slider-runnable-track{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}
[data-calendar-theme=dark] .vanilla-calendar-time__range input::-moz-range-track{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}
.gridjs-footer button,.gridjs-head button{background-color:transparent;background-image:none;border:none;cursor:pointer;margin:0;outline:none;padding:0}
.gridjs-temp{position:relative}
.gridjs-head{margin-bottom:5px;padding:5px 1px;width:100%}
.gridjs-head:after{clear:both;content:"";display:block}
.gridjs-head:empty{border:none;padding:0}
.gridjs-container{color:#000;display:inline-block;overflow:hidden;padding:2px;position:relative;z-index:0}
.gridjs-footer{background-color:#fff;border-bottom-width:1px;border-color:#e5e7eb;border-radius:0 0 8px 8px;border-top:1px solid #e5e7eb;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.26);display:block;padding:12px 24px;position:relative;width:100%;z-index:5}
.gridjs-footer:empty{border:none;padding:0}
input.gridjs-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #d2d6dc;border-radius:5px;font-size:14px;line-height:1.45;outline:none;padding:10px 13px}
input.gridjs-input:focus{border-color:#9bc2f7;box-shadow:0 0 0 3px rgba(149,189,243,.5)}
.gridjs-pagination{color:#3d4044}
.gridjs-pagination:after{clear:both;content:"";display:block}
.gridjs-pagination .gridjs-summary{float:left;margin-top:5px}
.gridjs-pagination .gridjs-pages{float:right}
.gridjs-pagination .gridjs-pages button{background-color:#fff;border:1px solid #d2d6dc;border-right:none;outline:none;padding:5px 14px;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.gridjs-pagination .gridjs-pages button:focus{border-right:1px solid #d2d6dc;box-shadow:0 0 0 2px rgba(149,189,243,.5);margin-right:-1px;position:relative}
.gridjs-pagination .gridjs-pages button:hover{background-color:#f7f7f7;color:#3c4257;outline:none}
.gridjs-pagination .gridjs-pages button:disabled,.gridjs-pagination .gridjs-pages button:hover:disabled,.gridjs-pagination .gridjs-pages button[disabled]{background-color:#fff;color:#6b7280;cursor:default}
.gridjs-pagination .gridjs-pages button.gridjs-spread{background-color:#fff;box-shadow:none;cursor:default}
.gridjs-pagination .gridjs-pages button.gridjs-currentPage{background-color:#f7f7f7;font-weight:700}
.gridjs-pagination .gridjs-pages button:last-child{border-bottom-right-radius:6px;border-right:1px solid #d2d6dc;border-top-right-radius:6px}
.gridjs-pagination .gridjs-pages button:first-child{border-bottom-left-radius:6px;border-top-left-radius:6px}
.gridjs-pagination .gridjs-pages button:last-child:focus{margin-right:0}
button.gridjs-sort{background-color:transparent;background-position-x:center;background-repeat:no-repeat;background-size:contain;border:none;cursor:pointer;float:right;height:24px;margin:0;outline:none;padding:0;width:13px}
button.gridjs-sort-neutral{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MDEuOTk4IiBoZWlnaHQ9IjQwMS45OTgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwMS45OTggNDAxLjk5OCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTczLjA5MiAxNjQuNDUyaDI1NS44MTNjNC45NDkgMCA5LjIzMy0xLjgwNyAxMi44NDgtNS40MjQgMy42MTMtMy42MTYgNS40MjctNy44OTggNS40MjctMTIuODQ3cy0xLjgxMy05LjIyOS01LjQyNy0xMi44NUwyMTMuODQ2IDUuNDI0QzIxMC4yMzIgMS44MTIgMjA1Ljk1MSAwIDIwMC45OTkgMHMtOS4yMzMgMS44MTItMTIuODUgNS40MjRMNjAuMjQyIDEzMy4zMzFjLTMuNjE3IDMuNjE3LTUuNDI0IDcuOTAxLTUuNDI0IDEyLjg1IDAgNC45NDggMS44MDcgOS4yMzEgNS40MjQgMTIuODQ3IDMuNjIxIDMuNjE3IDcuOTAyIDUuNDI0IDEyLjg1IDUuNDI0ek0zMjguOTA1IDIzNy41NDlINzMuMDkyYy00Ljk1MiAwLTkuMjMzIDEuODA4LTEyLjg1IDUuNDIxLTMuNjE3IDMuNjE3LTUuNDI0IDcuODk4LTUuNDI0IDEyLjg0N3MxLjgwNyA5LjIzMyA1LjQyNCAxMi44NDhMMTg4LjE0OSAzOTYuNTdjMy42MjEgMy42MTcgNy45MDIgNS40MjggMTIuODUgNS40MjhzOS4yMzMtMS44MTEgMTIuODQ3LTUuNDI4bDEyNy45MDctMTI3LjkwNmMzLjYxMy0zLjYxNCA1LjQyNy03Ljg5OCA1LjQyNy0xMi44NDggMC00Ljk0OC0xLjgxMy05LjIyOS01LjQyNy0xMi44NDctMy42MTQtMy42MTYtNy44OTktNS40Mi0xMi44NDgtNS40MnoiLz48L3N2Zz4=");background-position-y:center;opacity:.3}
button.gridjs-sort-asc{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuMzYyIiBoZWlnaHQ9IjI5Mi4zNjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Mi4zNjIgMjkyLjM2MSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTI4Ni45MzUgMTk3LjI4NyAxNTkuMDI4IDY5LjM4MWMtMy42MTMtMy42MTctNy44OTUtNS40MjQtMTIuODQ3LTUuNDI0cy05LjIzMyAxLjgwNy0xMi44NSA1LjQyNEw1LjQyNCAxOTcuMjg3QzEuODA3IDIwMC45MDQgMCAyMDUuMTg2IDAgMjEwLjEzNHMxLjgwNyA5LjIzMyA1LjQyNCAxMi44NDdjMy42MjEgMy42MTcgNy45MDIgNS40MjUgMTIuODUgNS40MjVoMjU1LjgxM2M0Ljk0OSAwIDkuMjMzLTEuODA4IDEyLjg0OC01LjQyNSAzLjYxMy0zLjYxMyA1LjQyNy03Ljg5OCA1LjQyNy0xMi44NDdzLTEuODE0LTkuMjMtNS40MjctMTIuODQ3eiIvPjwvc3ZnPg==");background-position-y:35%;background-size:10px}
button.gridjs-sort-desc{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuMzYyIiBoZWlnaHQ9IjI5Mi4zNjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Mi4zNjIgMjkyLjM2MiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTI4Ni45MzUgNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiAwLTkuMjMzIDEuODA3LTEyLjg1IDUuNDI0QzEuODA3IDcyLjk5OCAwIDc3LjI3OSAwIDgyLjIyOGMwIDQuOTQ4IDEuODA3IDkuMjI5IDUuNDI0IDEyLjg0N2wxMjcuOTA3IDEyNy45MDdjMy42MjEgMy42MTcgNy45MDIgNS40MjggMTIuODUgNS40MjhzOS4yMzMtMS44MTEgMTIuODQ3LTUuNDI4TDI4Ni45MzUgOTUuMDc0YzMuNjEzLTMuNjE3IDUuNDI3LTcuODk4IDUuNDI3LTEyLjg0NyAwLTQuOTQ4LTEuODE0LTkuMjI5LTUuNDI3LTEyLjg1eiIvPjwvc3ZnPg==");background-position-y:65%;background-size:10px}
button.gridjs-sort:focus{outline:none}
table.gridjs-table{border-collapse:collapse;display:table;margin:0;max-width:100%;overflow:auto;padding:0;table-layout:fixed;text-align:left;width:100%}
.gridjs-tbody,td.gridjs-td{background-color:#fff}
td.gridjs-td{border:1px solid #e5e7eb;box-sizing:content-box;padding:12px 24px}
td.gridjs-td:first-child{border-left:none}
td.gridjs-td:last-child{border-right:none}
td.gridjs-message{text-align:center}
th.gridjs-th{background-color:#f9fafb;border:1px solid #e5e7eb;border-top:none;box-sizing:border-box;color:#6b7280;outline:none;padding:14px 24px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}
th.gridjs-th .gridjs-th-content{float:left;overflow:hidden;text-overflow:ellipsis;width:100%}
th.gridjs-th-sort{cursor:pointer}
th.gridjs-th-sort .gridjs-th-content{width:calc(100% - 15px)}
th.gridjs-th-sort:focus,th.gridjs-th-sort:hover{background-color:#e5e7eb}
th.gridjs-th-fixed{box-shadow:0 1px 0 0 #e5e7eb;position:sticky}
@supports (-moz-appearance:none){th.gridjs-th-fixed{box-shadow:0 0 0 1px #e5e7eb}}
th.gridjs-th:first-child{border-left:none}
th.gridjs-th:last-child{border-right:none}
.gridjs-tr{border:none}
.gridjs-tr-selected td{background-color:#ebf5ff}
.gridjs-tr:last-child td{border-bottom:0}
.gridjs *,.gridjs :after,.gridjs :before{box-sizing:border-box}
.gridjs-wrapper{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border-color:#e5e7eb;border-radius:8px 8px 0 0;border-top-width:1px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.26);display:block;overflow:auto;position:relative;width:100%;z-index:1}
.gridjs-wrapper:nth-last-of-type(2){border-bottom-width:1px;border-radius:8px}
.gridjs-search{float:left}
.gridjs-search-input{width:250px}
.gridjs-loading-bar{background-color:#fff;opacity:.5;z-index:10}
.gridjs-loading-bar,.gridjs-loading-bar:after{bottom:0;left:0;position:absolute;right:0;top:0}
.gridjs-loading-bar:after{animation:shimmer 2s infinite;background-image:linear-gradient(90deg,hsla(0,0%,80%,0),hsla(0,0%,80%,.2) 20%,hsla(0,0%,80%,.5) 60%,hsla(0,0%,80%,0));content:"";transform:translateX(-100%)}
@keyframes shimmer{to{transform:translateX(100%)}}
.gridjs-td .gridjs-checkbox{cursor:pointer;display:block;margin:auto}
.gridjs-resizable{bottom:0;position:absolute;right:0;top:0;width:5px}
.gridjs-resizable:hover{background-color:#9bc2f7;cursor:ew-resize}
.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: min-content auto min-content;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px hsla(0, 0%, 0%, 0.075), 0 1px 2px hsla(0, 0%, 0%, 0.075), 1px 2px 4px hsla(0, 0%, 0%, 0.075), 1px 3px 8px hsla(0, 0%, 0%, 0.075), 2px 4px 16px hsla(0, 0%, 0%, 0.075);
  pointer-events: all;
}
.swal2-popup.swal2-toast > * {
  grid-column: 2;
}
.swal2-popup.swal2-toast .swal2-title {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}
.swal2-popup.swal2-toast .swal2-html-container {
  margin: 0.5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}
.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}
div:where(.swal2-container) {
  display: grid;
  position: fixed;
  z-index: 1060;
  inset: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
div:where(.swal2-container).swal2-backdrop-hide {
  background: transparent !important;
}
div:where(.swal2-container).swal2-top-start, div:where(.swal2-container).swal2-center-start, div:where(.swal2-container).swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
div:where(.swal2-container).swal2-top, div:where(.swal2-container).swal2-center, div:where(.swal2-container).swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
div:where(.swal2-container).swal2-top-end, div:where(.swal2-container).swal2-center-end, div:where(.swal2-container).swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
div:where(.swal2-container).swal2-top-start > .swal2-popup {
  align-self: start;
}
div:where(.swal2-container).swal2-top > .swal2-popup {
  grid-column: 2;
  place-self: start center;
}
div:where(.swal2-container).swal2-top-end > .swal2-popup, div:where(.swal2-container).swal2-top-right > .swal2-popup {
  grid-column: 3;
  place-self: start end;
}
div:where(.swal2-container).swal2-center-start > .swal2-popup, div:where(.swal2-container).swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
div:where(.swal2-container).swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  place-self: center center;
}
div:where(.swal2-container).swal2-center-end > .swal2-popup, div:where(.swal2-container).swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  place-self: center end;
}
div:where(.swal2-container).swal2-bottom-start > .swal2-popup, div:where(.swal2-container).swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
div:where(.swal2-container).swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  place-self: end center;
}
div:where(.swal2-container).swal2-bottom-end > .swal2-popup, div:where(.swal2-container).swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  place-self: end end;
}
div:where(.swal2-container).swal2-grow-row > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
div:where(.swal2-container).swal2-grow-column > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}
div:where(.swal2-container).swal2-no-transition {
  transition: none !important;
}
div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: rgb(84.15, 84.15, 84.15);
  font-family: inherit;
  font-size: 1rem;
}
div:where(.swal2-container) div:where(.swal2-popup):focus {
  outline: none;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
  overflow-y: hidden;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}
div:where(.swal2-container) div:where(.swal2-actions) {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
div:where(.swal2-container) div:where(.swal2-loader) {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}
div:where(.swal2-container) button:where(.swal2-styled) {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}
div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
  cursor: pointer;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):focus-visible {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):focus-visible {
  box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus-visible {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}
div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
  outline: none;
}
div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-footer) {
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em;
  text-align: center;
}
div:where(.swal2-container) .swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}
div:where(.swal2-container) img:where(.swal2-image) {
  max-width: 100%;
  margin: 2em auto 1em;
}
div:where(.swal2-container) button:where(.swal2-close) {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #ccc;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}
div:where(.swal2-container) button:where(.swal2-close):hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
div:where(.swal2-container) button:where(.swal2-close):focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}
div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) .swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 1em 1.6em 0.3em;
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea),
div:where(.swal2-container) select:where(.swal2-select),
div:where(.swal2-container) div:where(.swal2-radio),
div:where(.swal2-container) label:where(.swal2-checkbox) {
  margin: 1em 2em 3px;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea) {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid rgb(216.75, 216.75, 216.75);
  border-radius: 0.1875em;
  background: transparent;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,
div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,
div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
div:where(.swal2-container) input:where(.swal2-input):focus,
div:where(.swal2-container) input:where(.swal2-file):focus,
div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}
div:where(.swal2-container) input:where(.swal2-input)::-moz-placeholder, div:where(.swal2-container) input:where(.swal2-file)::-moz-placeholder, div:where(.swal2-container) textarea:where(.swal2-textarea)::-moz-placeholder {
  color: #ccc;
}
div:where(.swal2-container) input:where(.swal2-input)::placeholder,
div:where(.swal2-container) input:where(.swal2-file)::placeholder,
div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
  color: #ccc;
}
div:where(.swal2-container) .swal2-range {
  margin: 1em 2em 3px;
  background: #fff;
}
div:where(.swal2-container) .swal2-range input {
  width: 80%;
}
div:where(.swal2-container) .swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
div:where(.swal2-container) .swal2-range input,
div:where(.swal2-container) .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
div:where(.swal2-container) .swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
div:where(.swal2-container) .swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: transparent;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}
div:where(.swal2-container) .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: transparent;
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio,
div:where(.swal2-container) .swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
div:where(.swal2-container) .swal2-radio label,
div:where(.swal2-container) .swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio input,
div:where(.swal2-container) .swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}
div:where(.swal2-container) label:where(.swal2-input-label) {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}
div:where(.swal2-container) div:where(.swal2-validation-message) {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: rgb(239.7, 239.7, 239.7);
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
div:where(.swal2-container) div:where(.swal2-validation-message)::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: transparent;
  font-weight: 600;
}
div:where(.swal2-container) .swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}
div:where(.swal2-icon) {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
div:where(.swal2-icon) .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
div:where(.swal2-icon).swal2-error {
  border-color: #f27474;
  color: #f27474;
}
div:where(.swal2-icon).swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}
div:where(.swal2-icon).swal2-warning {
  border-color: rgb(249.95234375, 205.965625, 167.74765625);
  color: #f8bb86;
}
div:where(.swal2-icon).swal2-warning.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.5s;
}
div:where(.swal2-icon).swal2-info {
  border-color: rgb(156.7033492823, 224.2822966507, 246.2966507177);
  color: #3fc3ee;
}
div:where(.swal2-icon).swal2-info.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.8s;
}
div:where(.swal2-icon).swal2-question {
  border-color: rgb(200.8064516129, 217.9677419355, 225.1935483871);
  color: #87adbd;
}
div:where(.swal2-icon).swal2-question.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-question-mark 0.8s;
}
div:where(.swal2-icon).swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}
[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}
.swal2-show {
  animation: swal2-show 0.3s;
}
.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}
.swal2-noanimation {
  transition: none;
}
.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  inset: 0 0 auto auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  inset: 0 auto auto 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  inset: auto auto 0 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  inset: auto auto 0 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  inset: auto 0 0 auto;
}
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: none;
}
.glightbox-container.inactive {
  display: none;
}
.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}
.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}
.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}
.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}
.glightbox-container .gslide-inner-content {
  width: 100%;
}
.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}
.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}
.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}
.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}
.gslide iframe,
    .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}
.gslide:not(.current) {
  pointer-events: none;
}
.gslide-image {
  align-items: center;
}
.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}
.desc-top .gslide-image img,
        .desc-bottom .gslide-image img {
  width: auto;
}
.desc-left .gslide-image img,
        .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}
.gslide-image img.zoomable {
  position: relative;
}
.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}
.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}
.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}
.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}
.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}
.gslide-video.playing::before {
  display: none;
}
.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}
.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}
.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}
.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}
.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}
.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}
.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}
.gslide-media {
  display: flex;
  width: auto;
}
.zoomed .gslide-media {
  box-shadow: none !important;
}
.desc-top .gslide-media,
    .desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}
.gslide-description {
  position: relative;
  flex: 1 0 100%;
}
.gslide-description.description-left,
    .gslide-description.description-right {
  max-width: 100%;
}
.gslide-description.description-bottom,
    .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}
.gslide-description p {
  margin-bottom: 12px;
}
.gslide-description p:last-child {
  margin-bottom: 0;
}
.zoomed .gslide-description {
  display: none;
}
.glightbox-button-hidden {
  display: none;
}
/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}
.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}
.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}
.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}
.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}
.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}
.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}
.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}
.greset {
  transition: all 0.3s ease;
}
.gabsolute {
  position: absolute;
}
.grelative {
  position: relative;
}
.glightbox-desc {
  display: none !important;
}
.glightbox-open {
  overflow: hidden;
}
.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}
.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}
.glightbox-mobile .goverlay {
  background: #000;
}
.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}
.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}
.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}
.gbtn.focused {
  outline: 2px solid #0f3d81;
}
iframe.wait-autoplay {
  opacity: 0;
}
.glightbox-closing .gnext,
    .glightbox-closing .gprev,
    .glightbox-closing .gclose {
  opacity: 0 !important;
}
/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}
.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}
.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}
.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}
.glightbox-clean .gslide-video {
  background: #000;
}
.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}
.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}
.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}
.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}
.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}
.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}
.glightbox-clean .gclose:hover {
  opacity: 1;
}
/*CSS Animations*/
.gfadeIn {
  animation: gfadeIn 0.5s ease;
}
.gfadeOut {
  animation: gfadeOut 0.5s ease;
}
.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}
.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}
.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}
.gslideInRight {
  animation: gslideInRight 0.3s ease;
}
.gzoomIn {
  animation: gzoomIn 0.5s ease;
}
.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.gridjs-container{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
:is([data-mode="dark"] .gridjs-container){--tw-text-opacity:1;color:rgb(226 234 243 / var(--tw-text-opacity))}
.gridjs-footer {
  border-left: 1px solid;
  border-right: 1px solid;
  --tw-border-opacity:1;
  border-color:rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
:is([data-mode="dark"] .gridjs-footer){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
input.gridjs-input{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
:is([data-mode="dark"] input.gridjs-input){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
input.gridjs-input:focus{--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity));--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.gridjs-pagination{--tw-text-opacity:1;color:rgb(37 99 235 / var(--tw-text-opacity))}
.gridjs-pagination .gridjs-pages button{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .gridjs-pagination .gridjs-pages button){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
.gridjs-pagination .gridjs-pages button:focus{border-right-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
:is([data-mode="dark"] .gridjs-pagination .gridjs-pages button:focus){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
.gridjs-pagination .gridjs-pages button:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity))}
:is([data-mode="dark"] .gridjs-pagination .gridjs-pages button:hover){--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(200 215 233 / var(--tw-text-opacity))}
.gridjs-pagination .gridjs-pages button:disabled, .gridjs-pagination .gridjs-pages button[disabled], .gridjs-pagination .gridjs-pages button:hover:disabled{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity))}
:is([data-mode="dark"] .gridjs-pagination .gridjs-pages button:disabled),:is([data-mode="dark"]  .gridjs-pagination .gridjs-pages button[disabled]),:is([data-mode="dark"]  .gridjs-pagination .gridjs-pages button:hover:disabled){--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
.gridjs-pagination .gridjs-pages button.gridjs-spread, .gridjs-pagination .gridjs-pages button.gridjs-currentPage{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .gridjs-pagination .gridjs-pages button.gridjs-spread),:is([data-mode="dark"]  .gridjs-pagination .gridjs-pages button.gridjs-currentPage){--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
.gridjs-pagination .gridjs-pages button:last-child{border-right-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}
:is([data-mode="dark"] .gridjs-pagination .gridjs-pages button:last-child){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
.gridjs-tbody{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .gridjs-tbody){--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
td.gridjs-td{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));background-color:transparent}
:is([data-mode="dark"] td.gridjs-td){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
th.gridjs-th{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(248 250 252 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity))}
:is([data-mode="dark"] th.gridjs-th){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(200 215 233 / var(--tw-text-opacity))}
th.gridjs-th-sort:hover, th.gridjs-th-sort:focus{--tw-bg-opacity:1;background-color:rgb(226 232 240 / var(--tw-bg-opacity))}
:is([data-mode="dark"] th.gridjs-th-sort:hover),:is([data-mode="dark"]  th.gridjs-th-sort:focus){--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity))}
th.gridjs-th-fixed{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.gridjs-tr-selected{--tw-bg-opacity:1;background-color:rgb(226 232 240 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .gridjs-tr-selected){--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity))}
th.gridjs-th:first-child, td.gridjs-td:first-child {
  border-left: 1px solid;
  --tw-border-opacity:1;
  border-color:rgb(226 232 240 / var(--tw-border-opacity));
}
:is([data-mode="dark"] th.gridjs-th:first-child),:is([data-mode="dark"]  td.gridjs-td:first-child){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
th.gridjs-th:last-child, td.gridjs-td:last-child {
  border-right: 1px solid;
  --tw-border-opacity:1;
  border-color:rgb(226 232 240 / var(--tw-border-opacity));
}
:is([data-mode="dark"] th.gridjs-th:last-child),:is([data-mode="dark"]  td.gridjs-td:last-child){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
.gridjs-wrapper{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
:is([data-mode="dark"] .gridjs-wrapper){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
/*! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
h1{font-size:2.25rem;font-weight:600}
h2{font-size:1.875rem;font-weight:600}
h3{font-size:1.5rem;font-weight:600}
h4{font-size:1.25rem;font-weight:600}
h5{font-size:1.125rem;font-weight:600}
h6{font-size:0.875rem;font-weight:600}
h1, h2, h3, h4, h5, h6{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
:is([data-mode="dark"] h1),:is([data-mode="dark"]  h2),:is([data-mode="dark"]  h3),:is([data-mode="dark"]  h4),:is([data-mode="dark"]  h5),:is([data-mode="dark"]  h6){--tw-text-opacity:1;color:rgb(226 234 243 / var(--tw-text-opacity))}
*, ::before, ::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }
::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }
.\!container{width:100% !important;margin-right:auto !important;margin-left:auto !important}
.container{width:100%;margin-right:auto;margin-left:auto}
@media (min-width: 640px){
.\!container{max-width:640px !important}
.container{max-width:640px}}
@media (min-width: 768px){
.\!container{max-width:768px !important}
.container{max-width:768px}}
@media (min-width: 1024px){
.\!container{max-width:1024px !important}
.container{max-width:1024px}}
@media (min-width: 1280px){
.\!container{max-width:1280px !important}
.container{max-width:1280px}}
@media (min-width: 1536px){
.\!container{max-width:1536px !important}
.container{max-width:1536px}}
.btn{display:inline-block;border-radius:0.375rem;border-width:1px;border-color:transparent;background-color:transparent;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:1rem;padding-right:1rem;text-align:center;font-size:0.8125rem;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:linear}
[type="checkbox"]:checked{background-repeat:no-repeat;background-image:url("/build/icons/check-arrow.svg");background-size:.9rem .9rem;background-position:50%}
[type="radio"]:checked{background-repeat:no-repeat;background-image:url("/build/icons/radio-arrow.svg");background-size:.75rem .75rem;background-position:58%}
[type="checkbox"].arrow-none:checked, [type="radio"].arrow-none:checked{background-repeat:no-repeat}
.form-input{display:block;width:100%;border-radius:0.375rem;border-width:1px;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:1rem;padding-right:1rem;font-size:0.875rem}
.form-select{display:block;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0.375rem;border-width:1px;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0.75rem;padding-right:2.5rem;font-size:0.875rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231f242e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-position:right 0.70rem center;background-repeat:no-repeat;background-size:0.70em 0.70em}
input[type="range"]::-webkit-slider-thumb{height:1rem;width:1rem;cursor:pointer;-webkit-appearance:none;appearance:none;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
input[type="range"]:focus::-webkit-slider-thumb{box-shadow:0 0 3px #1d4ed8}
input[type="range"].range-green::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(36 151 130 / var(--tw-bg-opacity))}
input[type="range"].range-green:focus::-webkit-slider-thumb{box-shadow:0 0 3px #1C7767}
input[type="range"].range-orange::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(249 115 22 / var(--tw-bg-opacity))}
input[type="range"].range-orange:focus::-webkit-slider-thumb{box-shadow:0 0 3px #c2410c}
input[type="range"].range-sky::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(14 165 233 / var(--tw-bg-opacity))}
input[type="range"].range-sky:focus::-webkit-slider-thumb{box-shadow:0 0 3px #0369a1}
input[type="range"].range-yellow::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}
input[type="range"].range-yellow:focus::-webkit-slider-thumb{box-shadow:0 0 3px #a16207}
input[type="range"].range-red::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}
input[type="range"].range-red:focus::-webkit-slider-thumb{box-shadow:0 0 3px #b91c1c}
input[type="range"].range-purple::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(168 85 247 / var(--tw-bg-opacity))}
input[type="range"].range-purple:focus::-webkit-slider-thumb{box-shadow:0 0 3px #7e22ce}
input[type="range"].range-dark::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}
input[type="range"].range-dark:focus::-webkit-slider-thumb{box-shadow:0 0 3px #334155}
.form-file{display:block;width:100%;border-radius:0.375rem;border-width:1px;font-size:0.875rem}
.form-file::-webkit-file-upload-button{cursor:pointer;border-style:none;--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity));padding-top:0.5rem;padding-bottom:0.5rem;padding-left:1rem;padding-right:1rem;--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity));--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}
:is([data-mode="dark"] .form-file)::-webkit-file-upload-button{--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
.form-file.form-file-sm::-webkit-file-upload-button{padding-top:0.25rem;padding-bottom:0.25rem;padding-left:0.75rem;padding-right:0.75rem}
.form-file.form-file-lg::-webkit-file-upload-button{padding-top:0.75rem;padding-bottom:0.75rem;padding-left:1.25rem;padding-right:1.25rem}
.card{margin-bottom:1.25rem;border-radius:0.375rem;border-width:0px;border-color:transparent;--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);--tw-shadow-color:#e2e8f0;--tw-shadow:var(--tw-shadow-colored)}
.group[data-skin=bordered] .card{border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);--tw-shadow-color:#f1f5f9;--tw-shadow:var(--tw-shadow-colored)}
:is([data-mode="dark"] .card){--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity));--tw-shadow-color:rgb(35 58 87 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.group[data-skin=bordered] :is([data-mode="dark"] .card){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity));--tw-shadow-color:rgb(35 58 87 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.card .card-body{padding:1.25rem}
[drawer-end].\!show:where([dir="ltr"], [dir="ltr"] *){--tw-translate-x:100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
[drawer-end].\!show:where([dir="rtl"], [dir="rtl"] *){--tw-translate-x:-100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
[drawer-end].show:where([dir="ltr"], [dir="ltr"] *){--tw-translate-x:100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
[drawer-end].show:where([dir="rtl"], [dir="rtl"] *){--tw-translate-x:-100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
[drawer-start].\!show:where([dir="ltr"], [dir="ltr"] *){--tw-translate-x:-100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
[drawer-start].\!show:where([dir="rtl"], [dir="rtl"] *){--tw-translate-x:100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
[drawer-start].show:where([dir="ltr"], [dir="ltr"] *){--tw-translate-x:-100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
[drawer-start].show:where([dir="rtl"], [dir="rtl"] *){--tw-translate-x:100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
[drawer-bottom].\!show{--tw-translate-y:100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
[drawer-bottom].show{--tw-translate-y:100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
[drawer-top].\!show{--tw-translate-y:-100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
[drawer-top].show{--tw-translate-y:-100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
[modal-center]{top:50%;opacity:1}
[modal-center].\!show{opacity:0;top:45% !important}
[modal-center].show{opacity:0;top:45%}
[modal-top]{opacity:1;top:4%}
[modal-top].\!show{top:0px;opacity:0}
[modal-top].show{top:0px;opacity:0}
[modal-bottom]{bottom:4%;opacity:1;}
[modal-bottom].\!show{bottom:0px;opacity:0}
[modal-bottom].show{bottom:0px;opacity:0}
.flatpickr-calendar{border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));font-size:0.8125rem}
:is([data-mode="dark"] .flatpickr-calendar){--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity));--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);--tw-shadow-color:#233A57;--tw-shadow:var(--tw-shadow-colored)}
.flatpickr-calendar{width:307.875px;}
.flatpickr-calendar.open{z-index:9999}
.flatpickr-calendar .flatpickr-rContainer .flatpickr-days{border-top-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}
:is([data-mode="dark"] .flatpickr-calendar .flatpickr-rContainer .flatpickr-days){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
.flatpickr-calendar .flatpickr-time{border-radius:0.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}
:is([data-mode="dark"] .flatpickr-calendar .flatpickr-time){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
.flatpickr-calendar .flatpickr-time input{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity))}
:is([data-mode="dark"] .flatpickr-calendar .flatpickr-time input){--tw-text-opacity:1;color:rgb(226 234 243 / var(--tw-text-opacity))}
.flatpickr-calendar.hasTime .flatpickr-time{border-top-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}
:is([data-mode="dark"] .flatpickr-calendar.hasTime .flatpickr-time){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
.flatpickr-calendar.arrowTop::before,  .flatpickr-calendar.arrowTop::after{border-bottom-width:1px;--tw-border-opacity:1;border-bottom-color:rgb(226 232 240 / var(--tw-border-opacity))}
:is([data-mode="dark"] .flatpickr-calendar.arrowTop)::before,:is([data-mode="dark"]   .flatpickr-calendar.arrowTop)::after{--tw-border-opacity:1;border-bottom-color:rgb(35 58 87 / var(--tw-border-opacity))}
.flatpickr-calendar.arrowBottom::before,  .flatpickr-calendar.arrowBottom::after{border-top-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}
:is([data-mode="dark"] .flatpickr-calendar.arrowBottom)::before,:is([data-mode="dark"]   .flatpickr-calendar.arrowBottom)::after{--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
.flatpickr-months{display:flex;height:3rem;align-items:center;background-color:transparent}
.flatpickr-months .flatpickr-month{height:3rem;fill:#475569;--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}
:is([data-mode="dark"] .flatpickr-months .flatpickr-month){fill:#233A57;--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
.flatpickr-months .flatpickr-month .flatpickr-current-month{top:0px;bottom:0px;display:flex;height:auto;align-items:center;padding-top:0px;font-size:0.9375rem}
.flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months:hover{background-color:transparent;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity))}
:is([data-mode="dark"] .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months:hover){--tw-text-opacity:1;color:rgb(226 234 243 / var(--tw-text-opacity))}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month{top:0.5rem;display:flex;height:2rem;width:2rem;align-items:center;border-radius:0.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));fill:#64748b;--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover{--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity))}
:is([data-mode="dark"] .flatpickr-months .flatpickr-prev-month),:is([data-mode="dark"]  .flatpickr-months .flatpickr-next-month){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
:is([data-mode="dark"] .flatpickr-months .flatpickr-prev-month:hover),:is([data-mode="dark"]  .flatpickr-months .flatpickr-next-month:hover){--tw-text-opacity:1;color:rgb(200 215 233 / var(--tw-text-opacity))}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month{left:0.5rem}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month{right:0.5rem}
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg{height:2.5rem;width:2.5rem}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg{fill:#3b82f6}
.flatpickr-weekdays{height:2rem}
span.flatpickr-weekday{font-weight:600;--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}
:is([data-mode="dark"] span.flatpickr-weekday){--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
.numInputWrapper:hover{background-color:transparent}
.flatpickr-day{margin:0.25rem;height:2rem;border-radius:0.375rem;line-height:1.75rem;--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
:is([data-mode="dark"] .flatpickr-day){--tw-text-opacity:1;color:rgb(226 234 243 / var(--tw-text-opacity))}
.flatpickr-day{max-width:2rem;}
.flatpickr-day:hover, .flatpickr-day:focus{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}
:is([data-mode="dark"] .flatpickr-day:hover),:is([data-mode="dark"]  .flatpickr-day:focus){--tw-bg-opacity:1;background-color:rgb(35 58 87 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}
:is([data-mode="dark"] .flatpickr-day.inRange),:is([data-mode="dark"]  .flatpickr-day.prevMonthDay.inRange),:is([data-mode="dark"]  .flatpickr-day.nextMonthDay.inRange),:is([data-mode="dark"]  .flatpickr-day.today.inRange),:is([data-mode="dark"]  .flatpickr-day.prevMonthDay.today.inRange),:is([data-mode="dark"]  .flatpickr-day.nextMonthDay.today.inRange),:is([data-mode="dark"]  .flatpickr-day:hover),:is([data-mode="dark"]  .flatpickr-day.prevMonthDay:hover),:is([data-mode="dark"]  .flatpickr-day.nextMonthDay:hover),:is([data-mode="dark"]  .flatpickr-day:focus),:is([data-mode="dark"]  .flatpickr-day.prevMonthDay:focus),:is([data-mode="dark"]  .flatpickr-day.nextMonthDay:focus){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(35 58 87 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
.flatpickr-day.today{--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(239 246 255 / var(--tw-text-opacity))}
.flatpickr-day.today:hover, .flatpickr-day.today:focus{--tw-border-opacity:1;border-color:rgb(37 99 235 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(37 99 235 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(239 246 255 / var(--tw-text-opacity))}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(239 246 255 / var(--tw-text-opacity))}
.flatpickr-day.inRange, .flatpickr-day.week.selected{box-shadow:-10px 0 0 #f1f5f9, 10px 0 0 #f1f5f9;border-color:transparent}
.flatpickr-day:is(.flatpickr-disabled, .flatpickr-disabled:hover, .prevMonthDay, .nextMonthDay, .notAllowed, .notAllowed.prevMonthDay, .notAllowed.nextMonthDay){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity))}
:is([data-mode="dark"] .flatpickr-day:is(.flatpickr-disabled, .flatpickr-disabled:hover, .prevMonthDay, .nextMonthDay, .notAllowed, .notAllowed.prevMonthDay, .notAllowed.nextMonthDay)){--tw-text-opacity:1;color:rgb(88 133 188 / var(--tw-text-opacity))}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover{--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity))}
:is([data-mode="dark"] .flatpickr-day.flatpickr-disabled),:is([data-mode="dark"]  .flatpickr-day.flatpickr-disabled:hover){--tw-text-opacity:1;color:rgb(88 133 188 / var(--tw-text-opacity))}
[data-mode="dark"] .flatpickr-day.inRange, [data-mode="dark"] .flatpickr-day.week.selected{box-shadow:-10px 0 0 #233A57, 10px 0 0 #233A57}
[data-mode="dark"] .flatpickr-weekwrapper .flatpickr-weeks{box-shadow:1px 0 0 #233A57;border-top:1px solid #233A57}
.flatpickr-weekwrapper .flatpickr-weekday{height:2rem}
.flatpickr-weekwrapper .flatpickr-weeks{box-shadow:1px 0 0 #e2e8f0;border-top:1px solid #e2e8f0;}
.flatpickr-weekwrapper .flatpickr-weeks .flatpickr-day{margin:0px;height:2.5rem;line-height:1.75rem;line-height:40px}
.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover{--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity))}
:is([data-mode="dark"] .flatpickr-weekwrapper span.flatpickr-day),:is([data-mode="dark"]  .flatpickr-weekwrapper span.flatpickr-day:hover){--tw-text-opacity:1;color:rgb(88 133 188 / var(--tw-text-opacity))}
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity))}
:is([data-mode="dark"] .flatpickr-current-month input.cur-year[disabled]),:is([data-mode="dark"]  .flatpickr-current-month input.cur-year[disabled]:hover){--tw-text-opacity:1;color:rgb(200 215 233 / var(--tw-text-opacity))}
.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .flatpickr-time input:hover),:is([data-mode="dark"]  .flatpickr-time .flatpickr-am-pm:hover),:is([data-mode="dark"]  .flatpickr-time input:focus),:is([data-mode="dark"]  .flatpickr-time .flatpickr-am-pm:focus){--tw-bg-opacity:1;background-color:rgb(35 58 87 / var(--tw-bg-opacity))}
.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}
:is([data-mode="dark"] .flatpickr-time .flatpickr-time-separator),:is([data-mode="dark"]  .flatpickr-time .flatpickr-am-pm){--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap}
[data-simplebar]:where([dir="ltr"], [dir="ltr"] *){align-content:flex-start;align-items:flex-start}
[data-simplebar]:where([dir="rtl"], [dir="rtl"] *){align-content:flex-end;align-items:flex-end}
.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}
.simplebar-mask{direction:inherit;position:absolute;inset:0px;z-index:0;margin:0px;height:auto !important;width:auto !important;overflow:hidden;padding:0px}
.simplebar-offset{direction:inherit !important;box-sizing:inherit !important;position:absolute;top:0px;bottom:0px;left:0px !important;right:0px !important;margin:0px;resize:none !important;padding:0px;-webkit-overflow-scrolling:touch}
.simplebar-content-wrapper{direction:inherit;visibility:visible;position:relative;box-sizing:border-box !important;display:block;height:100%;max-height:100%;width:auto;max-width:100%;overflow:auto;padding:0px !important;scrollbar-width:none}
.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar{display:none}
.flatpickr-day.simplebar-content-wrapper::-webkit-scrollbar,.flatpickr-day .simplebar-hide-scrollbar::-webkit-scrollbar{visibility:hidden}
.simplebar-content::before, .simplebar-content::after{content:' ';display:table}
.simplebar-placeholder{pointer-events:none;max-height:100%;width:100%;max-width:100%}
.simplebar-height-auto-observer-wrapper{box-sizing:inherit !important;pointer-events:none;position:relative;margin:0px;height:100%;width:100%;flex-shrink:0;flex-basis:0px;overflow:hidden;padding:0px}
.simplebar-height-auto-observer-wrapper:where([dir="ltr"], [dir="ltr"] *){float:left}
.simplebar-height-auto-observer-wrapper:where([dir="rtl"], [dir="rtl"] *){float:right}
.simplebar-height-auto-observer-wrapper{max-width:1px;max-height:1px;z-index:-1;flex-grow:inherit}
.simplebar-height-auto-observer{box-sizing:inherit;pointer-events:none;position:absolute;top:0px;display:block;overflow:hidden;opacity:0}
.simplebar-height-auto-observer:where([dir="ltr"], [dir="ltr"] *){left:0px}
.simplebar-height-auto-observer:where([dir="rtl"], [dir="rtl"] *){right:0px}
.simplebar-height-auto-observer{height:1000%;width:1000%;min-height:1px;min-width:1px;z-index:-1}
.simplebar-track{pointer-events:none;position:absolute;bottom:0px;overflow:hidden}
.simplebar-track:where([dir="ltr"], [dir="ltr"] *){right:0px}
.simplebar-track:where([dir="rtl"], [dir="rtl"] *){left:0px}
.simplebar-track{z-index:1}
[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}
[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}
.simplebar-scrollbar{position:absolute;width:0.375rem}
.simplebar-scrollbar::before{position:absolute;left:0px;right:0px;border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgb(100 116 139 / var(--tw-bg-opacity));content:var(--tw-content);opacity:0}
.simplebar-scrollbar:where([dir="ltr"], [dir="ltr"] *){right:1px}
.simplebar-scrollbar:where([dir="rtl"], [dir="rtl"] *){left:1px}
.simplebar-scrollbar{min-height:10px}
.simplebar-scrollbar:before{content:' ';transition:opacity 0.2s linear}
.simplebar-scrollbar.simplebar-visible:before{opacity:0.5;transition:opacity 0s linear}
.simplebar-track.simplebar-vertical{top:0px;width:0.625rem}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:0.125rem;bottom:0.125rem}
.simplebar-track.simplebar-horizontal{height:0.75rem}
.simplebar-track.simplebar-horizontal:where([dir="ltr"], [dir="ltr"] *){left:0px}
.simplebar-track.simplebar-horizontal:where([dir="rtl"], [dir="rtl"] *){right:0px}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{left:0.125rem;right:0.125rem;height:100%}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar{top:0.125rem;height:0.5rem;min-height:0px;width:auto}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:where([dir="ltr"], [dir="ltr"] *){right:auto;left:0px}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:where([dir="rtl"], [dir="rtl"] *){left:auto;right:0px}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar{min-width:10px}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical:where([dir="ltr"], [dir="ltr"] *){right:auto;left:0px}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical:where([dir="rtl"], [dir="rtl"] *){left:auto;right:0px}
.simplebar-hide-scrollbar{visibility:hidden;position:fixed;overflow-y:scroll}
.simplebar-hide-scrollbar:where([dir="ltr"], [dir="ltr"] *){left:0px}
.simplebar-hide-scrollbar:where([dir="rtl"], [dir="rtl"] *){right:0px}
.simplebar-hide-scrollbar{scrollbar-width:none}
[data-simplebar-track="custom"] .simplebar-scrollbar:before{--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
[data-simplebar-track="green"] .simplebar-scrollbar:before{--tw-bg-opacity:1;background-color:rgb(36 151 130 / var(--tw-bg-opacity))}
[data-simplebar-track="yellow"] .simplebar-scrollbar:before{--tw-bg-opacity:1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}
[data-simplebar-track="orange"] .simplebar-scrollbar:before{--tw-bg-opacity:1;background-color:rgb(249 115 22 / var(--tw-bg-opacity))}
[data-simplebar-track="sky"] .simplebar-scrollbar:before{--tw-bg-opacity:1;background-color:rgb(14 165 233 / var(--tw-bg-opacity))}
[data-simplebar-track="red"] .simplebar-scrollbar:before{--tw-bg-opacity:1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}
.swal2-container .swal2-title{padding:1.5rem;padding-bottom:0px;font-size:1.25rem;line-height:1.75rem;font-weight:600}
.swal2-popup{border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding-bottom:1.5rem;--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
:is([data-mode="dark"] .swal2-popup){--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.swal2-footer{border-top-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
:is([data-mode="dark"] .swal2-footer){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.swal2-html-container{font-size:1.125rem;line-height:1.75rem}
:is([data-mode="dark"] .swal2-html-container){--tw-text-opacity:1;color:rgb(226 234 243 / var(--tw-text-opacity))}
.swal2-icon.swal2-question{--tw-border-opacity:1;border-color:rgb(14 165 233 / var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(14 165 233 / var(--tw-text-opacity))}
.swal2-icon.swal2-success [class^=swal2-success-line]{--tw-bg-opacity:1;background-color:rgb(36 151 130 / var(--tw-bg-opacity))}
.swal2-icon.swal2-success .swal2-success-ring{--tw-border-opacity:1;border-color:rgb(160 232 219 / var(--tw-border-opacity))}
.swal2-icon.swal2-warning{--tw-border-opacity:1;border-color:rgb(234 179 8 / var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(234 179 8 / var(--tw-text-opacity))}
.swal2-styled:focus{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.swal2-loader{--tw-border-opacity:1;border-top-color:rgb(59 130 246 / var(--tw-border-opacity));border-bottom-color:rgb(59 130 246 / var(--tw-border-opacity));border-left-color:transparent;border-right-color:transparent}
.swal2-timer-progress-bar{--tw-border-opacity:1;border-color:rgb(160 232 219 / var(--tw-border-opacity))}
.swal2-progress-steps .swal2-progress-step{--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step, .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{--tw-bg-opacity:1;background-color:rgb(147 197 253 / var(--tw-bg-opacity))}
.swal2-progress-steps .swal2-progress-step-line{--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
:is(.swal2-file, .swal2-input, .swal2-textarea){border-width:1px;--tw-border-opacity:1;border-color:rgb(203 213 225 / var(--tw-border-opacity))}
:is(.swal2-file, .swal2-input, .swal2-textarea):focus{--tw-border-opacity:1;border-color:rgb(148 163 184 / var(--tw-border-opacity));--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.swal2-close{border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));font-family:"Public Sans", sans-serif;font-size:1.875rem;line-height:2.25rem;font-weight:300;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-duration:300ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}
.swal2-close:hover{--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
.swal2-close:focus{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
:is([data-mode="dark"] .swal2-close){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
.swal2-validation-message{background-color:transparent}
.swiper-pagination-bullets .swiper-pagination-bullet{height:1rem;width:1rem;border-width:4px;--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity));outline-style:solid;outline-width:1px;outline-color:#3b82f6}
:is([data-mode="dark"] .swiper-pagination-bullets .swiper-pagination-bullet){--tw-border-opacity:1;border-color:rgb(24 24 27 / var(--tw-border-opacity))}
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}
[data-tippy-root]{max-width:calc(100vw - 10px)}
.tippy-box{position:relative;white-space:normal;border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity));font-size:0.75rem;line-height:1rem;line-height:1.375;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity));outline-width:0px}
:is([data-mode="dark"] .tippy-box){--tw-bg-opacity:1;background-color:rgb(35 58 87 / var(--tw-bg-opacity))}
.tippy-box{transition-property:transform, visibility, opacity;}
.tippy-box[data-placement^=top] >.tippy-arrow{bottom:0px}
.tippy-box[data-placement^=top] >.tippy-arrow::before{bottom:-7px;left:0px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}
.tippy-box[data-placement^=bottom] >.tippy-arrow{top:0px}
.tippy-box[data-placement^=bottom] >.tippy-arrow::before{top:-7px;left:0px;border-width:0 8px 8px;border-top-color:initial;transform-origin:center bottom}
.tippy-box[data-placement^=left] >.tippy-arrow{right:0px}
.tippy-box[data-placement^=left] >.tippy-arrow::before{right:-7px;border-width:8px 0 8px 8px;border-left-color:initial;transform-origin:center left}
.tippy-box[data-placement^=right] >.tippy-arrow{left:0px}
.tippy-box[data-placement^=right] >.tippy-arrow::before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}
.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54, 1.5, .38, 1.11)}
.tippy-arrow{height:1rem;width:1rem;--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
.tippy-arrow::before{position:absolute;border-style:solid;content:var(--tw-content);border-color:transparent}
:is([data-mode="dark"] .tippy-arrow){--tw-text-opacity:1;color:rgb(35 58 87 / var(--tw-text-opacity))}
.tippy-content{position:relative;padding-top:0.25rem;padding-bottom:0.25rem;padding-left:0.5rem;padding-right:0.5rem;z-index:1}
.toastify{position:fixed;display:inline-block;cursor:pointer;border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity));text-decoration-line:none;opacity:0;padding:12px 16px;max-width:calc(50% - 20px);z-index:9999;transition:all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1)}
.toastify.on{opacity:1}
.toastify.\!on{opacity:1}
.toast-close{position:relative;opacity:0.4}
.toast-close:where([dir="ltr"], [dir="ltr"] *){left:0.25rem;margin-left:0.25rem}
.toast-close:where([dir="rtl"], [dir="rtl"] *){right:0.25rem;margin-right:0.25rem}
.toast-close{padding:0 5px}
.toastify-right:where([dir="ltr"], [dir="ltr"] *){right:1rem}
.toastify-right:where([dir="rtl"], [dir="rtl"] *){left:1rem}
.toastify-left:where([dir="ltr"], [dir="ltr"] *){left:1rem}
.toastify-left:where([dir="rtl"], [dir="rtl"] *){right:1rem}
.toastify-left .toast-close:where([dir="ltr"], [dir="ltr"] *){left:-0.25rem;margin-left:0.25rem;margin-right:0px}
.toastify-left .toast-close:where([dir="rtl"], [dir="rtl"] *){right:-0.25rem;margin-right:0.25rem;margin-left:0px}
.toastify-top{top:-10rem}
.toastify-bottom{bottom:-10rem}
.toastify-rounded{border-radius:0.375rem}
.toastify-avatar{width:1.5em;height:1.5em;margin:-7px 5px;border-radius:2px}
.toastify-center{left:0px;right:0px;margin-left:auto;margin-right:auto;max-width:-moz-fit-content;max-width:fit-content}
@media only screen and (max-width: 360px){
.toastify-right, .toastify-left{left:0px;right:0px;margin-left:auto;margin-right:auto;max-width:-moz-fit-content;max-width:fit-content}}
.\!choices{position:relative;margin-bottom:1.5rem;overflow:hidden;font-size:0.875rem}
.choices{position:relative;margin-bottom:1.5rem;overflow:hidden;font-size:0.875rem}
.\!choices:focus{outline:2px solid transparent;outline-offset:2px}
.choices:focus{outline:2px solid transparent;outline-offset:2px}
.\!choices:last-child{margin-bottom:0px}
.choices:last-child{margin-bottom:0px}
.\!choices .choices__placeholder{margin-bottom:0px;--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity))}
:is([data-mode="dark"] .\!choices .choices__placeholder){--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
.choices .choices__placeholder{margin-bottom:0px;--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity))}
:is([data-mode="dark"] .choices .choices__placeholder){--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
.\!choices.is-disabled .choices__inner, .\!choices.is-disabled .choices__input{cursor:not-allowed;--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .\!choices.is-disabled .choices__inner),:is([data-mode="dark"]  .\!choices.is-disabled .choices__input){--tw-bg-opacity:1;background-color:rgb(35 58 87 / var(--tw-bg-opacity))}
.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input{cursor:not-allowed;--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .choices.is-disabled .choices__inner),:is([data-mode="dark"]  .choices.is-disabled .choices__input){--tw-bg-opacity:1;background-color:rgb(35 58 87 / var(--tw-bg-opacity))}
.\!choices.is-disabled .choices__inner, .\!choices.is-disabled .choices__input{cursor:not-allowed;--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .\!choices.is-disabled .choices__inner),:is([data-mode="dark"]  .\!choices.is-disabled .choices__input){--tw-bg-opacity:1;background-color:rgb(35 58 87 / var(--tw-bg-opacity))}
.\!choices.is-disabled .choices__item{cursor:not-allowed}
.choices.is-disabled .choices__item{cursor:not-allowed}
.\!choices .choices__input{margin-bottom:0px;--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .\!choices .choices__input){--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
.choices .choices__input{margin-bottom:0px;--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .choices .choices__input){--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
.\!choices .choices__heading{border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}
:is([data-mode="dark"] .\!choices .choices__heading){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
.choices .choices__heading{border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}
:is([data-mode="dark"] .choices .choices__heading){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
.\!choices [hidden]{display:none}
.flatpickr-day.\!choices [hidden]{visibility:hidden}
.choices [hidden]{display:none}
.flatpickr-day.choices [hidden]{visibility:hidden}
.\!choices[data-type*=select-one]{cursor:pointer}
.choices[data-type*=select-one]{cursor:pointer}
.\!choices[data-type*=select-one] .choices__inner{padding-bottom:0.25rem}
.choices[data-type*=select-one] .choices__inner{padding-bottom:0.25rem}
.\!choices[data-type*=select-one] .choices__input{margin:0px;display:block;width:100%;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding-top:0.25rem;padding-bottom:0.25rem;padding-left:1rem;padding-right:1rem}
:is([data-mode="dark"] .\!choices[data-type*=select-one] .choices__input){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
.choices[data-type*=select-one] .choices__input{margin:0px;display:block;width:100%;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding-top:0.25rem;padding-bottom:0.25rem;padding-left:1rem;padding-right:1rem}
:is([data-mode="dark"] .choices[data-type*=select-one] .choices__input){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
.\!choices[data-type*=select-one] .choices__button{position:absolute;top:50%;margin-top:-0.625rem;height:1.25rem;width:1.25rem;border-radius:0.375rem;padding:0px;opacity:0.25}
.\!choices[data-type*=select-one] .choices__button:where([dir="ltr"], [dir="ltr"] *){right:1.5rem}
.\!choices[data-type*=select-one] .choices__button:where([dir="rtl"], [dir="rtl"] *){left:1.5rem}
.\!choices[data-type*=select-one] .choices__button{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-size:8px !important;}
.choices[data-type*=select-one] .choices__button{position:absolute;top:50%;margin-top:-0.625rem;height:1.25rem;width:1.25rem;border-radius:0.375rem;padding:0px;opacity:0.25}
.choices[data-type*=select-one] .choices__button:where([dir="ltr"], [dir="ltr"] *){right:1.5rem}
.choices[data-type*=select-one] .choices__button:where([dir="rtl"], [dir="rtl"] *){left:1.5rem}
.choices[data-type*=select-one] .choices__button{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");background-size:8px;}
.\!choices[data-type*=select-one] .choices__button:hover, .\!choices[data-type*=select-one] .choices__button:focus{opacity:1}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus{opacity:1}
.\!choices[data-type*=select-one] .choices__button:hover, .\!choices[data-type*=select-one] .choices__button:focus{opacity:1}
.\!choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #3b82f6 !important}
.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #3b82f6}
.\!choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}
.flatpickr-day.\!choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{visibility:hidden}
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}
.flatpickr-day.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{visibility:hidden}
.\!choices[data-type*=select-one]::after{position:absolute;top:50%;height:0px;width:0px;border-style:solid;border-color:transparent;--tw-border-opacity:1;border-top-color:rgb(226 232 240 / var(--tw-border-opacity))}
:is([data-mode="dark"] .\!choices[data-type*=select-one])::after{--tw-border-opacity:1;border-top-color:rgb(35 58 87 / var(--tw-border-opacity))}
.\!choices[data-type*=select-one]:where([dir="ltr"], [dir="ltr"] *)::after{right:0.75rem}
.\!choices[data-type*=select-one]:where([dir="rtl"], [dir="rtl"] *)::after{right:auto;left:0.75rem}
.\!choices[data-type*=select-one]::after{content:' ' !important;border-width:5px !important;margin-top:-2.5px !important;pointer-events:none !important}
.choices[data-type*=select-one]::after{position:absolute;top:50%;height:0px;width:0px;border-style:solid;border-color:transparent;--tw-border-opacity:1;border-top-color:rgb(226 232 240 / var(--tw-border-opacity))}
:is([data-mode="dark"] .choices[data-type*=select-one])::after{--tw-border-opacity:1;border-top-color:rgb(35 58 87 / var(--tw-border-opacity))}
.choices[data-type*=select-one]:where([dir="ltr"], [dir="ltr"] *)::after{right:0.75rem}
.choices[data-type*=select-one]:where([dir="rtl"], [dir="rtl"] *)::after{right:auto;left:0.75rem}
.choices[data-type*=select-one]::after{content:' ';border-width:5px;margin-top:-2.5px;pointer-events:none}
.\!choices[data-type*=select-one].is-open::after{border-color:transparent;--tw-border-opacity:1;border-bottom-color:rgb(226 232 240 / var(--tw-border-opacity))}
:is([data-mode="dark"] .\!choices[data-type*=select-one].is-open)::after{--tw-border-opacity:1;border-bottom-color:rgb(35 58 87 / var(--tw-border-opacity))}
.choices[data-type*=select-one].is-open::after{border-color:transparent;--tw-border-opacity:1;border-bottom-color:rgb(226 232 240 / var(--tw-border-opacity))}
:is([data-mode="dark"] .choices[data-type*=select-one].is-open)::after{--tw-border-opacity:1;border-bottom-color:rgb(35 58 87 / var(--tw-border-opacity))}
.\!choices[data-type*=select-multiple] .choices__inner, .\!choices[data-type*=text] .choices__inner{cursor:text !important}
.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner{cursor:text}
.\!choices[data-type*=select-multiple] .choices__inner, .\!choices[data-type*=text] .choices__inner{cursor:text !important}
.\!choices[data-type*=select-multiple] .choices__button, .\!choices[data-type*=text] .choices__button{position:relative;margin-top:0px;margin-bottom:0px;display:inline-block;border-radius:0px;--tw-border-opacity:1;border-color:rgb(36 151 130 / var(--tw-border-opacity));opacity:0.75}
.\!choices[data-type*=select-multiple] .choices__button:where([dir="ltr"], [dir="ltr"] *), .\!choices[data-type*=text] .choices__button:where([dir="ltr"], [dir="ltr"] *){margin-right:-0.25rem;margin-left:0.5rem;border-left-width:1px;padding-left:1rem}
.\!choices[data-type*=select-multiple] .choices__button:where([dir="rtl"], [dir="rtl"] *), .\!choices[data-type*=text] .choices__button:where([dir="rtl"], [dir="rtl"] *){margin-left:-0.25rem;margin-right:0.5rem;border-right-width:1px;padding-left:0px;padding-right:0.5rem}
.\!choices[data-type*=select-multiple] .choices__button, .\!choices[data-type*=text] .choices__button{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-size:8px !important;width:8px !important;line-height:1 !important;}
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button{position:relative;margin-top:0px;margin-bottom:0px;display:inline-block;border-radius:0px;--tw-border-opacity:1;border-color:rgb(36 151 130 / var(--tw-border-opacity));opacity:0.75}
.choices[data-type*=select-multiple] .choices__button:where([dir="ltr"], [dir="ltr"] *), .choices[data-type*=text] .choices__button:where([dir="ltr"], [dir="ltr"] *){margin-right:-0.25rem;margin-left:0.5rem;border-left-width:1px;padding-left:1rem}
.choices[data-type*=select-multiple] .choices__button:where([dir="rtl"], [dir="rtl"] *), .choices[data-type*=text] .choices__button:where([dir="rtl"], [dir="rtl"] *){margin-left:-0.25rem;margin-right:0.5rem;border-right-width:1px;padding-left:0px;padding-right:0.5rem}
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");background-size:8px;width:8px;line-height:1;}
.\!choices[data-type*=select-multiple] .choices__button, .\!choices[data-type*=text] .choices__button{position:relative;margin-top:0px;margin-bottom:0px;display:inline-block;border-radius:0px;--tw-border-opacity:1;border-color:rgb(36 151 130 / var(--tw-border-opacity));opacity:0.75}
.\!choices[data-type*=select-multiple] .choices__button:where([dir="ltr"], [dir="ltr"] *), .\!choices[data-type*=text] .choices__button:where([dir="ltr"], [dir="ltr"] *){margin-right:-0.25rem;margin-left:0.5rem;border-left-width:1px;padding-left:1rem}
.\!choices[data-type*=select-multiple] .choices__button:where([dir="rtl"], [dir="rtl"] *), .\!choices[data-type*=text] .choices__button:where([dir="rtl"], [dir="rtl"] *){margin-left:-0.25rem;margin-right:0.5rem;border-right-width:1px;padding-left:0px;padding-right:0.5rem}
.\!choices[data-type*=select-multiple] .choices__button, .\!choices[data-type*=text] .choices__button{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-size:8px !important;width:8px !important;line-height:1 !important;}
.\!choices[data-type*=select-multiple] .choices__button::hover, .\!choices[data-type*=select-multiple] .choices__button:focus, .\!choices[data-type*=text] .choices__button::hover, .\!choices[data-type*=text] .choices__button:focus{opacity:1}
.choices[data-type*=select-multiple] .choices__button::hover, .choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=text] .choices__button::hover, .choices[data-type*=text] .choices__button:focus{opacity:1}
.\!choices[data-type*=select-multiple] .choices__button::hover, .\!choices[data-type*=select-multiple] .choices__button:focus, .\!choices[data-type*=text] .choices__button::hover, .\!choices[data-type*=text] .choices__button:focus{opacity:1}
.\!choices .choices__inner{display:inline-block;width:100%;overflow:hidden;border-radius:0.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding-top:0.25rem;padding-bottom:0.25rem;padding-left:1rem;padding-right:1rem;vertical-align:top;font-size:0.8125rem}
:is([data-mode="dark"] .\!choices .choices__inner){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
.\!choices .choices__inner{min-height:39px !important}
.choices .choices__inner{display:inline-block;width:100%;overflow:hidden;border-radius:0.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding-top:0.25rem;padding-bottom:0.25rem;padding-left:1rem;padding-right:1rem;vertical-align:top;font-size:0.8125rem}
:is([data-mode="dark"] .choices .choices__inner){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
.choices .choices__inner{min-height:39px}
.is-focused .choices__inner{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}
.choices__list{margin:0px;list-style-type:none}
.choices__list:where([dir="ltr"], [dir="ltr"] *){padding-left:0px}
.choices__list:where([dir="rtl"], [dir="rtl"] *){padding-right:0px}
.choices__list--single{display:inline-block;width:100%;padding:0.25rem}
.choices__list--single:where([dir="ltr"], [dir="ltr"] *){padding-right:1rem}
.choices__list--single:where([dir="rtl"], [dir="rtl"] *){padding-left:1rem}
.choices__list--multiple{display:inline}
.flatpickr-calendar.choices__list--multiple{opacity:1;max-height:640px;visibility:visible;display:block;position:relative;top:2px}
.choices__list--multiple .choices__item{margin-bottom:0px;box-sizing:border-box;display:inline-block;word-break:break-all;border-radius:0.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity));padding-top:0.25rem;padding-bottom:0.25rem;padding-left:0.5rem;padding-right:0.5rem;vertical-align:middle;font-weight:500;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity));font-size:11px;margin-right:3.75px}
.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}
.choices__list--multiple .choices__item.is-highlighted{border-width:1px;--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
.is-disabled .choices__list--multiple .choices__item{border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .is-disabled .choices__list--multiple .choices__item){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity))}
.choices__list--dropdown .choices__list[aria-expanded]{visibility:hidden;position:absolute;top:100%;width:100%;overflow:hidden;word-break:break-all;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .choices__list--dropdown .choices__list[aria-expanded]){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
.choices__list--dropdown .choices__list[aria-expanded]{z-index:1;margin-top:-1px;will-change:visibility}
.choices__list--dropdown .choices__list, .choices__list--dropdown .choices__list[aria-expanded] .choices__list{position:relative;overflow:auto;will-change:scroll-position;max-height:220px}
.choices__list--dropdown .choices__item, .choices__list--dropdown .choices__list[aria-expanded] .choices__item{position:relative;padding:0.5rem !important;font-size:0.8125rem !important}
.choices__list--dropdown, .choices__list[aria-expanded]{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .choices__list--dropdown),:is([data-mode="dark"]  .choices__list[aria-expanded]){--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .choices__list--dropdown .choices__item--selectable.is-highlighted),:is([data-mode="dark"]  .choices__list[aria-expanded] .choices__item--selectable.is-highlighted){--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity))}
.is-active.choices__list--dropdown{visibility:visible}
.is-active.choices__list[aria-expanded]{visibility:visible}
.is-open{visibility:visible}
.is-open .choices__inner{border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}
:is([data-mode="dark"] .is-open .choices__inner){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
.is-open.is-flipped{border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}
:is([data-mode="dark"] .is-open.is-flipped){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded]{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}
:is([data-mode="dark"] .is-open .choices__list--dropdown),:is([data-mode="dark"]  .is-open .choices__list[aria-expanded]){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0px;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;margin-bottom:-1px}
@media (min-width: 640px){
.choices__list--dropdown .choices__item--selectable{padding-right:100px;}
.choices__list--dropdown .choices__item--selectable::after{position:absolute;top:50%;display:none;--tw-translate-y:50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));font-size:0.75rem;line-height:1rem;opacity:0}
.flatpickr-day.choices__list--dropdown .choices__item--selectable::after{visibility:hidden}
.choices__list--dropdown .choices__item--selectable:where([dir="ltr"], [dir="ltr"] *)::after{right:0.625rem}
.choices__list--dropdown .choices__item--selectable:where([dir="rtl"], [dir="rtl"] *)::after{left:0.625rem}
.choices__list--dropdown .choices__item--selectable::after{content:attr(data-select-text)}
.choices__list[aria-expanded] .choices__item--selectable{padding-right:100px;}
.choices__list[aria-expanded] .choices__item--selectable::after{position:absolute;top:50%;display:none;--tw-translate-y:50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));font-size:0.75rem;line-height:1rem;opacity:0}
.flatpickr-day.choices__list[aria-expanded] .choices__item--selectable::after{visibility:hidden}
.choices__list[aria-expanded] .choices__item--selectable:where([dir="ltr"], [dir="ltr"] *)::after{right:0.625rem}
.choices__list[aria-expanded] .choices__item--selectable:where([dir="rtl"], [dir="rtl"] *)::after{left:0.625rem}
.choices__list[aria-expanded] .choices__item--selectable::after{content:attr(data-select-text)}}
.dropzone{min-height:200px;}
.dropzone .dz-preview .dz-image{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;--tw-bg-opacity:1;background-color:rgb(203 213 225 / var(--tw-bg-opacity));text-align:center;border-radius:20px;width:120px;height:120px;z-index:10}
.dropzone .dz-preview .dz-image img{display:flex;align-items:center;justify-content:center;height:90px;width:90px}
.dropzone .dz-preview .dz-image .dz-remove{margin-top:10px;font-size:0.75rem;line-height:1rem}
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview{margin-right:0.75rem;margin-left:0px}
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser, .pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity{margin-left:0.75rem;margin-right:0px}
.pcr-app[data-theme="monolith"] .pcr-result{min-width:100%}
.pcr-app[data-theme="monolith"] .pcr-interaction .pcr-type.active{--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
.pcr-app[data-theme="monolith"] .pcr-interaction .pcr-type.\!active{--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
.pcr-app[data-theme="monolith"] .pcr-interaction .pcr-result{border-radius:0.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
.pcr-app[data-theme="monolith"] .pcr-interaction input{border-radius:0.375rem}
.pcr-app[data-theme="monolith"] .pcr-interaction input:focus{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.pcr-app[data-theme="monolith"] .pcr-interaction .pcr-save{--tw-bg-opacity:1;background-color:rgb(36 151 130 / var(--tw-bg-opacity))}
.pcr-app[data-theme="monolith"] .pcr-interaction .pcr-clear, .pcr-app[data-theme="monolith"] .pcr-interaction .pcr-cancel{--tw-bg-opacity:1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}
.pickr .pcr-button{height:5rem;width:100%;border-radius:0.375rem}
.pickr .pcr-button::after, .pickr .pcr-button::before{border-radius:0.375rem}
html:root{--ck-spacing-unit:0.5rem;--ck-border-radius:0.375rem;--ck-color-base-text:#1e293b;--ck-color-base-border:#cbd5e1;--ck-color-button-default-hover-background:#f1f5f9;--ck-color-button-on-color:#3b82f6;--ck-color-widget-type-around-button-active:#3b82f6;--ck-color-base-active:#3b82f6;--ck-color-button-on-background:#dbeafe;--ck-color-button-on-hover-background:#eff6ff;--ck-color-base-action:#249782;--ck-focus-outer-shadow:none;--ck-inner-shadow:none}
table.dataTable td.dt-control{cursor:pointer;text-align:center}
table.dataTable td.dt-control::before{display:inline-block;--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity));content:"►"}
table.dataTable tr.dt-hasChild td.dt-control:before{content:"▼"}
table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting_asc_disabled, table.dataTable thead>tr>th.sorting_desc_disabled, table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting_asc_disabled, table.dataTable thead>tr>td.sorting_desc_disabled{position:relative;cursor:pointer;padding-right:1.5rem}
table.dataTable :is(thead>tr>th, thead>tr>td).sorting:before, table.dataTable :is(thead>tr>th, thead>tr>td).sorting:after, table.dataTable :is(thead>tr>th, thead>tr>td).sorting_asc:before, table.dataTable :is(thead>tr>th, thead>tr>td).sorting_asc:after, table.dataTable :is(thead>tr>th, thead>tr>td).sorting_desc:before, table.dataTable :is(thead>tr>th, thead>tr>td).sorting_desc:after, table.dataTable :is(thead>tr>th, thead>tr>td).sorting_asc_disabled:before, table.dataTable :is(thead>tr>th, thead>tr>td).sorting_asc_disabled:after, table.dataTable :is(thead>tr>th, thead>tr>td).sorting_desc_disabled:before, table.dataTable :is(thead>tr>th, thead>tr>td).sorting_desc_disabled:after{position:absolute;display:block;font-size:0.875rem;opacity:.125;right:10px;line-height:11px}
table.dataTable :is(thead>tr>th, thead>tr>td).sorting:before, table.dataTable :is(thead>tr>th, thead>tr>td).sorting_asc:before, table.dataTable :is(thead>tr>th, thead>tr>td).sorting_desc:before, table.dataTable :is(thead>tr>th, thead>tr>td).sorting_asc_disabled:before, table.dataTable :is(thead>tr>th, thead>tr>td).sorting_desc_disabled:before{bottom:50%;content:"▲" /""}
table.dataTable :is(thead>tr>th, thead>tr>td).sorting:after, table.dataTable :is(thead>tr>th, thead>tr>td).sorting_asc:after, table.dataTable :is(thead>tr>th, thead>tr>td).sorting_desc:after, table.dataTable :is(thead>tr>th, thead>tr>td).sorting_asc_disabled:after, table.dataTable :is(thead>tr>th, thead>tr>td).sorting_desc_disabled:after{top:50%;content:"▼" /""}
table.dataTable :is(thead>tr>th, thead>tr>td).sorting_asc:before, table.dataTable :is(thead>tr>th, thead>tr>td).sorting_desc:after{opacity:0.6}
table.dataTable :is(thead>tr>th, thead>tr>td).sorting_desc_disabled:after, table.dataTable :is(thead>tr>th, thead>tr>td).sorting_asc_disabled:before{display:none}
table.flatpickr-day.dataTable :is(thead>tr>th, thead>tr>td).sorting_desc_disabled:after, table.flatpickr-day.dataTable :is(thead>tr>th, thead>tr>td).sorting_asc_disabled:before{visibility:hidden}
table.dataTable .dataTables_empty{padding:1.5rem;text-align:center;font-size:1.125rem;line-height:1.75rem}
div.dataTables_scrollBody>table.dataTable >:is(thead>tr>th, thead>tr>td)::after, div.dataTables_scrollBody>table.dataTable >:is(thead>tr>th, thead>tr>td):before{display:none}
div.flatpickr-day.dataTables_scrollBody>table.dataTable >:is(thead>tr>th, thead>tr>td)::after, div.flatpickr-day.dataTables_scrollBody>table.dataTable >:is(thead>tr>th, thead>tr>td):before{visibility:hidden}
.apex-charts{min-height:auto !important;}
.apex-charts text{font-family:"Public Sans", sans-serif !important}
:is([data-mode="dark"] .apex-charts text){fill:#E2EAF3}
.apex-charts .apexcharts-canvas{margin-top:0px;margin-bottom:0px;margin-left:auto;margin-right:auto}
.apexcharts-canvas ::-webkit-scrollbar-thumb{--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity));--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
:is([data-mode="dark"] .apexcharts-canvas )::-webkit-scrollbar-thumb{--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity))}
.apexcharts-canvas :is(.apexcharts-reset-zoom-icon, .apexcharts-selection-icon, .apexcharts-zoom-icon).apexcharts-selected svg{fill:#3b82f6}
.apexcharts-canvas text.apexcharts-title-text, .apexcharts-canvas .apexcharts-subtitle-text{fill:#1e293b !important;font-family:"Public Sans", sans-serif !important;font-weight:500 !important}
:is([data-mode="dark"] .apexcharts-canvas text.apexcharts-title-text),:is([data-mode="dark"]  .apexcharts-canvas .apexcharts-subtitle-text){fill:#C8D7E9 !important}
.apexcharts-gridline{stroke:#e2e8f0}
:is([data-mode="dark"] .apexcharts-gridline){stroke:#233A57}
.apexcharts-yaxis text, .apexcharts-xaxis text{fill:#64748b;font-family:"Public Sans", sans-serif}
:is([data-mode="dark"] .apexcharts-yaxis text),:is([data-mode="dark"]  .apexcharts-xaxis text){fill:#92AFD3}
.apexcharts-heatmap-series rect, .apexcharts-treemap-series rect{stroke:#fff}
:is([data-mode="dark"] .apexcharts-heatmap-series rect),:is([data-mode="dark"]  .apexcharts-treemap-series rect){stroke:#132337}
.apexcharts-legend-text{font-family:"Public Sans", sans-serif !important;font-size:0.875rem !important;--tw-text-opacity:1 !important;color:rgb(30 41 59 / var(--tw-text-opacity)) !important}
:is([data-mode="dark"] .apexcharts-legend-text){--tw-text-opacity:1 !important;color:rgb(200 215 233 / var(--tw-text-opacity)) !important}
.apexcharts-xaxis-tick{stroke:#e2e8f0}
:is([data-mode="dark"] .apexcharts-xaxis-tick){stroke:#233A57}
.apexcharts-marker{stroke:#fff}
:is([data-mode="dark"] .apexcharts-marker){stroke:#132337}
.apexcharts-tooltip{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.apexcharts-tooltip.apexcharts-theme-light{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .apexcharts-tooltip.apexcharts-theme-light){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity))}
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title{--tw-border-opacity:1 !important;border-bottom-color:rgb(226 232 240 / var(--tw-border-opacity)) !important;--tw-bg-opacity:1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity)) !important;font-family:"Public Sans", sans-serif !important}
:is([data-mode="dark"] .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title){--tw-border-opacity:1 !important;border-bottom-color:rgb(35 58 87 / var(--tw-border-opacity)) !important;--tw-bg-opacity:1 !important;background-color:rgb(28 46 69 / var(--tw-bg-opacity)) !important}
.apexcharts-tooltip-title{font-family:"Public Sans", sans-serif !important}
.apexcharts-heatmap-series rect, .apexcharts-treemap-series rect{stroke:#fff}
.apexcharts-pie-series path, .apexcharts-bar-series path{stroke:#fff}
.apexcharts-boxPlot-series path{stroke:#e2e8f0}
.apexcharts-radialbar .apexcharts-datalabels-group text{fill:#1e293b}
:is([data-mode="dark"] .apexcharts-radialbar .apexcharts-datalabels-group text){fill:#E2EAF3}
.apexcharts-radialbar-track path{stroke:#f1f5f9}
:is([data-mode="dark"] .apexcharts-radialbar-track path){stroke:#1C2E45}
.apexcharts-radar-series polygon, .apexcharts-radar-series line{stroke:#e2e8f0}
:is([data-mode="dark"] .apexcharts-radar-series polygon),:is([data-mode="dark"]  .apexcharts-radar-series line){stroke:#233A57}
.apexcharts-pie circle, .apexcharts-pie line{stroke:#e2e8f0}
:is([data-mode="dark"] .apexcharts-pie circle),:is([data-mode="dark"]  .apexcharts-pie line){stroke:#233A57}
.apexcharts-pie circle[fill="transparent"], .apexcharts-pie line[fill="transparent"]{stroke:transparent}
.apexcharts-pie text{fill:#fff}
.apexcharts-xaxistooltip.apexcharts-theme-light{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));font-family:"Public Sans", sans-serif !important;--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity));--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
:is([data-mode="dark"] .apexcharts-xaxistooltip.apexcharts-theme-light){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(226 234 243 / var(--tw-text-opacity))}
.apexcharts-xaxistooltip.apexcharts-theme-light::before{--tw-border-opacity:1;border-bottom-color:rgb(226 232 240 / var(--tw-border-opacity))}
:is([data-mode="dark"] .apexcharts-xaxistooltip.apexcharts-theme-light)::before{--tw-border-opacity:1;border-bottom-color:rgb(28 46 69 / var(--tw-border-opacity))}
.apexcharts-grid-borders line{stroke:#e2e8f0}
:is([data-mode="dark"] .apexcharts-grid-borders line){stroke:#233A57}
#dynamicloadedchart-wrap{position:relative;margin-top:0px;margin-bottom:0px;margin-left:auto;margin-right:auto;max-width:56rem}
:is(#chart-year, #chart-quarter){position:relative;float:left;width:96%;max-width:48%;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));stroke:#e2e8f0;padding-left:0px;padding-top:1.25rem;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
:is([data-mode="dark"] :is(#chart-year, #chart-quarter)){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity));stroke:#233A57}
:is(#chart-year, #chart-quarter){transition:1s ease transform}
#chart-year{z-index:3}
#chart-quarter{z-index:-2}
#chart-quarter.\!active{transition:1.1s ease-in-out transform !important;transform:translateX(0) !important;z-index:1}
#chart-quarter.active{transition:1.1s ease-in-out transform;transform:translateX(0);z-index:1}
@media screen and (min-width: 480px){
#chart-year{transform:translateX(50%)}
#chart-quarter{transform:translateX(-50%)}}
.apexcharts-boxPlot-series path{stroke:#e2e8f0}
:is([data-mode="dark"] .apexcharts-boxPlot-series path){stroke:#233A57}
.apexcharts-pie-series path, .apexcharts-bar-series path{stroke:#fff}
:is([data-mode="dark"] .apexcharts-pie-series path),:is([data-mode="dark"]  .apexcharts-bar-series path){stroke:#132337}
.apexcharts-menu{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .apexcharts-menu){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity))}
.apexcharts-menu apexcharts-menu-item:hover{--tw-bg-opacity:1 !important;background-color:rgb(35 58 87 / var(--tw-bg-opacity)) !important}
#totalProjectChart .apexcharts-legend-series{border-radius:0.125rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));padding-left:0.5rem;padding-right:0.5rem;padding-top:0.25rem;padding-bottom:0.25rem}
:is([data-mode="dark"] #totalProjectChart .apexcharts-legend-series){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
.leaflet-map{height:300px;}
.leaflet-map.leaflet-container{z-index:0}
.gmaps, .gmaps-panaroma{height:300px;border-radius:3px;--tw-bg-opacity:1;background-color:rgb(226 232 240 / var(--tw-bg-opacity))}
.gmaps-overlay{display:block;border-radius:0.25rem;--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity));text-align:center;font-size:0.875rem;line-height:2.5rem;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity));padding:10px 20px}
.gmaps-overlay_arrow.above{bottom:-15px;border-left:16px solid transparent;border-right:16px solid transparent;border-top:16px solid #3b82f6}
.gmaps-overlay_arrow.below{top:-15px;border-left:16px solid transparent;border-right:16px solid transparent;border-bottom:16px solid #3b82f6}
.listjs-pagination{margin-bottom:0px;justify-content:flex-end;gap:0.5rem}
.listjs-pagination li .page{display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:0.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}
:is([data-mode="dark"] .listjs-pagination li .page){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
.listjs-pagination li.active .page{--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.listjs-pagination li.\!active .page{--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.pagination-wrap{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center}
.scroll-hint-icon{--tw-bg-opacity:1;background-color:rgb(148 163 184 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .scroll-hint-icon){--tw-bg-opacity:1;background-color:rgb(57 95 142 / var(--tw-bg-opacity))}
.scroll-hint-icon{height:90px;}
.scroll-hint-icon .scroll-hint-text{font-size:0.75rem;line-height:1rem;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
:root{--plyr-color-main:#3b82f6}
.multi-wrapper{border-width:0px}
.multi-wrapper .non-selected-wrapper{border-top-left-radius:0.375rem;border-bottom-left-radius:0.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .multi-wrapper .non-selected-wrapper){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
.multi-wrapper .selected-wrapper::-webkit-scrollbar, .multi-wrapper .non-selected-wrapper::-webkit-scrollbar{webkit-appearance:none}
.multi-wrapper .selected-wrapper::-webkit-scrollbar:vertical, .multi-wrapper .non-selected-wrapper::-webkit-scrollbar:vertical{width:0.625rem}
.multi-wrapper .selected-wrapper::-webkit-scrollbar:horizontal, .multi-wrapper .non-selected-wrapper::-webkit-scrollbar:horizontal{height:0.625rem}
.multi-wrapper .selected-wrapper::-webkit-scrollbar-thumb, .multi-wrapper .non-selected-wrapper::-webkit-scrollbar-thumb{border-radius:0.375rem;border-width:2px;--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .multi-wrapper .selected-wrapper)::-webkit-scrollbar-thumb,:is([data-mode="dark"]  .multi-wrapper .non-selected-wrapper)::-webkit-scrollbar-thumb{--tw-border-opacity:1;border-color:rgb(19 35 55 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity))}
.multi-wrapper .selected-wrapper::-webkit-scrollbar-track, .multi-wrapper .non-selected-wrapper::-webkit-scrollbar-track{border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .multi-wrapper .selected-wrapper)::-webkit-scrollbar-track,:is([data-mode="dark"]  .multi-wrapper .non-selected-wrapper)::-webkit-scrollbar-track{--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
.multi-wrapper .item-group .group-label{font-size:0.75rem;line-height:1rem}
.multi-wrapper .item{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:linear}
.multi-wrapper .item:hover{--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
:is([data-mode="dark"] .multi-wrapper .item){--tw-text-opacity:1;color:rgb(200 215 233 / var(--tw-text-opacity))}
:is([data-mode="dark"] .multi-wrapper .item:hover){--tw-text-opacity:1;color:rgb(226 234 243 / var(--tw-text-opacity))}
.multi-wrapper .\!item{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:linear}
.multi-wrapper .\!item:hover{--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
:is([data-mode="dark"] .multi-wrapper .\!item){--tw-text-opacity:1;color:rgb(200 215 233 / var(--tw-text-opacity))}
:is([data-mode="dark"] .multi-wrapper .\!item:hover){--tw-text-opacity:1;color:rgb(226 234 243 / var(--tw-text-opacity))}
.multi-wrapper .selected-wrapper{border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .multi-wrapper .selected-wrapper){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
.multi-wrapper .search-input{flex:0 0 auto;margin-bottom:1rem;border-radius:0.375rem;border-width:1px !important;border-style:solid !important;--tw-border-opacity:1 !important;border-color:rgb(226 232 240 / var(--tw-border-opacity)) !important;--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding-top:0.5rem;padding-bottom:0.5rem;padding-left:1rem;padding-right:1rem;font-family:"Public Sans", sans-serif;font-size:0.875rem;--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity))}
.multi-wrapper .search-input::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(148 163 184 / var(--tw-placeholder-opacity))}
.multi-wrapper .search-input::placeholder{--tw-placeholder-opacity:1;color:rgb(148 163 184 / var(--tw-placeholder-opacity))}
:is([data-mode="dark"] .multi-wrapper .search-input){--tw-border-opacity:1 !important;border-color:rgb(35 58 87 / var(--tw-border-opacity)) !important;--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(200 215 233 / var(--tw-text-opacity))}
:is([data-mode="dark"] .multi-wrapper .search-input)::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(88 133 188 / var(--tw-placeholder-opacity))}
:is([data-mode="dark"] .multi-wrapper .search-input)::placeholder{--tw-placeholder-opacity:1;color:rgb(88 133 188 / var(--tw-placeholder-opacity))}
.multi-wrapper .header{font-weight:600;--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity))}
:is([data-mode="dark"] .multi-wrapper .header){--tw-text-opacity:1;color:rgb(200 215 233 / var(--tw-text-opacity))}
:root .fc{--fc-border-color:#e2e8f0;--fc-non-business-color:#f1f5f9;--fc-button-bg-color:#3b82f6;--fc-button-border-color:#3b82f6;--fc-button-hover-bg-color:#2563eb;--fc-button-hover-border-color:#2563eb;--fc-button-active-bg-color:#2563eb;--fc-button-active-border-color:#2563eb;--fc-neutral-bg-color:#f8fafc;--fc-neutral-text-color:#64748b;--fc-page-bg-color:#fff}
.fc-h-event .fc-event-main{color:currentcolor}
.fc-daygrid-event-dot{display:none}
.flatpickr-day.fc-daygrid-event-dot{visibility:hidden}
.fc .fc-toolbar{flex-wrap:wrap;gap:1rem}
:is([data-mode="dark"]:root) .fc{--fc-border-color:#233A57;--fc-non-business-color:#1C2E45;--fc-neutral-bg-color:#1C2E45;--fc-neutral-text-color:#92AFD3;--fc-page-bg-color:#132337}
:is([data-mode="dark"] :not(pre) > code[class*="language-"]),:is([data-mode="dark"]  pre[class*="language-"]){--tw-bg-opacity:1;background-color:rgb(35 58 87 / var(--tw-bg-opacity))}
.clip-triangle{clip-path:polygon(50% 0%, 0% 100%, 100% 100%)}
.pointer-events-none{pointer-events:none}
.visible{visibility:visible}
.invisible{visibility:hidden}
.collapse{visibility:collapse}
.static{position:static}
.fixed{position:fixed}
.absolute{position:absolute}
.\!relative{position:relative !important}
.relative{position:relative}
.sticky{position:sticky}
.inset-0{inset:0px}
.inset-x-0{left:0px;right:0px}
.inset-y-0{top:0px;bottom:0px}
.\!top-4{top:1rem !important}
.-bottom-0{bottom:-0px}
.-bottom-0\.5{bottom:-0.125rem}
.-bottom-1{bottom:-0.25rem}
.-bottom-10{bottom:-2.5rem}
.-bottom-\[1px\]{bottom:-1px}
.-bottom-\[250px\]{bottom:-250px}
.-bottom-\[350px\]{bottom:-350px}
.-right-0{right:-0px}
.-right-0\.5{right:-0.125rem}
.-right-12{right:-3rem}
.-top-1{top:-0.25rem}
.-top-1\.5{top:-0.375rem}
.-top-10{top:-2.5rem}
.-top-16{top:-4rem}
.-top-2{top:-0.5rem}
.-top-2\.5{top:-0.625rem}
.-top-20{top:-5rem}
.-top-28{top:-7rem}
.-top-6{top:-1.5rem}
.-top-\[1px\]{top:-1px}
.bottom-0{bottom:0px}
.bottom-1{bottom:0.25rem}
.bottom-1\/3{bottom:33.333333%}
.bottom-10{bottom:2.5rem}
.bottom-12{bottom:3rem}
.bottom-20{bottom:5rem}
.bottom-24{bottom:6rem}
.bottom-40{bottom:10rem}
.bottom-48{bottom:12rem}
.bottom-6{bottom:1.5rem}
.end-0{inset-inline-end:0px}
.end-1{inset-inline-end:0.25rem}
.left-0{left:0px}
.left-1\/2{left:50%}
.left-10{left:2.5rem}
.left-2{left:0.5rem}
.left-2\.5{left:0.625rem}
.left-2\/4{left:50%}
.left-20{left:5rem}
.left-3{left:0.75rem}
.right-0{right:0px}
.right-0\.5{right:0.125rem}
.right-1{right:0.25rem}
.right-10{right:2.5rem}
.right-12{right:3rem}
.right-2{right:0.5rem}
.right-2\.5{right:0.625rem}
.right-3{right:0.75rem}
.start-0{inset-inline-start:0px}
.top-0{top:0px}
.top-0\.5{top:0.125rem}
.top-1{top:0.25rem}
.top-1\/2{top:50%}
.top-2{top:0.5rem}
.top-2\.5{top:0.625rem}
.top-3{top:0.75rem}
.top-32{top:8rem}
.top-5{top:1.25rem}
.top-6{top:1.5rem}
.top-\[5px\]{top:5px}
.top-\[calc\(theme\(\'spacing\.header\'\)_\*_1\.3\)\]{top:calc(4.375rem * 1.3)}
.top-\[calc\(theme\(\'spacing\.header\'\)_\+_theme\(\'spacing\.5\'\)\)\]{top:calc(4.375rem + 1.25rem)}
.top-full{top:100%}
.z-0{z-index:0}
.z-10{z-index:10}
.z-20{z-index:20}
.z-50{z-index:50}
.z-\[1000\]{z-index:1000}
.z-\[1002\]{z-index:1002}
.z-\[1003\]{z-index:1003}
.z-\[1005\]{z-index:1005}
.z-\[1049\]{z-index:1049}
.z-\[20\]{z-index:20}
.z-drawer{z-index:1050}
.order-1{order:1}
.order-10{order:10}
.order-12{order:12}
.order-2{order:2}
.order-3{order:3}
.order-4{order:4}
.order-6{order:6}
.order-7{order:7}
.order-8{order:8}
.order-9{order:9}
.order-\[13\]{order:13}
.order-\[14\]{order:14}
.order-\[15\]{order:15}
.order-last{order:9999}
.col-span-12{grid-column:span 12 / span 12}
.col-span-4{grid-column:span 4 / span 4}
.col-span-6{grid-column:span 6 / span 6}
.col-span-8{grid-column:span 8 / span 8}
.float-end{float:inline-end}
.float-right{float:right}
.m-1{margin:0.25rem}
.m-4{margin:1rem}
.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}
.mx-1{margin-left:0.25rem;margin-right:0.25rem}
.mx-2{margin-left:0.5rem;margin-right:0.5rem}
.mx-3{margin-left:0.75rem;margin-right:0.75rem}
.mx-5{margin-left:1.25rem;margin-right:1.25rem}
.mx-auto{margin-left:auto;margin-right:auto}
.my-1{margin-top:0.25rem;margin-bottom:0.25rem}
.my-2{margin-top:0.5rem;margin-bottom:0.5rem}
.my-3{margin-top:0.75rem;margin-bottom:0.75rem}
.my-4{margin-top:1rem;margin-bottom:1rem}
.my-5{margin-top:1.25rem;margin-bottom:1.25rem}
.my-9{margin-top:2.25rem;margin-bottom:2.25rem}
.my-auto{margin-top:auto;margin-bottom:auto}
.\!mb-0{margin-bottom:0px !important}
.-mb-5{margin-bottom:-1.25rem}
.-mb-\[1px\]{margin-bottom:-1px}
.-me-0{margin-inline-end:-0px}
.-me-0\.5{margin-inline-end:-0.125rem}
.-me-1{margin-inline-end:-0.25rem}
.-me-2{margin-inline-end:-0.5rem}
.-ml-2{margin-left:-0.5rem}
.-ml-3{margin-left:-0.75rem}
.-ml-px{margin-left:-1px}
.-mr-3{margin-right:-0.75rem}
.-mr-px{margin-right:-1px}
.-mt-14{margin-top:-3.5rem}
.-mt-24{margin-top:-6rem}
.-mt-36{margin-top:-9rem}
.-mt-9{margin-top:-2.25rem}
.-mt-px{margin-top:-1px}
.mb-0{margin-bottom:0px}
.mb-1{margin-bottom:0.25rem}
.mb-14{margin-bottom:3.5rem}
.mb-16{margin-bottom:4rem}
.mb-2{margin-bottom:0.5rem}
.mb-3{margin-bottom:0.75rem}
.mb-4{margin-bottom:1rem}
.mb-5{margin-bottom:1.25rem}
.mb-6{margin-bottom:1.5rem}
.mb-7{margin-bottom:1.75rem}
.mb-8{margin-bottom:2rem}
.mb-auto{margin-bottom:auto}
.me-1{margin-inline-end:0.25rem}
.me-2{margin-inline-end:0.5rem}
.me-3{margin-inline-end:0.75rem}
.ml-1{margin-left:0.25rem}
.ml-12{margin-left:3rem}
.ml-2{margin-left:0.5rem}
.ml-3{margin-left:0.75rem}
.ml-4{margin-left:1rem}
.ml-auto{margin-left:auto}
.mr-1{margin-right:0.25rem}
.mr-1\.5{margin-right:0.375rem}
.mr-16{margin-right:4rem}
.mr-2{margin-right:0.5rem}
.ms-1{margin-inline-start:0.25rem}
.ms-2{margin-inline-start:0.5rem}
.ms-3{margin-inline-start:0.75rem}
.ms-4{margin-inline-start:1rem}
.ms-6{margin-inline-start:1.5rem}
.ms-auto{margin-inline-start:auto}
.mt-0{margin-top:0px}
.mt-0\.5{margin-top:0.125rem}
.mt-1{margin-top:0.25rem}
.mt-10{margin-top:2.5rem}
.mt-12{margin-top:3rem}
.mt-14{margin-top:3.5rem}
.mt-16{margin-top:4rem}
.mt-2{margin-top:0.5rem}
.mt-20{margin-top:5rem}
.mt-24{margin-top:6rem}
.mt-3{margin-top:0.75rem}
.mt-32{margin-top:8rem}
.mt-4{margin-top:1rem}
.mt-5{margin-top:1.25rem}
.mt-6{margin-top:1.5rem}
.mt-7{margin-top:1.75rem}
.mt-8{margin-top:2rem}
.mt-auto{margin-top:auto}
.mt-px{margin-top:1px}
.block{display:block}
.inline-block{display:inline-block}
.inline{display:inline}
.flex{display:flex}
.inline-flex{display:inline-flex}
.table{display:table}
.table-caption{display:table-caption}
.table-cell{display:table-cell}
.grid{display:grid}
.contents{display:contents}
.list-item{display:list-item}
.\!hidden{display:none !important}
.hidden{display:none}
.aspect-1\/1{aspect-ratio:1 / 1}
.aspect-16\/9{aspect-ratio:16 / 9}
.aspect-21\/9{aspect-ratio:21 / 9}
.aspect-4\/3{aspect-ratio:4 / 3}
.aspect-auto{aspect-ratio:auto}
.aspect-square{aspect-ratio:1 / 1}
.aspect-video{aspect-ratio:16 / 9}
.size-1{width:0.25rem;height:0.25rem}
.size-1\.5{width:0.375rem;height:0.375rem}
.size-10{width:2.5rem;height:2.5rem}
.size-12{width:3rem;height:3rem}
.size-14{width:3.5rem;height:3.5rem}
.size-16{width:4rem;height:4rem}
.size-2{width:0.5rem;height:0.5rem}
.size-20{width:5rem;height:5rem}
.size-24{width:6rem;height:6rem}
.size-28{width:7rem;height:7rem}
.size-3{width:0.75rem;height:0.75rem}
.size-3\.5{width:0.875rem;height:0.875rem}
.size-32{width:8rem;height:8rem}
.size-4{width:1rem;height:1rem}
.size-40{width:10rem;height:10rem}
.size-5{width:1.25rem;height:1.25rem}
.size-6{width:1.5rem;height:1.5rem}
.size-64{width:16rem;height:16rem}
.size-7{width:1.75rem;height:1.75rem}
.size-8{width:2rem;height:2rem}
.size-9{width:2.25rem;height:2.25rem}
.size-\[30px\]{width:30px;height:30px}
.size-\[37\.5px\]{width:37.5px;height:37.5px}
.size-\[500px\]{width:500px;height:500px}
.size-\[700px\]{width:700px;height:700px}
.h-1{height:0.25rem}
.h-1\.5{height:0.375rem}
.h-10{height:2.5rem}
.h-11{height:2.75rem}
.h-12{height:3rem}
.h-14{height:3.5rem}
.h-16{height:4rem}
.h-2{height:0.5rem}
.h-2\.5{height:0.625rem}
.h-20{height:5rem}
.h-24{height:6rem}
.h-28{height:7rem}
.h-3{height:0.75rem}
.h-3\.5{height:0.875rem}
.h-4{height:1rem}
.h-40{height:10rem}
.h-44{height:11rem}
.h-48{height:12rem}
.h-5{height:1.25rem}
.h-52{height:13rem}
.h-6{height:1.5rem}
.h-64{height:16rem}
.h-7{height:1.75rem}
.h-72{height:18rem}
.h-8{height:2rem}
.h-9{height:2.25rem}
.h-96{height:24rem}
.h-\[198px\]{height:198px}
.h-\[350px\]{height:350px}
.h-\[37\.5px\]{height:37.5px}
.h-\[38\.39px\]{height:38.39px}
.h-\[39px\]{height:39px}
.h-\[500px\]{height:500px}
.h-\[calc\(100vh_-_320px\)\]{height:calc(100vh - 320px)}
.h-\[calc\(100vh_-_370px\)\]{height:calc(100vh - 370px)}
.h-\[calc\(100vh_-_410px\)\]{height:calc(100vh - 410px)}
.h-\[calc\(100vh_-_theme\(\'height\.14\'\)_-_theme\(\'spacing\.5\'\)_-_theme\(\'height\.header\'\)_\*_3\.5\)\]{height:calc(100vh - 3.5rem - 1.25rem - 4.375rem * 3.5)}
.h-\[calc\(100vh_-_theme\(\'spacing\.10\'\)_\*_6\)\]{height:calc(100vh - 2.5rem * 6)}
.h-auto{height:auto}
.h-full{height:100%}
.h-header{height:4.375rem}
.max-h-\[350px\]{max-height:350px}
.max-h-\[600px\]{max-height:600px}
.max-h-\[calc\(100vh_-_250px\)\]{max-height:calc(100vh - 250px)}
.max-h-\[calc\(100vh_-_380px\)\]{max-height:calc(100vh - 380px)}
.max-h-\[calc\(100vh_-_390px\)\]{max-height:calc(100vh - 390px)}
.max-h-\[calc\(100vh_-_410px\)\]{max-height:calc(100vh - 410px)}
.max-h-\[calc\(theme\(\'height\.screen\'\)_-_180px\)\]{max-height:calc(100vh - 180px)}
.min-h-\[calc\(100vh_-_theme\(\'spacing\.4\'\)_\*_2\)\]{min-height:calc(100vh - 1rem * 2)}
.min-h-screen{min-height:100vh}
.w-0{width:0px}
.w-1{width:0.25rem}
.w-1\.5{width:0.375rem}
.w-1\/2{width:50%}
.w-10{width:2.5rem}
.w-12{width:3rem}
.w-16{width:4rem}
.w-2{width:0.5rem}
.w-2\.5{width:0.625rem}
.w-2\/3{width:66.666667%}
.w-2\/4{width:50%}
.w-2\/6{width:33.333333%}
.w-20{width:5rem}
.w-3{width:0.75rem}
.w-3\.5{width:0.875rem}
.w-3\/4{width:75%}
.w-36{width:9rem}
.w-4{width:1rem}
.w-40{width:10rem}
.w-44{width:11rem}
.w-48{width:12rem}
.w-5{width:1.25rem}
.w-52{width:13rem}
.w-6{width:1.5rem}
.w-60{width:15rem}
.w-64{width:16rem}
.w-7{width:1.75rem}
.w-8{width:2rem}
.w-80{width:20rem}
.w-9{width:2.25rem}
.w-\[100\%\]{width:100%}
.w-\[170px\]{width:170px}
.w-\[26px\]{width:26px}
.w-\[30px\]{width:30px}
.w-\[34px\]{width:34px}
.w-\[36\.39px\]{width:36.39px}
.w-\[37\.5px\]{width:37.5px}
.w-\[38\.39px\]{width:38.39px}
.w-\[39px\]{width:39px}
.w-\[44\.5px\]{width:44.5px}
.w-auto{width:auto}
.w-full{width:100%}
.w-screen{width:100vw}
.w-vertical-menu{width:16.25rem}
.min-w-0{min-width:0px}
.min-w-\[1\.75rem\]{min-width:1.75rem}
.min-w-\[10rem\]{min-width:10rem}
.min-w-\[14rem\]{min-width:14rem}
.min-w-\[20rem\]{min-width:20rem}
.min-w-\[300px\]{min-width:300px}
.min-w-\[9rem\]{min-width:9rem}
.min-w-max{min-width:-moz-max-content;min-width:max-content}
.max-w-2xl{max-width:42rem}
.max-w-6xl{max-width:72rem}
.max-w-7xl{max-width:80rem}
.max-w-\[300px\]{max-width:300px}
.max-w-screen-xl{max-width:1280px}
.max-w-xl{max-width:36rem}
.max-w-xs{max-width:20rem}
.flex-1{flex:1 1 0%}
.flex-\[1_0_0\%\]{flex:1 0 0%}
.flex-shrink{flex-shrink:1}
.flex-shrink-0{flex-shrink:0}
.shrink{flex-shrink:1}
.shrink-0{flex-shrink:0}
.flex-grow{flex-grow:1}
.\!grow{flex-grow:1 !important}
.grow{flex-grow:1}
.border-collapse{border-collapse:collapse}
.border-separate{border-collapse:separate}
.border-spacing-y-1{--tw-border-spacing-y:0.25rem;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}
.border-spacing-y-2{--tw-border-spacing-y:0.5rem;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}
.origin-top{transform-origin:top}
.-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.-translate-x-2\/4{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.-translate-y-2\/4{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.translate-y-1\/2{--tw-translate-y:50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.translate-y-4{--tw-translate-y:1rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.-rotate-180{--tw-rotate:-180deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.-rotate-45{--tw-rotate:-45deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.rotate-45{--tw-rotate:45deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.-scale-x-100{--tw-scale-x:-1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
@keyframes bounce{
0%, 100%{transform:translateY(-25%);animation-timing-function:cubic-bezier(0.8,0,1,1)}
50%{transform:none;animation-timing-function:cubic-bezier(0,0,0.2,1)}}
.animate-bounce{animation:bounce 1s infinite}
@keyframes iconsAnimation{
to{stroke-dashoffset:500}}
.animate-icons{animation:iconsAnimation 50s}
@keyframes ping{
75%, 100%{transform:scale(2);opacity:0}}
.animate-ping{animation:ping 1s cubic-bezier(0, 0, 0.2, 1) infinite}
@keyframes progressAnimation{
0%{width:0}}
.animate-progress{animation:progressAnimation 2s}
@keyframes spin{
to{transform:rotate(360deg)}}
.animate-spin{animation:spin 1s linear infinite}
.cursor-auto{cursor:auto}
.cursor-default{cursor:default}
.cursor-pointer{cursor:pointer}
.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}
.resize{resize:both}
.list-inside{list-style-position:inside}
.list-\[square\]{list-style-type:square}
.list-decimal{list-style-type:decimal}
.list-disc{list-style-type:disc}
.list-none{list-style-type:none}
.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}
.columns-1{-moz-columns:1;columns:1}
.grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}
.grid-cols-12{grid-template-columns:repeat(12, minmax(0, 1fr))}
.grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}
.grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}
.grid-cols-6{grid-template-columns:repeat(6, minmax(0, 1fr))}
.flex-row{flex-direction:row}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.flex-nowrap{flex-wrap:nowrap}
.items-start{align-items:flex-start}
.items-center{align-items:center}
.justify-end{justify-content:flex-end}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.justify-evenly{justify-content:space-evenly}
.justify-items-center{justify-items:center}
.gap-0{gap:0px}
.gap-1{gap:0.25rem}
.gap-2{gap:0.5rem}
.gap-3{gap:0.75rem}
.gap-4{gap:1rem}
.gap-5{gap:1.25rem}
.gap-6{gap:1.5rem}
.gap-7{gap:1.75rem}
.gap-x-2{-moz-column-gap:0.5rem;column-gap:0.5rem}
.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}
.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}
.gap-y-2{row-gap:0.5rem}
.-space-x-4 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1rem * var(--tw-space-x-reverse));margin-left:calc(-1rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-2 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.5rem * var(--tw-space-x-reverse));margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-8 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}
.space-y-1 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.25rem * var(--tw-space-y-reverse))}
.space-y-4 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}
.space-y-5 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}
.space-y-6 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}
.divide-x > :not([hidden]) ~ :not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}
.divide-y > :not([hidden]) ~ :not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}
.divide-dashed > :not([hidden]) ~ :not([hidden]){border-style:dashed}
.divide-slate-200 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(226 232 240 / var(--tw-divide-opacity))}
.self-start{align-self:flex-start}
.self-end{align-self:flex-end}
.self-center{align-self:center}
.overflow-hidden{overflow:hidden}
.overflow-x-auto{overflow-x:auto}
.overflow-y-auto{overflow-y:auto}
.overflow-x-hidden{overflow-x:hidden}
.scroll-smooth{scroll-behavior:smooth}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.whitespace-nowrap{white-space:nowrap}
.break-all{word-break:break-all}
.rounded{border-radius:0.25rem}
.rounded-full{border-radius:9999px}
.rounded-lg{border-radius:0.5rem}
.rounded-md{border-radius:0.375rem}
.rounded-none{border-radius:0px}
.rounded-sm{border-radius:0.125rem}
.rounded-xl{border-radius:0.75rem}
.rounded-b-md{border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem}
.rounded-b-none{border-bottom-right-radius:0px;border-bottom-left-radius:0px}
.rounded-l-lg{border-top-left-radius:0.5rem;border-bottom-left-radius:0.5rem}
.rounded-l-md{border-top-left-radius:0.375rem;border-bottom-left-radius:0.375rem}
.rounded-r-lg{border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem}
.rounded-r-md{border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem}
.rounded-t-md{border-top-left-radius:0.375rem;border-top-right-radius:0.375rem}
.rounded-t-none{border-top-left-radius:0px;border-top-right-radius:0px}
.border{border-width:1px}
.border-0{border-width:0px}
.border-2{border-width:2px}
.border-y{border-top-width:1px;border-bottom-width:1px}
.border-b{border-bottom-width:1px}
.border-b-2{border-bottom-width:2px}
.border-l-0{border-left-width:0px}
.border-l-4{border-left-width:4px}
.border-r{border-right-width:1px}
.border-t{border-top-width:1px}
.border-t-2{border-top-width:2px}
.border-dashed{border-style:dashed}
.border-none{border-style:none}
.border-custom-100{--tw-border-opacity:1;border-color:rgb(219 234 254 / var(--tw-border-opacity))}
.border-custom-200{--tw-border-opacity:1;border-color:rgb(191 219 254 / var(--tw-border-opacity))}
.border-custom-300{--tw-border-opacity:1;border-color:rgb(147 197 253 / var(--tw-border-opacity))}
.border-custom-400{--tw-border-opacity:1;border-color:rgb(96 165 250 / var(--tw-border-opacity))}
.border-custom-500{--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}
.border-custom-600{--tw-border-opacity:1;border-color:rgb(37 99 235 / var(--tw-border-opacity))}
.border-custom-800{--tw-border-opacity:1;border-color:rgb(30 64 175 / var(--tw-border-opacity))}
.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246 / var(--tw-border-opacity))}
.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}
.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}
.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}
.border-green-100{--tw-border-opacity:1;border-color:rgb(210 244 238 / var(--tw-border-opacity))}
.border-green-200{--tw-border-opacity:1;border-color:rgb(160 232 219 / var(--tw-border-opacity))}
.border-green-300{--tw-border-opacity:1;border-color:rgb(86 215 191 / var(--tw-border-opacity))}
.border-green-400{--tw-border-opacity:1;border-color:rgb(45 189 163 / var(--tw-border-opacity))}
.border-green-500{--tw-border-opacity:1;border-color:rgb(36 151 130 / var(--tw-border-opacity))}
.border-indigo-400{--tw-border-opacity:1;border-color:rgb(129 140 248 / var(--tw-border-opacity))}
.border-orange-100{--tw-border-opacity:1;border-color:rgb(255 237 213 / var(--tw-border-opacity))}
.border-orange-200{--tw-border-opacity:1;border-color:rgb(254 215 170 / var(--tw-border-opacity))}
.border-orange-300{--tw-border-opacity:1;border-color:rgb(253 186 116 / var(--tw-border-opacity))}
.border-orange-400{--tw-border-opacity:1;border-color:rgb(251 146 60 / var(--tw-border-opacity))}
.border-orange-500{--tw-border-opacity:1;border-color:rgb(249 115 22 / var(--tw-border-opacity))}
.border-purple-100{--tw-border-opacity:1;border-color:rgb(243 232 255 / var(--tw-border-opacity))}
.border-purple-200{--tw-border-opacity:1;border-color:rgb(233 213 255 / var(--tw-border-opacity))}
.border-purple-300{--tw-border-opacity:1;border-color:rgb(216 180 254 / var(--tw-border-opacity))}
.border-purple-400{--tw-border-opacity:1;border-color:rgb(192 132 252 / var(--tw-border-opacity))}
.border-purple-500{--tw-border-opacity:1;border-color:rgb(168 85 247 / var(--tw-border-opacity))}
.border-purple-950{--tw-border-opacity:1;border-color:rgb(59 7 100 / var(--tw-border-opacity))}
.border-red-100{--tw-border-opacity:1;border-color:rgb(254 226 226 / var(--tw-border-opacity))}
.border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202 / var(--tw-border-opacity))}
.border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165 / var(--tw-border-opacity))}
.border-red-400{--tw-border-opacity:1;border-color:rgb(248 113 113 / var(--tw-border-opacity))}
.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}
.border-sky-100{--tw-border-opacity:1;border-color:rgb(224 242 254 / var(--tw-border-opacity))}
.border-sky-200{--tw-border-opacity:1;border-color:rgb(186 230 253 / var(--tw-border-opacity))}
.border-sky-300{--tw-border-opacity:1;border-color:rgb(125 211 252 / var(--tw-border-opacity))}
.border-sky-400{--tw-border-opacity:1;border-color:rgb(56 189 248 / var(--tw-border-opacity))}
.border-sky-500{--tw-border-opacity:1;border-color:rgb(14 165 233 / var(--tw-border-opacity))}
.border-slate-100{--tw-border-opacity:1;border-color:rgb(241 245 249 / var(--tw-border-opacity))}
.border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}
.border-slate-300{--tw-border-opacity:1;border-color:rgb(203 213 225 / var(--tw-border-opacity))}
.border-slate-400{--tw-border-opacity:1;border-color:rgb(148 163 184 / var(--tw-border-opacity))}
.border-slate-500{--tw-border-opacity:1;border-color:rgb(100 116 139 / var(--tw-border-opacity))}
.border-slate-700{--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity))}
.border-slate-800{--tw-border-opacity:1;border-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-slate-900{--tw-border-opacity:1;border-color:rgb(15 23 42 / var(--tw-border-opacity))}
.border-topbar{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-topbar-border{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}
.border-transparent{border-color:transparent}
.border-vertical-menu-border{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}
.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-yellow-100{--tw-border-opacity:1;border-color:rgb(254 249 195 / var(--tw-border-opacity))}
.border-yellow-200{--tw-border-opacity:1;border-color:rgb(254 240 138 / var(--tw-border-opacity))}
.border-yellow-300{--tw-border-opacity:1;border-color:rgb(253 224 71 / var(--tw-border-opacity))}
.border-yellow-400{--tw-border-opacity:1;border-color:rgb(250 204 21 / var(--tw-border-opacity))}
.border-yellow-500{--tw-border-opacity:1;border-color:rgb(234 179 8 / var(--tw-border-opacity))}
.border-zink-900{--tw-border-opacity:1;border-color:rgb(7 12 18 / var(--tw-border-opacity))}
.border-b-slate-700{--tw-border-opacity:1;border-bottom-color:rgb(51 65 85 / var(--tw-border-opacity))}
.border-l-custom-500{--tw-border-opacity:1;border-left-color:rgb(59 130 246 / var(--tw-border-opacity))}
.border-l-slate-300{--tw-border-opacity:1;border-left-color:rgb(203 213 225 / var(--tw-border-opacity))}
.border-l-slate-700{--tw-border-opacity:1;border-left-color:rgb(51 65 85 / var(--tw-border-opacity))}
.border-l-transparent{border-left-color:transparent}
.border-r-slate-700{--tw-border-opacity:1;border-right-color:rgb(51 65 85 / var(--tw-border-opacity))}
.border-t-custom-500{--tw-border-opacity:1;border-top-color:rgb(59 130 246 / var(--tw-border-opacity))}
.border-t-green-300{--tw-border-opacity:1;border-top-color:rgb(86 215 191 / var(--tw-border-opacity))}
.border-t-slate-300{--tw-border-opacity:1;border-top-color:rgb(203 213 225 / var(--tw-border-opacity))}
.border-t-slate-700{--tw-border-opacity:1;border-top-color:rgb(51 65 85 / var(--tw-border-opacity))}
.\!bg-custom-100{--tw-bg-opacity:1 !important;background-color:rgb(219 234 254 / var(--tw-bg-opacity)) !important}
.\!bg-green-100{--tw-bg-opacity:1 !important;background-color:rgb(210 244 238 / var(--tw-bg-opacity)) !important}
.\!bg-purple-100{--tw-bg-opacity:1 !important;background-color:rgb(243 232 255 / var(--tw-bg-opacity)) !important}
.\!bg-sky-100{--tw-bg-opacity:1 !important;background-color:rgb(224 242 254 / var(--tw-bg-opacity)) !important}
.\!bg-yellow-100{--tw-bg-opacity:1 !important;background-color:rgb(254 249 195 / var(--tw-bg-opacity)) !important}
.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}
.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}
.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
.bg-body-bg{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}
.bg-custom-100{--tw-bg-opacity:1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}
.bg-custom-200{--tw-bg-opacity:1;background-color:rgb(191 219 254 / var(--tw-bg-opacity))}
.bg-custom-300{--tw-bg-opacity:1;background-color:rgb(147 197 253 / var(--tw-bg-opacity))}
.bg-custom-400{--tw-bg-opacity:1;background-color:rgb(96 165 250 / var(--tw-bg-opacity))}
.bg-custom-50{--tw-bg-opacity:1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}
.bg-custom-500{--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
.bg-custom-500\/10{background-color:rgb(59 130 246 / 0.1)}
.bg-custom-600{--tw-bg-opacity:1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}
.bg-custom-800{--tw-bg-opacity:1;background-color:rgb(30 64 175 / var(--tw-bg-opacity))}
.bg-custom-800\/50{background-color:rgb(30 64 175 / 0.5)}
.bg-custom-900{--tw-bg-opacity:1;background-color:rgb(30 58 138 / var(--tw-bg-opacity))}
.bg-cyan-100{--tw-bg-opacity:1;background-color:rgb(207 250 254 / var(--tw-bg-opacity))}
.bg-emerald-100{--tw-bg-opacity:1;background-color:rgb(209 250 229 / var(--tw-bg-opacity))}
.bg-emerald-200{--tw-bg-opacity:1;background-color:rgb(167 243 208 / var(--tw-bg-opacity))}
.bg-emerald-300{--tw-bg-opacity:1;background-color:rgb(110 231 183 / var(--tw-bg-opacity))}
.bg-emerald-500{--tw-bg-opacity:1;background-color:rgb(16 185 129 / var(--tw-bg-opacity))}
.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}
.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}
.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}
.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}
.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}
.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}
.bg-gray-900\/20{background-color:rgb(17 24 39 / 0.2)}
.bg-green-100{--tw-bg-opacity:1;background-color:rgb(210 244 238 / var(--tw-bg-opacity))}
.bg-green-200{--tw-bg-opacity:1;background-color:rgb(160 232 219 / var(--tw-bg-opacity))}
.bg-green-300{--tw-bg-opacity:1;background-color:rgb(86 215 191 / var(--tw-bg-opacity))}
.bg-green-400{--tw-bg-opacity:1;background-color:rgb(45 189 163 / var(--tw-bg-opacity))}
.bg-green-50{--tw-bg-opacity:1;background-color:rgb(234 250 247 / var(--tw-bg-opacity))}
.bg-green-500{--tw-bg-opacity:1;background-color:rgb(36 151 130 / var(--tw-bg-opacity))}
.bg-green-700{--tw-bg-opacity:1;background-color:rgb(28 119 103 / var(--tw-bg-opacity))}
.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(238 242 255 / var(--tw-bg-opacity))}
.bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(99 102 241 / var(--tw-bg-opacity))}
.bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(79 70 229 / var(--tw-bg-opacity))}
.bg-orange-100{--tw-bg-opacity:1;background-color:rgb(255 237 213 / var(--tw-bg-opacity))}
.bg-orange-200{--tw-bg-opacity:1;background-color:rgb(254 215 170 / var(--tw-bg-opacity))}
.bg-orange-300{--tw-bg-opacity:1;background-color:rgb(253 186 116 / var(--tw-bg-opacity))}
.bg-orange-400{--tw-bg-opacity:1;background-color:rgb(251 146 60 / var(--tw-bg-opacity))}
.bg-orange-50{--tw-bg-opacity:1;background-color:rgb(255 247 237 / var(--tw-bg-opacity))}
.bg-orange-500{--tw-bg-opacity:1;background-color:rgb(249 115 22 / var(--tw-bg-opacity))}
.bg-pink-100{--tw-bg-opacity:1;background-color:rgb(252 231 243 / var(--tw-bg-opacity))}
.bg-pink-200{--tw-bg-opacity:1;background-color:rgb(251 207 232 / var(--tw-bg-opacity))}
.bg-pink-500{--tw-bg-opacity:1;background-color:rgb(236 72 153 / var(--tw-bg-opacity))}
.bg-purple-100{--tw-bg-opacity:1;background-color:rgb(243 232 255 / var(--tw-bg-opacity))}
.bg-purple-200{--tw-bg-opacity:1;background-color:rgb(233 213 255 / var(--tw-bg-opacity))}
.bg-purple-300{--tw-bg-opacity:1;background-color:rgb(216 180 254 / var(--tw-bg-opacity))}
.bg-purple-400{--tw-bg-opacity:1;background-color:rgb(192 132 252 / var(--tw-bg-opacity))}
.bg-purple-50{--tw-bg-opacity:1;background-color:rgb(250 245 255 / var(--tw-bg-opacity))}
.bg-purple-500{--tw-bg-opacity:1;background-color:rgb(168 85 247 / var(--tw-bg-opacity))}
.bg-purple-500\/10{background-color:rgb(168 85 247 / 0.1)}
.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}
.bg-red-200{--tw-bg-opacity:1;background-color:rgb(254 202 202 / var(--tw-bg-opacity))}
.bg-red-300{--tw-bg-opacity:1;background-color:rgb(252 165 165 / var(--tw-bg-opacity))}
.bg-red-400{--tw-bg-opacity:1;background-color:rgb(248 113 113 / var(--tw-bg-opacity))}
.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242 / var(--tw-bg-opacity))}
.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}
.bg-red-500\/10{background-color:rgb(239 68 68 / 0.1)}
.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}
.bg-red-700{--tw-bg-opacity:1;background-color:rgb(185 28 28 / var(--tw-bg-opacity))}
.bg-sky-100{--tw-bg-opacity:1;background-color:rgb(224 242 254 / var(--tw-bg-opacity))}
.bg-sky-200{--tw-bg-opacity:1;background-color:rgb(186 230 253 / var(--tw-bg-opacity))}
.bg-sky-400{--tw-bg-opacity:1;background-color:rgb(56 189 248 / var(--tw-bg-opacity))}
.bg-sky-50{--tw-bg-opacity:1;background-color:rgb(240 249 255 / var(--tw-bg-opacity))}
.bg-sky-500{--tw-bg-opacity:1;background-color:rgb(14 165 233 / var(--tw-bg-opacity))}
.bg-sky-600{--tw-bg-opacity:1;background-color:rgb(2 132 199 / var(--tw-bg-opacity))}
.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}
.bg-slate-200{--tw-bg-opacity:1;background-color:rgb(226 232 240 / var(--tw-bg-opacity))}
.bg-slate-200\/50{background-color:rgb(226 232 240 / 0.5)}
.bg-slate-300{--tw-bg-opacity:1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}
.bg-slate-400{--tw-bg-opacity:1;background-color:rgb(148 163 184 / var(--tw-bg-opacity))}
.bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}
.bg-slate-500{--tw-bg-opacity:1;background-color:rgb(100 116 139 / var(--tw-bg-opacity))}
.bg-slate-500\/30{background-color:rgb(100 116 139 / 0.3)}
.bg-slate-600{--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}
.bg-slate-700{--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity))}
.bg-slate-700\/60{background-color:rgb(51 65 85 / 0.6)}
.bg-slate-800{--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}
.bg-slate-900{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity))}
.bg-slate-900\/40{background-color:rgb(15 23 42 / 0.4)}
.bg-topbar{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.bg-transparent{background-color:transparent}
.bg-vertical-menu{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.bg-white\/10{background-color:rgb(255 255 255 / 0.1)}
.bg-white\/5{background-color:rgb(255 255 255 / 0.05)}
.bg-white\/60{background-color:rgb(255 255 255 / 0.6)}
.bg-white\/70{background-color:rgb(255 255 255 / 0.7)}
.bg-white\/80{background-color:rgb(255 255 255 / 0.8)}
.bg-white\/90{background-color:rgb(255 255 255 / 0.9)}
.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195 / var(--tw-bg-opacity))}
.bg-yellow-200{--tw-bg-opacity:1;background-color:rgb(254 240 138 / var(--tw-bg-opacity))}
.bg-yellow-300{--tw-bg-opacity:1;background-color:rgb(253 224 71 / var(--tw-bg-opacity))}
.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21 / var(--tw-bg-opacity))}
.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232 / var(--tw-bg-opacity))}
.bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}
.bg-yellow-500\/10{background-color:rgb(234 179 8 / 0.1)}
.bg-yellow-600{--tw-bg-opacity:1;background-color:rgb(202 138 4 / var(--tw-bg-opacity))}
.bg-zink-900{--tw-bg-opacity:1;background-color:rgb(7 12 18 / var(--tw-bg-opacity))}
.bg-opacity-25{--tw-bg-opacity:0.25}
.bg-\[url\(\'\.\.\/images\/hr-dashboard\.png\'\)\]{background-image:url('/build/icons/hr-dashboard.png')}
.bg-\[url\(\'\.\.\/images\/product\/bg\.png\'\)\]{background-image:url('/build/icons/bg.png')}
.bg-\[url\(\'\.\.\/images\/product\/cta-2\.png\'\)\]{background-image:url('/build/icons/cta-2.png')}
.bg-\[url\(\'https\:\/\/cdn\.dribbble\.com\/userupload\/3012253\/file\/original-dd6cf163ea8f5617304d9d41f6ff38e7\.png\?resize\=1024x768\'\)\]{background-image:url('https://cdn.dribbble.com/userupload/3012253/file/original-dd6cf163ea8f5617304d9d41f6ff38e7.png?resize=1024x768')}
.bg-auth-pattern{background-image:url('/build/icons/auth-bg.jpg')}
.bg-gradient-to-b{background-image:linear-gradient(to bottom, var(--tw-gradient-stops))}
.bg-gradient-to-r{background-image:linear-gradient(to right, var(--tw-gradient-stops))}
.bg-gradient-to-t{background-image:linear-gradient(to top, var(--tw-gradient-stops))}
.from-custom-500{--tw-gradient-from:#3b82f6 var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-custom-900{--tw-gradient-from:#1e3a8a var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-900{--tw-gradient-from:#111827 var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-500\/30{--tw-gradient-from:rgb(168 85 247 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-400{--tw-gradient-from:#f87171 var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-100{--tw-gradient-from:#f1f5f9 var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-transparent{--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-30\%{--tw-gradient-from-position:30%}
.to-custom-100{--tw-gradient-to:#dbeafe var(--tw-gradient-to-position)}
.to-custom-800{--tw-gradient-to:#1e40af var(--tw-gradient-to-position)}
.to-purple-500{--tw-gradient-to:#a855f7 var(--tw-gradient-to-position)}
.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}
.to-white{--tw-gradient-to:#fff var(--tw-gradient-to-position)}
.bg-cover{background-size:cover}
.bg-bottom{background-position:bottom}
.bg-center{background-position:center}
.bg-no-repeat{background-repeat:no-repeat}
.fill-black{fill:#000}
.fill-custom-100{fill:#dbeafe}
.fill-custom-100\/50{fill:rgb(219 234 254 / 0.5)}
.fill-custom-200{fill:#bfdbfe}
.fill-custom-200\/50{fill:rgb(191 219 254 / 0.5)}
.fill-custom-200\/75{fill:rgb(191 219 254 / 0.75)}
.fill-custom-300{fill:#93c5fd}
.fill-custom-300\/50{fill:rgb(147 197 253 / 0.5)}
.fill-custom-300\/75{fill:rgb(147 197 253 / 0.75)}
.fill-custom-400{fill:#60a5fa}
.fill-custom-400\/50{fill:rgb(96 165 250 / 0.5)}
.fill-custom-400\/75{fill:rgb(96 165 250 / 0.75)}
.fill-custom-500\/50{fill:rgb(59 130 246 / 0.5)}
.fill-green-100{fill:#D2F4EE}
.fill-green-200{fill:#A0E8DB}
.fill-indigo-500{fill:#6366f1}
.fill-orange-100{fill:#ffedd5}
.fill-orange-200{fill:#fed7aa}
.fill-purple-100{fill:#f3e8ff}
.fill-purple-200{fill:#e9d5ff}
.fill-red-100{fill:#fee2e2}
.fill-red-200{fill:#fecaca}
.fill-sky-100{fill:#e0f2fe}
.fill-sky-200{fill:#bae6fd}
.fill-slate-100{fill:#f1f5f9}
.fill-slate-200{fill:#e2e8f0}
.fill-slate-300{fill:#cbd5e1}
.fill-slate-50{fill:#f8fafc}
.fill-slate-50\/10{fill:rgb(248 250 252 / 0.1)}
.fill-yellow-100{fill:#fef9c3}
.fill-yellow-200{fill:#fef08a}
.stroke-gray-400{stroke:#9ca3af}
.stroke-1{stroke-width:1}
.object-cover{-o-object-fit:cover;object-fit:cover}
.\!p-10{padding:2.5rem !important}
.\!p-3{padding:0.75rem !important}
.\!p-3\.5{padding:0.875rem !important}
.p-0{padding:0px}
.p-0\.5{padding:0.125rem}
.p-1{padding:0.25rem}
.p-10{padding:2.5rem}
.p-2{padding:0.5rem}
.p-3{padding:0.75rem}
.p-32{padding:8rem}
.p-4{padding:1rem}
.p-5{padding:1.25rem}
.p-6{padding:1.5rem}
.p-7{padding:1.75rem}
.p-8{padding:2rem}
.\!px-10{padding-left:2.5rem !important;padding-right:2.5rem !important}
.\!px-12{padding-left:3rem !important;padding-right:3rem !important}
.\!px-2{padding-left:0.5rem !important;padding-right:0.5rem !important}
.\!px-2\.5{padding-left:0.625rem !important;padding-right:0.625rem !important}
.\!px-6{padding-left:1.5rem !important;padding-right:1.5rem !important}
.\!py-0{padding-top:0px !important;padding-bottom:0px !important}
.\!py-12{padding-top:3rem !important;padding-bottom:3rem !important}
.\!py-3{padding-top:0.75rem !important;padding-bottom:0.75rem !important}
.\!py-3\.5{padding-top:0.875rem !important;padding-bottom:0.875rem !important}
.px-1{padding-left:0.25rem;padding-right:0.25rem}
.px-1\.5{padding-left:0.375rem;padding-right:0.375rem}
.px-10{padding-left:2.5rem;padding-right:2.5rem}
.px-2{padding-left:0.5rem;padding-right:0.5rem}
.px-2\.5{padding-left:0.625rem;padding-right:0.625rem}
.px-3{padding-left:0.75rem;padding-right:0.75rem}
.px-3\.5{padding-left:0.875rem;padding-right:0.875rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.px-8{padding-left:2rem;padding-right:2rem}
.py-0{padding-top:0px;padding-bottom:0px}
.py-0\.5{padding-top:0.125rem;padding-bottom:0.125rem}
.py-1{padding-top:0.25rem;padding-bottom:0.25rem}
.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.py-14{padding-top:3.5rem;padding-bottom:3.5rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem}
.py-20{padding-top:5rem;padding-bottom:5rem}
.py-24{padding-top:6rem;padding-bottom:6rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.py-32{padding-top:8rem;padding-bottom:8rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.py-7{padding-top:1.75rem;padding-bottom:1.75rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.\!pb-0{padding-bottom:0px !important}
.\!pt-0{padding-top:0px !important}
.\!pt-1{padding-top:0.25rem !important}
.\!pt-10{padding-top:2.5rem !important}
.pb-0{padding-bottom:0px}
.pb-1{padding-bottom:0.25rem}
.pb-12{padding-bottom:3rem}
.pb-2{padding-bottom:0.5rem}
.pb-2\.5{padding-bottom:0.625rem}
.pb-28{padding-bottom:7rem}
.pb-3{padding-bottom:0.75rem}
.pb-32{padding-bottom:8rem}
.pb-36{padding-bottom:9rem}
.pb-4{padding-bottom:1rem}
.pb-5{padding-bottom:1.25rem}
.pb-6{padding-bottom:1.5rem}
.pb-\[calc\(theme\(\'spacing\.header\'\)_\*_0\.8\)\]{padding-bottom:calc(4.375rem * 0.8)}
.pe-4{padding-inline-end:1rem}
.pl-2{padding-left:0.5rem}
.pl-3{padding-left:0.75rem}
.pl-4{padding-left:1rem}
.pl-5{padding-left:1.25rem}
.pl-8{padding-left:2rem}
.pr-12{padding-right:3rem}
.pr-2{padding-right:0.5rem}
.pr-4{padding-right:1rem}
.pr-7{padding-right:1.75rem}
.pr-8{padding-right:2rem}
.ps-0{padding-inline-start:0px}
.ps-3{padding-inline-start:0.75rem}
.pt-0{padding-top:0px}
.pt-1{padding-top:0.25rem}
.pt-10{padding-top:2.5rem}
.pt-12{padding-top:3rem}
.pt-16{padding-top:4rem}
.pt-2{padding-top:0.5rem}
.pt-20{padding-top:5rem}
.pt-3{padding-top:0.75rem}
.pt-4{padding-top:1rem}
.pt-44{padding-top:11rem}
.pt-5{padding-top:1.25rem}
.pt-6{padding-top:1.5rem}
.pt-8{padding-top:2rem}
.pt-\[calc\(theme\(\'spacing\.header\'\)_\*_1\)\]{padding-top:calc(4.375rem * 1)}
.text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}
.text-start{text-align:start}
.text-end{text-align:end}
.align-baseline{vertical-align:baseline}
.align-top{vertical-align:top}
.align-middle{vertical-align:middle}
.align-bottom{vertical-align:bottom}
.font-public{font-family:"Public Sans", sans-serif}
.font-tourney{font-family:"Tourney", sans-serif}
.text-15{font-size:0.9375rem}
.text-16{font-size:1rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-\[10px\]{font-size:10px}
.text-\[11px\]{font-size:11px}
.text-\[12px\]{font-size:12px}
.text-\[16px\]{font-size:16px}
.text-\[8px\]{font-size:8px}
.text-base{font-size:0.875rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-sm{font-size:0.8125rem}
.text-vertical-menu-item-font-size{font-size:0.875rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-xs{font-size:0.75rem;line-height:1rem}
.\!font-normal{font-weight:400 !important}
.font-bold{font-weight:700}
.font-medium{font-weight:500}
.font-normal{font-weight:400}
.font-semibold{font-weight:600}
.uppercase{text-transform:uppercase}
.lowercase{text-transform:lowercase}
.capitalize{text-transform:capitalize}
.italic{font-style:italic}
.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}
.\!leading-normal{line-height:1.5 !important}
.\!leading-relaxed{line-height:1.625 !important}
.leading-4{line-height:1rem}
.leading-5{line-height:1.25rem}
.leading-6{line-height:1.5rem}
.leading-7{line-height:1.75rem}
.leading-\[15px\]{line-height:15px}
.leading-none{line-height:1}
.leading-normal{line-height:1.5}
.leading-relaxed{line-height:1.625}
.leading-tight{line-height:1.25}
.tracking-wide{letter-spacing:0.025em}
.tracking-wider{letter-spacing:0.05em}
.tracking-widest{letter-spacing:0.1em}
.text-black{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-blue-50{--tw-text-opacity:1;color:rgb(239 246 255 / var(--tw-text-opacity))}
.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175 / var(--tw-text-opacity))}
.text-body{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
.text-custom-100{--tw-text-opacity:1;color:rgb(219 234 254 / var(--tw-text-opacity))}
.text-custom-200{--tw-text-opacity:1;color:rgb(191 219 254 / var(--tw-text-opacity))}
.text-custom-300{--tw-text-opacity:1;color:rgb(147 197 253 / var(--tw-text-opacity))}
.text-custom-400{--tw-text-opacity:1;color:rgb(96 165 250 / var(--tw-text-opacity))}
.text-custom-50{--tw-text-opacity:1;color:rgb(239 246 255 / var(--tw-text-opacity))}
.text-custom-500{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.text-custom-600{--tw-text-opacity:1;color:rgb(37 99 235 / var(--tw-text-opacity))}
.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235 / var(--tw-text-opacity))}
.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219 / var(--tw-text-opacity))}
.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity))}
.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity))}
.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99 / var(--tw-text-opacity))}
.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81 / var(--tw-text-opacity))}
.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55 / var(--tw-text-opacity))}
.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39 / var(--tw-text-opacity))}
.text-green-100{--tw-text-opacity:1;color:rgb(210 244 238 / var(--tw-text-opacity))}
.text-green-200{--tw-text-opacity:1;color:rgb(160 232 219 / var(--tw-text-opacity))}
.text-green-200\/50{color:rgb(160 232 219 / 0.5)}
.text-green-300{--tw-text-opacity:1;color:rgb(86 215 191 / var(--tw-text-opacity))}
.text-green-400{--tw-text-opacity:1;color:rgb(45 189 163 / var(--tw-text-opacity))}
.text-green-50{--tw-text-opacity:1;color:rgb(234 250 247 / var(--tw-text-opacity))}
.text-green-500{--tw-text-opacity:1;color:rgb(36 151 130 / var(--tw-text-opacity))}
.text-green-600{--tw-text-opacity:1;color:rgb(32 136 117 / var(--tw-text-opacity))}
.text-green-800{--tw-text-opacity:1;color:rgb(24 99 85 / var(--tw-text-opacity))}
.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229 / var(--tw-text-opacity))}
.text-indigo-700{--tw-text-opacity:1;color:rgb(67 56 202 / var(--tw-text-opacity))}
.text-orange-200{--tw-text-opacity:1;color:rgb(254 215 170 / var(--tw-text-opacity))}
.text-orange-200\/50{color:rgb(254 215 170 / 0.5)}
.text-orange-400{--tw-text-opacity:1;color:rgb(251 146 60 / var(--tw-text-opacity))}
.text-orange-50{--tw-text-opacity:1;color:rgb(255 247 237 / var(--tw-text-opacity))}
.text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22 / var(--tw-text-opacity))}
.text-orange-600{--tw-text-opacity:1;color:rgb(234 88 12 / var(--tw-text-opacity))}
.text-pink-500{--tw-text-opacity:1;color:rgb(236 72 153 / var(--tw-text-opacity))}
.text-purple-200{--tw-text-opacity:1;color:rgb(233 213 255 / var(--tw-text-opacity))}
.text-purple-200\/50{color:rgb(233 213 255 / 0.5)}
.text-purple-300{--tw-text-opacity:1;color:rgb(216 180 254 / var(--tw-text-opacity))}
.text-purple-400{--tw-text-opacity:1;color:rgb(192 132 252 / var(--tw-text-opacity))}
.text-purple-50{--tw-text-opacity:1;color:rgb(250 245 255 / var(--tw-text-opacity))}
.text-purple-500{--tw-text-opacity:1;color:rgb(168 85 247 / var(--tw-text-opacity))}
.text-purple-600{--tw-text-opacity:1;color:rgb(147 51 234 / var(--tw-text-opacity))}
.text-red-200{--tw-text-opacity:1;color:rgb(254 202 202 / var(--tw-text-opacity))}
.text-red-300{--tw-text-opacity:1;color:rgb(252 165 165 / var(--tw-text-opacity))}
.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113 / var(--tw-text-opacity))}
.text-red-50{--tw-text-opacity:1;color:rgb(254 242 242 / var(--tw-text-opacity))}
.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity))}
.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38 / var(--tw-text-opacity))}
.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27 / var(--tw-text-opacity))}
.text-sky-200{--tw-text-opacity:1;color:rgb(186 230 253 / var(--tw-text-opacity))}
.text-sky-200\/50{color:rgb(186 230 253 / 0.5)}
.text-sky-300{--tw-text-opacity:1;color:rgb(125 211 252 / var(--tw-text-opacity))}
.text-sky-400{--tw-text-opacity:1;color:rgb(56 189 248 / var(--tw-text-opacity))}
.text-sky-50{--tw-text-opacity:1;color:rgb(240 249 255 / var(--tw-text-opacity))}
.text-sky-500{--tw-text-opacity:1;color:rgb(14 165 233 / var(--tw-text-opacity))}
.text-sky-600{--tw-text-opacity:1;color:rgb(2 132 199 / var(--tw-text-opacity))}
.text-slate-100{--tw-text-opacity:1;color:rgb(241 245 249 / var(--tw-text-opacity))}
.text-slate-200{--tw-text-opacity:1;color:rgb(226 232 240 / var(--tw-text-opacity))}
.text-slate-300{--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity))}
.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity))}
.text-slate-50{--tw-text-opacity:1;color:rgb(248 250 252 / var(--tw-text-opacity))}
.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}
.text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity))}
.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity))}
.text-slate-800{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
.text-slate-900{--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity))}
.text-topbar-item{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity))}
.text-vertical-menu-item{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity))}
.text-vertical-menu-sub-item{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity))}
.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-yellow-100{--tw-text-opacity:1;color:rgb(254 249 195 / var(--tw-text-opacity))}
.text-yellow-200{--tw-text-opacity:1;color:rgb(254 240 138 / var(--tw-text-opacity))}
.text-yellow-300{--tw-text-opacity:1;color:rgb(253 224 71 / var(--tw-text-opacity))}
.text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21 / var(--tw-text-opacity))}
.text-yellow-50{--tw-text-opacity:1;color:rgb(254 252 232 / var(--tw-text-opacity))}
.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8 / var(--tw-text-opacity))}
.text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4 / var(--tw-text-opacity))}
.text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14 / var(--tw-text-opacity))}
.text-zink-200{--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
.underline{text-decoration-line:underline}
.overline{text-decoration-line:overline}
.line-through{text-decoration-line:line-through}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.opacity-0{opacity:0}
.opacity-10{opacity:0.1}
.opacity-100{opacity:1}
.opacity-20{opacity:0.2}
.opacity-25{opacity:0.25}
.opacity-30{opacity:0.3}
.opacity-50{opacity:0.5}
.opacity-75{opacity:0.75}
.\!shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important}
.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-2xl{--tw-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-xl{--tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-custom-800{--tw-shadow-color:#1e40af;--tw-shadow:var(--tw-shadow-colored)}
.shadow-slate-100{--tw-shadow-color:#f1f5f9;--tw-shadow:var(--tw-shadow-colored)}
.shadow-slate-200\/50{--tw-shadow-color:rgb(226 232 240 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.outline{outline-style:solid}
.outline-1{outline-width:1px}
.outline-offset-1{outline-offset:1px}
.outline-offset-4{outline-offset:4px}
.outline-offset-\[3px\]{outline-offset:3px}
.outline-slate-100{outline-color:#f1f5f9}
.outline-slate-200{outline-color:#e2e8f0}
.outline-transparent{outline-color:transparent}
.outline-white{outline-color:#fff}
.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}
.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}
.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0 / var(--tw-ring-opacity))}
.ring-blue-300{--tw-ring-opacity:1;--tw-ring-color:rgb(147 197 253 / var(--tw-ring-opacity))}
.ring-custom-200{--tw-ring-opacity:1;--tw-ring-color:rgb(191 219 254 / var(--tw-ring-opacity))}
.ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219 / var(--tw-ring-opacity))}
.ring-slate-200{--tw-ring-opacity:1;--tw-ring-color:rgb(226 232 240 / var(--tw-ring-opacity))}
.ring-opacity-5{--tw-ring-opacity:0.05}
.ring-offset-2{--tw-ring-offset-width:2px}
.blur{--tw-blur:blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
.blur-3xl{--tw-blur:blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
.grayscale{--tw-grayscale:grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
.\!invert{--tw-invert:invert(100%) !important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important}
.invert{--tw-invert:invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important}
.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
.backdrop-blur-md{--tw-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}
.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.duration-150{transition-duration:150ms}
.duration-200{transition-duration:200ms}
.duration-300{transition-duration:300ms}
.duration-500{transition-duration:500ms}
.duration-75{transition-duration:75ms}
.ease-in{transition-timing-function:cubic-bezier(0.4, 0, 1, 1)}
.ease-in-out{transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}
.ease-linear{transition-timing-function:linear}
.ease-out{transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.\[-\:\=\]{-:=}
.group\/menu-link:hover,
.animate {
  animation-iteration-count: 2;
  stroke-dasharray: 10;
}
.marker\:text-custom-500 *::marker{color:rgb(59 130 246 )}
.marker\:text-red-500 *::marker{color:rgb(239 68 68 )}
.marker\:text-custom-500::marker{color:rgb(59 130 246 )}
.marker\:text-red-500::marker{color:rgb(239 68 68 )}
.placeholder\:text-gray-400::-moz-placeholder{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity))}
.placeholder\:text-gray-400::placeholder{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity))}
.placeholder\:text-slate-400::-moz-placeholder{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity))}
.placeholder\:text-slate-400::placeholder{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity))}
.placeholder\:text-slate-500::-moz-placeholder{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}
.placeholder\:text-slate-500::placeholder{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}
.before\:absolute::before{content:var(--tw-content);position:absolute}
.before\:-inset-1::before{content:var(--tw-content);inset:-0.25rem}
.before\:inset-0::before{content:var(--tw-content);inset:0px}
.before\:inset-x-0::before{content:var(--tw-content);left:0px;right:0px}
.before\:inset-y-0::before{content:var(--tw-content);top:0px;bottom:0px}
.before\:-bottom-1::before{content:var(--tw-content);bottom:-0.25rem}
.before\:-bottom-1\.5::before{content:var(--tw-content);bottom:-0.375rem}
.before\:-bottom-2::before{content:var(--tw-content);bottom:-0.5rem}
.before\:-bottom-2\.5::before{content:var(--tw-content);bottom:-0.625rem}
.before\:-right-1::before{content:var(--tw-content);right:-0.25rem}
.before\:-top-16::before{content:var(--tw-content);top:-4rem}
.before\:-top-\[3px\]::before{content:var(--tw-content);top:-3px}
.before\:bottom-0::before{content:var(--tw-content);bottom:0px}
.before\:bottom-2::before{content:var(--tw-content);bottom:0.5rem}
.before\:left-0::before{content:var(--tw-content);left:0px}
.before\:left-2\/4::before{content:var(--tw-content);left:50%}
.before\:right-0::before{content:var(--tw-content);right:0px}
.before\:top-0::before{content:var(--tw-content);top:0px}
.before\:top-1::before{content:var(--tw-content);top:0.25rem}
.before\:top-1\.5::before{content:var(--tw-content);top:0.375rem}
.before\:top-3::before{content:var(--tw-content);top:0.75rem}
.before\:top-4::before{content:var(--tw-content);top:1rem}
.before\:block::before{content:var(--tw-content);display:block}
.before\:h-1::before{content:var(--tw-content);height:0.25rem}
.before\:h-20::before{content:var(--tw-content);height:5rem}
.before\:h-3::before{content:var(--tw-content);height:0.75rem}
.before\:h-4::before{content:var(--tw-content);height:1rem}
.before\:h-\[1px\]::before{content:var(--tw-content);height:1px}
.before\:h-full::before{content:var(--tw-content);height:100%}
.before\:w-0::before{content:var(--tw-content);width:0px}
.before\:w-1::before{content:var(--tw-content);width:0.25rem}
.before\:w-3::before{content:var(--tw-content);width:0.75rem}
.before\:w-full::before{content:var(--tw-content);width:100%}
.before\:-translate-x-2\/4::before{content:var(--tw-content);--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.before\:-rotate-\[135deg\]::before{content:var(--tw-content);--tw-rotate:-135deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.before\:-skew-y-6::before{content:var(--tw-content);--tw-skew-y:-6deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.before\:rounded::before{content:var(--tw-content);border-radius:0.25rem}
.before\:rounded-md::before{content:var(--tw-content);border-radius:0.375rem}
.before\:border::before{content:var(--tw-content);border-width:1px}
.before\:border-\[15px\]::before{content:var(--tw-content);border-width:15px}
.before\:border-b::before{content:var(--tw-content);border-bottom-width:1px}
.before\:border-t::before{content:var(--tw-content);border-top-width:1px}
.before\:border-double::before{content:var(--tw-content);border-style:double}
.before\:border-custom-500::before{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}
.before\:border-green-500\/10::before{content:var(--tw-content);border-color:rgb(36 151 130 / 0.1)}
.before\:border-slate-200::before{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}
.before\:border-slate-500::before{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(100 116 139 / var(--tw-border-opacity))}
.before\:border-transparent::before{content:var(--tw-content);border-color:transparent}
.before\:border-t-slate-200::before{content:var(--tw-content);--tw-border-opacity:1;border-top-color:rgb(226 232 240 / var(--tw-border-opacity))}
.before\:bg-sky-50::before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(240 249 255 / var(--tw-bg-opacity))}
.before\:bg-transparent::before{content:var(--tw-content);background-color:transparent}
.before\:bg-vertical-menu-sub-item::before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(148 163 184 / var(--tw-bg-opacity))}
.before\:bg-gradient-to-b::before{content:var(--tw-content);background-image:linear-gradient(to bottom, var(--tw-gradient-stops))}
.before\:bg-gradient-to-r::before{content:var(--tw-content);background-image:linear-gradient(to right, var(--tw-gradient-stops))}
.before\:from-black\/50::before{content:var(--tw-content);--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.before\:from-white::before{content:var(--tw-content);--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.before\:via-custom-500::before{content:var(--tw-content);--tw-gradient-to:rgb(59 130 246 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #3b82f6 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.before\:to-transparent::before{content:var(--tw-content);--tw-gradient-to:transparent var(--tw-gradient-to-position)}
.before\:to-white::before{content:var(--tw-content);--tw-gradient-to:#fff var(--tw-gradient-to-position)}
.before\:font-remix::before{content:var(--tw-content);font-family:remixicon}
.before\:text-\[18px\]::before{content:var(--tw-content);font-size:18px}
.before\:text-lg::before{content:var(--tw-content);font-size:1.125rem;line-height:1.75rem}
.before\:text-xl::before{content:var(--tw-content);font-size:1.25rem;line-height:1.75rem}
.before\:text-slate-400::before{content:var(--tw-content);--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity))}
.before\:text-slate-500::before{content:var(--tw-content);--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}
.before\:backdrop-blur-xl::before{content:var(--tw-content);--tw-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}
.before\:transition-all::before{content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.before\:duration-300::before{content:var(--tw-content);transition-duration:300ms}
.before\:duration-75::before{content:var(--tw-content);transition-duration:75ms}
.before\:ease-linear::before{content:var(--tw-content);transition-timing-function:linear}
.before\:content-\[\'\\ea54\'\]::before{--tw-content:'\ea54';content:var(--tw-content)}
.before\:content-\[\'\\ea6d\'\]::before{--tw-content:'\ea6d';content:var(--tw-content)}
.after\:absolute::after{content:var(--tw-content);position:absolute}
.after\:inset-0::after{content:var(--tw-content);inset:0px}
.after\:-bottom-2::after{content:var(--tw-content);bottom:-0.5rem}
.after\:bottom-0::after{content:var(--tw-content);bottom:0px}
.after\:left-0::after{content:var(--tw-content);left:0px}
.after\:left-\[3px\]::after{content:var(--tw-content);left:3px}
.after\:right-0::after{content:var(--tw-content);right:0px}
.after\:top-0::after{content:var(--tw-content);top:0px}
.after\:top-1::after{content:var(--tw-content);top:0.25rem}
.after\:top-1\.5::after{content:var(--tw-content);top:0.375rem}
.after\:top-\[3px\]::after{content:var(--tw-content);top:3px}
.after\:flex::after{content:var(--tw-content);display:flex}
.after\:hidden::after{content:var(--tw-content);display:none}
.after\:size-2::after{content:var(--tw-content);width:0.5rem;height:0.5rem}
.after\:h-20::after{content:var(--tw-content);height:5rem}
.after\:items-center::after{content:var(--tw-content);align-items:center}
.after\:justify-center::after{content:var(--tw-content);justify-content:center}
.after\:rounded-full::after{content:var(--tw-content);border-radius:9999px}
.after\:rounded-sm::after{content:var(--tw-content);border-radius:0.125rem}
.after\:border::after{content:var(--tw-content);border-width:1px}
.after\:border-4::after{content:var(--tw-content);border-width:4px}
.after\:border-l-2::after{content:var(--tw-content);border-left-width:2px}
.after\:border-slate-200::after{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}
.after\:border-transparent::after{content:var(--tw-content);border-color:transparent}
.after\:border-t-custom-500::after{content:var(--tw-content);--tw-border-opacity:1;border-top-color:rgb(59 130 246 / var(--tw-border-opacity))}
.after\:border-t-green-500::after{content:var(--tw-content);--tw-border-opacity:1;border-top-color:rgb(36 151 130 / var(--tw-border-opacity))}
.after\:border-t-orange-500::after{content:var(--tw-content);--tw-border-opacity:1;border-top-color:rgb(249 115 22 / var(--tw-border-opacity))}
.after\:bg-custom-500::after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
.after\:bg-white::after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.after\:bg-gradient-to-b::after{content:var(--tw-content);background-image:linear-gradient(to bottom, var(--tw-gradient-stops))}
.after\:to-black\/50::after{content:var(--tw-content);--tw-gradient-to:rgb(0 0 0 / 0.5) var(--tw-gradient-to-position)}
.after\:font-remix::after{content:var(--tw-content);font-family:remixicon}
.after\:text-\[8px\]::after{content:var(--tw-content);font-size:8px}
.after\:text-xs::after{content:var(--tw-content);font-size:0.75rem;line-height:1rem}
.after\:leading-none::after{content:var(--tw-content);line-height:1}
.after\:text-custom-500::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.after\:text-green-500::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(36 151 130 / var(--tw-text-opacity))}
.after\:text-orange-500::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(249 115 22 / var(--tw-text-opacity))}
.after\:text-purple-500::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(168 85 247 / var(--tw-text-opacity))}
.after\:text-red-500::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity))}
.after\:text-sky-500::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(14 165 233 / var(--tw-text-opacity))}
.after\:text-slate-400::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity))}
.after\:text-slate-500::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}
.after\:text-slate-700::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity))}
.after\:text-yellow-500::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(234 179 8 / var(--tw-text-opacity))}
.after\:opacity-0::after{content:var(--tw-content);opacity:0}
.after\:content-\[\'\\\\eb7b\'\]::after{--tw-content:'\\eb7b';content:var(--tw-content)}
.after\:content-\[\'\\eb7b\'\]::after{--tw-content:'\eb7b';content:var(--tw-content)}
.after\:content-\[\'\\eb7c\'\]::after{--tw-content:'\eb7c';content:var(--tw-content)}
.after\:content-\[\'\\eb99\'\]::after{--tw-content:'\eb99';content:var(--tw-content)}
.after\:content-\[\\\'\\\\eb7b\\\'\]::after{--tw-content:\'\\eb7b\';content:var(--tw-content)}
.first\:mt-0:first-child{margin-top:0px}
.first\:pl-0:first-child{padding-left:0px}
.first\:pl-5:first-child{padding-left:1.25rem}
.first\:pt-0:first-child{padding-top:0px}
.last\:mb-0:last-child{margin-bottom:0px}
.last\:pb-0:last-child{padding-bottom:0px}
.last\:pr-0:last-child{padding-right:0px}
.last\:pr-5:last-child{padding-right:1.25rem}
.last\:before\:hidden:last-child::before{content:var(--tw-content);display:none}
.odd\:bg-slate-50:nth-child(odd){--tw-bg-opacity:1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}
.odd\:bg-white:nth-child(odd){--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.even\:bg-slate-50:nth-child(even){--tw-bg-opacity:1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}
.even\:bg-white:nth-child(even){--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.checked\:left-auto:checked{left:auto}
.checked\:right-0:checked{right:0px}
.checked\:border-custom-100:checked{--tw-border-opacity:1;border-color:rgb(219 234 254 / var(--tw-border-opacity))}
.checked\:border-custom-500:checked{--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}
.checked\:border-green-100:checked{--tw-border-opacity:1;border-color:rgb(210 244 238 / var(--tw-border-opacity))}
.checked\:border-green-300:checked{--tw-border-opacity:1;border-color:rgb(86 215 191 / var(--tw-border-opacity))}
.checked\:border-green-500:checked{--tw-border-opacity:1;border-color:rgb(36 151 130 / var(--tw-border-opacity))}
.checked\:border-orange-100:checked{--tw-border-opacity:1;border-color:rgb(255 237 213 / var(--tw-border-opacity))}
.checked\:border-orange-500:checked{--tw-border-opacity:1;border-color:rgb(249 115 22 / var(--tw-border-opacity))}
.checked\:border-purple-100:checked{--tw-border-opacity:1;border-color:rgb(243 232 255 / var(--tw-border-opacity))}
.checked\:border-purple-500:checked{--tw-border-opacity:1;border-color:rgb(168 85 247 / var(--tw-border-opacity))}
.checked\:border-red-100:checked{--tw-border-opacity:1;border-color:rgb(254 226 226 / var(--tw-border-opacity))}
.checked\:border-red-300:checked{--tw-border-opacity:1;border-color:rgb(252 165 165 / var(--tw-border-opacity))}
.checked\:border-red-500:checked{--tw-border-opacity:1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}
.checked\:border-sky-100:checked{--tw-border-opacity:1;border-color:rgb(224 242 254 / var(--tw-border-opacity))}
.checked\:border-sky-500:checked{--tw-border-opacity:1;border-color:rgb(14 165 233 / var(--tw-border-opacity))}
.checked\:border-slate-200:checked{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}
.checked\:border-slate-300:checked{--tw-border-opacity:1;border-color:rgb(203 213 225 / var(--tw-border-opacity))}
.checked\:border-slate-400:checked{--tw-border-opacity:1;border-color:rgb(148 163 184 / var(--tw-border-opacity))}
.checked\:border-slate-500:checked{--tw-border-opacity:1;border-color:rgb(100 116 139 / var(--tw-border-opacity))}
.checked\:border-slate-700:checked{--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity))}
.checked\:border-slate-800:checked{--tw-border-opacity:1;border-color:rgb(30 41 59 / var(--tw-border-opacity))}
.checked\:border-slate-900:checked{--tw-border-opacity:1;border-color:rgb(15 23 42 / var(--tw-border-opacity))}
.checked\:border-white:checked{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}
.checked\:border-yellow-100:checked{--tw-border-opacity:1;border-color:rgb(254 249 195 / var(--tw-border-opacity))}
.checked\:border-yellow-500:checked{--tw-border-opacity:1;border-color:rgb(234 179 8 / var(--tw-border-opacity))}
.checked\:bg-custom-500:checked{--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
.checked\:bg-emerald-300:checked{--tw-bg-opacity:1;background-color:rgb(110 231 183 / var(--tw-bg-opacity))}
.checked\:bg-green-300:checked{--tw-bg-opacity:1;background-color:rgb(86 215 191 / var(--tw-bg-opacity))}
.checked\:bg-green-500:checked{--tw-bg-opacity:1;background-color:rgb(36 151 130 / var(--tw-bg-opacity))}
.checked\:bg-orange-500:checked{--tw-bg-opacity:1;background-color:rgb(249 115 22 / var(--tw-bg-opacity))}
.checked\:bg-purple-500:checked{--tw-bg-opacity:1;background-color:rgb(168 85 247 / var(--tw-bg-opacity))}
.checked\:bg-red-300:checked{--tw-bg-opacity:1;background-color:rgb(252 165 165 / var(--tw-bg-opacity))}
.checked\:bg-red-500:checked{--tw-bg-opacity:1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}
.checked\:bg-sky-500:checked{--tw-bg-opacity:1;background-color:rgb(14 165 233 / var(--tw-bg-opacity))}
.checked\:bg-slate-200:checked{--tw-bg-opacity:1;background-color:rgb(226 232 240 / var(--tw-bg-opacity))}
.checked\:bg-slate-300:checked{--tw-bg-opacity:1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}
.checked\:bg-slate-400:checked{--tw-bg-opacity:1;background-color:rgb(148 163 184 / var(--tw-bg-opacity))}
.checked\:bg-slate-500:checked{--tw-bg-opacity:1;background-color:rgb(100 116 139 / var(--tw-bg-opacity))}
.checked\:bg-slate-700:checked{--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity))}
.checked\:bg-slate-800:checked{--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}
.checked\:bg-slate-900:checked{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity))}
.checked\:bg-white:checked{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.checked\:bg-yellow-500:checked{--tw-bg-opacity:1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}
.checked\:bg-none:checked{background-image:none}
.checked\:after\:text-custom-500:checked::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.checked\:after\:text-green-500:checked::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(36 151 130 / var(--tw-text-opacity))}
.checked\:after\:text-orange-500:checked::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(249 115 22 / var(--tw-text-opacity))}
.checked\:after\:text-purple-500:checked::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(168 85 247 / var(--tw-text-opacity))}
.checked\:after\:text-red-500:checked::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity))}
.checked\:after\:text-sky-500:checked::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(14 165 233 / var(--tw-text-opacity))}
.checked\:after\:text-slate-400:checked::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity))}
.checked\:after\:text-slate-700:checked::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity))}
.checked\:after\:text-yellow-500:checked::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(234 179 8 / var(--tw-text-opacity))}
.checked\:after\:opacity-100:checked::after{content:var(--tw-content);opacity:1}
.checked\:after\:content-\[\'\\eb7b\'\]:checked::after{--tw-content:'\eb7b';content:var(--tw-content)}
.valid\:border-green-500:valid{--tw-border-opacity:1;border-color:rgb(36 151 130 / var(--tw-border-opacity))}
.invalid\:border-red-500:invalid{--tw-border-opacity:1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}
.hover\:z-10:hover{z-index:10}
.hover\:-translate-y-1:hover{--tw-translate-y:-0.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.hover\:-translate-y-2:hover{--tw-translate-y:-0.5rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.hover\:border-custom-500:hover{--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}
.hover\:border-custom-600:hover{--tw-border-opacity:1;border-color:rgb(37 99 235 / var(--tw-border-opacity))}
.hover\:border-custom-700:hover{--tw-border-opacity:1;border-color:rgb(29 78 216 / var(--tw-border-opacity))}
.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}
.hover\:border-green-500:hover{--tw-border-opacity:1;border-color:rgb(36 151 130 / var(--tw-border-opacity))}
.hover\:border-green-600:hover{--tw-border-opacity:1;border-color:rgb(32 136 117 / var(--tw-border-opacity))}
.hover\:border-orange-500:hover{--tw-border-opacity:1;border-color:rgb(249 115 22 / var(--tw-border-opacity))}
.hover\:border-orange-600:hover{--tw-border-opacity:1;border-color:rgb(234 88 12 / var(--tw-border-opacity))}
.hover\:border-purple-500:hover{--tw-border-opacity:1;border-color:rgb(168 85 247 / var(--tw-border-opacity))}
.hover\:border-purple-600:hover{--tw-border-opacity:1;border-color:rgb(147 51 234 / var(--tw-border-opacity))}
.hover\:border-red-500:hover{--tw-border-opacity:1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}
.hover\:border-red-600:hover{--tw-border-opacity:1;border-color:rgb(220 38 38 / var(--tw-border-opacity))}
.hover\:border-sky-500:hover{--tw-border-opacity:1;border-color:rgb(14 165 233 / var(--tw-border-opacity))}
.hover\:border-sky-600:hover{--tw-border-opacity:1;border-color:rgb(2 132 199 / var(--tw-border-opacity))}
.hover\:border-slate-200:hover{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}
.hover\:border-slate-300:hover{--tw-border-opacity:1;border-color:rgb(203 213 225 / var(--tw-border-opacity))}
.hover\:border-slate-500:hover{--tw-border-opacity:1;border-color:rgb(100 116 139 / var(--tw-border-opacity))}
.hover\:border-slate-600:hover{--tw-border-opacity:1;border-color:rgb(71 85 105 / var(--tw-border-opacity))}
.hover\:border-white:hover{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}
.hover\:border-yellow-500:hover{--tw-border-opacity:1;border-color:rgb(234 179 8 / var(--tw-border-opacity))}
.hover\:border-yellow-600:hover{--tw-border-opacity:1;border-color:rgb(202 138 4 / var(--tw-border-opacity))}
.hover\:bg-custom-100:hover{--tw-bg-opacity:1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}
.hover\:bg-custom-200:hover{--tw-bg-opacity:1;background-color:rgb(191 219 254 / var(--tw-bg-opacity))}
.hover\:bg-custom-50:hover{--tw-bg-opacity:1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}
.hover\:bg-custom-500:hover{--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
.hover\:bg-custom-600:hover{--tw-bg-opacity:1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}
.hover\:bg-custom-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}
.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}
.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}
.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}
.hover\:bg-green-100:hover{--tw-bg-opacity:1;background-color:rgb(210 244 238 / var(--tw-bg-opacity))}
.hover\:bg-green-200:hover{--tw-bg-opacity:1;background-color:rgb(160 232 219 / var(--tw-bg-opacity))}
.hover\:bg-green-50:hover{--tw-bg-opacity:1;background-color:rgb(234 250 247 / var(--tw-bg-opacity))}
.hover\:bg-green-500:hover{--tw-bg-opacity:1;background-color:rgb(36 151 130 / var(--tw-bg-opacity))}
.hover\:bg-green-600:hover{--tw-bg-opacity:1;background-color:rgb(32 136 117 / var(--tw-bg-opacity))}
.hover\:bg-green-800:hover{--tw-bg-opacity:1;background-color:rgb(24 99 85 / var(--tw-bg-opacity))}
.hover\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:rgb(79 70 229 / var(--tw-bg-opacity))}
.hover\:bg-orange-100:hover{--tw-bg-opacity:1;background-color:rgb(255 237 213 / var(--tw-bg-opacity))}
.hover\:bg-orange-200:hover{--tw-bg-opacity:1;background-color:rgb(254 215 170 / var(--tw-bg-opacity))}
.hover\:bg-orange-50:hover{--tw-bg-opacity:1;background-color:rgb(255 247 237 / var(--tw-bg-opacity))}
.hover\:bg-orange-500:hover{--tw-bg-opacity:1;background-color:rgb(249 115 22 / var(--tw-bg-opacity))}
.hover\:bg-orange-600:hover{--tw-bg-opacity:1;background-color:rgb(234 88 12 / var(--tw-bg-opacity))}
.hover\:bg-pink-200:hover{--tw-bg-opacity:1;background-color:rgb(251 207 232 / var(--tw-bg-opacity))}
.hover\:bg-purple-100:hover{--tw-bg-opacity:1;background-color:rgb(243 232 255 / var(--tw-bg-opacity))}
.hover\:bg-purple-200:hover{--tw-bg-opacity:1;background-color:rgb(233 213 255 / var(--tw-bg-opacity))}
.hover\:bg-purple-50:hover{--tw-bg-opacity:1;background-color:rgb(250 245 255 / var(--tw-bg-opacity))}
.hover\:bg-purple-500:hover{--tw-bg-opacity:1;background-color:rgb(168 85 247 / var(--tw-bg-opacity))}
.hover\:bg-purple-600:hover{--tw-bg-opacity:1;background-color:rgb(147 51 234 / var(--tw-bg-opacity))}
.hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}
.hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:rgb(254 202 202 / var(--tw-bg-opacity))}
.hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgb(254 242 242 / var(--tw-bg-opacity))}
.hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}
.hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}
.hover\:bg-red-800:hover{--tw-bg-opacity:1;background-color:rgb(153 27 27 / var(--tw-bg-opacity))}
.hover\:bg-sky-100:hover{--tw-bg-opacity:1;background-color:rgb(224 242 254 / var(--tw-bg-opacity))}
.hover\:bg-sky-200:hover{--tw-bg-opacity:1;background-color:rgb(186 230 253 / var(--tw-bg-opacity))}
.hover\:bg-sky-50:hover{--tw-bg-opacity:1;background-color:rgb(240 249 255 / var(--tw-bg-opacity))}
.hover\:bg-sky-500:hover{--tw-bg-opacity:1;background-color:rgb(14 165 233 / var(--tw-bg-opacity))}
.hover\:bg-sky-600:hover{--tw-bg-opacity:1;background-color:rgb(2 132 199 / var(--tw-bg-opacity))}
.hover\:bg-slate-100:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}
.hover\:bg-slate-200:hover{--tw-bg-opacity:1;background-color:rgb(226 232 240 / var(--tw-bg-opacity))}
.hover\:bg-slate-300:hover{--tw-bg-opacity:1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}
.hover\:bg-slate-50:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}
.hover\:bg-slate-500:hover{--tw-bg-opacity:1;background-color:rgb(100 116 139 / var(--tw-bg-opacity))}
.hover\:bg-slate-600:hover{--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}
.hover\:bg-topbar-item-bg-hover:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}
.hover\:bg-vertical-menu-item-bg-hover:hover{--tw-bg-opacity:1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}
.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.hover\:bg-yellow-100:hover{--tw-bg-opacity:1;background-color:rgb(254 249 195 / var(--tw-bg-opacity))}
.hover\:bg-yellow-200:hover{--tw-bg-opacity:1;background-color:rgb(254 240 138 / var(--tw-bg-opacity))}
.hover\:bg-yellow-50:hover{--tw-bg-opacity:1;background-color:rgb(254 252 232 / var(--tw-bg-opacity))}
.hover\:bg-yellow-500:hover{--tw-bg-opacity:1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}
.hover\:bg-yellow-600:hover{--tw-bg-opacity:1;background-color:rgb(202 138 4 / var(--tw-bg-opacity))}
.hover\:from-purple-500:hover{--tw-gradient-from:#a855f7 var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.hover\:to-custom-500:hover{--tw-gradient-to:#3b82f6 var(--tw-gradient-to-position)}
.hover\:text-custom-100:hover{--tw-text-opacity:1;color:rgb(219 234 254 / var(--tw-text-opacity))}
.hover\:text-custom-50:hover{--tw-text-opacity:1;color:rgb(239 246 255 / var(--tw-text-opacity))}
.hover\:text-custom-500:hover{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.hover\:text-custom-600:hover{--tw-text-opacity:1;color:rgb(37 99 235 / var(--tw-text-opacity))}
.hover\:text-custom-700:hover{--tw-text-opacity:1;color:rgb(29 78 216 / var(--tw-text-opacity))}
.hover\:text-custom-800:hover{--tw-text-opacity:1;color:rgb(30 64 175 / var(--tw-text-opacity))}
.hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity))}
.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity))}
.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81 / var(--tw-text-opacity))}
.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(31 41 55 / var(--tw-text-opacity))}
.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39 / var(--tw-text-opacity))}
.hover\:text-green-100:hover{--tw-text-opacity:1;color:rgb(210 244 238 / var(--tw-text-opacity))}
.hover\:text-green-50:hover{--tw-text-opacity:1;color:rgb(234 250 247 / var(--tw-text-opacity))}
.hover\:text-green-500:hover{--tw-text-opacity:1;color:rgb(36 151 130 / var(--tw-text-opacity))}
.hover\:text-green-600:hover{--tw-text-opacity:1;color:rgb(32 136 117 / var(--tw-text-opacity))}
.hover\:text-orange-100:hover{--tw-text-opacity:1;color:rgb(255 237 213 / var(--tw-text-opacity))}
.hover\:text-orange-50:hover{--tw-text-opacity:1;color:rgb(255 247 237 / var(--tw-text-opacity))}
.hover\:text-orange-500:hover{--tw-text-opacity:1;color:rgb(249 115 22 / var(--tw-text-opacity))}
.hover\:text-orange-600:hover{--tw-text-opacity:1;color:rgb(234 88 12 / var(--tw-text-opacity))}
.hover\:text-purple-100:hover{--tw-text-opacity:1;color:rgb(243 232 255 / var(--tw-text-opacity))}
.hover\:text-purple-50:hover{--tw-text-opacity:1;color:rgb(250 245 255 / var(--tw-text-opacity))}
.hover\:text-purple-500:hover{--tw-text-opacity:1;color:rgb(168 85 247 / var(--tw-text-opacity))}
.hover\:text-purple-600:hover{--tw-text-opacity:1;color:rgb(147 51 234 / var(--tw-text-opacity))}
.hover\:text-red-100:hover{--tw-text-opacity:1;color:rgb(254 226 226 / var(--tw-text-opacity))}
.hover\:text-red-50:hover{--tw-text-opacity:1;color:rgb(254 242 242 / var(--tw-text-opacity))}
.hover\:text-red-500:hover{--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity))}
.hover\:text-red-600:hover{--tw-text-opacity:1;color:rgb(220 38 38 / var(--tw-text-opacity))}
.hover\:text-red-700:hover{--tw-text-opacity:1;color:rgb(185 28 28 / var(--tw-text-opacity))}
.hover\:text-sky-100:hover{--tw-text-opacity:1;color:rgb(224 242 254 / var(--tw-text-opacity))}
.hover\:text-sky-50:hover{--tw-text-opacity:1;color:rgb(240 249 255 / var(--tw-text-opacity))}
.hover\:text-sky-500:hover{--tw-text-opacity:1;color:rgb(14 165 233 / var(--tw-text-opacity))}
.hover\:text-sky-600:hover{--tw-text-opacity:1;color:rgb(2 132 199 / var(--tw-text-opacity))}
.hover\:text-slate-100:hover{--tw-text-opacity:1;color:rgb(241 245 249 / var(--tw-text-opacity))}
.hover\:text-slate-300:hover{--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity))}
.hover\:text-slate-50:hover{--tw-text-opacity:1;color:rgb(248 250 252 / var(--tw-text-opacity))}
.hover\:text-slate-500:hover{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}
.hover\:text-slate-600:hover{--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity))}
.hover\:text-slate-700:hover{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity))}
.hover\:text-slate-800:hover{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
.hover\:text-slate-900:hover{--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity))}
.hover\:text-topbar-item-hover:hover{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
.hover\:text-vertical-menu-item-hover:hover{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.hover\:text-vertical-menu-sub-item-hover:hover{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.hover\:text-yellow-100:hover{--tw-text-opacity:1;color:rgb(254 249 195 / var(--tw-text-opacity))}
.hover\:text-yellow-50:hover{--tw-text-opacity:1;color:rgb(254 252 232 / var(--tw-text-opacity))}
.hover\:text-yellow-500:hover{--tw-text-opacity:1;color:rgb(234 179 8 / var(--tw-text-opacity))}
.hover\:text-yellow-600:hover{--tw-text-opacity:1;color:rgb(202 138 4 / var(--tw-text-opacity))}
.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.hover\:before\:w-full:hover::before{content:var(--tw-content);width:100%}
.hover\:before\:bg-vertical-menu-sub-item-hover:hover::before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
.even\:hover\:bg-slate-100:hover:nth-child(even){--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}
.focus\:z-10:focus{z-index:10}
.focus\:border-none:focus{border-style:none}
.focus\:border-blue-300:focus{--tw-border-opacity:1;border-color:rgb(147 197 253 / var(--tw-border-opacity))}
.focus\:border-blue-400:focus{--tw-border-opacity:1;border-color:rgb(96 165 250 / var(--tw-border-opacity))}
.focus\:border-custom-400:focus{--tw-border-opacity:1;border-color:rgb(96 165 250 / var(--tw-border-opacity))}
.focus\:border-custom-500:focus{--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}
.focus\:border-custom-600:focus{--tw-border-opacity:1;border-color:rgb(37 99 235 / var(--tw-border-opacity))}
.focus\:border-custom-700:focus{--tw-border-opacity:1;border-color:rgb(29 78 216 / var(--tw-border-opacity))}
.focus\:border-gray-300:focus{--tw-border-opacity:1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}
.focus\:border-green-500:focus{--tw-border-opacity:1;border-color:rgb(36 151 130 / var(--tw-border-opacity))}
.focus\:border-green-600:focus{--tw-border-opacity:1;border-color:rgb(32 136 117 / var(--tw-border-opacity))}
.focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgb(99 102 241 / var(--tw-border-opacity))}
.focus\:border-indigo-700:focus{--tw-border-opacity:1;border-color:rgb(67 56 202 / var(--tw-border-opacity))}
.focus\:border-orange-500:focus{--tw-border-opacity:1;border-color:rgb(249 115 22 / var(--tw-border-opacity))}
.focus\:border-orange-600:focus{--tw-border-opacity:1;border-color:rgb(234 88 12 / var(--tw-border-opacity))}
.focus\:border-purple-500:focus{--tw-border-opacity:1;border-color:rgb(168 85 247 / var(--tw-border-opacity))}
.focus\:border-purple-600:focus{--tw-border-opacity:1;border-color:rgb(147 51 234 / var(--tw-border-opacity))}
.focus\:border-red-500:focus{--tw-border-opacity:1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}
.focus\:border-red-600:focus{--tw-border-opacity:1;border-color:rgb(220 38 38 / var(--tw-border-opacity))}
.focus\:border-sky-500:focus{--tw-border-opacity:1;border-color:rgb(14 165 233 / var(--tw-border-opacity))}
.focus\:border-sky-600:focus{--tw-border-opacity:1;border-color:rgb(2 132 199 / var(--tw-border-opacity))}
.focus\:border-slate-300:focus{--tw-border-opacity:1;border-color:rgb(203 213 225 / var(--tw-border-opacity))}
.focus\:border-slate-500:focus{--tw-border-opacity:1;border-color:rgb(100 116 139 / var(--tw-border-opacity))}
.focus\:border-slate-600:focus{--tw-border-opacity:1;border-color:rgb(71 85 105 / var(--tw-border-opacity))}
.focus\:border-transparent:focus{border-color:transparent}
.focus\:border-yellow-500:focus{--tw-border-opacity:1;border-color:rgb(234 179 8 / var(--tw-border-opacity))}
.focus\:border-yellow-600:focus{--tw-border-opacity:1;border-color:rgb(202 138 4 / var(--tw-border-opacity))}
.focus\:bg-custom-100:focus{--tw-bg-opacity:1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}
.focus\:bg-custom-50:focus{--tw-bg-opacity:1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}
.focus\:bg-custom-500:focus{--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
.focus\:bg-custom-600:focus{--tw-bg-opacity:1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}
.focus\:bg-custom-700:focus{--tw-bg-opacity:1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}
.focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}
.focus\:bg-gray-50:focus{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}
.focus\:bg-gray-700:focus{--tw-bg-opacity:1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}
.focus\:bg-green-100:focus{--tw-bg-opacity:1;background-color:rgb(210 244 238 / var(--tw-bg-opacity))}
.focus\:bg-green-50:focus{--tw-bg-opacity:1;background-color:rgb(234 250 247 / var(--tw-bg-opacity))}
.focus\:bg-green-500:focus{--tw-bg-opacity:1;background-color:rgb(36 151 130 / var(--tw-bg-opacity))}
.focus\:bg-green-600:focus{--tw-bg-opacity:1;background-color:rgb(32 136 117 / var(--tw-bg-opacity))}
.focus\:bg-indigo-100:focus{--tw-bg-opacity:1;background-color:rgb(224 231 255 / var(--tw-bg-opacity))}
.focus\:bg-indigo-600:focus{--tw-bg-opacity:1;background-color:rgb(79 70 229 / var(--tw-bg-opacity))}
.focus\:bg-orange-100:focus{--tw-bg-opacity:1;background-color:rgb(255 237 213 / var(--tw-bg-opacity))}
.focus\:bg-orange-50:focus{--tw-bg-opacity:1;background-color:rgb(255 247 237 / var(--tw-bg-opacity))}
.focus\:bg-orange-500:focus{--tw-bg-opacity:1;background-color:rgb(249 115 22 / var(--tw-bg-opacity))}
.focus\:bg-orange-600:focus{--tw-bg-opacity:1;background-color:rgb(234 88 12 / var(--tw-bg-opacity))}
.focus\:bg-purple-100:focus{--tw-bg-opacity:1;background-color:rgb(243 232 255 / var(--tw-bg-opacity))}
.focus\:bg-purple-50:focus{--tw-bg-opacity:1;background-color:rgb(250 245 255 / var(--tw-bg-opacity))}
.focus\:bg-purple-500:focus{--tw-bg-opacity:1;background-color:rgb(168 85 247 / var(--tw-bg-opacity))}
.focus\:bg-purple-600:focus{--tw-bg-opacity:1;background-color:rgb(147 51 234 / var(--tw-bg-opacity))}
.focus\:bg-red-100:focus{--tw-bg-opacity:1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}
.focus\:bg-red-50:focus{--tw-bg-opacity:1;background-color:rgb(254 242 242 / var(--tw-bg-opacity))}
.focus\:bg-red-500:focus{--tw-bg-opacity:1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}
.focus\:bg-red-600:focus{--tw-bg-opacity:1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}
.focus\:bg-sky-100:focus{--tw-bg-opacity:1;background-color:rgb(224 242 254 / var(--tw-bg-opacity))}
.focus\:bg-sky-50:focus{--tw-bg-opacity:1;background-color:rgb(240 249 255 / var(--tw-bg-opacity))}
.focus\:bg-sky-500:focus{--tw-bg-opacity:1;background-color:rgb(14 165 233 / var(--tw-bg-opacity))}
.focus\:bg-sky-600:focus{--tw-bg-opacity:1;background-color:rgb(2 132 199 / var(--tw-bg-opacity))}
.focus\:bg-slate-100:focus{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}
.focus\:bg-slate-300:focus{--tw-bg-opacity:1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}
.focus\:bg-slate-50:focus{--tw-bg-opacity:1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}
.focus\:bg-slate-500:focus{--tw-bg-opacity:1;background-color:rgb(100 116 139 / var(--tw-bg-opacity))}
.focus\:bg-slate-600:focus{--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}
.focus\:bg-yellow-100:focus{--tw-bg-opacity:1;background-color:rgb(254 249 195 / var(--tw-bg-opacity))}
.focus\:bg-yellow-50:focus{--tw-bg-opacity:1;background-color:rgb(254 252 232 / var(--tw-bg-opacity))}
.focus\:bg-yellow-500:focus{--tw-bg-opacity:1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}
.focus\:bg-yellow-600:focus{--tw-bg-opacity:1;background-color:rgb(202 138 4 / var(--tw-bg-opacity))}
.focus\:text-custom-50:focus{--tw-text-opacity:1;color:rgb(239 246 255 / var(--tw-text-opacity))}
.focus\:text-custom-500:focus{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.focus\:text-custom-600:focus{--tw-text-opacity:1;color:rgb(37 99 235 / var(--tw-text-opacity))}
.focus\:text-custom-700:focus{--tw-text-opacity:1;color:rgb(29 78 216 / var(--tw-text-opacity))}
.focus\:text-gray-500:focus{--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity))}
.focus\:text-gray-700:focus{--tw-text-opacity:1;color:rgb(55 65 81 / var(--tw-text-opacity))}
.focus\:text-gray-800:focus{--tw-text-opacity:1;color:rgb(31 41 55 / var(--tw-text-opacity))}
.focus\:text-green-50:focus{--tw-text-opacity:1;color:rgb(234 250 247 / var(--tw-text-opacity))}
.focus\:text-green-500:focus{--tw-text-opacity:1;color:rgb(36 151 130 / var(--tw-text-opacity))}
.focus\:text-green-600:focus{--tw-text-opacity:1;color:rgb(32 136 117 / var(--tw-text-opacity))}
.focus\:text-indigo-800:focus{--tw-text-opacity:1;color:rgb(55 48 163 / var(--tw-text-opacity))}
.focus\:text-orange-50:focus{--tw-text-opacity:1;color:rgb(255 247 237 / var(--tw-text-opacity))}
.focus\:text-orange-500:focus{--tw-text-opacity:1;color:rgb(249 115 22 / var(--tw-text-opacity))}
.focus\:text-orange-600:focus{--tw-text-opacity:1;color:rgb(234 88 12 / var(--tw-text-opacity))}
.focus\:text-purple-50:focus{--tw-text-opacity:1;color:rgb(250 245 255 / var(--tw-text-opacity))}
.focus\:text-purple-500:focus{--tw-text-opacity:1;color:rgb(168 85 247 / var(--tw-text-opacity))}
.focus\:text-purple-600:focus{--tw-text-opacity:1;color:rgb(147 51 234 / var(--tw-text-opacity))}
.focus\:text-red-50:focus{--tw-text-opacity:1;color:rgb(254 242 242 / var(--tw-text-opacity))}
.focus\:text-red-500:focus{--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity))}
.focus\:text-red-600:focus{--tw-text-opacity:1;color:rgb(220 38 38 / var(--tw-text-opacity))}
.focus\:text-sky-50:focus{--tw-text-opacity:1;color:rgb(240 249 255 / var(--tw-text-opacity))}
.focus\:text-sky-500:focus{--tw-text-opacity:1;color:rgb(14 165 233 / var(--tw-text-opacity))}
.focus\:text-sky-600:focus{--tw-text-opacity:1;color:rgb(2 132 199 / var(--tw-text-opacity))}
.focus\:text-slate-50:focus{--tw-text-opacity:1;color:rgb(248 250 252 / var(--tw-text-opacity))}
.focus\:text-slate-500:focus{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}
.focus\:text-slate-600:focus{--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity))}
.focus\:text-slate-700:focus{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity))}
.focus\:text-white:focus{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.focus\:text-yellow-50:focus{--tw-text-opacity:1;color:rgb(254 252 232 / var(--tw-text-opacity))}
.focus\:text-yellow-500:focus{--tw-text-opacity:1;color:rgb(234 179 8 / var(--tw-text-opacity))}
.focus\:text-yellow-600:focus{--tw-text-opacity:1;color:rgb(202 138 4 / var(--tw-text-opacity))}
.focus\:shadow-none:focus{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.focus\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}
.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}
.focus\:ring-custom-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(219 234 254 / var(--tw-ring-opacity))}
.focus\:ring-custom-500\/20:focus{--tw-ring-color:rgb(59 130 246 / 0.2)}
.focus\:ring-green-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(210 244 238 / var(--tw-ring-opacity))}
.focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241 / var(--tw-ring-opacity))}
.focus\:ring-orange-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 237 213 / var(--tw-ring-opacity))}
.focus\:ring-purple-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(243 232 255 / var(--tw-ring-opacity))}
.focus\:ring-red-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(254 226 226 / var(--tw-ring-opacity))}
.focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68 / var(--tw-ring-opacity))}
.focus\:ring-sky-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(224 242 254 / var(--tw-ring-opacity))}
.focus\:ring-slate-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(241 245 249 / var(--tw-ring-opacity))}
.focus\:ring-slate-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(203 213 225 / var(--tw-ring-opacity))}
.focus\:ring-yellow-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(254 249 195 / var(--tw-ring-opacity))}
.focus\:ring-opacity-25:focus{--tw-ring-opacity:0.25}
.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}
.focus-visible\:outline-0:focus-visible{outline-width:0px}
.active\:z-10:active{z-index:10}
.active\:border-custom-600:active{--tw-border-opacity:1;border-color:rgb(37 99 235 / var(--tw-border-opacity))}
.active\:border-custom-700:active{--tw-border-opacity:1;border-color:rgb(29 78 216 / var(--tw-border-opacity))}
.active\:border-green-600:active{--tw-border-opacity:1;border-color:rgb(32 136 117 / var(--tw-border-opacity))}
.active\:border-orange-600:active{--tw-border-opacity:1;border-color:rgb(234 88 12 / var(--tw-border-opacity))}
.active\:border-purple-600:active{--tw-border-opacity:1;border-color:rgb(147 51 234 / var(--tw-border-opacity))}
.active\:border-red-600:active{--tw-border-opacity:1;border-color:rgb(220 38 38 / var(--tw-border-opacity))}
.active\:border-sky-600:active{--tw-border-opacity:1;border-color:rgb(2 132 199 / var(--tw-border-opacity))}
.active\:border-slate-200:active{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}
.active\:border-slate-300:active{--tw-border-opacity:1;border-color:rgb(203 213 225 / var(--tw-border-opacity))}
.active\:border-slate-600:active{--tw-border-opacity:1;border-color:rgb(71 85 105 / var(--tw-border-opacity))}
.active\:border-yellow-600:active{--tw-border-opacity:1;border-color:rgb(202 138 4 / var(--tw-border-opacity))}
.active\:bg-custom-100:active{--tw-bg-opacity:1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}
.active\:bg-custom-50:active{--tw-bg-opacity:1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}
.active\:bg-custom-600:active{--tw-bg-opacity:1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}
.active\:bg-custom-700:active{--tw-bg-opacity:1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}
.active\:bg-gray-100:active{--tw-bg-opacity:1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}
.active\:bg-gray-50:active{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}
.active\:bg-gray-900:active{--tw-bg-opacity:1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}
.active\:bg-green-100:active{--tw-bg-opacity:1;background-color:rgb(210 244 238 / var(--tw-bg-opacity))}
.active\:bg-green-50:active{--tw-bg-opacity:1;background-color:rgb(234 250 247 / var(--tw-bg-opacity))}
.active\:bg-green-600:active{--tw-bg-opacity:1;background-color:rgb(32 136 117 / var(--tw-bg-opacity))}
.active\:bg-orange-100:active{--tw-bg-opacity:1;background-color:rgb(255 237 213 / var(--tw-bg-opacity))}
.active\:bg-orange-50:active{--tw-bg-opacity:1;background-color:rgb(255 247 237 / var(--tw-bg-opacity))}
.active\:bg-orange-600:active{--tw-bg-opacity:1;background-color:rgb(234 88 12 / var(--tw-bg-opacity))}
.active\:bg-purple-100:active{--tw-bg-opacity:1;background-color:rgb(243 232 255 / var(--tw-bg-opacity))}
.active\:bg-purple-50:active{--tw-bg-opacity:1;background-color:rgb(250 245 255 / var(--tw-bg-opacity))}
.active\:bg-purple-600:active{--tw-bg-opacity:1;background-color:rgb(147 51 234 / var(--tw-bg-opacity))}
.active\:bg-red-100:active{--tw-bg-opacity:1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}
.active\:bg-red-50:active{--tw-bg-opacity:1;background-color:rgb(254 242 242 / var(--tw-bg-opacity))}
.active\:bg-red-600:active{--tw-bg-opacity:1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}
.active\:bg-red-700:active{--tw-bg-opacity:1;background-color:rgb(185 28 28 / var(--tw-bg-opacity))}
.active\:bg-sky-100:active{--tw-bg-opacity:1;background-color:rgb(224 242 254 / var(--tw-bg-opacity))}
.active\:bg-sky-50:active{--tw-bg-opacity:1;background-color:rgb(240 249 255 / var(--tw-bg-opacity))}
.active\:bg-sky-600:active{--tw-bg-opacity:1;background-color:rgb(2 132 199 / var(--tw-bg-opacity))}
.active\:bg-slate-100:active{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}
.active\:bg-slate-300:active{--tw-bg-opacity:1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}
.active\:bg-slate-50:active{--tw-bg-opacity:1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}
.active\:bg-slate-600:active{--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}
.active\:bg-yellow-100:active{--tw-bg-opacity:1;background-color:rgb(254 249 195 / var(--tw-bg-opacity))}
.active\:bg-yellow-50:active{--tw-bg-opacity:1;background-color:rgb(254 252 232 / var(--tw-bg-opacity))}
.active\:bg-yellow-600:active{--tw-bg-opacity:1;background-color:rgb(202 138 4 / var(--tw-bg-opacity))}
.active\:text-custom-500:active{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.active\:text-custom-600:active{--tw-text-opacity:1;color:rgb(37 99 235 / var(--tw-text-opacity))}
.active\:text-custom-700:active{--tw-text-opacity:1;color:rgb(29 78 216 / var(--tw-text-opacity))}
.active\:text-gray-500:active{--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity))}
.active\:text-gray-700:active{--tw-text-opacity:1;color:rgb(55 65 81 / var(--tw-text-opacity))}
.active\:text-green-500:active{--tw-text-opacity:1;color:rgb(36 151 130 / var(--tw-text-opacity))}
.active\:text-green-600:active{--tw-text-opacity:1;color:rgb(32 136 117 / var(--tw-text-opacity))}
.active\:text-orange-500:active{--tw-text-opacity:1;color:rgb(249 115 22 / var(--tw-text-opacity))}
.active\:text-orange-600:active{--tw-text-opacity:1;color:rgb(234 88 12 / var(--tw-text-opacity))}
.active\:text-purple-500:active{--tw-text-opacity:1;color:rgb(168 85 247 / var(--tw-text-opacity))}
.active\:text-purple-600:active{--tw-text-opacity:1;color:rgb(147 51 234 / var(--tw-text-opacity))}
.active\:text-red-500:active{--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity))}
.active\:text-red-600:active{--tw-text-opacity:1;color:rgb(220 38 38 / var(--tw-text-opacity))}
.active\:text-sky-500:active{--tw-text-opacity:1;color:rgb(14 165 233 / var(--tw-text-opacity))}
.active\:text-sky-600:active{--tw-text-opacity:1;color:rgb(2 132 199 / var(--tw-text-opacity))}
.active\:text-slate-500:active{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}
.active\:text-slate-600:active{--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity))}
.active\:text-slate-700:active{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity))}
.active\:text-white:active{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.active\:text-yellow-500:active{--tw-text-opacity:1;color:rgb(234 179 8 / var(--tw-text-opacity))}
.active\:text-yellow-600:active{--tw-text-opacity:1;color:rgb(202 138 4 / var(--tw-text-opacity))}
.active\:shadow-none:active{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.active\:ring:active{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}
.active\:ring-custom-100:active{--tw-ring-opacity:1;--tw-ring-color:rgb(219 234 254 / var(--tw-ring-opacity))}
.active\:ring-custom-500\/20:active{--tw-ring-color:rgb(59 130 246 / 0.2)}
.active\:ring-green-100:active{--tw-ring-opacity:1;--tw-ring-color:rgb(210 244 238 / var(--tw-ring-opacity))}
.active\:ring-orange-100:active{--tw-ring-opacity:1;--tw-ring-color:rgb(255 237 213 / var(--tw-ring-opacity))}
.active\:ring-purple-100:active{--tw-ring-opacity:1;--tw-ring-color:rgb(243 232 255 / var(--tw-ring-opacity))}
.active\:ring-red-100:active{--tw-ring-opacity:1;--tw-ring-color:rgb(254 226 226 / var(--tw-ring-opacity))}
.active\:ring-sky-100:active{--tw-ring-opacity:1;--tw-ring-color:rgb(224 242 254 / var(--tw-ring-opacity))}
.active\:ring-slate-100:active{--tw-ring-opacity:1;--tw-ring-color:rgb(241 245 249 / var(--tw-ring-opacity))}
.active\:ring-yellow-100:active{--tw-ring-opacity:1;--tw-ring-color:rgb(254 249 195 / var(--tw-ring-opacity))}
.disabled\:cursor-default:disabled{cursor:default}
.disabled\:border-slate-300:disabled{--tw-border-opacity:1;border-color:rgb(203 213 225 / var(--tw-border-opacity))}
.disabled\:bg-custom-400:disabled{--tw-bg-opacity:1;background-color:rgb(96 165 250 / var(--tw-bg-opacity))}
.disabled\:bg-slate-100:disabled{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}
.disabled\:text-slate-500:disabled{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}
.disabled\:opacity-25:disabled{opacity:0.25}
.disabled\:opacity-50:disabled{opacity:0.5}
.disabled\:opacity-75:disabled{opacity:0.75}
.checked\:disabled\:border-custom-400:disabled:checked{--tw-border-opacity:1;border-color:rgb(96 165 250 / var(--tw-border-opacity))}
.checked\:disabled\:border-green-400:disabled:checked{--tw-border-opacity:1;border-color:rgb(45 189 163 / var(--tw-border-opacity))}
.checked\:disabled\:border-orange-400:disabled:checked{--tw-border-opacity:1;border-color:rgb(251 146 60 / var(--tw-border-opacity))}
.checked\:disabled\:border-purple-400:disabled:checked{--tw-border-opacity:1;border-color:rgb(192 132 252 / var(--tw-border-opacity))}
.checked\:disabled\:border-red-400:disabled:checked{--tw-border-opacity:1;border-color:rgb(248 113 113 / var(--tw-border-opacity))}
.checked\:disabled\:border-sky-400:disabled:checked{--tw-border-opacity:1;border-color:rgb(56 189 248 / var(--tw-border-opacity))}
.checked\:disabled\:border-yellow-400:disabled:checked{--tw-border-opacity:1;border-color:rgb(250 204 21 / var(--tw-border-opacity))}
.checked\:disabled\:border-zink-400:disabled:checked{--tw-border-opacity:1;border-color:rgb(57 95 142 / var(--tw-border-opacity))}
.checked\:disabled\:border-zink-500:disabled:checked{--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
.checked\:disabled\:bg-custom-400:disabled:checked{--tw-bg-opacity:1;background-color:rgb(96 165 250 / var(--tw-bg-opacity))}
.checked\:disabled\:bg-green-400:disabled:checked{--tw-bg-opacity:1;background-color:rgb(45 189 163 / var(--tw-bg-opacity))}
.checked\:disabled\:bg-orange-400:disabled:checked{--tw-bg-opacity:1;background-color:rgb(251 146 60 / var(--tw-bg-opacity))}
.checked\:disabled\:bg-purple-400:disabled:checked{--tw-bg-opacity:1;background-color:rgb(192 132 252 / var(--tw-bg-opacity))}
.checked\:disabled\:bg-red-400:disabled:checked{--tw-bg-opacity:1;background-color:rgb(248 113 113 / var(--tw-bg-opacity))}
.checked\:disabled\:bg-sky-400:disabled:checked{--tw-bg-opacity:1;background-color:rgb(56 189 248 / var(--tw-bg-opacity))}
.checked\:disabled\:bg-yellow-400:disabled:checked{--tw-bg-opacity:1;background-color:rgb(250 204 21 / var(--tw-bg-opacity))}
.checked\:disabled\:bg-zink-400:disabled:checked{--tw-bg-opacity:1;background-color:rgb(57 95 142 / var(--tw-bg-opacity))}
.checked\:disabled\:bg-zink-500:disabled:checked{--tw-bg-opacity:1;background-color:rgb(35 58 87 / var(--tw-bg-opacity))}
.group\/gallery:hover .group-hover\/gallery\:bottom-3{bottom:0.75rem}
.group\/item:hover .group-hover\/item\:bottom-1\/2{bottom:50%}
.group\/card:hover .group-hover\/card\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.group\/gallery:hover .group-hover\/gallery\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
@keyframes iconsAnimation{
to{stroke-dashoffset:500}}
.group\/menu-link:hover .group-hover\/menu-link\:animate-icons{animation:iconsAnimation 50s}
.group\/item:hover .group-hover\/item\:fill-custom-100{fill:#dbeafe}
.group\/item:hover .group-hover\/item\:fill-custom-400\/20{fill:rgb(96 165 250 / 0.2)}
.group\/item:hover .group-hover\/item\:fill-custom-50{fill:#eff6ff}
.group\/item:hover .group-hover\/item\:fill-red-200{fill:#fecaca}
.group\/item:hover .group-hover\/item\:fill-yellow-200{fill:#fef08a}
.group\/menu-link:hover .group-hover\/menu-link\:fill-blue-200{fill:#bfdbfe}
.group\/item:hover .group-hover\/item\:text-custom-500{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.group\/item:hover .group-hover\/item\:text-red-500{--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity))}
.group\/item:hover .group-hover\/item\:text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8 / var(--tw-text-opacity))}
.group\/items:hover .group-hover\/items\:text-custom-500{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.group\/gallery:hover .group-hover\/gallery\:opacity-100{opacity:1}
.group\/gallery:hover .group-hover\/gallery\:opacity-50{opacity:0.5}
.group\/item:hover .group-hover\/item\:opacity-100{opacity:1}
.group.gridView .group-\[\.gridView\]\:static{position:static}
.group\/item.right .group-\[\.right\]\/item\:order-1{order:1}
.group\/item.right .group-\[\.right\]\/item\:order-2{order:2}
.group\/item.right .group-\[\.right\]\/item\:order-3{order:3}
.group.gridView .group-\[\.gridView\]\:mt-0{margin-top:0px}
.group.active .group-\[\&\.active\]\:block{display:block}
.group\/item.active .group-\[\.active\]\/item\:block{display:block}
.group.active .group-\[\.active\]\:inline-block{display:inline-block}
.group.gridView .group-\[\.gridView\]\:inline-block{display:inline-block}
.group\/item.show .group-\[\.show\]\/item\:inline-block{display:inline-block}
.group.show .group-\[\.show\]\:inline-block{display:inline-block}
.group\/item.active .group-\[\.active\]\/item\:hidden{display:none}
.group\/item.show .group-\[\.show\]\/item\:hidden{display:none}
.group.show .group-\[\.show\]\:hidden{display:none}
.group.gridView .group-\[\.gridView\]\:h-16{height:4rem}
.group.gridView .group-\[\.gridView\]\:grow{flex-grow:1}
.group.gridView .group-\[\.gridView\]\:gap-3{gap:0.75rem}
.group.gridView .group-\[\.gridView\]\:self-end{align-self:flex-end}
.group.bordered .group-\[\.bordered\]\:border{border-width:1px}
.group.active .group-\[\.active\]\:border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}
.group.bordered .group-\[\.bordered\]\:border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}
.group.active .group-\[\.active\]\:border-b-custom-500{--tw-border-opacity:1;border-bottom-color:rgb(59 130 246 / var(--tw-border-opacity))}
.group.active .group-\[\.active\]\:border-b-white{--tw-border-opacity:1;border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.group.active .group-\[\.active\]\:border-t-red-500{--tw-border-opacity:1;border-top-color:rgb(239 68 68 / var(--tw-border-opacity))}
.group\/item.active .group-\[\.active\]\/item\:bg-custom-500{--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
.group.active .group-\[\.active\]\:bg-custom-500{--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
.group.gridView .group-\[\.gridView\]\:bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}
.group\/item.offline .group-\[\.offline\]\/item\:bg-slate-400{--tw-bg-opacity:1;background-color:rgb(148 163 184 / var(--tw-bg-opacity))}
.group\/item.online .group-\[\.online\]\/item\:bg-green-400{--tw-bg-opacity:1;background-color:rgb(45 189 163 / var(--tw-bg-opacity))}
.group\/item.active .group-\[\.active\]\/item\:fill-custom-100{fill:#dbeafe}
.group\/item.active .group-\[\.active\]\/item\:fill-red-200{fill:#fecaca}
.group\/item.active .group-\[\.active\]\/item\:fill-slate-200{fill:#e2e8f0}
.group\/item.active .group-\[\.active\]\/item\:fill-yellow-200{fill:#fef08a}
.group.gridView .group-\[\.gridView\]\:\!p-5{padding:1.25rem !important}
.group.gridView .group-\[\.gridView\]\:p-3{padding:0.75rem}
.group.gridView .group-\[\.gridView\]\:p-5{padding:1.25rem}
.group\/item.active .group-\[\.active\]\/item\:text-custom-50{--tw-text-opacity:1;color:rgb(239 246 255 / var(--tw-text-opacity))}
.group\/item.active .group-\[\.active\]\/item\:text-custom-500{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.group\/item.active .group-\[\.active\]\/item\:text-red-500{--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity))}
.group\/item.active .group-\[\.active\]\/item\:text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8 / var(--tw-text-opacity))}
.group.active .group-\[\.active\]\:text-custom-500{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.group.active .group-\[\.active\]\:text-red-500{--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity))}
.group.active .group-\[\.active\]\:text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.group\/mail.unread .group-\[\.unread\]\/mail\:text-slate-800{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
.group.active .group-\[\.active\]\:outline-custom-500{outline-color:#3b82f6}
.group.active .group-\[\.active\]\:before\:bg-custom-500::before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
.group.stripe .group-\[\.stripe\]\:even\:bg-slate-50:nth-child(even){--tw-bg-opacity:1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}
.group.hover .group-\[\.hover\]\:hover\:bg-slate-50:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}
.peer\/business:checked ~ .peer-checked\/business\:border-custom-500{--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:border-custom-100{--tw-border-opacity:1;border-color:rgb(219 234 254 / var(--tw-border-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:border-custom-500{--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:border-green-100{--tw-border-opacity:1;border-color:rgb(210 244 238 / var(--tw-border-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:border-green-400{--tw-border-opacity:1;border-color:rgb(45 189 163 / var(--tw-border-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:border-green-500{--tw-border-opacity:1;border-color:rgb(36 151 130 / var(--tw-border-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:border-orange-100{--tw-border-opacity:1;border-color:rgb(255 237 213 / var(--tw-border-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:border-orange-400{--tw-border-opacity:1;border-color:rgb(251 146 60 / var(--tw-border-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:border-orange-500{--tw-border-opacity:1;border-color:rgb(249 115 22 / var(--tw-border-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:border-purple-100{--tw-border-opacity:1;border-color:rgb(243 232 255 / var(--tw-border-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:border-purple-500{--tw-border-opacity:1;border-color:rgb(168 85 247 / var(--tw-border-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:border-red-100{--tw-border-opacity:1;border-color:rgb(254 226 226 / var(--tw-border-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:border-sky-100{--tw-border-opacity:1;border-color:rgb(224 242 254 / var(--tw-border-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:border-sky-500{--tw-border-opacity:1;border-color:rgb(14 165 233 / var(--tw-border-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:border-slate-100{--tw-border-opacity:1;border-color:rgb(241 245 249 / var(--tw-border-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:border-slate-400{--tw-border-opacity:1;border-color:rgb(148 163 184 / var(--tw-border-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:border-slate-700{--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:border-yellow-100{--tw-border-opacity:1;border-color:rgb(254 249 195 / var(--tw-border-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:border-yellow-500{--tw-border-opacity:1;border-color:rgb(234 179 8 / var(--tw-border-opacity))}
.peer:checked ~ .peer-checked\:border-custom-300{--tw-border-opacity:1;border-color:rgb(147 197 253 / var(--tw-border-opacity))}
.peer:checked ~ .peer-checked\:border-purple-500{--tw-border-opacity:1;border-color:rgb(168 85 247 / var(--tw-border-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:bg-custom-100{--tw-bg-opacity:1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:bg-custom-500{--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:bg-green-100{--tw-bg-opacity:1;background-color:rgb(210 244 238 / var(--tw-bg-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:bg-green-400{--tw-bg-opacity:1;background-color:rgb(45 189 163 / var(--tw-bg-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:bg-green-500{--tw-bg-opacity:1;background-color:rgb(36 151 130 / var(--tw-bg-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:bg-orange-100{--tw-bg-opacity:1;background-color:rgb(255 237 213 / var(--tw-bg-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:bg-orange-400{--tw-bg-opacity:1;background-color:rgb(251 146 60 / var(--tw-bg-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:bg-orange-500{--tw-bg-opacity:1;background-color:rgb(249 115 22 / var(--tw-bg-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:bg-purple-100{--tw-bg-opacity:1;background-color:rgb(243 232 255 / var(--tw-bg-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:bg-purple-500{--tw-bg-opacity:1;background-color:rgb(168 85 247 / var(--tw-bg-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:bg-sky-100{--tw-bg-opacity:1;background-color:rgb(224 242 254 / var(--tw-bg-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:bg-sky-500{--tw-bg-opacity:1;background-color:rgb(14 165 233 / var(--tw-bg-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:bg-slate-300{--tw-bg-opacity:1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:bg-slate-400{--tw-bg-opacity:1;background-color:rgb(148 163 184 / var(--tw-bg-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:bg-slate-700{--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195 / var(--tw-bg-opacity))}
.peer\/published:checked ~ .peer-checked\/published\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}
.peer:checked ~ .peer-checked\:bg-custom-50{--tw-bg-opacity:1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}
.peer\/business:checked ~ .peer-checked\/business\:text-custom-500{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.peer:disabled ~ .peer-disabled\:cursor-default{cursor:default}
.peer:disabled ~ .peer-disabled\:border-slate-100{--tw-border-opacity:1;border-color:rgb(241 245 249 / var(--tw-border-opacity))}
.peer:disabled ~ .peer-disabled\:bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}
.peer:disabled ~ .peer-disabled\:text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:fixed{position:fixed}
.group[data-layout=horizontal][data-navbar=scroll] .group-data-\[layout\=horizontal\]\:group-data-\[navbar\=scroll\]\:absolute{position:absolute}
.group[data-navbar=scroll] .group-data-\[navbar\=scroll\]\:absolute{position:absolute}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:absolute{position:absolute}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:relative{position:relative}
.group[data-layout=horizontal][data-navbar=bordered] .group-data-\[layout\=horizontal\]\:group-data-\[navbar\=bordered\]\:inset-x-4{left:1rem;right:1rem}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:bottom-auto{bottom:auto}
.group[data-layout=horizontal][data-navbar=bordered] .group-data-\[layout\=horizontal\]\:group-data-\[navbar\=bordered\]\:top-\[calc\(theme\(\'spacing\.header\'\)_\+_theme\(\'spacing\.4\'\)\)\]{top:calc(4.375rem + 1rem)}
.group[data-layout=horizontal][data-navbar=hidden] .group-data-\[layout\=horizontal\]\:group-data-\[navbar\=hidden\]\:top-0{top:0px}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:left-full{left:100%}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:right-full{right:100%}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:top-full{top:100%}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:top-header{top:4.375rem}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:left-vertical-menu-sm{left:4.375rem}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:top-0{top:0px}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:z-\[1004\]{z-index:1004}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:z-10{z-index:10}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:m-0{margin:0px}
.group[data-navbar=bordered] .group-data-\[navbar\=bordered\]\:m-4{margin:1rem}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:mx-auto{margin-left:auto;margin-right:auto}
.group[data-sidebar-size=md] .group-data-\[sidebar-size\=md\]\:mx-auto{margin-left:auto;margin-right:auto}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:my-0{margin-top:0px;margin-bottom:0px}
.group[data-sidebar-size=md] .group-data-\[sidebar-size\=md\]\:mb-2{margin-bottom:0.5rem}
.group[data-sidebar-size=md] .group-data-\[sidebar-size\=md\]\:block{display:block}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:block{display:block}
.group[data-sidebar=brand] .group-data-\[sidebar\=brand\]\:block{display:block}
.group[data-sidebar=dark] .group-data-\[sidebar\=dark\]\:block{display:block}
.group[data-sidebar=modern] .group-data-\[sidebar\=modern\]\:block{display:block}
.group[data-topbar=brand] .group-data-\[topbar\=brand\]\:block{display:block}
.group[data-topbar=dark] .group-data-\[topbar\=dark\]\:block{display:block}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:flex{display:flex}
.group[data-navbar=hidden] .group-data-\[navbar\=hidden\]\:flex{display:flex}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:flex{display:flex}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:hidden{display:none}
.group[data-navbar=hidden] .group-data-\[navbar\=hidden\]\:hidden{display:none}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:hidden{display:none}
.group[data-sidebar=brand] .group-data-\[sidebar\=brand\]\:hidden{display:none}
.group[data-sidebar=dark] .group-data-\[sidebar\=dark\]\:hidden{display:none}
.group[data-sidebar=modern] .group-data-\[sidebar\=modern\]\:hidden{display:none}
.group[data-topbar=brand] .group-data-\[topbar\=brand\]\:hidden{display:none}
.group[data-topbar=dark] .group-data-\[topbar\=dark\]\:hidden{display:none}
.group[data-layout=horizontal][data-navbar=hidden] .group-data-\[layout\=horizontal\]\:group-data-\[navbar\=hidden\]\:h-16{height:4rem}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:h-56{height:14rem}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:h-5{height:1.25rem}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:h-\[1\.75rem\]{height:1.75rem}
.group[data-sidebar-size=lg] .group-data-\[sidebar-size\=lg\]\:max-h-\[calc\(100vh_-_theme\(\'spacing\.header\'\)_\*_1\.2\)\]{max-height:calc(100vh - 4.375rem * 1.2)}
.group[data-sidebar-size=md] .group-data-\[sidebar-size\=md\]\:max-h-\[calc\(100vh_-_theme\(\'spacing\.header\'\)_\*_1\.2\)\]{max-height:calc(100vh - 4.375rem * 1.2)}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:min-h-sm{min-height:auto}
.group[data-layout=horizontal][data-navbar=bordered] .group-data-\[layout\=horizontal\]\:group-data-\[navbar\=bordered\]\:w-\[calc\(100\%_-_2rem\)\]{width:calc(100% - 2rem)}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:w-full{width:100%}
.group[data-sidebar-size=md] .group-data-\[sidebar-size\=md\]\:w-vertical-menu-md{width:10.3125rem}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:w-5{width:1.25rem}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:w-\[calc\(theme\(\'spacing\.vertical-menu-sm\'\)_\*_2\.8\)\]{width:calc(4.375rem * 2.8)}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:w-\[calc\(theme\(\'spacing\.vertical-menu-sm\'\)_-_1px\)\]{width:calc(4.375rem - 1px)}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:w-vertical-menu-sm{width:4.375rem}
.group[data-content=boxed] .group-data-\[content\=boxed\]\:max-w-boxed{max-width:87.5rem}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:max-w-screen-2xl{max-width:1536px}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:shrink-0{flex-shrink:0}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:flex-col{flex-direction:column}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:items-center{align-items:center}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:overflow-auto{overflow:auto}
.group[data-navbar=bordered] .group-data-\[navbar\=bordered\]\:rounded-md{border-radius:0.375rem}
.group[data-layout=horizontal][data-navbar=bordered] .group-data-\[layout\=horizontal\]\:group-data-\[navbar\=bordered\]\:rounded-b-md{border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem}
.group[data-layout=horizontal][data-navbar=bordered] .group-data-\[layout\=horizontal\]\:group-data-\[navbar\=bordered\]\:rounded-b-none{border-bottom-right-radius:0px;border-bottom-left-radius:0px}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:rounded-b-md{border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:rounded-b-none{border-bottom-right-radius:0px;border-bottom-left-radius:0px}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:rounded-b-sm{border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:rounded-br-md{border-bottom-right-radius:0.375rem}
.group[data-skin=bordered] .group-data-\[skin\=bordered\]\:border{border-width:1px}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:border-r-0{border-right-width:0px}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:border-t{border-top-width:1px}
.group[data-sidebar=brand] .group-data-\[sidebar\=brand\]\:border-vertical-menu-brand{--tw-border-opacity:1;border-color:rgb(30 58 138 / var(--tw-border-opacity))}
.group[data-sidebar=dark] .group-data-\[sidebar\=dark\]\:border-vertical-menu-dark{--tw-border-opacity:1;border-color:rgb(15 23 42 / var(--tw-border-opacity))}
.group[data-sidebar=modern] .group-data-\[sidebar\=modern\]\:border-vertical-menu-border-modern{--tw-border-opacity:1;border-color:rgb(30 58 138 / var(--tw-border-opacity))}
.group[data-skin=bordered] .group-data-\[skin\=bordered\]\:border-green-500\/20{border-color:rgb(36 151 130 / 0.2)}
.group[data-skin=bordered] .group-data-\[skin\=bordered\]\:border-orange-500\/20{border-color:rgb(249 115 22 / 0.2)}
.group[data-skin=bordered] .group-data-\[skin\=bordered\]\:border-purple-500\/20{border-color:rgb(168 85 247 / 0.2)}
.group[data-skin=bordered] .group-data-\[skin\=bordered\]\:border-sky-500\/20{border-color:rgb(14 165 233 / 0.2)}
.group[data-skin=bordered] .group-data-\[skin\=bordered\]\:border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}
.group[data-topbar=brand] .group-data-\[topbar\=brand\]\:border-topbar-border-brand{--tw-border-opacity:1;border-color:rgb(30 64 175 / var(--tw-border-opacity))}
.group[data-topbar=brand] .group-data-\[topbar\=brand\]\:border-topbar-brand{--tw-border-opacity:1;border-color:rgb(30 58 138 / var(--tw-border-opacity))}
.group[data-topbar=dark] .group-data-\[topbar\=dark\]\:border-topbar-border-dark{--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity))}
.group[data-topbar=dark] .group-data-\[topbar\=dark\]\:border-topbar-dark{--tw-border-opacity:1;border-color:rgb(15 23 42 / var(--tw-border-opacity))}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:bg-vertical-menu{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.group[data-sidebar-size=sm][data-sidebar=brand] .group-data-\[sidebar-size\=sm\]\:group-data-\[sidebar\=brand\]\:bg-vertical-menu-brand{--tw-bg-opacity:1;background-color:rgb(30 58 138 / var(--tw-bg-opacity))}
.group[data-sidebar-size=sm][data-sidebar=dark] .group-data-\[sidebar-size\=sm\]\:group-data-\[sidebar\=dark\]\:bg-vertical-menu-dark{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity))}
.group[data-sidebar=brand] .group-data-\[sidebar\=brand\]\:bg-vertical-menu-brand{--tw-bg-opacity:1;background-color:rgb(30 58 138 / var(--tw-bg-opacity))}
.group[data-sidebar=dark] .group-data-\[sidebar\=dark\]\:bg-vertical-menu-dark{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity))}
.group[data-sidebar=modern] .group-data-\[sidebar\=modern\]\:bg-transparent{background-color:transparent}
.group[data-skin=bordered] .group-data-\[skin\=bordered\]\:bg-body-bordered{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.group[data-topbar=brand] .group-data-\[topbar\=brand\]\:bg-topbar-brand{--tw-bg-opacity:1;background-color:rgb(30 58 138 / var(--tw-bg-opacity))}
.group[data-topbar=dark] .group-data-\[topbar\=dark\]\:bg-topbar-dark{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity))}
.group[data-sidebar-size=sm][data-sidebar=modern] .group-data-\[sidebar-size\=sm\]\:group-data-\[sidebar\=modern\]\:bg-gradient-to-br{background-image:linear-gradient(to bottom right, var(--tw-gradient-stops))}
.group[data-sidebar=modern] .group-data-\[sidebar\=modern\]\:bg-gradient-to-tr{background-image:linear-gradient(to top right, var(--tw-gradient-stops))}
.group[data-sidebar-size=sm][data-sidebar=modern] .group-data-\[sidebar-size\=sm\]\:group-data-\[sidebar\=modern\]\:from-vertical-menu-form-modern{--tw-gradient-from:#14532d var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.group[data-sidebar=modern] .group-data-\[sidebar\=modern\]\:from-vertical-menu-form-modern{--tw-gradient-from:#14532d var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.group[data-sidebar-size=sm][data-sidebar=modern] .group-data-\[sidebar-size\=sm\]\:group-data-\[sidebar\=modern\]\:to-vertical-menu-to-modern{--tw-gradient-to:#1e3a8a var(--tw-gradient-to-position)}
.group[data-sidebar=modern] .group-data-\[sidebar\=modern\]\:to-vertical-menu-to-modern{--tw-gradient-to:#1e3a8a var(--tw-gradient-to-position)}
.group[data-sidebar=brand] .group-data-\[sidebar\=brand\]\:fill-vertical-menu-item-bg-active-brand{fill:#224097}
.group[data-sidebar=dark] .group-data-\[sidebar\=dark\]\:fill-vertical-menu-item-bg-active-dark{fill:#1e293b}
.group[data-sidebar=modern] .group-data-\[sidebar\=modern\]\:fill-vertical-menu-item-bg-active-modern{fill:rgba(255, 255, 255, 0.06)}
.group[data-topbar=brand] .group-data-\[topbar\=brand\]\:fill-topbar-item-bg-hover-brand{fill:#224097}
.group[data-topbar=dark] .group-data-\[topbar\=dark\]\:fill-topbar-item-bg-hover-dark{fill:#1e293b}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:px-0{padding-left:0px;padding-right:0px}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:px-3{padding-left:0.75rem;padding-right:0.75rem}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.group[data-layout=horizontal][data-navbar=hidden] .group-data-\[layout\=horizontal\]\:group-data-\[navbar\=hidden\]\:pt-\[calc\(theme\(\'spacing\.header\'\)_\*_0\.9\)\]{padding-top:calc(4.375rem * 0.9)}
.group[data-navbar=bordered] .group-data-\[navbar\=bordered\]\:pt-\[calc\(theme\(\'spacing\.header\'\)_\*_1\.3\)\]{padding-top:calc(4.375rem * 1.3)}
.group[data-navbar=hidden] .group-data-\[navbar\=hidden\]\:pt-0{padding-top:0px}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:pl-10{padding-left:2.5rem}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:pt-header{padding-top:4.375rem}
.group[data-sidebar-size=md] .group-data-\[sidebar-size\=md\]\:text-center{text-align:center}
.group[data-sidebar=brand] .group-data-\[sidebar\=brand\]\:text-vertical-menu-item-brand{--tw-text-opacity:1;color:rgb(147 197 253 / var(--tw-text-opacity))}
.group[data-sidebar=brand] .group-data-\[sidebar\=brand\]\:text-vertical-menu-sub-item-brand{--tw-text-opacity:1;color:rgb(164 187 253 / var(--tw-text-opacity))}
.group[data-sidebar=dark] .group-data-\[sidebar\=dark\]\:text-vertical-menu-item-dark{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}
.group[data-sidebar=dark] .group-data-\[sidebar\=dark\]\:text-vertical-menu-sub-item-dark{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}
.group[data-sidebar=modern] .group-data-\[sidebar\=modern\]\:text-vertical-menu-item-modern{color:rgba(255, 255, 255, 0.60)}
.group[data-sidebar=modern] .group-data-\[sidebar\=modern\]\:text-vertical-menu-sub-item-modern{color:rgba(255, 255, 255, 0.50)}
.group[data-topbar=brand] .group-data-\[topbar\=brand\]\:text-topbar-item-brand{--tw-text-opacity:1;color:rgb(164 187 253 / var(--tw-text-opacity))}
.group[data-topbar=dark] .group-data-\[topbar\=dark\]\:text-topbar-item-dark{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity))}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:opacity-0{opacity:0}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.group[data-navbar=bordered] .group-data-\[navbar\=bordered\]\:shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.group[data-skin=bordered] .group-data-\[skin\=bordered\]\:shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:shadow-slate-500\/10{--tw-shadow-color:rgb(100 116 139 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:shadow-slate-700\/10{--tw-shadow-color:rgb(51 65 85 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.group[data-topbar=brand] .group-data-\[topbar\=brand\]\:placeholder\:text-blue-300::-moz-placeholder{--tw-text-opacity:1;color:rgb(147 197 253 / var(--tw-text-opacity))}
.group[data-topbar=brand] .group-data-\[topbar\=brand\]\:placeholder\:text-blue-300::placeholder{--tw-text-opacity:1;color:rgb(147 197 253 / var(--tw-text-opacity))}
.group[data-topbar=dark] .group-data-\[topbar\=dark\]\:placeholder\:text-slate-500::-moz-placeholder{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}
.group[data-topbar=dark] .group-data-\[topbar\=dark\]\:placeholder\:text-slate-500::placeholder{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:before\:left-\[1\.4rem\]::before{content:var(--tw-content);left:1.4rem}
.group[data-sidebar-size=md] .group-data-\[sidebar-size\=md\]\:before\:hidden::before{content:var(--tw-content);display:none}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:before\:hidden::before{content:var(--tw-content);display:none}
.group[data-sidebar=brand] .group-data-\[sidebar\=brand\]\:before\:bg-vertical-menu-sub-item-brand\/80::before{content:var(--tw-content);background-color:rgb(164 187 253 / 0.8)}
.group[data-sidebar=dark] .group-data-\[sidebar\=dark\]\:before\:bg-vertical-menu-sub-item-dark\/50::before{content:var(--tw-content);background-color:rgb(100 116 139 / 0.5)}
.group[data-sidebar=modern] .group-data-\[sidebar\=modern\]\:before\:bg-vertical-menu-sub-item-modern\/70::before{content:var(--tw-content);background-color:rgba(255, 255, 255, 0.7)}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:hover\:bg-transparent:hover{background-color:transparent}
.group[data-sidebar=brand] .group-data-\[sidebar\=brand\]\:hover\:bg-vertical-menu-item-bg-hover-brand:hover{--tw-bg-opacity:1;background-color:rgb(34 64 151 / var(--tw-bg-opacity))}
.group[data-sidebar=dark] .group-data-\[sidebar\=dark\]\:hover\:bg-vertical-menu-item-bg-hover-dark:hover{--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}
.group[data-sidebar=modern] .group-data-\[sidebar\=modern\]\:hover\:bg-vertical-menu-item-bg-hover-modern:hover{background-color:rgba(255, 255, 255, 0.06)}
.group[data-topbar=brand] .group-data-\[topbar\=brand\]\:hover\:bg-topbar-item-bg-hover-brand:hover{--tw-bg-opacity:1;background-color:rgb(34 64 151 / var(--tw-bg-opacity))}
.group[data-topbar=dark] .group-data-\[topbar\=dark\]\:hover\:bg-topbar-item-bg-hover-dark:hover{--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}
.group[data-sidebar=brand] .group-data-\[sidebar\=brand\]\:hover\:text-vertical-menu-item-hover-brand:hover{--tw-text-opacity:1;color:rgb(239 246 255 / var(--tw-text-opacity))}
.group[data-sidebar=brand] .group-data-\[sidebar\=brand\]\:hover\:text-vertical-menu-sub-item-hover-brand:hover{--tw-text-opacity:1;color:rgb(239 246 255 / var(--tw-text-opacity))}
.group[data-sidebar=dark] .group-data-\[sidebar\=dark\]\:hover\:text-vertical-menu-item-hover-dark:hover{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.group[data-sidebar=dark] .group-data-\[sidebar\=dark\]\:hover\:text-vertical-menu-sub-item-hover-dark:hover{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.group[data-sidebar=modern] .group-data-\[sidebar\=modern\]\:hover\:text-vertical-menu-item-hover-modern:hover{--tw-text-opacity:1;color:rgba(255, 255, 255, var(--tw-text-opacity))}
.group[data-sidebar=modern] .group-data-\[sidebar\=modern\]\:hover\:text-vertical-menu-sub-item-hover-modern:hover{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.group[data-topbar=brand] .group-data-\[topbar\=brand\]\:hover\:text-topbar-item-hover-brand:hover{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.group[data-topbar=dark] .group-data-\[topbar\=dark\]\:hover\:text-topbar-item-hover-dark:hover{--tw-text-opacity:1;color:rgb(241 245 249 / var(--tw-text-opacity))}
.group[data-sidebar=brand] .group-data-\[sidebar\=brand\]\:hover\:before\:bg-vertical-menu-sub-item-hover-brand\/80:hover::before{content:var(--tw-content);background-color:rgb(239 246 255 / 0.8)}
.group[data-sidebar=dark] .group-data-\[sidebar\=dark\]\:hover\:before\:bg-vertical-menu-sub-item-hover-dark:hover::before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
.group[data-sidebar=modern] .group-data-\[sidebar\=modern\]\:before\:hover\:bg-vertical-menu-sub-item-hover-modern:hover::before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.group[data-sidebar-size=sm] .group\/sm:hover .group-data-\[sidebar-size\=sm\]\:group-hover\/sm\:block{display:block}
.group[data-sidebar-size=sm] .group\/sm:hover .group-data-\[sidebar-size\=sm\]\:group-hover\/sm\:w-\[calc\(theme\(\'spacing\.vertical-menu-sm\'\)_\*_3\.63\)\]{width:calc(4.375rem * 3.63)}
.group[data-sidebar-size=sm][data-sidebar=brand] .group\/sm:hover .group-data-\[sidebar-size\=sm\]\:group-data-\[sidebar\=brand\]\:group-hover\/sm\:bg-vertical-menu-brand{--tw-bg-opacity:1;background-color:rgb(30 58 138 / var(--tw-bg-opacity))}
.group[data-sidebar-size=sm][data-sidebar=dark] .group\/sm:hover .group-data-\[sidebar-size\=sm\]\:group-data-\[sidebar\=dark\]\:group-hover\/sm\:bg-vertical-menu-dark{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity))}
.group[data-sidebar-size=sm][data-sidebar=modern] .group\/sm:hover .group-data-\[sidebar-size\=sm\]\:group-data-\[sidebar\=modern\]\:group-hover\/sm\:bg-vertical-menu-border-modern{--tw-bg-opacity:1;background-color:rgb(30 58 138 / var(--tw-bg-opacity))}
.group[data-sidebar-size=sm] .group\/sm:hover .group-data-\[sidebar-size\=sm\]\:group-hover\/sm\:bg-vertical-menu{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.group[data-sidebar-size=sm][data-sidebar=modern] .group\/sm:hover .group-data-\[sidebar-size\=sm\]\:group-data-\[sidebar\=modern\]\:group-hover\/sm\:bg-gradient-to-tr{background-image:linear-gradient(to top right, var(--tw-gradient-stops))}
.group[data-sidebar-size=sm][data-sidebar=modern] .group\/sm:hover .group-data-\[sidebar-size\=sm\]\:group-data-\[sidebar\=modern\]\:group-hover\/sm\:to-vertical-menu-to-modern{--tw-gradient-to:#1e3a8a var(--tw-gradient-to-position)}
.group[data-sidebar=brand] .group\/menu-link:hover .group-data-\[sidebar\=brand\]\:group-hover\/menu-link\:fill-vertical-menu-item-bg-active-brand{fill:#224097}
.group[data-sidebar=dark] .group\/menu-link:hover .group-data-\[sidebar\=dark\]\:group-hover\/menu-link\:fill-vertical-menu-item-bg-active-dark{fill:#1e293b}
.group[data-sidebar=modern] .group\/menu-link:hover .group-data-\[sidebar\=modern\]\:group-hover\/menu-link\:fill-vertical-menu-item-bg-active-modern{fill:rgba(255, 255, 255, 0.06)}
.group[data-navbar=bordered] .group\/topbar.is-sticky .group-data-\[navbar\=bordered\]\:group-\[\.is-sticky\]\/topbar\:rounded-t-none{border-top-left-radius:0px;border-top-right-radius:0px}
:is([data-mode="dark"] .dark\:block){display:block}
:is([data-mode="dark"] .dark\:hidden){display:none}
:is([data-mode="dark"] .dark\:divide-zink-500) > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(35 58 87 / var(--tw-divide-opacity))}
:is([data-mode="dark"] .dark\:border-custom-500){--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-custom-500\/20){border-color:rgb(59 130 246 / 0.2)}
:is([data-mode="dark"] .dark\:border-custom-500\/50){border-color:rgb(59 130 246 / 0.5)}
:is([data-mode="dark"] .dark\:border-custom-600){--tw-border-opacity:1;border-color:rgb(37 99 235 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-custom-700){--tw-border-opacity:1;border-color:rgb(29 78 216 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-custom-800){--tw-border-opacity:1;border-color:rgb(30 64 175 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-custom-900){--tw-border-opacity:1;border-color:rgb(30 58 138 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-gray-500){--tw-border-opacity:1;border-color:rgb(107 114 128 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-gray-600){--tw-border-opacity:1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-gray-700){--tw-border-opacity:1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-green-500){--tw-border-opacity:1;border-color:rgb(36 151 130 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-green-500\/20){border-color:rgb(36 151 130 / 0.2)}
:is([data-mode="dark"] .dark\:border-green-500\/50){border-color:rgb(36 151 130 / 0.5)}
:is([data-mode="dark"] .dark\:border-green-600){--tw-border-opacity:1;border-color:rgb(32 136 117 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-green-700){--tw-border-opacity:1;border-color:rgb(28 119 103 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-green-800){--tw-border-opacity:1;border-color:rgb(24 99 85 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-green-900){--tw-border-opacity:1;border-color:rgb(17 70 60 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-indigo-600){--tw-border-opacity:1;border-color:rgb(79 70 229 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-orange-500){--tw-border-opacity:1;border-color:rgb(249 115 22 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-orange-500\/20){border-color:rgb(249 115 22 / 0.2)}
:is([data-mode="dark"] .dark\:border-orange-500\/50){border-color:rgb(249 115 22 / 0.5)}
:is([data-mode="dark"] .dark\:border-orange-600){--tw-border-opacity:1;border-color:rgb(234 88 12 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-orange-700){--tw-border-opacity:1;border-color:rgb(194 65 12 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-orange-800){--tw-border-opacity:1;border-color:rgb(154 52 18 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-orange-900){--tw-border-opacity:1;border-color:rgb(124 45 18 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-purple-500){--tw-border-opacity:1;border-color:rgb(168 85 247 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-purple-500\/20){border-color:rgb(168 85 247 / 0.2)}
:is([data-mode="dark"] .dark\:border-purple-500\/50){border-color:rgb(168 85 247 / 0.5)}
:is([data-mode="dark"] .dark\:border-purple-600){--tw-border-opacity:1;border-color:rgb(147 51 234 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-purple-700){--tw-border-opacity:1;border-color:rgb(126 34 206 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-purple-800){--tw-border-opacity:1;border-color:rgb(107 33 168 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-purple-900){--tw-border-opacity:1;border-color:rgb(88 28 135 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-red-500){--tw-border-opacity:1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-red-500\/20){border-color:rgb(239 68 68 / 0.2)}
:is([data-mode="dark"] .dark\:border-red-500\/50){border-color:rgb(239 68 68 / 0.5)}
:is([data-mode="dark"] .dark\:border-red-600){--tw-border-opacity:1;border-color:rgb(220 38 38 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-red-700){--tw-border-opacity:1;border-color:rgb(185 28 28 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-red-800){--tw-border-opacity:1;border-color:rgb(153 27 27 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-red-900){--tw-border-opacity:1;border-color:rgb(127 29 29 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-sky-500\/20){border-color:rgb(14 165 233 / 0.2)}
:is([data-mode="dark"] .dark\:border-sky-500\/50){border-color:rgb(14 165 233 / 0.5)}
:is([data-mode="dark"] .dark\:border-sky-600){--tw-border-opacity:1;border-color:rgb(2 132 199 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-sky-700){--tw-border-opacity:1;border-color:rgb(3 105 161 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-sky-800){--tw-border-opacity:1;border-color:rgb(7 89 133 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-sky-900){--tw-border-opacity:1;border-color:rgb(12 74 110 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-slate-500){--tw-border-opacity:1;border-color:rgb(100 116 139 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-slate-500\/20){border-color:rgb(100 116 139 / 0.2)}
:is([data-mode="dark"] .dark\:border-slate-600){--tw-border-opacity:1;border-color:rgb(71 85 105 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-transparent){border-color:transparent}
:is([data-mode="dark"] .dark\:border-yellow-500){--tw-border-opacity:1;border-color:rgb(234 179 8 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-yellow-500\/20){border-color:rgb(234 179 8 / 0.2)}
:is([data-mode="dark"] .dark\:border-yellow-500\/50){border-color:rgb(234 179 8 / 0.5)}
:is([data-mode="dark"] .dark\:border-yellow-600){--tw-border-opacity:1;border-color:rgb(202 138 4 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-yellow-700){--tw-border-opacity:1;border-color:rgb(161 98 7 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-yellow-800){--tw-border-opacity:1;border-color:rgb(133 77 14 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-yellow-900){--tw-border-opacity:1;border-color:rgb(113 63 18 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-zinc-800){--tw-border-opacity:1;border-color:rgb(39 39 42 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-zink-200){--tw-border-opacity:1;border-color:rgb(146 175 211 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-zink-300\/20){border-color:rgb(88 133 188 / 0.2)}
:is([data-mode="dark"] .dark\:border-zink-300\/50){border-color:rgb(88 133 188 / 0.5)}
:is([data-mode="dark"] .dark\:border-zink-400){--tw-border-opacity:1;border-color:rgb(57 95 142 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-zink-400\/60){border-color:rgb(57 95 142 / 0.6)}
:is([data-mode="dark"] .dark\:border-zink-500){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-zink-600){--tw-border-opacity:1;border-color:rgb(28 46 69 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-zink-700){--tw-border-opacity:1;border-color:rgb(19 35 55 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-zink-800){--tw-border-opacity:1;border-color:rgb(15 24 36 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-b-zink-400){--tw-border-opacity:1;border-bottom-color:rgb(57 95 142 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-l-transparent){border-left-color:transparent}
:is([data-mode="dark"] .dark\:border-l-zink-500){--tw-border-opacity:1;border-left-color:rgb(35 58 87 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-r-zink-400){--tw-border-opacity:1;border-right-color:rgb(57 95 142 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:border-t-custom-500\/50){border-top-color:rgb(59 130 246 / 0.5)}
:is([data-mode="dark"] .dark\:border-t-green-500\/50){border-top-color:rgb(36 151 130 / 0.5)}
:is([data-mode="dark"] .dark\:border-t-zink-500){--tw-border-opacity:1;border-top-color:rgb(35 58 87 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:\!bg-custom-500\/20){background-color:rgb(59 130 246 / 0.2) !important}
:is([data-mode="dark"] .dark\:\!bg-green-500\/20){background-color:rgb(36 151 130 / 0.2) !important}
:is([data-mode="dark"] .dark\:\!bg-purple-500\/20){background-color:rgb(168 85 247 / 0.2) !important}
:is([data-mode="dark"] .dark\:\!bg-sky-500\/20){background-color:rgb(14 165 233 / 0.2) !important}
:is([data-mode="dark"] .dark\:\!bg-yellow-500\/20){background-color:rgb(234 179 8 / 0.2) !important}
:is([data-mode="dark"] .dark\:bg-custom-400\/20){background-color:rgb(96 165 250 / 0.2)}
:is([data-mode="dark"] .dark\:bg-custom-500){--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-custom-500\/10){background-color:rgb(59 130 246 / 0.1)}
:is([data-mode="dark"] .dark\:bg-custom-500\/20){background-color:rgb(59 130 246 / 0.2)}
:is([data-mode="dark"] .dark\:bg-custom-800){--tw-bg-opacity:1;background-color:rgb(30 64 175 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-custom-900){--tw-bg-opacity:1;background-color:rgb(30 58 138 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-custom-900\/50){background-color:rgb(30 58 138 / 0.5)}
:is([data-mode="dark"] .dark\:bg-custom-950){--tw-bg-opacity:1;background-color:rgb(23 37 84 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-cyan-500\/20){background-color:rgb(6 182 212 / 0.2)}
:is([data-mode="dark"] .dark\:bg-emerald-500\/20){background-color:rgb(16 185 129 / 0.2)}
:is([data-mode="dark"] .dark\:bg-gray-200){--tw-bg-opacity:1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-gray-700){--tw-bg-opacity:1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-gray-800){--tw-bg-opacity:1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-gray-900){--tw-bg-opacity:1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-green-400\/20){background-color:rgb(45 189 163 / 0.2)}
:is([data-mode="dark"] .dark\:bg-green-500\/10){background-color:rgb(36 151 130 / 0.1)}
:is([data-mode="dark"] .dark\:bg-green-500\/20){background-color:rgb(36 151 130 / 0.2)}
:is([data-mode="dark"] .dark\:bg-green-800){--tw-bg-opacity:1;background-color:rgb(24 99 85 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-green-900){--tw-bg-opacity:1;background-color:rgb(17 70 60 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-indigo-900\/50){background-color:rgb(49 46 129 / 0.5)}
:is([data-mode="dark"] .dark\:bg-orange-400\/20){background-color:rgb(251 146 60 / 0.2)}
:is([data-mode="dark"] .dark\:bg-orange-500\/10){background-color:rgb(249 115 22 / 0.1)}
:is([data-mode="dark"] .dark\:bg-orange-500\/20){background-color:rgb(249 115 22 / 0.2)}
:is([data-mode="dark"] .dark\:bg-orange-900){--tw-bg-opacity:1;background-color:rgb(124 45 18 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-orange-950){--tw-bg-opacity:1;background-color:rgb(67 20 7 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-pink-500\/20){background-color:rgb(236 72 153 / 0.2)}
:is([data-mode="dark"] .dark\:bg-purple-400\/20){background-color:rgb(192 132 252 / 0.2)}
:is([data-mode="dark"] .dark\:bg-purple-500){--tw-bg-opacity:1;background-color:rgb(168 85 247 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-purple-500\/10){background-color:rgb(168 85 247 / 0.1)}
:is([data-mode="dark"] .dark\:bg-purple-500\/20){background-color:rgb(168 85 247 / 0.2)}
:is([data-mode="dark"] .dark\:bg-purple-900){--tw-bg-opacity:1;background-color:rgb(88 28 135 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-red-400\/20){background-color:rgb(248 113 113 / 0.2)}
:is([data-mode="dark"] .dark\:bg-red-500){--tw-bg-opacity:1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-red-500\/10){background-color:rgb(239 68 68 / 0.1)}
:is([data-mode="dark"] .dark\:bg-red-500\/20){background-color:rgb(239 68 68 / 0.2)}
:is([data-mode="dark"] .dark\:bg-red-900){--tw-bg-opacity:1;background-color:rgb(127 29 29 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-sky-400\/20){background-color:rgb(56 189 248 / 0.2)}
:is([data-mode="dark"] .dark\:bg-sky-500\/10){background-color:rgb(14 165 233 / 0.1)}
:is([data-mode="dark"] .dark\:bg-sky-500\/20){background-color:rgb(14 165 233 / 0.2)}
:is([data-mode="dark"] .dark\:bg-sky-600){--tw-bg-opacity:1;background-color:rgb(2 132 199 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-sky-800){--tw-bg-opacity:1;background-color:rgb(7 89 133 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-sky-900){--tw-bg-opacity:1;background-color:rgb(12 74 110 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-slate-400\/20){background-color:rgb(148 163 184 / 0.2)}
:is([data-mode="dark"] .dark\:bg-slate-500){--tw-bg-opacity:1;background-color:rgb(100 116 139 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-slate-500\/20){background-color:rgb(100 116 139 / 0.2)}
:is([data-mode="dark"] .dark\:bg-slate-700){--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-yellow-400\/20){background-color:rgb(250 204 21 / 0.2)}
:is([data-mode="dark"] .dark\:bg-yellow-500\/10){background-color:rgb(234 179 8 / 0.1)}
:is([data-mode="dark"] .dark\:bg-yellow-500\/20){background-color:rgb(234 179 8 / 0.2)}
:is([data-mode="dark"] .dark\:bg-yellow-800){--tw-bg-opacity:1;background-color:rgb(133 77 14 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-yellow-900){--tw-bg-opacity:1;background-color:rgb(113 63 18 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-yellow-950){--tw-bg-opacity:1;background-color:rgb(66 32 6 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-zinc-800){--tw-bg-opacity:1;background-color:rgb(39 39 42 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-zinc-800\/40){background-color:rgb(39 39 42 / 0.4)}
:is([data-mode="dark"] .dark\:bg-zinc-900){--tw-bg-opacity:1;background-color:rgb(24 24 27 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-zink-200){--tw-bg-opacity:1;background-color:rgb(146 175 211 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-zink-300){--tw-bg-opacity:1;background-color:rgb(88 133 188 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-zink-400){--tw-bg-opacity:1;background-color:rgb(57 95 142 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-zink-400\/20){background-color:rgb(57 95 142 / 0.2)}
:is([data-mode="dark"] .dark\:bg-zink-500){--tw-bg-opacity:1;background-color:rgb(35 58 87 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-zink-500\/30){background-color:rgb(35 58 87 / 0.3)}
:is([data-mode="dark"] .dark\:bg-zink-500\/50){background-color:rgb(35 58 87 / 0.5)}
:is([data-mode="dark"] .dark\:bg-zink-500\/60){background-color:rgb(35 58 87 / 0.6)}
:is([data-mode="dark"] .dark\:bg-zink-500\/70){background-color:rgb(35 58 87 / 0.7)}
:is([data-mode="dark"] .dark\:bg-zink-600){--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-zink-600\/40){background-color:rgb(28 46 69 / 0.4)}
:is([data-mode="dark"] .dark\:bg-zink-600\/50){background-color:rgb(28 46 69 / 0.5)}
:is([data-mode="dark"] .dark\:bg-zink-700){--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-zink-700\/30){background-color:rgb(19 35 55 / 0.3)}
:is([data-mode="dark"] .dark\:bg-zink-700\/40){background-color:rgb(19 35 55 / 0.4)}
:is([data-mode="dark"] .dark\:bg-zink-800){--tw-bg-opacity:1;background-color:rgb(15 24 36 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:bg-zink-800\/70){background-color:rgb(15 24 36 / 0.7)}
:is([data-mode="dark"] .dark\:bg-auth-pattern-dark){background-image:url('/build/icons/auth-bg-dark.jpg')}
:is([data-mode="dark"] .dark\:bg-gradient-to-bl){background-image:linear-gradient(to bottom left, var(--tw-gradient-stops))}
:is([data-mode="dark"] .dark\:from-custom-950){--tw-gradient-from:#172554 var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
:is([data-mode="dark"] .dark\:from-gray-700\/50){--tw-gradient-from:rgb(55 65 81 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
:is([data-mode="dark"] .dark\:from-zinc-800){--tw-gradient-from:#27272a var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 39 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
:is([data-mode="dark"] .dark\:via-transparent){--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)}
:is([data-mode="dark"] .dark\:to-custom-500\/20){--tw-gradient-to:rgb(59 130 246 / 0.2) var(--tw-gradient-to-position)}
:is([data-mode="dark"] .dark\:to-custom-900){--tw-gradient-to:#1e3a8a var(--tw-gradient-to-position)}
:is([data-mode="dark"] .dark\:to-zinc-900){--tw-gradient-to:#18181b var(--tw-gradient-to-position)}
:is([data-mode="dark"] .dark\:fill-custom-500\/20){fill:rgb(59 130 246 / 0.2)}
:is([data-mode="dark"] .dark\:fill-custom-500\/30){fill:rgb(59 130 246 / 0.3)}
:is([data-mode="dark"] .dark\:fill-custom-600\/50){fill:rgb(37 99 235 / 0.5)}
:is([data-mode="dark"] .dark\:fill-custom-700){fill:#1d4ed8}
:is([data-mode="dark"] .dark\:fill-custom-700\/50){fill:rgb(29 78 216 / 0.5)}
:is([data-mode="dark"] .dark\:fill-custom-700\/75){fill:rgb(29 78 216 / 0.75)}
:is([data-mode="dark"] .dark\:fill-custom-800){fill:#1e40af}
:is([data-mode="dark"] .dark\:fill-custom-800\/50){fill:rgb(30 64 175 / 0.5)}
:is([data-mode="dark"] .dark\:fill-custom-800\/75){fill:rgb(30 64 175 / 0.75)}
:is([data-mode="dark"] .dark\:fill-custom-900){fill:#1e3a8a}
:is([data-mode="dark"] .dark\:fill-custom-900\/50){fill:rgb(30 58 138 / 0.5)}
:is([data-mode="dark"] .dark\:fill-custom-900\/75){fill:rgb(30 58 138 / 0.75)}
:is([data-mode="dark"] .dark\:fill-custom-950){fill:#172554}
:is([data-mode="dark"] .dark\:fill-custom-950\/50){fill:rgb(23 37 84 / 0.5)}
:is([data-mode="dark"] .dark\:fill-green-500\/20){fill:rgb(36 151 130 / 0.2)}
:is([data-mode="dark"] .dark\:fill-green-500\/30){fill:rgb(36 151 130 / 0.3)}
:is([data-mode="dark"] .dark\:fill-green-800){fill:#186355}
:is([data-mode="dark"] .dark\:fill-indigo-200){fill:#c7d2fe}
:is([data-mode="dark"] .dark\:fill-orange-500\/20){fill:rgb(249 115 22 / 0.2)}
:is([data-mode="dark"] .dark\:fill-orange-500\/30){fill:rgb(249 115 22 / 0.3)}
:is([data-mode="dark"] .dark\:fill-orange-900){fill:#7c2d12}
:is([data-mode="dark"] .dark\:fill-purple-500\/20){fill:rgb(168 85 247 / 0.2)}
:is([data-mode="dark"] .dark\:fill-purple-500\/30){fill:rgb(168 85 247 / 0.3)}
:is([data-mode="dark"] .dark\:fill-red-500\/20){fill:rgb(239 68 68 / 0.2)}
:is([data-mode="dark"] .dark\:fill-red-500\/30){fill:rgb(239 68 68 / 0.3)}
:is([data-mode="dark"] .dark\:fill-sky-500\/20){fill:rgb(14 165 233 / 0.2)}
:is([data-mode="dark"] .dark\:fill-sky-500\/30){fill:rgb(14 165 233 / 0.3)}
:is([data-mode="dark"] .dark\:fill-white){fill:#fff}
:is([data-mode="dark"] .dark\:fill-yellow-500\/20){fill:rgb(234 179 8 / 0.2)}
:is([data-mode="dark"] .dark\:fill-yellow-900){fill:#713f12}
:is([data-mode="dark"] .dark\:fill-zink-400){fill:#395F8E}
:is([data-mode="dark"] .dark\:fill-zink-500){fill:#233A57}
:is([data-mode="dark"] .dark\:fill-zink-600){fill:#1C2E45}
:is([data-mode="dark"] .dark\:text-blue-300){--tw-text-opacity:1;color:rgb(147 197 253 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-custom-200){--tw-text-opacity:1;color:rgb(191 219 254 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-custom-300){--tw-text-opacity:1;color:rgb(147 197 253 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-custom-400\/50){color:rgb(96 165 250 / 0.5)}
:is([data-mode="dark"] .dark\:text-custom-500){--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-gray-100){--tw-text-opacity:1;color:rgb(243 244 246 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-gray-200){--tw-text-opacity:1;color:rgb(229 231 235 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-gray-300){--tw-text-opacity:1;color:rgb(209 213 219 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-gray-400){--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-gray-500){--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-gray-600){--tw-text-opacity:1;color:rgb(75 85 99 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-gray-800){--tw-text-opacity:1;color:rgb(31 41 55 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-green-200){--tw-text-opacity:1;color:rgb(160 232 219 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-green-300){--tw-text-opacity:1;color:rgb(86 215 191 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-green-400){--tw-text-opacity:1;color:rgb(45 189 163 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-green-400\/50){color:rgb(45 189 163 / 0.5)}
:is([data-mode="dark"] .dark\:text-green-500){--tw-text-opacity:1;color:rgb(36 151 130 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-green-500\/20){color:rgb(36 151 130 / 0.2)}
:is([data-mode="dark"] .dark\:text-indigo-300){--tw-text-opacity:1;color:rgb(165 180 252 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-orange-200){--tw-text-opacity:1;color:rgb(254 215 170 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-orange-400\/50){color:rgb(251 146 60 / 0.5)}
:is([data-mode="dark"] .dark\:text-orange-500){--tw-text-opacity:1;color:rgb(249 115 22 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-orange-500\/20){color:rgb(249 115 22 / 0.2)}
:is([data-mode="dark"] .dark\:text-purple-200){--tw-text-opacity:1;color:rgb(233 213 255 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-purple-400\/50){color:rgb(192 132 252 / 0.5)}
:is([data-mode="dark"] .dark\:text-purple-500){--tw-text-opacity:1;color:rgb(168 85 247 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-purple-500\/20){color:rgb(168 85 247 / 0.2)}
:is([data-mode="dark"] .dark\:text-red-200){--tw-text-opacity:1;color:rgb(254 202 202 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-red-300){--tw-text-opacity:1;color:rgb(252 165 165 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-red-400){--tw-text-opacity:1;color:rgb(248 113 113 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-red-400\/50){color:rgb(248 113 113 / 0.5)}
:is([data-mode="dark"] .dark\:text-red-500){--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-sky-200){--tw-text-opacity:1;color:rgb(186 230 253 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-sky-400){--tw-text-opacity:1;color:rgb(56 189 248 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-sky-400\/50){color:rgb(56 189 248 / 0.5)}
:is([data-mode="dark"] .dark\:text-sky-500\/20){color:rgb(14 165 233 / 0.2)}
:is([data-mode="dark"] .dark\:text-slate-100){--tw-text-opacity:1;color:rgb(241 245 249 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-slate-200){--tw-text-opacity:1;color:rgb(226 232 240 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-slate-300){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-slate-400){--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-white){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-yellow-200){--tw-text-opacity:1;color:rgb(254 240 138 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-yellow-300){--tw-text-opacity:1;color:rgb(253 224 71 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-yellow-400\/50){color:rgb(250 204 21 / 0.5)}
:is([data-mode="dark"] .dark\:text-yellow-500){--tw-text-opacity:1;color:rgb(234 179 8 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-zinc-100){--tw-text-opacity:1;color:rgb(244 244 245 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-zinc-200){--tw-text-opacity:1;color:rgb(228 228 231 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-zinc-300){--tw-text-opacity:1;color:rgb(212 212 216 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-zinc-400){--tw-text-opacity:1;color:rgb(161 161 170 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-zinc-50){--tw-text-opacity:1;color:rgb(250 250 250 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-zinc-800\/60){color:rgb(39 39 42 / 0.6)}
:is([data-mode="dark"] .dark\:text-zink-100){--tw-text-opacity:1;color:rgb(200 215 233 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-zink-200){--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-zink-300){--tw-text-opacity:1;color:rgb(88 133 188 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-zink-50){--tw-text-opacity:1;color:rgb(226 234 243 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:text-zink-500){--tw-text-opacity:1;color:rgb(35 58 87 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:shadow-none){--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
:is([data-mode="dark"] .dark\:outline-zink-500){outline-color:#233A57}
:is([data-mode="dark"] .dark\:outline-zink-600){outline-color:#1C2E45}
:is([data-mode="dark"] .dark\:ring-custom-400\/20){--tw-ring-color:rgb(96 165 250 / 0.2)}
:is([data-mode="dark"] .dark\:ring-custom-900){--tw-ring-opacity:1;--tw-ring-color:rgb(30 58 138 / var(--tw-ring-opacity))}
:is([data-mode="dark"] .dark\:ring-green-400\/10){--tw-ring-color:rgb(45 189 163 / 0.1)}
:is([data-mode="dark"] .dark\:ring-green-400\/20){--tw-ring-color:rgb(45 189 163 / 0.2)}
:is([data-mode="dark"] .dark\:ring-orange-400\/10){--tw-ring-color:rgb(251 146 60 / 0.1)}
:is([data-mode="dark"] .dark\:ring-orange-400\/20){--tw-ring-color:rgb(251 146 60 / 0.2)}
:is([data-mode="dark"] .dark\:ring-purple-400\/10){--tw-ring-color:rgb(192 132 252 / 0.1)}
:is([data-mode="dark"] .dark\:ring-purple-400\/20){--tw-ring-color:rgb(192 132 252 / 0.2)}
:is([data-mode="dark"] .dark\:ring-red-400\/20){--tw-ring-color:rgb(248 113 113 / 0.2)}
:is([data-mode="dark"] .dark\:ring-sky-400\/20){--tw-ring-color:rgb(56 189 248 / 0.2)}
:is([data-mode="dark"] .dark\:ring-slate-400\/10){--tw-ring-color:rgb(148 163 184 / 0.1)}
:is([data-mode="dark"] .dark\:ring-slate-400\/20){--tw-ring-color:rgb(148 163 184 / 0.2)}
:is([data-mode="dark"] .dark\:ring-yellow-400\/10){--tw-ring-color:rgb(250 204 21 / 0.1)}
:is([data-mode="dark"] .dark\:ring-yellow-400\/20){--tw-ring-color:rgb(250 204 21 / 0.2)}
:is([data-mode="dark"] .dark\:ring-zink-400\/20){--tw-ring-color:rgb(57 95 142 / 0.2)}
:is([data-mode="dark"] .dark\:ring-zink-400\/50){--tw-ring-color:rgb(57 95 142 / 0.5)}
:is([data-mode="dark"] .dark\:ring-zink-500){--tw-ring-opacity:1;--tw-ring-color:rgb(35 58 87 / var(--tw-ring-opacity))}
:is([data-mode="dark"] .dark\:ring-offset-zink-700){--tw-ring-offset-color:#132337}
:is([data-mode="dark"] .dark\:placeholder\:text-zinc-400)::-moz-placeholder{--tw-text-opacity:1;color:rgb(161 161 170 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:placeholder\:text-zinc-400)::placeholder{--tw-text-opacity:1;color:rgb(161 161 170 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:placeholder\:text-zink-200)::-moz-placeholder{--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:placeholder\:text-zink-200)::placeholder{--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:placeholder\:text-zink-300)::-moz-placeholder{--tw-text-opacity:1;color:rgb(88 133 188 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:placeholder\:text-zink-300)::placeholder{--tw-text-opacity:1;color:rgb(88 133 188 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:before\:border-zinc-700)::before{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(63 63 70 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:before\:border-zink-500)::before{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:before\:border-t-zink-500)::before{content:var(--tw-content);--tw-border-opacity:1;border-top-color:rgb(35 58 87 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:before\:bg-sky-500\/20)::before{content:var(--tw-content);background-color:rgb(14 165 233 / 0.2)}
:is([data-mode="dark"] .dark\:before\:from-zink-700)::before{content:var(--tw-content);--tw-gradient-from:#132337 var(--tw-gradient-from-position);--tw-gradient-to:rgb(19 35 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
:is([data-mode="dark"] .dark\:before\:via-custom-500)::before{content:var(--tw-content);--tw-gradient-to:rgb(59 130 246 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #3b82f6 var(--tw-gradient-via-position), var(--tw-gradient-to)}
:is([data-mode="dark"] .dark\:before\:to-zink-700)::before{content:var(--tw-content);--tw-gradient-to:#132337 var(--tw-gradient-to-position)}
:is([data-mode="dark"] .dark\:before\:text-zink-200)::before{content:var(--tw-content);--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:after\:border-zink-500)::after{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:after\:bg-zink-700)::after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:after\:text-custom-500)::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:after\:text-green-500)::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(36 151 130 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:after\:text-orange-500)::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(249 115 22 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:after\:text-purple-500)::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(168 85 247 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:after\:text-red-500)::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:after\:text-sky-500)::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(14 165 233 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:after\:text-yellow-500)::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(234 179 8 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:after\:text-zink-200)::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:after\:text-zink-400)::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(57 95 142 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:odd\:bg-zink-600:nth-child(odd)){--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:odd\:bg-zink-700:nth-child(odd)){--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:even\:bg-zink-600:nth-child(even)){--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:even\:bg-zink-600\/50:nth-child(even)){background-color:rgb(28 46 69 / 0.5)}
:is([data-mode="dark"] .dark\:even\:bg-zink-700:nth-child(even)){--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-custom-400:checked){--tw-border-opacity:1;border-color:rgb(96 165 250 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-custom-500:checked){--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-custom-800:checked){--tw-border-opacity:1;border-color:rgb(30 64 175 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-custom-900:checked){--tw-border-opacity:1;border-color:rgb(30 58 138 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-green-400:checked){--tw-border-opacity:1;border-color:rgb(45 189 163 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-green-500:checked){--tw-border-opacity:1;border-color:rgb(36 151 130 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-green-800:checked){--tw-border-opacity:1;border-color:rgb(24 99 85 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-green-900:checked){--tw-border-opacity:1;border-color:rgb(17 70 60 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-orange-400:checked){--tw-border-opacity:1;border-color:rgb(251 146 60 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-orange-500:checked){--tw-border-opacity:1;border-color:rgb(249 115 22 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-orange-800:checked){--tw-border-opacity:1;border-color:rgb(154 52 18 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-orange-900:checked){--tw-border-opacity:1;border-color:rgb(124 45 18 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-purple-400:checked){--tw-border-opacity:1;border-color:rgb(192 132 252 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-purple-500:checked){--tw-border-opacity:1;border-color:rgb(168 85 247 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-purple-800:checked){--tw-border-opacity:1;border-color:rgb(107 33 168 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-purple-900:checked){--tw-border-opacity:1;border-color:rgb(88 28 135 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-red-400:checked){--tw-border-opacity:1;border-color:rgb(248 113 113 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-red-500:checked){--tw-border-opacity:1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-red-800:checked){--tw-border-opacity:1;border-color:rgb(153 27 27 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-red-900:checked){--tw-border-opacity:1;border-color:rgb(127 29 29 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-sky-400:checked){--tw-border-opacity:1;border-color:rgb(56 189 248 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-sky-500:checked){--tw-border-opacity:1;border-color:rgb(14 165 233 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-sky-800:checked){--tw-border-opacity:1;border-color:rgb(7 89 133 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-sky-900:checked){--tw-border-opacity:1;border-color:rgb(12 74 110 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-slate-400:checked){--tw-border-opacity:1;border-color:rgb(148 163 184 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-slate-700:checked){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-yellow-400:checked){--tw-border-opacity:1;border-color:rgb(250 204 21 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-yellow-500:checked){--tw-border-opacity:1;border-color:rgb(234 179 8 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-yellow-800:checked){--tw-border-opacity:1;border-color:rgb(133 77 14 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-yellow-900:checked){--tw-border-opacity:1;border-color:rgb(113 63 18 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-zink-200:checked){--tw-border-opacity:1;border-color:rgb(146 175 211 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-zink-400:checked){--tw-border-opacity:1;border-color:rgb(57 95 142 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-zink-500:checked){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:border-zink-700:checked){--tw-border-opacity:1;border-color:rgb(19 35 55 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:checked\:bg-custom-400:checked){--tw-bg-opacity:1;background-color:rgb(96 165 250 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:checked\:bg-custom-500:checked){--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:checked\:bg-green-400:checked){--tw-bg-opacity:1;background-color:rgb(45 189 163 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:checked\:bg-green-500:checked){--tw-bg-opacity:1;background-color:rgb(36 151 130 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:checked\:bg-orange-400:checked){--tw-bg-opacity:1;background-color:rgb(251 146 60 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:checked\:bg-orange-500:checked){--tw-bg-opacity:1;background-color:rgb(249 115 22 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:checked\:bg-purple-400:checked){--tw-bg-opacity:1;background-color:rgb(192 132 252 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:checked\:bg-purple-500:checked){--tw-bg-opacity:1;background-color:rgb(168 85 247 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:checked\:bg-red-400:checked){--tw-bg-opacity:1;background-color:rgb(248 113 113 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:checked\:bg-red-500:checked){--tw-bg-opacity:1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:checked\:bg-sky-400:checked){--tw-bg-opacity:1;background-color:rgb(56 189 248 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:checked\:bg-sky-500:checked){--tw-bg-opacity:1;background-color:rgb(14 165 233 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:checked\:bg-white:checked){--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:checked\:bg-yellow-400:checked){--tw-bg-opacity:1;background-color:rgb(250 204 21 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:checked\:bg-yellow-500:checked){--tw-bg-opacity:1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:checked\:bg-zink-200:checked){--tw-bg-opacity:1;background-color:rgb(146 175 211 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:checked\:bg-zink-300:checked){--tw-bg-opacity:1;background-color:rgb(88 133 188 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:checked\:bg-zink-400:checked){--tw-bg-opacity:1;background-color:rgb(57 95 142 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:checked\:bg-zink-500:checked){--tw-bg-opacity:1;background-color:rgb(35 58 87 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:checked\:after\:text-custom-500:checked)::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:checked\:after\:text-green-500:checked)::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(36 151 130 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:checked\:after\:text-orange-500:checked)::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(249 115 22 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:checked\:after\:text-purple-500:checked)::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(168 85 247 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:checked\:after\:text-red-500:checked)::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:checked\:after\:text-sky-500:checked)::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(14 165 233 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:checked\:after\:text-slate-400:checked)::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:checked\:after\:text-slate-700:checked)::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:checked\:after\:text-yellow-500:checked)::after{content:var(--tw-content);--tw-text-opacity:1;color:rgb(234 179 8 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:valid\:border-green-800:valid){--tw-border-opacity:1;border-color:rgb(24 99 85 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:invalid\:border-red-800:invalid){--tw-border-opacity:1;border-color:rgb(153 27 27 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:hover\:border-custom-500:hover){--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:hover\:border-gray-600:hover){--tw-border-opacity:1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:hover\:border-gray-700:hover){--tw-border-opacity:1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:hover\:border-green-500:hover){--tw-border-opacity:1;border-color:rgb(36 151 130 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:hover\:border-orange-500:hover){--tw-border-opacity:1;border-color:rgb(249 115 22 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:hover\:border-purple-500:hover){--tw-border-opacity:1;border-color:rgb(168 85 247 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:hover\:border-red-500:hover){--tw-border-opacity:1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:hover\:border-sky-500:hover){--tw-border-opacity:1;border-color:rgb(14 165 233 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:hover\:border-yellow-500:hover){--tw-border-opacity:1;border-color:rgb(234 179 8 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:hover\:border-zink-400:hover){--tw-border-opacity:1;border-color:rgb(57 95 142 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:hover\:border-zink-500:hover){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:hover\:bg-custom-400\/30:hover){background-color:rgb(96 165 250 / 0.3)}
:is([data-mode="dark"] .dark\:hover\:bg-custom-500:hover){--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:hover\:bg-custom-500\/10:hover){background-color:rgb(59 130 246 / 0.1)}
:is([data-mode="dark"] .dark\:hover\:bg-custom-500\/20:hover){background-color:rgb(59 130 246 / 0.2)}
:is([data-mode="dark"] .dark\:hover\:bg-custom-500\/30:hover){background-color:rgb(59 130 246 / 0.3)}
:is([data-mode="dark"] .dark\:hover\:bg-custom-800\/20:hover){background-color:rgb(30 64 175 / 0.2)}
:is([data-mode="dark"] .dark\:hover\:bg-gray-700:hover){--tw-bg-opacity:1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:hover\:bg-gray-800:hover){--tw-bg-opacity:1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:hover\:bg-gray-900:hover){--tw-bg-opacity:1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:hover\:bg-green-400\/30:hover){background-color:rgb(45 189 163 / 0.3)}
:is([data-mode="dark"] .dark\:hover\:bg-green-500:hover){--tw-bg-opacity:1;background-color:rgb(36 151 130 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:hover\:bg-green-500\/10:hover){background-color:rgb(36 151 130 / 0.1)}
:is([data-mode="dark"] .dark\:hover\:bg-green-500\/20:hover){background-color:rgb(36 151 130 / 0.2)}
:is([data-mode="dark"] .dark\:hover\:bg-green-800\/20:hover){background-color:rgb(24 99 85 / 0.2)}
:is([data-mode="dark"] .dark\:hover\:bg-orange-400\/30:hover){background-color:rgb(251 146 60 / 0.3)}
:is([data-mode="dark"] .dark\:hover\:bg-orange-500:hover){--tw-bg-opacity:1;background-color:rgb(249 115 22 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:hover\:bg-orange-500\/10:hover){background-color:rgb(249 115 22 / 0.1)}
:is([data-mode="dark"] .dark\:hover\:bg-orange-500\/20:hover){background-color:rgb(249 115 22 / 0.2)}
:is([data-mode="dark"] .dark\:hover\:bg-orange-800\/20:hover){background-color:rgb(154 52 18 / 0.2)}
:is([data-mode="dark"] .dark\:hover\:bg-pink-500\/30:hover){background-color:rgb(236 72 153 / 0.3)}
:is([data-mode="dark"] .dark\:hover\:bg-purple-400\/30:hover){background-color:rgb(192 132 252 / 0.3)}
:is([data-mode="dark"] .dark\:hover\:bg-purple-500:hover){--tw-bg-opacity:1;background-color:rgb(168 85 247 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:hover\:bg-purple-500\/10:hover){background-color:rgb(168 85 247 / 0.1)}
:is([data-mode="dark"] .dark\:hover\:bg-purple-800\/20:hover){background-color:rgb(107 33 168 / 0.2)}
:is([data-mode="dark"] .dark\:hover\:bg-red-400\/30:hover){background-color:rgb(248 113 113 / 0.3)}
:is([data-mode="dark"] .dark\:hover\:bg-red-500:hover){--tw-bg-opacity:1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:hover\:bg-red-500\/10:hover){background-color:rgb(239 68 68 / 0.1)}
:is([data-mode="dark"] .dark\:hover\:bg-red-500\/20:hover){background-color:rgb(239 68 68 / 0.2)}
:is([data-mode="dark"] .dark\:hover\:bg-red-500\/30:hover){background-color:rgb(239 68 68 / 0.3)}
:is([data-mode="dark"] .dark\:hover\:bg-red-600:hover){--tw-bg-opacity:1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:hover\:bg-red-800\/20:hover){background-color:rgb(153 27 27 / 0.2)}
:is([data-mode="dark"] .dark\:hover\:bg-sky-400\/30:hover){background-color:rgb(56 189 248 / 0.3)}
:is([data-mode="dark"] .dark\:hover\:bg-sky-500:hover){--tw-bg-opacity:1;background-color:rgb(14 165 233 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:hover\:bg-sky-500\/10:hover){background-color:rgb(14 165 233 / 0.1)}
:is([data-mode="dark"] .dark\:hover\:bg-sky-500\/30:hover){background-color:rgb(14 165 233 / 0.3)}
:is([data-mode="dark"] .dark\:hover\:bg-sky-600:hover){--tw-bg-opacity:1;background-color:rgb(2 132 199 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:hover\:bg-sky-800\/20:hover){background-color:rgb(7 89 133 / 0.2)}
:is([data-mode="dark"] .dark\:hover\:bg-slate-400\/30:hover){background-color:rgb(148 163 184 / 0.3)}
:is([data-mode="dark"] .dark\:hover\:bg-slate-500:hover){--tw-bg-opacity:1;background-color:rgb(100 116 139 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:hover\:bg-slate-500\/10:hover){background-color:rgb(100 116 139 / 0.1)}
:is([data-mode="dark"] .dark\:hover\:bg-white:hover){--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:hover\:bg-yellow-400\/30:hover){background-color:rgb(250 204 21 / 0.3)}
:is([data-mode="dark"] .dark\:hover\:bg-yellow-500:hover){--tw-bg-opacity:1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:hover\:bg-yellow-500\/10:hover){background-color:rgb(234 179 8 / 0.1)}
:is([data-mode="dark"] .dark\:hover\:bg-yellow-500\/20:hover){background-color:rgb(234 179 8 / 0.2)}
:is([data-mode="dark"] .dark\:hover\:bg-yellow-800\/20:hover){background-color:rgb(133 77 14 / 0.2)}
:is([data-mode="dark"] .dark\:hover\:bg-zink-400:hover){--tw-bg-opacity:1;background-color:rgb(57 95 142 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:hover\:bg-zink-500:hover){--tw-bg-opacity:1;background-color:rgb(35 58 87 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:hover\:bg-zink-600:hover){--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:hover\:text-custom-400:hover){--tw-text-opacity:1;color:rgb(96 165 250 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:hover\:text-custom-50:hover){--tw-text-opacity:1;color:rgb(239 246 255 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:hover\:text-custom-500:hover){--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:hover\:text-gray-100:hover){--tw-text-opacity:1;color:rgb(243 244 246 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:hover\:text-gray-200:hover){--tw-text-opacity:1;color:rgb(229 231 235 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:hover\:text-gray-300:hover){--tw-text-opacity:1;color:rgb(209 213 219 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:hover\:text-gray-400:hover){--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:hover\:text-green-50:hover){--tw-text-opacity:1;color:rgb(234 250 247 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:hover\:text-green-500:hover){--tw-text-opacity:1;color:rgb(36 151 130 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:hover\:text-orange-50:hover){--tw-text-opacity:1;color:rgb(255 247 237 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:hover\:text-orange-500:hover){--tw-text-opacity:1;color:rgb(249 115 22 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:hover\:text-purple-50:hover){--tw-text-opacity:1;color:rgb(250 245 255 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:hover\:text-purple-500:hover){--tw-text-opacity:1;color:rgb(168 85 247 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:hover\:text-red-50:hover){--tw-text-opacity:1;color:rgb(254 242 242 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:hover\:text-red-500:hover){--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:hover\:text-sky-50:hover){--tw-text-opacity:1;color:rgb(240 249 255 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:hover\:text-sky-500:hover){--tw-text-opacity:1;color:rgb(14 165 233 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:hover\:text-white:hover){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:hover\:text-yellow-50:hover){--tw-text-opacity:1;color:rgb(254 252 232 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:hover\:text-yellow-500:hover){--tw-text-opacity:1;color:rgb(234 179 8 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:hover\:text-zinc-50:hover){--tw-text-opacity:1;color:rgb(250 250 250 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:hover\:text-zink-100:hover){--tw-text-opacity:1;color:rgb(200 215 233 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:hover\:text-zink-200:hover){--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:hover\:text-zink-50:hover){--tw-text-opacity:1;color:rgb(226 234 243 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:even\:hover\:bg-zink-600:hover:nth-child(even)){--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:focus\:border-blue-700:focus){--tw-border-opacity:1;border-color:rgb(29 78 216 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:focus\:border-blue-800:focus){--tw-border-opacity:1;border-color:rgb(30 64 175 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:focus\:border-custom-500:focus){--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:focus\:border-custom-800:focus){--tw-border-opacity:1;border-color:rgb(30 64 175 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:focus\:border-gray-600:focus){--tw-border-opacity:1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:focus\:border-gray-700:focus){--tw-border-opacity:1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:focus\:border-green-500:focus){--tw-border-opacity:1;border-color:rgb(36 151 130 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:focus\:border-indigo-300:focus){--tw-border-opacity:1;border-color:rgb(165 180 252 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:focus\:border-indigo-600:focus){--tw-border-opacity:1;border-color:rgb(79 70 229 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:focus\:border-orange-500:focus){--tw-border-opacity:1;border-color:rgb(249 115 22 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:focus\:border-purple-500:focus){--tw-border-opacity:1;border-color:rgb(168 85 247 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:focus\:border-red-500:focus){--tw-border-opacity:1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:focus\:border-sky-500:focus){--tw-border-opacity:1;border-color:rgb(14 165 233 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:focus\:border-transparent:focus){border-color:transparent}
:is([data-mode="dark"] .dark\:focus\:border-yellow-500:focus){--tw-border-opacity:1;border-color:rgb(234 179 8 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:focus\:border-zink-500:focus){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:focus\:bg-custom-400\/10:focus){background-color:rgb(96 165 250 / 0.1)}
:is([data-mode="dark"] .dark\:focus\:bg-custom-500:focus){--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:focus\:bg-custom-500\/10:focus){background-color:rgb(59 130 246 / 0.1)}
:is([data-mode="dark"] .dark\:focus\:bg-custom-500\/20:focus){background-color:rgb(59 130 246 / 0.2)}
:is([data-mode="dark"] .dark\:focus\:bg-custom-800\/20:focus){background-color:rgb(30 64 175 / 0.2)}
:is([data-mode="dark"] .dark\:focus\:bg-gray-700:focus){--tw-bg-opacity:1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:focus\:bg-gray-800:focus){--tw-bg-opacity:1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:focus\:bg-gray-900:focus){--tw-bg-opacity:1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:focus\:bg-green-500:focus){--tw-bg-opacity:1;background-color:rgb(36 151 130 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:focus\:bg-green-500\/10:focus){background-color:rgb(36 151 130 / 0.1)}
:is([data-mode="dark"] .dark\:focus\:bg-green-500\/20:focus){background-color:rgb(36 151 130 / 0.2)}
:is([data-mode="dark"] .dark\:focus\:bg-green-800\/20:focus){background-color:rgb(24 99 85 / 0.2)}
:is([data-mode="dark"] .dark\:focus\:bg-indigo-900:focus){--tw-bg-opacity:1;background-color:rgb(49 46 129 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:focus\:bg-orange-500:focus){--tw-bg-opacity:1;background-color:rgb(249 115 22 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:focus\:bg-orange-500\/10:focus){background-color:rgb(249 115 22 / 0.1)}
:is([data-mode="dark"] .dark\:focus\:bg-orange-500\/20:focus){background-color:rgb(249 115 22 / 0.2)}
:is([data-mode="dark"] .dark\:focus\:bg-orange-800\/20:focus){background-color:rgb(154 52 18 / 0.2)}
:is([data-mode="dark"] .dark\:focus\:bg-purple-500:focus){--tw-bg-opacity:1;background-color:rgb(168 85 247 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:focus\:bg-purple-500\/10:focus){background-color:rgb(168 85 247 / 0.1)}
:is([data-mode="dark"] .dark\:focus\:bg-purple-800\/20:focus){background-color:rgb(107 33 168 / 0.2)}
:is([data-mode="dark"] .dark\:focus\:bg-red-500:focus){--tw-bg-opacity:1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:focus\:bg-red-500\/10:focus){background-color:rgb(239 68 68 / 0.1)}
:is([data-mode="dark"] .dark\:focus\:bg-red-500\/20:focus){background-color:rgb(239 68 68 / 0.2)}
:is([data-mode="dark"] .dark\:focus\:bg-red-800\/20:focus){background-color:rgb(153 27 27 / 0.2)}
:is([data-mode="dark"] .dark\:focus\:bg-sky-500:focus){--tw-bg-opacity:1;background-color:rgb(14 165 233 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:focus\:bg-sky-500\/10:focus){background-color:rgb(14 165 233 / 0.1)}
:is([data-mode="dark"] .dark\:focus\:bg-sky-800\/20:focus){background-color:rgb(7 89 133 / 0.2)}
:is([data-mode="dark"] .dark\:focus\:bg-slate-500:focus){--tw-bg-opacity:1;background-color:rgb(100 116 139 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:focus\:bg-slate-500\/10:focus){background-color:rgb(100 116 139 / 0.1)}
:is([data-mode="dark"] .dark\:focus\:bg-white:focus){--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:focus\:bg-yellow-500:focus){--tw-bg-opacity:1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:focus\:bg-yellow-500\/10:focus){background-color:rgb(234 179 8 / 0.1)}
:is([data-mode="dark"] .dark\:focus\:bg-yellow-500\/20:focus){background-color:rgb(234 179 8 / 0.2)}
:is([data-mode="dark"] .dark\:focus\:bg-yellow-800\/20:focus){background-color:rgb(133 77 14 / 0.2)}
:is([data-mode="dark"] .dark\:focus\:bg-zink-500:focus){--tw-bg-opacity:1;background-color:rgb(35 58 87 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:focus\:bg-zink-600:focus){--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:focus\:text-custom-50:focus){--tw-text-opacity:1;color:rgb(239 246 255 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:focus\:text-custom-500:focus){--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:focus\:text-gray-200:focus){--tw-text-opacity:1;color:rgb(229 231 235 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:focus\:text-gray-300:focus){--tw-text-opacity:1;color:rgb(209 213 219 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:focus\:text-gray-400:focus){--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:focus\:text-green-50:focus){--tw-text-opacity:1;color:rgb(234 250 247 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:focus\:text-green-500:focus){--tw-text-opacity:1;color:rgb(36 151 130 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:focus\:text-indigo-200:focus){--tw-text-opacity:1;color:rgb(199 210 254 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:focus\:text-orange-50:focus){--tw-text-opacity:1;color:rgb(255 247 237 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:focus\:text-orange-500:focus){--tw-text-opacity:1;color:rgb(249 115 22 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:focus\:text-purple-50:focus){--tw-text-opacity:1;color:rgb(250 245 255 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:focus\:text-red-50:focus){--tw-text-opacity:1;color:rgb(254 242 242 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:focus\:text-red-500:focus){--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:focus\:text-sky-50:focus){--tw-text-opacity:1;color:rgb(240 249 255 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:focus\:text-white:focus){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:focus\:text-yellow-50:focus){--tw-text-opacity:1;color:rgb(254 252 232 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:focus\:text-yellow-500:focus){--tw-text-opacity:1;color:rgb(234 179 8 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:focus\:text-zink-100:focus){--tw-text-opacity:1;color:rgb(200 215 233 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:focus\:text-zink-200:focus){--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:focus\:text-zink-50:focus){--tw-text-opacity:1;color:rgb(226 234 243 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:focus\:ring-custom-400\/20:focus){--tw-ring-color:rgb(96 165 250 / 0.2)}
:is([data-mode="dark"] .dark\:focus\:ring-indigo-600:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(79 70 229 / var(--tw-ring-opacity))}
:is([data-mode="dark"] .dark\:focus\:ring-zink-500:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(35 58 87 / var(--tw-ring-opacity))}
:is([data-mode="dark"] .dark\:focus\:ring-opacity-40:focus){--tw-ring-opacity:0.4}
:is([data-mode="dark"] .dark\:focus\:ring-offset-gray-800:focus){--tw-ring-offset-color:#1f2937}
:is([data-mode="dark"] .dark\:active\:border-zink-400:active){--tw-border-opacity:1;border-color:rgb(57 95 142 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:active\:bg-custom-500:active){--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:active\:bg-custom-500\/10:active){background-color:rgb(59 130 246 / 0.1)}
:is([data-mode="dark"] .dark\:active\:bg-custom-800\/20:active){background-color:rgb(30 64 175 / 0.2)}
:is([data-mode="dark"] .dark\:active\:bg-gray-300:active){--tw-bg-opacity:1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:active\:bg-gray-700:active){--tw-bg-opacity:1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:active\:bg-green-500:active){--tw-bg-opacity:1;background-color:rgb(36 151 130 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:active\:bg-green-500\/10:active){background-color:rgb(36 151 130 / 0.1)}
:is([data-mode="dark"] .dark\:active\:bg-green-800\/20:active){background-color:rgb(24 99 85 / 0.2)}
:is([data-mode="dark"] .dark\:active\:bg-orange-500:active){--tw-bg-opacity:1;background-color:rgb(249 115 22 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:active\:bg-orange-500\/10:active){background-color:rgb(249 115 22 / 0.1)}
:is([data-mode="dark"] .dark\:active\:bg-orange-800\/20:active){background-color:rgb(154 52 18 / 0.2)}
:is([data-mode="dark"] .dark\:active\:bg-purple-500:active){--tw-bg-opacity:1;background-color:rgb(168 85 247 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:active\:bg-purple-500\/10:active){background-color:rgb(168 85 247 / 0.1)}
:is([data-mode="dark"] .dark\:active\:bg-purple-800\/20:active){background-color:rgb(107 33 168 / 0.2)}
:is([data-mode="dark"] .dark\:active\:bg-red-500:active){--tw-bg-opacity:1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:active\:bg-red-500\/10:active){background-color:rgb(239 68 68 / 0.1)}
:is([data-mode="dark"] .dark\:active\:bg-red-800\/20:active){background-color:rgb(153 27 27 / 0.2)}
:is([data-mode="dark"] .dark\:active\:bg-sky-500:active){--tw-bg-opacity:1;background-color:rgb(14 165 233 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:active\:bg-sky-500\/10:active){background-color:rgb(14 165 233 / 0.1)}
:is([data-mode="dark"] .dark\:active\:bg-sky-800\/20:active){background-color:rgb(7 89 133 / 0.2)}
:is([data-mode="dark"] .dark\:active\:bg-slate-500:active){--tw-bg-opacity:1;background-color:rgb(100 116 139 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:active\:bg-slate-500\/10:active){background-color:rgb(100 116 139 / 0.1)}
:is([data-mode="dark"] .dark\:active\:bg-yellow-500:active){--tw-bg-opacity:1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:active\:bg-yellow-500\/10:active){background-color:rgb(234 179 8 / 0.1)}
:is([data-mode="dark"] .dark\:active\:bg-yellow-800\/20:active){background-color:rgb(133 77 14 / 0.2)}
:is([data-mode="dark"] .dark\:active\:bg-zink-600:active){--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:active\:text-custom-500:active){--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:active\:text-gray-300:active){--tw-text-opacity:1;color:rgb(209 213 219 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:active\:text-red-500:active){--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:active\:text-white:active){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:active\:text-zink-100:active){--tw-text-opacity:1;color:rgb(200 215 233 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:active\:text-zink-50:active){--tw-text-opacity:1;color:rgb(226 234 243 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:disabled\:border-transparent:disabled){border-color:transparent}
:is([data-mode="dark"] .dark\:disabled\:border-zink-500:disabled){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:disabled\:bg-zink-600:disabled){--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:disabled\:text-zink-200:disabled){--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
:is([data-mode="dark"] .group\/item:hover .dark\:group-hover\/item\:fill-custom-500\/20){fill:rgb(59 130 246 / 0.2)}
:is([data-mode="dark"] .group\/item:hover .dark\:group-hover\/item\:fill-red-500\/20){fill:rgb(239 68 68 / 0.2)}
:is([data-mode="dark"] .group\/item:hover .dark\:group-hover\/item\:fill-yellow-500\/20){fill:rgb(234 179 8 / 0.2)}
:is([data-mode="dark"] .group\/item:hover .dark\:group-hover\/item\:text-custom-500){--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
:is([data-mode="dark"] .group\/item:hover .dark\:group-hover\/item\:text-red-500){--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity))}
:is([data-mode="dark"] .group\/item:hover .dark\:group-hover\/item\:text-yellow-500){--tw-text-opacity:1;color:rgb(234 179 8 / var(--tw-text-opacity))}
:is([data-mode="dark"] .group\/items:hover .dark\:group-hover\/items\:text-custom-500){--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
:is([data-mode="dark"] .group.active .dark\:group-\[\.active\]\:border-zink-500){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
:is([data-mode="dark"] .group.bordered .dark\:group-\[\.bordered\]\:border-zink-500){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
.group.bordered :is([data-mode="dark"] .group-\[\.bordered\]\:dark\:border-zink-500){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
:is([data-mode="dark"] .group.active .dark\:group-\[\.active\]\:border-b-custom-500){--tw-border-opacity:1;border-bottom-color:rgb(59 130 246 / var(--tw-border-opacity))}
:is([data-mode="dark"] .group.active .dark\:group-\[\.active\]\:border-b-zink-700){--tw-border-opacity:1;border-bottom-color:rgb(19 35 55 / var(--tw-border-opacity))}
:is([data-mode="dark"] .group.active .dark\:group-\[\.active\]\:border-t-red-500){--tw-border-opacity:1;border-top-color:rgb(239 68 68 / var(--tw-border-opacity))}
:is([data-mode="dark"] .group.active .dark\:group-\[\.active\]\:bg-custom-500){--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .group.gridView .dark\:group-\[\.gridView\]\:bg-zink-600){--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .group\/item.offline .dark\:group-\[\.offline\]\/item\:bg-zink-500){--tw-bg-opacity:1;background-color:rgb(35 58 87 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .group\/item.active .dark\:group-\[\.active\]\/item\:fill-custom-500){fill:#3b82f6}
:is([data-mode="dark"] .group\/item.active .dark\:group-\[\.active\]\/item\:fill-custom-500\/20){fill:rgb(59 130 246 / 0.2)}
:is([data-mode="dark"] .group\/item.active .dark\:group-\[\.active\]\/item\:fill-red-500\/20){fill:rgb(239 68 68 / 0.2)}
:is([data-mode="dark"] .group\/item.active .dark\:group-\[\.active\]\/item\:fill-yellow-500\/20){fill:rgb(234 179 8 / 0.2)}
:is([data-mode="dark"] .group\/item.active .dark\:group-\[\.active\]\/item\:text-custom-500){--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
:is([data-mode="dark"] .group\/item.active .dark\:group-\[\.active\]\/item\:text-red-500){--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity))}
:is([data-mode="dark"] .group\/item.active .dark\:group-\[\.active\]\/item\:text-yellow-500){--tw-text-opacity:1;color:rgb(234 179 8 / var(--tw-text-opacity))}
:is([data-mode="dark"] .group.active .dark\:group-\[\.active\]\:text-custom-500){--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
:is([data-mode="dark"] .group.active .dark\:group-\[\.active\]\:text-white){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
:is([data-mode="dark"] .group\/mail.unread .dark\:group-\[\.unread\]\/mail\:text-zink-50){--tw-text-opacity:1;color:rgb(226 234 243 / var(--tw-text-opacity))}
:is([data-mode="dark"] .group.active .dark\:group-\[\.active\]\:outline-custom-700){outline-color:#1d4ed8}
.group.stripe :is([data-mode="dark"] .group-\[\.stripe\]\:dark\:even\:bg-zink-600:nth-child(even)){--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .group.hover .dark\:group-\[\.hover\]\:hover\:bg-zink-600:hover){--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .group.active .dark\:group-\[\.active\]\:hover\:text-custom-500:hover){--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
:is([data-mode="dark"] .group.active .dark\:group-\[\.active\]\:hover\:text-white:hover){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
:is([data-mode="dark"] .peer\/business:checked ~ .dark\:peer-checked\/business\:border-custom-500){--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:border-custom-800){--tw-border-opacity:1;border-color:rgb(30 64 175 / var(--tw-border-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:border-custom-900){--tw-border-opacity:1;border-color:rgb(30 58 138 / var(--tw-border-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:border-green-800){--tw-border-opacity:1;border-color:rgb(24 99 85 / var(--tw-border-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:border-green-900){--tw-border-opacity:1;border-color:rgb(17 70 60 / var(--tw-border-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:border-orange-800){--tw-border-opacity:1;border-color:rgb(154 52 18 / var(--tw-border-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:border-orange-900){--tw-border-opacity:1;border-color:rgb(124 45 18 / var(--tw-border-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:border-purple-800){--tw-border-opacity:1;border-color:rgb(107 33 168 / var(--tw-border-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:border-purple-900){--tw-border-opacity:1;border-color:rgb(88 28 135 / var(--tw-border-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:border-red-800){--tw-border-opacity:1;border-color:rgb(153 27 27 / var(--tw-border-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:border-red-900){--tw-border-opacity:1;border-color:rgb(127 29 29 / var(--tw-border-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:border-sky-800){--tw-border-opacity:1;border-color:rgb(7 89 133 / var(--tw-border-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:border-sky-900){--tw-border-opacity:1;border-color:rgb(12 74 110 / var(--tw-border-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:border-slate-300){--tw-border-opacity:1;border-color:rgb(203 213 225 / var(--tw-border-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:border-slate-500){--tw-border-opacity:1;border-color:rgb(100 116 139 / var(--tw-border-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:border-yellow-800){--tw-border-opacity:1;border-color:rgb(133 77 14 / var(--tw-border-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:border-yellow-900){--tw-border-opacity:1;border-color:rgb(113 63 18 / var(--tw-border-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:border-zink-200){--tw-border-opacity:1;border-color:rgb(146 175 211 / var(--tw-border-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:border-zink-500){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
:is([data-mode="dark"] .peer:checked ~ .dark\:peer-checked\:border-custom-700){--tw-border-opacity:1;border-color:rgb(29 78 216 / var(--tw-border-opacity))}
:is([data-mode="dark"] .peer:checked ~ .dark\:peer-checked\:border-purple-700){--tw-border-opacity:1;border-color:rgb(126 34 206 / var(--tw-border-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:bg-custom-900){--tw-bg-opacity:1;background-color:rgb(30 58 138 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:bg-green-900){--tw-bg-opacity:1;background-color:rgb(17 70 60 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:bg-orange-900){--tw-bg-opacity:1;background-color:rgb(124 45 18 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:bg-purple-900){--tw-bg-opacity:1;background-color:rgb(88 28 135 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:bg-red-900){--tw-bg-opacity:1;background-color:rgb(127 29 29 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:bg-sky-900){--tw-bg-opacity:1;background-color:rgb(12 74 110 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:bg-yellow-900){--tw-bg-opacity:1;background-color:rgb(113 63 18 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:bg-zink-200){--tw-bg-opacity:1;background-color:rgb(146 175 211 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:bg-zink-500){--tw-bg-opacity:1;background-color:rgb(35 58 87 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .peer\/published:checked ~ .dark\:peer-checked\/published\:bg-zink-700){--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .peer:checked ~ .dark\:peer-checked\:bg-custom-500\/20){background-color:rgb(59 130 246 / 0.2)}
:is([data-mode="dark"] .peer\/business:checked ~ .dark\:peer-checked\/business\:text-custom-500){--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
:is([data-mode="dark"] .peer:disabled ~ .dark\:peer-disabled\:border-slate-800){--tw-border-opacity:1;border-color:rgb(30 41 59 / var(--tw-border-opacity))}
:is([data-mode="dark"] .peer:disabled ~ .dark\:peer-disabled\:bg-slate-500\/15){background-color:rgb(100 116 139 / 0.15)}
:is([data-mode="dark"] .peer:disabled ~ .dark\:peer-disabled\:bg-slate-500\/20){background-color:rgb(100 116 139 / 0.2)}
:is([data-mode="dark"] .peer:disabled ~ .dark\:peer-disabled\:text-zink-200){--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
.group[data-layout=horizontal] :is([data-mode="dark"] .group-data-\[layout\=horizontal\]\:dark\:border-zink-500){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
.group[data-sidebar=dark] :is([data-mode="dark"] .group-data-\[sidebar\=dark\]\:dark\:border-zink-600){--tw-border-opacity:1;border-color:rgb(28 46 69 / var(--tw-border-opacity))}
.group[data-skin=bordered] :is([data-mode="dark"] .group-data-\[skin\=bordered\]\:dark\:border-zink-500){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
.group[data-topbar=dark] :is([data-mode="dark"] .group-data-\[topbar\=dark\]\:dark\:border-zink-500){--tw-border-opacity:1;border-color:rgb(35 58 87 / var(--tw-border-opacity))}
.group[data-topbar=dark] :is([data-mode="dark"] .group-data-\[topbar\=dark\]\:dark\:border-zink-700){--tw-border-opacity:1;border-color:rgb(19 35 55 / var(--tw-border-opacity))}
.group[data-layout=horizontal] :is([data-mode="dark"] .group-data-\[layout\=horizontal\]\:dark\:bg-zink-700){--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
.group[data-sidebar-size=sm][data-sidebar=dark] :is([data-mode="dark"] .group-data-\[sidebar-size\=sm\]\:group-data-\[sidebar\=dark\]\:dark\:bg-zink-700){--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
.group[data-sidebar=dark] :is([data-mode="dark"] .group-data-\[sidebar\=dark\]\:dark\:bg-zink-700){--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
.group[data-skin=bordered] :is([data-mode="dark"] .group-data-\[skin\=bordered\]\:dark\:bg-zink-700){--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
.group[data-topbar=dark] :is([data-mode="dark"] .group-data-\[topbar\=dark\]\:dark\:bg-zink-700){--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
.group[data-layout=horizontal] :is([data-mode="dark"] .group-data-\[layout\=horizontal\]\:dark\:fill-zink-600){fill:#1C2E45}
.group[data-sidebar=dark] :is([data-mode="dark"] .group-data-\[sidebar\=dark\]\:dark\:fill-zink-600){fill:#1C2E45}
.group[data-topbar=dark] :is([data-mode="dark"] .group-data-\[topbar\=dark\]\:dark\:fill-zink-600){fill:#1C2E45}
.group[data-layout=horizontal] :is([data-mode="dark"] .group-data-\[layout\=horizontal\]\:dark\:text-zink-200){--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
.group[data-sidebar=dark] :is([data-mode="dark"] .group-data-\[sidebar\=dark\]\:dark\:text-zink-200){--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
.group[data-topbar=dark] :is([data-mode="dark"] .group-data-\[topbar\=dark\]\:dark\:text-zink-100){--tw-text-opacity:1;color:rgb(200 215 233 / var(--tw-text-opacity))}
.group[data-topbar=dark] :is([data-mode="dark"] .group-data-\[topbar\=dark\]\:dark\:text-zink-200){--tw-text-opacity:1;color:rgb(146 175 211 / var(--tw-text-opacity))}
.group[data-layout=horizontal] :is([data-mode="dark"] .group-data-\[layout\=horizontal\]\:dark\:shadow-zink-500\/10){--tw-shadow-color:rgb(35 58 87 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.group[data-sidebar=dark] :is([data-mode="dark"] .group-data-\[sidebar\=dark\]\:dark\:hover\:bg-zink-600:hover){--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity))}
.group[data-topbar=dark] :is([data-mode="dark"] .group-data-\[topbar\=dark\]\:dark\:hover\:bg-zink-600:hover){--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity))}
.group[data-layout=horizontal] :is([data-mode="dark"] .group-data-\[layout\=horizontal\]\:dark\:hover\:text-custom-500:hover){--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.group[data-sidebar=dark] :is([data-mode="dark"] .group-data-\[sidebar\=dark\]\:dark\:hover\:text-custom-500:hover){--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.group[data-topbar=dark] :is([data-mode="dark"] .group-data-\[topbar\=dark\]\:dark\:hover\:text-zink-50:hover){--tw-text-opacity:1;color:rgb(226 234 243 / var(--tw-text-opacity))}
.group[data-sidebar=dark] :is([data-mode="dark"] .group-data-\[sidebar\=dark\]\:dark\:hover\:before\:bg-custom-500:hover)::before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
.group[data-layout=horizontal] :is([data-mode="dark"] .group\/menu-link:hover .group-data-\[layout\=horizontal\]\:dark\:group-hover\/menu-link\:fill-custom-500\/20){fill:rgb(59 130 246 / 0.2)}
.group[data-sidebar=dark] .group\/menu-link:hover :is([data-mode="dark"] .group-data-\[sidebar\=dark\]\:group-hover\/menu-link\:dark\:fill-custom-500\/20){fill:rgb(59 130 246 / 0.2)}
.group[data-layout=horizontal] :is([data-mode="dark"] .group\/topbar.is-sticky .group-data-\[layout\=horizontal\]\:dark\:group-\[\.is-sticky\]\/topbar\:shadow-none){--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.group[data-topbar=dark] .group\/topbar.is-sticky :is([data-mode="dark"] .group-data-\[topbar\=dark\]\:group-\[\.is-sticky\]\/topbar\:dark\:shadow-md){--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.group[data-topbar=dark] .group\/topbar.is-sticky :is([data-mode="dark"] .group-data-\[topbar\=dark\]\:group-\[\.is-sticky\]\/topbar\:dark\:shadow-zink-500){--tw-shadow-color:#233A57;--tw-shadow:var(--tw-shadow-colored)}
@media (min-width: 640px){
.sm\:col-span-4{grid-column:span 4 / span 4}
.sm\:-my-px{margin-top:-1px;margin-bottom:-1px}
.sm\:mx-0{margin-left:0px;margin-right:0px}
.sm\:mx-auto{margin-left:auto;margin-right:auto}
.sm\:-me-2{margin-inline-end:-0.5rem}
.sm\:ms-10{margin-inline-start:2.5rem}
.sm\:ms-3{margin-inline-start:0.75rem}
.sm\:ms-4{margin-inline-start:1rem}
.sm\:ms-6{margin-inline-start:1.5rem}
.sm\:mt-0{margin-top:0px}
.sm\:mt-auto{margin-top:auto}
.sm\:block{display:block}
.sm\:flex{display:flex}
.sm\:hidden{display:none}
.sm\:h-10{height:2.5rem}
.sm\:w-10{width:2.5rem}
.sm\:w-full{width:100%}
.sm\:max-w-2xl{max-width:42rem}
.sm\:max-w-lg{max-width:32rem}
.sm\:max-w-md{max-width:28rem}
.sm\:max-w-sm{max-width:24rem}
.sm\:max-w-xl{max-width:36rem}
.sm\:flex-1{flex:1 1 0%}
.sm\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.sm\:scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.sm\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.sm\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}
.sm\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}
.sm\:flex-row{flex-direction:row}
.sm\:items-start{align-items:flex-start}
.sm\:items-center{align-items:center}
.sm\:justify-start{justify-content:flex-start}
.sm\:justify-center{justify-content:center}
.sm\:justify-between{justify-content:space-between}
.sm\:divide-x > :not([hidden]) ~ :not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}
.sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(0px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px * var(--tw-divide-y-reverse))}
.sm\:rounded-lg{border-radius:0.5rem}
.sm\:rounded-md{border-radius:0.375rem}
.sm\:rounded-bl-md{border-bottom-left-radius:0.375rem}
.sm\:rounded-br-md{border-bottom-right-radius:0.375rem}
.sm\:rounded-tl-md{border-top-left-radius:0.375rem}
.sm\:rounded-tr-md{border-top-right-radius:0.375rem}
.sm\:rounded-tr-none{border-top-right-radius:0px}
.sm\:p-6{padding:1.5rem}
.sm\:px-0{padding-left:0px;padding-right:0px}
.sm\:px-3{padding-left:0.75rem;padding-right:0.75rem}
.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
.sm\:py-0{padding-top:0px;padding-bottom:0px}
.sm\:pb-4{padding-bottom:1rem}
.sm\:pt-0{padding-top:0px}
.sm\:text-start{text-align:start}}
@media (min-width: 768px){
.md\:relative{position:relative}
.md\:top-auto{top:auto}
.md\:z-0{z-index:0}
.md\:order-1{order:1}
.md\:order-10{order:10}
.md\:order-11{order:11}
.md\:order-12{order:12}
.md\:order-2{order:2}
.md\:order-3{order:3}
.md\:order-4{order:4}
.md\:order-5{order:5}
.md\:order-6{order:6}
.md\:order-7{order:7}
.md\:order-8{order:8}
.md\:order-9{order:9}
.md\:col-span-1{grid-column:span 1 / span 1}
.md\:col-span-12{grid-column:span 12 / span 12}
.md\:col-span-2{grid-column:span 2 / span 2}
.md\:col-span-3{grid-column:span 3 / span 3}
.md\:col-span-4{grid-column:span 4 / span 4}
.md\:col-span-6{grid-column:span 6 / span 6}
.md\:col-span-8{grid-column:span 8 / span 8}
.md\:col-span-9{grid-column:span 9 / span 9}
.md\:col-start-10{grid-column-start:10}
.md\:row-span-2{grid-row:span 2 / span 2}
.md\:mx-auto{margin-left:auto;margin-right:auto}
.md\:-mt-36{margin-top:-9rem}
.md\:mb-0{margin-bottom:0px}
.md\:mb-3{margin-bottom:0.75rem}
.md\:mt-0{margin-top:0px}
.md\:mt-4{margin-top:1rem}
.md\:mt-5{margin-top:1.25rem}
.md\:block{display:block}
.md\:inline-block{display:inline-block}
.md\:flex{display:flex}
.md\:grid{display:grid}
.md\:hidden{display:none}
.md\:h-80{height:20rem}
.md\:w-36{width:9rem}
.md\:w-80{width:20rem}
.md\:w-96{width:24rem}
.md\:w-\[20rem\]{width:20rem}
.md\:w-\[25rem\]{width:25rem}
.md\:w-\[30rem\]{width:30rem}
.md\:w-\[32rem\]{width:32rem}
.md\:w-\[40rem\]{width:40rem}
.md\:max-w-\[32rem\]{max-width:32rem}
.md\:max-w-lg{max-width:32rem}
.md\:max-w-md{max-width:28rem}
.md\:grid-cols-12{grid-template-columns:repeat(12, minmax(0, 1fr))}
.md\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}
.md\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}
.md\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}
.md\:flex-row{flex-direction:row}
.md\:items-center{align-items:center}
.md\:justify-end{justify-content:flex-end}
.md\:gap-6{gap:1.5rem}
.md\:divide-x > :not([hidden]) ~ :not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}
.md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(0px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px * var(--tw-divide-y-reverse))}
.md\:rounded-none{border-radius:0px}
.md\:bg-transparent{background-color:transparent}
.md\:p-5{padding:1.25rem}
.md\:p-8{padding:2rem}
.md\:px-3{padding-left:0.75rem;padding-right:0.75rem}
.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}
.md\:py-0{padding-top:0px;padding-bottom:0px}
.md\:py-0\.5{padding-top:0.125rem;padding-bottom:0.125rem}
.md\:text-5xl{font-size:3rem;line-height:1}
.md\:shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.md\:first\:pt-5:first-child{padding-top:1.25rem}
.md\:last\:pb-5:last-child{padding-bottom:1.25rem}
.group.gridView .md\:group-\[\.gridView\]\:flex{display:flex}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:md\:absolute{position:absolute}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:md\:flex{display:flex}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:md\:hidden{display:none}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:md\:h-auto{height:auto}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:md\:w-44{width:11rem}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:md\:flex-row{flex-direction:row}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:md\:overflow-visible{overflow:visible}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:md\:\!px-5{padding-left:1.25rem !important;padding-right:1.25rem !important}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:md\:pt-\[calc\(theme\(\'spacing\.header\'\)_\*_1\.6\)\]{padding-top:calc(4.375rem * 1.6)}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:md\:shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:md\:shadow-slate-500\/10{--tw-shadow-color:rgb(100 116 139 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:md\:before\:hidden::before{content:var(--tw-content);display:none}
:is([data-mode="dark"] .dark\:md\:bg-transparent){background-color:transparent}
.group[data-layout=horizontal] :is([data-mode="dark"] .group-data-\[layout\=horizontal\]\:dark\:md\:shadow-zink-600\/20){--tw-shadow-color:rgb(28 46 69 / 0.2);--tw-shadow:var(--tw-shadow-colored)}}
@media (min-width: 1024px){
.lg\:col-span-10{grid-column:span 10 / span 10}
.lg\:col-span-12{grid-column:span 12 / span 12}
.lg\:col-span-2{grid-column:span 2 / span 2}
.lg\:col-span-3{grid-column:span 3 / span 3}
.lg\:col-span-4{grid-column:span 4 / span 4}
.lg\:col-span-5{grid-column:span 5 / span 5}
.lg\:col-span-6{grid-column:span 6 / span 6}
.lg\:col-span-7{grid-column:span 7 / span 7}
.lg\:col-span-8{grid-column:span 8 / span 8}
.lg\:col-span-9{grid-column:span 9 / span 9}
.lg\:col-start-10{grid-column-start:10}
.lg\:col-start-11{grid-column-start:11}
.lg\:col-start-8{grid-column-start:8}
.lg\:col-end-13{grid-column-end:13}
.lg\:row-span-2{grid-row:span 2 / span 2}
.lg\:mx-auto{margin-left:auto;margin-right:auto}
.lg\:block{display:block}
.lg\:hidden{display:none}
.lg\:w-2\/3{width:66.666667%}
.lg\:w-\[20rem\]{width:20rem}
.lg\:w-\[25rem\]{width:25rem}
.lg\:w-\[40rem\]{width:40rem}
.lg\:w-\[500px\]{width:500px}
.lg\:w-\[55rem\]{width:55rem}
.lg\:min-w-\[26rem\]{min-width:26rem}
.lg\:grid-cols-12{grid-template-columns:repeat(12, minmax(0, 1fr))}
.lg\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}
.lg\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}
.lg\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}
.lg\:grid-cols-5{grid-template-columns:repeat(5, minmax(0, 1fr))}
.lg\:flex-col{flex-direction:column}
.lg\:justify-end{justify-content:flex-end}
.lg\:gap-8{gap:2rem}
.lg\:place-self-end{place-self:end}
.lg\:p-8{padding:2rem}
.lg\:px-8{padding-left:2rem;padding-right:2rem}
.lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.lg\:text-5xl{font-size:3rem;line-height:1}
.lg\:text-\[10rem\]{font-size:10rem}
.lg\:before\:-right-16::before{content:var(--tw-content);right:-4rem}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:lg\:block{display:block}
@media (min-width: 1280px){
.lg\:xl\:w-\[55rem\]{width:55rem}}}
@media (min-width: 1280px){
.xl\:relative{position:relative}
.xl\:-left-10{left:-2.5rem}
.xl\:-right-40{right:-10rem}
.xl\:bottom-auto{bottom:auto}
.xl\:order-1{order:1}
.xl\:order-last{order:9999}
.xl\:col-span-1{grid-column:span 1 / span 1}
.xl\:col-span-12{grid-column:span 12 / span 12}
.xl\:col-span-2{grid-column:span 2 / span 2}
.xl\:col-span-3{grid-column:span 3 / span 3}
.xl\:col-span-4{grid-column:span 4 / span 4}
.xl\:col-span-5{grid-column:span 5 / span 5}
.xl\:col-span-6{grid-column:span 6 / span 6}
.xl\:col-span-7{grid-column:span 7 / span 7}
.xl\:col-span-8{grid-column:span 8 / span 8}
.xl\:col-span-9{grid-column:span 9 / span 9}
.xl\:col-start-10{grid-column-start:10}
.xl\:col-start-11{grid-column-start:11}
.xl\:col-start-8{grid-column-start:8}
.xl\:col-start-9{grid-column-start:9}
.xl\:row-span-2{grid-row:span 2 / span 2}
.xl\:row-span-3{grid-row:span 3 / span 3}
.xl\:row-span-6{grid-row:span 6 / span 6}
.xl\:mx-0{margin-left:0px;margin-right:0px}
.xl\:mx-4{margin-left:1rem;margin-right:1rem}
.xl\:-mt-36{margin-top:-9rem}
.xl\:-mt-72{margin-top:-18rem}
.xl\:mb-0{margin-bottom:0px}
.xl\:mt-0{margin-top:0px}
.xl\:mt-5{margin-top:1.25rem}
.xl\:mt-auto{margin-top:auto}
.xl\:block{display:block}
.xl\:flex{display:flex}
.xl\:size-28{width:7rem;height:7rem}
.xl\:size-56{width:14rem;height:14rem}
.xl\:h-\[calc\(100\%_-_theme\(\'spacing\.5\'\)\)\]{height:calc(100% - 1.25rem)}
.xl\:h-\[calc\(100vh_-_250px\)\]{height:calc(100vh - 250px)}
.xl\:h-\[calc\(100vh_-_330px\)\]{height:calc(100vh - 330px)}
.xl\:max-h-\[calc\(100vh_-_300px\)\]{max-height:calc(100vh - 300px)}
.xl\:max-h-\[calc\(100vh_-_330px\)\]{max-height:calc(100vh - 330px)}
.xl\:max-h-\[calc\(100vh_-_385px\)\]{max-height:calc(100vh - 385px)}
.xl\:max-h-full{max-height:100%}
.xl\:min-h-\[calc\(100vh_-_theme\(\'height\.header\'\)_\*_2\.4\)\]{min-height:calc(100vh - 4.375rem * 2.4)}
.xl\:w-2\/3{width:66.666667%}
.xl\:w-2\/5{width:40%}
.xl\:w-3\/6{width:50%}
.xl\:w-80{width:20rem}
.xl\:w-\[35rem\]{width:35rem}
.xl\:w-\[55rem\]{width:55rem}
.xl\:max-w-3xl{max-width:48rem}
.xl\:max-w-md{max-width:28rem}
.xl\:grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}
.xl\:grid-cols-12{grid-template-columns:repeat(12, minmax(0, 1fr))}
.xl\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}
.xl\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}
.xl\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}
.xl\:flex-row{flex-direction:row}
.xl\:flex-col{flex-direction:column}
.xl\:justify-end{justify-content:flex-end}
.xl\:py-32{padding-top:8rem;padding-bottom:8rem}
.xl\:pb-36{padding-bottom:9rem}
.xl\:pt-4{padding-top:1rem}
.xl\:pt-52{padding-top:13rem}
.xl\:pt-8{padding-top:2rem}
.xl\:shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}}
@media (min-width: 1536px){
.\32xl\:order-1{order:1}
.\32xl\:order-5{order:5}
.\32xl\:order-6{order:6}
.\32xl\:order-7{order:7}
.\32xl\:order-none{order:0}
.\32xl\:col-span-1{grid-column:span 1 / span 1}
.\32xl\:col-span-10{grid-column:span 10 / span 10}
.\32xl\:col-span-12{grid-column:span 12 / span 12}
.\32xl\:col-span-2{grid-column:span 2 / span 2}
.\32xl\:col-span-3{grid-column:span 3 / span 3}
.\32xl\:col-span-4{grid-column:span 4 / span 4}
.\32xl\:col-span-5{grid-column:span 5 / span 5}
.\32xl\:col-span-6{grid-column:span 6 / span 6}
.\32xl\:col-span-7{grid-column:span 7 / span 7}
.\32xl\:col-span-8{grid-column:span 8 / span 8}
.\32xl\:col-span-9{grid-column:span 9 / span 9}
.\32xl\:col-start-1{grid-column-start:1}
.\32xl\:col-start-10{grid-column-start:10}
.\32xl\:col-start-11{grid-column-start:11}
.\32xl\:col-start-3{grid-column-start:3}
.\32xl\:col-start-8{grid-column-start:8}
.\32xl\:col-start-9{grid-column-start:9}
.\32xl\:row-span-1{grid-row:span 1 / span 1}
.\32xl\:row-span-2{grid-row:span 2 / span 2}
.\32xl\:row-span-3{grid-row:span 3 / span 3}
.\32xl\:block{display:block}
.\32xl\:w-20{width:5rem}
.\32xl\:max-w-\[87\.5rem\]{max-width:87.5rem}
.\32xl\:max-w-sm{max-width:24rem}
.\32xl\:grid-cols-12{grid-template-columns:repeat(12, minmax(0, 1fr))}
.\32xl\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}
.\32xl\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}
.\32xl\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}
.\32xl\:grid-cols-5{grid-template-columns:repeat(5, minmax(0, 1fr))}
.\32xl\:justify-end{justify-content:flex-end}
.\32xl\:p-4{padding:1rem}
.\32xl\:text-6xl{font-size:3.75rem;line-height:1}
.\32xl\:text-\[14rem\]{font-size:14rem}}
.ltr\:-left-16:where([dir="ltr"], [dir="ltr"] *){left:-4rem}
.ltr\:-left-80:where([dir="ltr"], [dir="ltr"] *){left:-20rem}
.ltr\:-left-96:where([dir="ltr"], [dir="ltr"] *){left:-24rem}
.ltr\:-left-\[1px\]:where([dir="ltr"], [dir="ltr"] *){left:-1px}
.ltr\:-right-0:where([dir="ltr"], [dir="ltr"] *){right:-0px}
.ltr\:-right-0\.5:where([dir="ltr"], [dir="ltr"] *){right:-0.125rem}
.ltr\:-right-1:where([dir="ltr"], [dir="ltr"] *){right:-0.25rem}
.ltr\:-right-1\.5:where([dir="ltr"], [dir="ltr"] *){right:-0.375rem}
.ltr\:-right-10:where([dir="ltr"], [dir="ltr"] *){right:-2.5rem}
.ltr\:-right-12:where([dir="ltr"], [dir="ltr"] *){right:-3rem}
.ltr\:-right-16:where([dir="ltr"], [dir="ltr"] *){right:-4rem}
.ltr\:-right-2:where([dir="ltr"], [dir="ltr"] *){right:-0.5rem}
.ltr\:-right-2\.5:where([dir="ltr"], [dir="ltr"] *){right:-0.625rem}
.ltr\:-right-\[1px\]:where([dir="ltr"], [dir="ltr"] *){right:-1px}
.ltr\:left-0:where([dir="ltr"], [dir="ltr"] *){left:0px}
.ltr\:left-2:where([dir="ltr"], [dir="ltr"] *){left:0.5rem}
.ltr\:left-2\.5:where([dir="ltr"], [dir="ltr"] *){left:0.625rem}
.ltr\:left-3:where([dir="ltr"], [dir="ltr"] *){left:0.75rem}
.ltr\:right-0:where([dir="ltr"], [dir="ltr"] *){right:0px}
.ltr\:right-0\.5:where([dir="ltr"], [dir="ltr"] *){right:0.125rem}
.ltr\:right-1:where([dir="ltr"], [dir="ltr"] *){right:0.25rem}
.ltr\:right-16:where([dir="ltr"], [dir="ltr"] *){right:4rem}
.ltr\:right-2:where([dir="ltr"], [dir="ltr"] *){right:0.5rem}
.ltr\:right-3:where([dir="ltr"], [dir="ltr"] *){right:0.75rem}
.ltr\:right-4:where([dir="ltr"], [dir="ltr"] *){right:1rem}
.ltr\:right-40:where([dir="ltr"], [dir="ltr"] *){right:10rem}
.ltr\:right-6:where([dir="ltr"], [dir="ltr"] *){right:1.5rem}
.ltr\:right-8:where([dir="ltr"], [dir="ltr"] *){right:2rem}
.ltr\:float-right:where([dir="ltr"], [dir="ltr"] *){float:right}
.ltr\:ml-1:where([dir="ltr"], [dir="ltr"] *){margin-left:0.25rem}
.ltr\:ml-2:where([dir="ltr"], [dir="ltr"] *){margin-left:0.5rem}
.ltr\:ml-3:where([dir="ltr"], [dir="ltr"] *){margin-left:0.75rem}
.ltr\:ml-auto:where([dir="ltr"], [dir="ltr"] *){margin-left:auto}
.ltr\:mr-1:where([dir="ltr"], [dir="ltr"] *){margin-right:0.25rem}
.ltr\:mr-2:where([dir="ltr"], [dir="ltr"] *){margin-right:0.5rem}
.ltr\:mr-24:where([dir="ltr"], [dir="ltr"] *){margin-right:6rem}
.ltr\:mr-4:where([dir="ltr"], [dir="ltr"] *){margin-right:1rem}
.ltr\:mr-auto:where([dir="ltr"], [dir="ltr"] *){margin-right:auto}
.ltr\:origin-top-left:where([dir="ltr"], [dir="ltr"] *){transform-origin:top left}
.ltr\:origin-top-right:where([dir="ltr"], [dir="ltr"] *){transform-origin:top right}
.ltr\:rotate-45:where([dir="ltr"], [dir="ltr"] *){--tw-rotate:45deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.ltr\:rounded-e:where([dir="ltr"], [dir="ltr"] *){border-start-end-radius:0.25rem;border-end-end-radius:0.25rem}
.ltr\:rounded-l:where([dir="ltr"], [dir="ltr"] *){border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem}
.ltr\:rounded-l-full:where([dir="ltr"], [dir="ltr"] *){border-top-left-radius:9999px;border-bottom-left-radius:9999px}
.ltr\:rounded-l-md:where([dir="ltr"], [dir="ltr"] *){border-top-left-radius:0.375rem;border-bottom-left-radius:0.375rem}
.ltr\:rounded-l-none:where([dir="ltr"], [dir="ltr"] *){border-top-left-radius:0px;border-bottom-left-radius:0px}
.ltr\:rounded-r:where([dir="ltr"], [dir="ltr"] *){border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem}
.ltr\:rounded-r-full:where([dir="ltr"], [dir="ltr"] *){border-top-right-radius:9999px;border-bottom-right-radius:9999px}
.ltr\:rounded-r-md:where([dir="ltr"], [dir="ltr"] *){border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem}
.ltr\:rounded-r-none:where([dir="ltr"], [dir="ltr"] *){border-top-right-radius:0px;border-bottom-right-radius:0px}
.ltr\:rounded-bl-none:where([dir="ltr"], [dir="ltr"] *){border-bottom-left-radius:0px}
.ltr\:border-r:where([dir="ltr"], [dir="ltr"] *){border-right-width:1px}
.ltr\:border-r-0:where([dir="ltr"], [dir="ltr"] *){border-right-width:0px}
.ltr\:pl-1:where([dir="ltr"], [dir="ltr"] *){padding-left:0.25rem}
.ltr\:pl-10:where([dir="ltr"], [dir="ltr"] *){padding-left:2.5rem}
.ltr\:pl-2:where([dir="ltr"], [dir="ltr"] *){padding-left:0.5rem}
.ltr\:pl-3:where([dir="ltr"], [dir="ltr"] *){padding-left:0.75rem}
.ltr\:pl-6:where([dir="ltr"], [dir="ltr"] *){padding-left:1.5rem}
.ltr\:pl-8:where([dir="ltr"], [dir="ltr"] *){padding-left:2rem}
.ltr\:pl-\[1\.75rem\]:where([dir="ltr"], [dir="ltr"] *){padding-left:1.75rem}
.ltr\:pl-\[calc\(theme\(\'spacing\.1\'\)_\+_26px\)\]:where([dir="ltr"], [dir="ltr"] *){padding-left:calc(0.25rem + 26px)}
.ltr\:pl-\[calc\(theme\(\'spacing\.2\'\)_\*_5\.5\)\]:where([dir="ltr"], [dir="ltr"] *){padding-left:calc(0.5rem * 5.5)}
.ltr\:pl-\[calc\(theme\(\'spacing\.2\'\)_\+_30px\)\]:where([dir="ltr"], [dir="ltr"] *){padding-left:calc(0.5rem + 30px)}
.ltr\:pl-\[calc\(theme\(\'spacing\.3\'\)_\*_4\.2\)\]:where([dir="ltr"], [dir="ltr"] *){padding-left:calc(0.75rem * 4.2)}
.ltr\:pl-\[calc\(theme\(\'spacing\.4\'\)_\+_44\.5px\)\]:where([dir="ltr"], [dir="ltr"] *){padding-left:calc(1rem + 44.5px)}
.ltr\:pr-1:where([dir="ltr"], [dir="ltr"] *){padding-right:0.25rem}
.ltr\:pr-10:where([dir="ltr"], [dir="ltr"] *){padding-right:2.5rem}
.ltr\:pr-4:where([dir="ltr"], [dir="ltr"] *){padding-right:1rem}
.ltr\:pr-40:where([dir="ltr"], [dir="ltr"] *){padding-right:10rem}
.ltr\:pr-5:where([dir="ltr"], [dir="ltr"] *){padding-right:1.25rem}
.ltr\:pr-\[calc\(theme\(\'spacing\.1\'\)_\+_26px\)\]:where([dir="ltr"], [dir="ltr"] *){padding-right:calc(0.25rem + 26px)}
.ltr\:pr-\[calc\(theme\(\'spacing\.2\'\)_\*_5\.5\)\]:where([dir="ltr"], [dir="ltr"] *){padding-right:calc(0.5rem * 5.5)}
.ltr\:pr-\[calc\(theme\(\'spacing\.2\'\)_\+_30px\)\]:where([dir="ltr"], [dir="ltr"] *){padding-right:calc(0.5rem + 30px)}
.ltr\:pr-\[calc\(theme\(\'spacing\.3\'\)_\*_4\.2\)\]:where([dir="ltr"], [dir="ltr"] *){padding-right:calc(0.75rem * 4.2)}
.ltr\:pr-\[calc\(theme\(\'spacing\.4\'\)_\+_44\.5px\)\]:where([dir="ltr"], [dir="ltr"] *){padding-right:calc(1rem + 44.5px)}
.ltr\:\!text-left:where([dir="ltr"], [dir="ltr"] *){text-align:left !important}
.ltr\:text-left:where([dir="ltr"], [dir="ltr"] *){text-align:left}
.ltr\:text-right:where([dir="ltr"], [dir="ltr"] *){text-align:right}
.before\:ltr\:-right-1:where([dir="ltr"], [dir="ltr"] *)::before{content:var(--tw-content);right:-0.25rem}
.before\:ltr\:-right-5:where([dir="ltr"], [dir="ltr"] *)::before{content:var(--tw-content);right:-1.25rem}
.ltr\:before\:-right-1:where([dir="ltr"], [dir="ltr"] *)::before{content:var(--tw-content);right:-0.25rem}
.ltr\:before\:left-0:where([dir="ltr"], [dir="ltr"] *)::before{content:var(--tw-content);left:0px}
.ltr\:before\:left-1:where([dir="ltr"], [dir="ltr"] *)::before{content:var(--tw-content);left:0.25rem}
.ltr\:before\:left-1\.5:where([dir="ltr"], [dir="ltr"] *)::before{content:var(--tw-content);left:0.375rem}
.ltr\:before\:left-3:where([dir="ltr"], [dir="ltr"] *)::before{content:var(--tw-content);left:0.75rem}
.ltr\:before\:left-3\.5:where([dir="ltr"], [dir="ltr"] *)::before{content:var(--tw-content);left:0.875rem}
.ltr\:before\:left-\[\.22rem\]:where([dir="ltr"], [dir="ltr"] *)::before{content:var(--tw-content);left:.22rem}
.ltr\:before\:left-\[0\.1875rem\]:where([dir="ltr"], [dir="ltr"] *)::before{content:var(--tw-content);left:0.1875rem}
.ltr\:before\:border-l:where([dir="ltr"], [dir="ltr"] *)::before{content:var(--tw-content);border-left-width:1px}
.ltr\:before\:border-l-2:where([dir="ltr"], [dir="ltr"] *)::before{content:var(--tw-content);border-left-width:2px}
.ltr\:after\:left-0:where([dir="ltr"], [dir="ltr"] *)::after{content:var(--tw-content);left:0px}
.ltr\:after\:right-1\/2:where([dir="ltr"], [dir="ltr"] *)::after{content:var(--tw-content);right:50%}
.ltr\:after\:border-l-2:where([dir="ltr"], [dir="ltr"] *)::after{content:var(--tw-content);border-left-width:2px}
.ltr\:first\:rounded-l-md:first-child:where([dir="ltr"], [dir="ltr"] *){border-top-left-radius:0.375rem;border-bottom-left-radius:0.375rem}
.ltr\:last\:rounded-r-md:last-child:where([dir="ltr"], [dir="ltr"] *){border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem}
.ltr\:last\:border-r-0:last-child:where([dir="ltr"], [dir="ltr"] *){border-right-width:0px}
.ltr\:checked\:right-0:checked:where([dir="ltr"], [dir="ltr"] *){right:0px}
.ltr\:checked\:right-0\.5:checked:where([dir="ltr"], [dir="ltr"] *){right:0.125rem}
.group\/item.right .ltr\:group-\[\.right\]\/item\:rounded-bl-md:where([dir="ltr"], [dir="ltr"] *){border-bottom-left-radius:0.375rem}
.group\/item.right .ltr\:group-\[\.right\]\/item\:rounded-br-none:where([dir="ltr"], [dir="ltr"] *){border-bottom-right-radius:0px}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:ltr\:left-0:where([dir="ltr"], [dir="ltr"] *){left:0px}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:ltr\:left-vertical-menu-sm:where([dir="ltr"], [dir="ltr"] *){left:4.375rem}
.group[data-sidebar-size=md] .group-data-\[sidebar-size\=md\]\:ltr\:ml-vertical-menu-md:where([dir="ltr"], [dir="ltr"] *){margin-left:10.3125rem}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:ltr\:ml-vertical-menu-sm:where([dir="ltr"], [dir="ltr"] *){margin-left:4.375rem}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:ltr\:rounded-br-md:where([dir="ltr"], [dir="ltr"] *){border-bottom-right-radius:0.375rem}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:ltr\:pl-0:where([dir="ltr"], [dir="ltr"] *){padding-left:0px}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:ltr\:pl-10:where([dir="ltr"], [dir="ltr"] *){padding-left:2.5rem}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:ltr\:pr-5:where([dir="ltr"], [dir="ltr"] *){padding-right:1.25rem}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:ltr\:pr-8:where([dir="ltr"], [dir="ltr"] *){padding-right:2rem}
.group[data-sidebar-size=md] .group-data-\[sidebar-size\=md\]\:ltr\:pl-0:where([dir="ltr"], [dir="ltr"] *){padding-left:0px}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:ltr\:pl-0:where([dir="ltr"], [dir="ltr"] *){padding-left:0px}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:ltr\:pl-10:where([dir="ltr"], [dir="ltr"] *){padding-left:2.5rem}
@media (min-width: 768px){
.ltr\:md\:left-vertical-menu:where([dir="ltr"], [dir="ltr"] *){left:16.25rem}
.ltr\:md\:text-end:where([dir="ltr"], [dir="ltr"] *){text-align:end}
.md\:ltr\:first\:pl-0:first-child:where([dir="ltr"], [dir="ltr"] *){padding-left:0px}
.md\:ltr\:last\:pr-0:last-child:where([dir="ltr"], [dir="ltr"] *){padding-right:0px}
.group[data-sidebar-size=md] .group-data-\[sidebar-size\=md\]\:ltr\:md\:left-vertical-menu-md:where([dir="ltr"], [dir="ltr"] *){left:10.3125rem}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:ltr\:md\:left-vertical-menu-sm:where([dir="ltr"], [dir="ltr"] *){left:4.375rem}
.group[data-layout=horizontal][data-sidebar-size=lg] .group-data-\[layout\=horizontal\]\:group-data-\[sidebar-size\=lg\]\:ltr\:md\:ml-auto:where([dir="ltr"], [dir="ltr"] *){margin-left:auto}
.group[data-sidebar-size=lg] .group-data-\[sidebar-size\=lg\]\:ltr\:md\:ml-vertical-menu:where([dir="ltr"], [dir="ltr"] *){margin-left:16.25rem}}
@media (min-width: 1024px){
.ltr\:lg\:ml-auto:where([dir="ltr"], [dir="ltr"] *){margin-left:auto}
.ltr\:lg\:text-left:where([dir="ltr"], [dir="ltr"] *){text-align:left}
.lg\:ltr\:text-right:where([dir="ltr"], [dir="ltr"] *){text-align:right}
.ltr\:lg\:text-right:where([dir="ltr"], [dir="ltr"] *){text-align:right}}
@media (min-width: 1280px){
.ltr\:xl\:text-left:where([dir="ltr"], [dir="ltr"] *){text-align:left}
.ltr\:xl\:text-right:where([dir="ltr"], [dir="ltr"] *){text-align:right}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:ltr\:xl\:pr-3:where([dir="ltr"], [dir="ltr"] *){padding-right:0.75rem}}
@media (min-width: 1536px){
.ltr\:2xl\:ml-auto:where([dir="ltr"], [dir="ltr"] *){margin-left:auto}}
.rtl\:-left-0:where([dir="rtl"], [dir="rtl"] *){left:-0px}
.rtl\:-left-0\.5:where([dir="rtl"], [dir="rtl"] *){left:-0.125rem}
.rtl\:-left-1:where([dir="rtl"], [dir="rtl"] *){left:-0.25rem}
.rtl\:-left-1\.5:where([dir="rtl"], [dir="rtl"] *){left:-0.375rem}
.rtl\:-left-10:where([dir="rtl"], [dir="rtl"] *){left:-2.5rem}
.rtl\:-left-12:where([dir="rtl"], [dir="rtl"] *){left:-3rem}
.rtl\:-left-16:where([dir="rtl"], [dir="rtl"] *){left:-4rem}
.rtl\:-left-2:where([dir="rtl"], [dir="rtl"] *){left:-0.5rem}
.rtl\:-left-2\.5:where([dir="rtl"], [dir="rtl"] *){left:-0.625rem}
.rtl\:-left-4:where([dir="rtl"], [dir="rtl"] *){left:-1rem}
.rtl\:-left-\[1px\]:where([dir="rtl"], [dir="rtl"] *){left:-1px}
.rtl\:-right-16:where([dir="rtl"], [dir="rtl"] *){right:-4rem}
.rtl\:-right-80:where([dir="rtl"], [dir="rtl"] *){right:-20rem}
.rtl\:-right-96:where([dir="rtl"], [dir="rtl"] *){right:-24rem}
.rtl\:-right-\[1px\]:where([dir="rtl"], [dir="rtl"] *){right:-1px}
.rtl\:left-0:where([dir="rtl"], [dir="rtl"] *){left:0px}
.rtl\:left-0\.5:where([dir="rtl"], [dir="rtl"] *){left:0.125rem}
.rtl\:left-1:where([dir="rtl"], [dir="rtl"] *){left:0.25rem}
.rtl\:left-16:where([dir="rtl"], [dir="rtl"] *){left:4rem}
.rtl\:left-2:where([dir="rtl"], [dir="rtl"] *){left:0.5rem}
.rtl\:left-3:where([dir="rtl"], [dir="rtl"] *){left:0.75rem}
.rtl\:left-4:where([dir="rtl"], [dir="rtl"] *){left:1rem}
.rtl\:left-40:where([dir="rtl"], [dir="rtl"] *){left:10rem}
.rtl\:left-6:where([dir="rtl"], [dir="rtl"] *){left:1.5rem}
.rtl\:left-8:where([dir="rtl"], [dir="rtl"] *){left:2rem}
.rtl\:right-0:where([dir="rtl"], [dir="rtl"] *){right:0px}
.rtl\:right-2:where([dir="rtl"], [dir="rtl"] *){right:0.5rem}
.rtl\:right-2\.5:where([dir="rtl"], [dir="rtl"] *){right:0.625rem}
.rtl\:right-3:where([dir="rtl"], [dir="rtl"] *){right:0.75rem}
.rtl\:float-left:where([dir="rtl"], [dir="rtl"] *){float:left}
.rtl\:ml-1:where([dir="rtl"], [dir="rtl"] *){margin-left:0.25rem}
.rtl\:ml-2:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem}
.rtl\:ml-24:where([dir="rtl"], [dir="rtl"] *){margin-left:6rem}
.rtl\:ml-4:where([dir="rtl"], [dir="rtl"] *){margin-left:1rem}
.rtl\:ml-auto:where([dir="rtl"], [dir="rtl"] *){margin-left:auto}
.rtl\:mr-1:where([dir="rtl"], [dir="rtl"] *){margin-right:0.25rem}
.rtl\:mr-2:where([dir="rtl"], [dir="rtl"] *){margin-right:0.5rem}
.rtl\:mr-3:where([dir="rtl"], [dir="rtl"] *){margin-right:0.75rem}
.rtl\:mr-auto:where([dir="rtl"], [dir="rtl"] *){margin-right:auto}
.rtl\:origin-top-left:where([dir="rtl"], [dir="rtl"] *){transform-origin:top left}
.rtl\:origin-top-right:where([dir="rtl"], [dir="rtl"] *){transform-origin:top right}
.rtl\:-rotate-180:where([dir="rtl"], [dir="rtl"] *){--tw-rotate:-180deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.rtl\:-rotate-45:where([dir="rtl"], [dir="rtl"] *){--tw-rotate:-45deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *){--tw-rotate:180deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.rtl\:flex-row-reverse:where([dir="rtl"], [dir="rtl"] *){flex-direction:row-reverse}
.rtl\:divide-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-divide-x-reverse:1}
.rtl\:rounded-l:where([dir="rtl"], [dir="rtl"] *){border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem}
.rtl\:rounded-l-full:where([dir="rtl"], [dir="rtl"] *){border-top-left-radius:9999px;border-bottom-left-radius:9999px}
.rtl\:rounded-l-md:where([dir="rtl"], [dir="rtl"] *){border-top-left-radius:0.375rem;border-bottom-left-radius:0.375rem}
.rtl\:rounded-l-none:where([dir="rtl"], [dir="rtl"] *){border-top-left-radius:0px;border-bottom-left-radius:0px}
.rtl\:rounded-r:where([dir="rtl"], [dir="rtl"] *){border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem}
.rtl\:rounded-r-full:where([dir="rtl"], [dir="rtl"] *){border-top-right-radius:9999px;border-bottom-right-radius:9999px}
.rtl\:rounded-r-md:where([dir="rtl"], [dir="rtl"] *){border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem}
.rtl\:rounded-r-none:where([dir="rtl"], [dir="rtl"] *){border-top-right-radius:0px;border-bottom-right-radius:0px}
.rtl\:rounded-br-none:where([dir="rtl"], [dir="rtl"] *){border-bottom-right-radius:0px}
.rtl\:border-b:where([dir="rtl"], [dir="rtl"] *){border-bottom-width:1px}
.rtl\:border-l:where([dir="rtl"], [dir="rtl"] *){border-left-width:1px}
.rtl\:border-l-0:where([dir="rtl"], [dir="rtl"] *){border-left-width:0px}
.rtl\:pl-1:where([dir="rtl"], [dir="rtl"] *){padding-left:0.25rem}
.rtl\:pl-10:where([dir="rtl"], [dir="rtl"] *){padding-left:2.5rem}
.rtl\:pl-4:where([dir="rtl"], [dir="rtl"] *){padding-left:1rem}
.rtl\:pl-40:where([dir="rtl"], [dir="rtl"] *){padding-left:10rem}
.rtl\:pl-5:where([dir="rtl"], [dir="rtl"] *){padding-left:1.25rem}
.rtl\:pl-\[calc\(theme\(\'spacing\.1\'\)_\+_26px\)\]:where([dir="rtl"], [dir="rtl"] *){padding-left:calc(0.25rem + 26px)}
.rtl\:pl-\[calc\(theme\(\'spacing\.2\'\)_\*_5\.5\)\]:where([dir="rtl"], [dir="rtl"] *){padding-left:calc(0.5rem * 5.5)}
.rtl\:pl-\[calc\(theme\(\'spacing\.2\'\)_\+_30px\)\]:where([dir="rtl"], [dir="rtl"] *){padding-left:calc(0.5rem + 30px)}
.rtl\:pl-\[calc\(theme\(\'spacing\.3\'\)_\*_4\.2\)\]:where([dir="rtl"], [dir="rtl"] *){padding-left:calc(0.75rem * 4.2)}
.rtl\:pl-\[calc\(theme\(\'spacing\.4\'\)_\+_44\.5px\)\]:where([dir="rtl"], [dir="rtl"] *){padding-left:calc(1rem + 44.5px)}
.rtl\:pr-1:where([dir="rtl"], [dir="rtl"] *){padding-right:0.25rem}
.rtl\:pr-10:where([dir="rtl"], [dir="rtl"] *){padding-right:2.5rem}
.rtl\:pr-2:where([dir="rtl"], [dir="rtl"] *){padding-right:0.5rem}
.rtl\:pr-3:where([dir="rtl"], [dir="rtl"] *){padding-right:0.75rem}
.rtl\:pr-6:where([dir="rtl"], [dir="rtl"] *){padding-right:1.5rem}
.rtl\:pr-8:where([dir="rtl"], [dir="rtl"] *){padding-right:2rem}
.rtl\:pr-\[1\.75rem\]:where([dir="rtl"], [dir="rtl"] *){padding-right:1.75rem}
.rtl\:pr-\[calc\(theme\(\'spacing\.1\'\)_\+_26px\)\]:where([dir="rtl"], [dir="rtl"] *){padding-right:calc(0.25rem + 26px)}
.rtl\:pr-\[calc\(theme\(\'spacing\.2\'\)_\*_5\.5\)\]:where([dir="rtl"], [dir="rtl"] *){padding-right:calc(0.5rem * 5.5)}
.rtl\:pr-\[calc\(theme\(\'spacing\.2\'\)_\+_30px\)\]:where([dir="rtl"], [dir="rtl"] *){padding-right:calc(0.5rem + 30px)}
.rtl\:pr-\[calc\(theme\(\'spacing\.3\'\)_\*_4\.2\)\]:where([dir="rtl"], [dir="rtl"] *){padding-right:calc(0.75rem * 4.2)}
.rtl\:pr-\[calc\(theme\(\'spacing\.4\'\)_\+_44\.5px\)\]:where([dir="rtl"], [dir="rtl"] *){padding-right:calc(1rem + 44.5px)}
.rtl\:text-left:where([dir="rtl"], [dir="rtl"] *){text-align:left}
.rtl\:\!text-right:where([dir="rtl"], [dir="rtl"] *){text-align:right !important}
.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *){text-align:right}
.before\:rtl\:-left-1:where([dir="rtl"], [dir="rtl"] *)::before{content:var(--tw-content);left:-0.25rem}
.before\:rtl\:-left-5:where([dir="rtl"], [dir="rtl"] *)::before{content:var(--tw-content);left:-1.25rem}
.rtl\:before\:-left-1:where([dir="rtl"], [dir="rtl"] *)::before{content:var(--tw-content);left:-0.25rem}
.rtl\:before\:right-0:where([dir="rtl"], [dir="rtl"] *)::before{content:var(--tw-content);right:0px}
.rtl\:before\:right-1:where([dir="rtl"], [dir="rtl"] *)::before{content:var(--tw-content);right:0.25rem}
.rtl\:before\:right-1\.5:where([dir="rtl"], [dir="rtl"] *)::before{content:var(--tw-content);right:0.375rem}
.rtl\:before\:right-3:where([dir="rtl"], [dir="rtl"] *)::before{content:var(--tw-content);right:0.75rem}
.rtl\:before\:right-3\.5:where([dir="rtl"], [dir="rtl"] *)::before{content:var(--tw-content);right:0.875rem}
.rtl\:before\:right-\[\.22rem\]:where([dir="rtl"], [dir="rtl"] *)::before{content:var(--tw-content);right:.22rem}
.rtl\:before\:right-\[0\.1875rem\]:where([dir="rtl"], [dir="rtl"] *)::before{content:var(--tw-content);right:0.1875rem}
.before\:rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *)::before{content:var(--tw-content);--tw-rotate:180deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.rtl\:before\:border-r:where([dir="rtl"], [dir="rtl"] *)::before{content:var(--tw-content);border-right-width:1px}
.rtl\:before\:border-r-2:where([dir="rtl"], [dir="rtl"] *)::before{content:var(--tw-content);border-right-width:2px}
.rtl\:after\:left-1\/2:where([dir="rtl"], [dir="rtl"] *)::after{content:var(--tw-content);left:50%}
.rtl\:after\:right-0:where([dir="rtl"], [dir="rtl"] *)::after{content:var(--tw-content);right:0px}
.rtl\:after\:border-r-2:where([dir="rtl"], [dir="rtl"] *)::after{content:var(--tw-content);border-right-width:2px}
.rtl\:first\:rounded-r-md:first-child:where([dir="rtl"], [dir="rtl"] *){border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem}
.rtl\:last\:rounded-l-md:last-child:where([dir="rtl"], [dir="rtl"] *){border-top-left-radius:0.375rem;border-bottom-left-radius:0.375rem}
.rtl\:last\:border-l-0:last-child:where([dir="rtl"], [dir="rtl"] *){border-left-width:0px}
.rtl\:checked\:left-0:checked:where([dir="rtl"], [dir="rtl"] *){left:0px}
.rtl\:checked\:left-0\.5:checked:where([dir="rtl"], [dir="rtl"] *){left:0.125rem}
.group\/item.right .rtl\:group-\[\.right\]\/item\:rounded-bl-none:where([dir="rtl"], [dir="rtl"] *){border-bottom-left-radius:0px}
.group\/item.right .rtl\:group-\[\.right\]\/item\:rounded-br-md:where([dir="rtl"], [dir="rtl"] *){border-bottom-right-radius:0.375rem}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:rtl\:right-0:where([dir="rtl"], [dir="rtl"] *){right:0px}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:rtl\:right-vertical-menu-sm:where([dir="rtl"], [dir="rtl"] *){right:4.375rem}
.group[data-sidebar-size=md] .group-data-\[sidebar-size\=md\]\:rtl\:mr-vertical-menu-md:where([dir="rtl"], [dir="rtl"] *){margin-right:10.3125rem}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:rtl\:mr-vertical-menu-sm:where([dir="rtl"], [dir="rtl"] *){margin-right:4.375rem}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:rtl\:rounded-br-md:where([dir="rtl"], [dir="rtl"] *){border-bottom-right-radius:0.375rem}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:rtl\:pl-5:where([dir="rtl"], [dir="rtl"] *){padding-left:1.25rem}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:rtl\:pl-8:where([dir="rtl"], [dir="rtl"] *){padding-left:2rem}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:rtl\:pr-0:where([dir="rtl"], [dir="rtl"] *){padding-right:0px}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:rtl\:pr-10:where([dir="rtl"], [dir="rtl"] *){padding-right:2.5rem}
.group[data-sidebar-size=md] .group-data-\[sidebar-size\=md\]\:rtl\:pr-0:where([dir="rtl"], [dir="rtl"] *){padding-right:0px}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:rtl\:pr-0:where([dir="rtl"], [dir="rtl"] *){padding-right:0px}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:rtl\:pr-10:where([dir="rtl"], [dir="rtl"] *){padding-right:2.5rem}
@media (min-width: 640px){
.rtl\:sm\:border-b-0:where([dir="rtl"], [dir="rtl"] *){border-bottom-width:0px}
.rtl\:sm\:border-l:where([dir="rtl"], [dir="rtl"] *){border-left-width:1px}}
@media (min-width: 768px){
.rtl\:md\:right-vertical-menu:where([dir="rtl"], [dir="rtl"] *){right:16.25rem}
.rtl\:md\:text-start:where([dir="rtl"], [dir="rtl"] *){text-align:start}
.md\:rtl\:first\:pr-0:first-child:where([dir="rtl"], [dir="rtl"] *){padding-right:0px}
.md\:rtl\:last\:pl-0:last-child:where([dir="rtl"], [dir="rtl"] *){padding-left:0px}
.group[data-sidebar-size=md] .group-data-\[sidebar-size\=md\]\:rtl\:md\:right-vertical-menu-md:where([dir="rtl"], [dir="rtl"] *){right:10.3125rem}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:rtl\:md\:right-vertical-menu-sm:where([dir="rtl"], [dir="rtl"] *){right:4.375rem}
.group[data-layout=horizontal][data-sidebar-size=lg] .group-data-\[layout\=horizontal\]\:group-data-\[sidebar-size\=lg\]\:rtl\:md\:mr-auto:where([dir="rtl"], [dir="rtl"] *){margin-right:auto}
.group[data-sidebar-size=lg] .group-data-\[sidebar-size\=lg\]\:rtl\:md\:mr-vertical-menu:where([dir="rtl"], [dir="rtl"] *){margin-right:16.25rem}}
@media (min-width: 1024px){
.rtl\:lg\:float-left:where([dir="rtl"], [dir="rtl"] *){float:left}
.rtl\:lg\:mr-auto:where([dir="rtl"], [dir="rtl"] *){margin-right:auto}
.lg\:rtl\:text-left:where([dir="rtl"], [dir="rtl"] *){text-align:left}
.rtl\:lg\:text-left:where([dir="rtl"], [dir="rtl"] *){text-align:left}
.rtl\:lg\:text-right:where([dir="rtl"], [dir="rtl"] *){text-align:right}}
@media (min-width: 1280px){
.rtl\:xl\:text-left:where([dir="rtl"], [dir="rtl"] *){text-align:left}
.rtl\:xl\:text-right:where([dir="rtl"], [dir="rtl"] *){text-align:right}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:rtl\:xl\:pl-3:where([dir="rtl"], [dir="rtl"] *){padding-left:0.75rem}}
@media (min-width: 1536px){
.rtl\:2xl\:mr-auto:where([dir="rtl"], [dir="rtl"] *){margin-right:auto}}
@media print{
.print\:hidden{display:none}
.print\:border-none{border-style:none}
.print\:p-0{padding:0px}
.print\:shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}}
.\[\&\.active\]\:border-custom-200.active{--tw-border-opacity:1;border-color:rgb(191 219 254 / var(--tw-border-opacity))}
.\[\&\.active\]\:border-custom-50.active{--tw-border-opacity:1;border-color:rgb(239 246 255 / var(--tw-border-opacity))}
.\[\&\.active\]\:border-custom-500.active{--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}
.\[\&\.active\]\:bg-custom-50.active{--tw-bg-opacity:1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}
.\[\&\.active\]\:bg-custom-500.active{--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
.\[\&\.active\]\:bg-sky-600.active{--tw-bg-opacity:1;background-color:rgb(2 132 199 / var(--tw-bg-opacity))}
.\[\&\.active\]\:bg-slate-100.active{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}
.\[\&\.active\]\:bg-slate-50.active{--tw-bg-opacity:1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}
.\[\&\.active\]\:bg-vertical-menu-item-bg-active.active{--tw-bg-opacity:1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}
.\[\&\.active\]\:bg-white.active{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.\[\&\.active\]\:text-custom-50.active{--tw-text-opacity:1;color:rgb(239 246 255 / var(--tw-text-opacity))}
.\[\&\.active\]\:text-custom-500.active{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.\[\&\.active\]\:text-green-500.active{--tw-text-opacity:1;color:rgb(36 151 130 / var(--tw-text-opacity))}
.\[\&\.active\]\:text-red-500.active{--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity))}
.\[\&\.active\]\:text-vertical-menu-item-active.active{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.\[\&\.active\]\:text-vertical-menu-sub-item-active.active{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.\[\&\.active\]\:text-white.active{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.\[\&\.active\]\:outline-custom-500.active{outline-color:#3b82f6}
.\[\&\.active\]\:before\:bg-vertical-menu-sub-item-active.active::before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
.\[\&\.active\]\:after\:border-custom-500.active::after{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}
.\[\&\.active\]\:hover\:text-custom-500:hover.active{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.\[\&\.active\]\:hover\:text-custom-700:hover.active{--tw-text-opacity:1;color:rgb(29 78 216 / var(--tw-text-opacity))}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:\[\&\.active\]\:bg-transparent.active{background-color:transparent}
.group[data-sidebar=brand] .group-data-\[sidebar\=brand\]\:\[\&\.active\]\:bg-vertical-menu-item-bg-active-brand.active{--tw-bg-opacity:1;background-color:rgb(34 64 151 / var(--tw-bg-opacity))}
.group[data-sidebar=dark] .group-data-\[sidebar\=dark\]\:\[\&\.active\]\:bg-vertical-menu-item-bg-active-dark.active{--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}
.group[data-sidebar=modern] .group-data-\[sidebar\=modern\]\:\[\&\.active\]\:bg-vertical-menu-item-bg-active-modern.active{background-color:rgba(255, 255, 255, 0.06)}
.group[data-sidebar=brand] .group-data-\[sidebar\=brand\]\:\[\&\.active\]\:text-vertical-menu-item-active-brand.active{--tw-text-opacity:1;color:rgb(239 246 255 / var(--tw-text-opacity))}
.group[data-sidebar=brand] .group-data-\[sidebar\=brand\]\:\[\&\.active\]\:text-vertical-menu-sub-item-active-brand.active{--tw-text-opacity:1;color:rgb(239 246 255 / var(--tw-text-opacity))}
.group[data-sidebar=dark] .group-data-\[sidebar\=dark\]\:\[\&\.active\]\:text-vertical-menu-item-active-dark.active{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.group[data-sidebar=dark] .group-data-\[sidebar\=dark\]\:\[\&\.active\]\:text-vertical-menu-sub-item-active-dark.active{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.group[data-sidebar=modern] .group-data-\[sidebar\=modern\]\:\[\&\.active\]\:text-vertical-menu-item-active-modern.active{--tw-text-opacity:1;color:rgb(239 246 255 / var(--tw-text-opacity))}
.group[data-sidebar=modern] .group-data-\[sidebar\=modern\]\:\[\&\.active\]\:text-vertical-menu-sub-item-active-modern.active{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.group[data-sidebar=brand] .group-data-\[sidebar\=brand\]\:\[\&\.active\]\:before\:bg-vertical-menu-sub-item-active-brand\/80.active::before{content:var(--tw-content);background-color:rgb(239 246 255 / 0.8)}
.group[data-sidebar=dark] .group-data-\[sidebar\=dark\]\:\[\&\.active\]\:before\:bg-vertical-menu-sub-item-active-dark.active::before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
.group[data-sidebar=modern] .group-data-\[sidebar\=modern\]\:before\:\[\&\.active\]\:text-vertical-menu-sub-item-active-modern.active::before{content:var(--tw-content);--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:\[\&\.active\]\:border-custom-500.active){--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}
:is([data-mode="dark"] .dark\:\[\&\.active\]\:border-custom-500\/10.active){border-color:rgb(59 130 246 / 0.1)}
:is([data-mode="dark"] .dark\:\[\&\.active\]\:border-custom-500\/30.active){border-color:rgb(59 130 246 / 0.3)}
:is([data-mode="dark"] .dark\:\[\&\.active\]\:bg-custom-400\/10.active){background-color:rgb(96 165 250 / 0.1)}
:is([data-mode="dark"] .dark\:\[\&\.active\]\:bg-custom-500.active){--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:\[\&\.active\]\:bg-custom-500\/10.active){background-color:rgb(59 130 246 / 0.1)}
:is([data-mode="dark"] .dark\:\[\&\.active\]\:bg-sky-500.active){--tw-bg-opacity:1;background-color:rgb(14 165 233 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:\[\&\.active\]\:bg-zink-600.active){--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:\[\&\.active\]\:text-custom-50.active){--tw-text-opacity:1;color:rgb(239 246 255 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:\[\&\.active\]\:text-custom-500.active){--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:\[\&\.active\]\:text-white.active){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:\[\&\.active\]\:hover\:text-custom-700:hover.active){--tw-text-opacity:1;color:rgb(29 78 216 / var(--tw-text-opacity))}
.group[data-sidebar=dark] :is([data-mode="dark"] .group-data-\[sidebar\=dark\]\:\[\&\.active\]\:dark\:bg-zink-600).active{--tw-bg-opacity:1;background-color:rgb(28 46 69 / var(--tw-bg-opacity))}
.group[data-layout=horizontal] :is([data-mode="dark"] .group-data-\[layout\=horizontal\]\:dark\:\[\&\.active\]\:text-custom-500.active){--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.group[data-sidebar=dark] :is([data-mode="dark"] .group-data-\[sidebar\=dark\]\:dark\:\[\&\.active\]\:text-custom-500.active){--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.group[data-sidebar=dark] :is([data-mode="dark"] .group-data-\[sidebar\=dark\]\:dark\:\[\&\.active\]\:before\:bg-custom-500.active)::before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
@media (min-width: 1280px){
.\[\&\.active\]\:xl\:block.active{display:block}}
.\[\&\.checked\]\:before\:border-custom-500.checked::before{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}
.\[\&\.disabled\]\:cursor-auto.disabled{cursor:auto}
.\[\&\.disabled\]\:text-slate-400.disabled{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:\[\&\.disabled\]\:text-zink-300.disabled){--tw-text-opacity:1;color:rgb(88 133 188 / var(--tw-text-opacity))}
.\[\&\.done\]\:before\:border-custom-500.done::before{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}
.\[\&\.done\]\:after\:border-custom-500.done::after{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}
.\[\&\.done\]\:after\:bg-custom-500.done::after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
.\[\&\.dropdown-button\]\:before\:absolute.dropdown-button::before{content:var(--tw-content);position:absolute}
.\[\&\.dropdown-button\]\:before\:font-remix.dropdown-button::before{content:var(--tw-content);font-family:remixicon}
.\[\&\.dropdown-button\]\:before\:text-16.dropdown-button::before{content:var(--tw-content);font-size:1rem}
.\[\&\.dropdown-button\]\:before\:content-\[\'\\ea6e\'\].dropdown-button::before{--tw-content:'\ea6e';content:var(--tw-content)}
.group[data-sidebar-size=md] .group-data-\[sidebar-size\=md\]\:\[\&\.dropdown-button\]\:before\:hidden.dropdown-button::before{content:var(--tw-content);display:none}
.group[data-sidebar-size=sm] .group-data-\[sidebar-size\=sm\]\:\[\&\.dropdown-button\]\:before\:hidden.dropdown-button::before{content:var(--tw-content);display:none}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:\[\&\.dropdown-button\]\:before\:rotate-90.dropdown-button::before{content:var(--tw-content);--tw-rotate:90deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.ltr\:\[\&\.dropdown-button\]\:before\:right-2.dropdown-button:where([dir="ltr"], [dir="ltr"] *)::before{content:var(--tw-content);right:0.5rem}
.rtl\:\[\&\.dropdown-button\]\:before\:left-2.dropdown-button:where([dir="rtl"], [dir="rtl"] *)::before{content:var(--tw-content);left:0.5rem}
.rtl\:\[\&\.dropdown-button\]\:before\:rotate-180.dropdown-button:where([dir="rtl"], [dir="rtl"] *)::before{content:var(--tw-content);--tw-rotate:180deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.\[\&\.gridView\]\:grid-cols-1.gridView{grid-template-columns:repeat(1, minmax(0, 1fr))}
@media (min-width: 1280px){
.\[\&\.gridView\]\:xl\:grid-cols-1.gridView{grid-template-columns:repeat(1, minmax(0, 1fr))}}
.\[\&\.is-sticky\]\:bg-white.is-sticky{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.\[\&\.is-sticky\]\:shadow-lg.is-sticky{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.\[\&\.is-sticky\]\:shadow-slate-200\/25.is-sticky{--tw-shadow-color:rgb(226 232 240 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.group[data-navbar=bordered] .group-data-\[navbar\=bordered\]\:\[\&\.is-sticky\]\:mt-0.is-sticky{margin-top:0px}
:is([data-mode="dark"] .dark\:\[\&\.is-sticky\]\:bg-zinc-900.is-sticky){--tw-bg-opacity:1;background-color:rgb(24 24 27 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:\[\&\.is-sticky\]\:bg-zink-700.is-sticky){--tw-bg-opacity:1;background-color:rgb(19 35 55 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:\[\&\.is-sticky\]\:shadow-zinc-700\/30.is-sticky){--tw-shadow-color:rgb(63 63 70 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
:is([data-mode="dark"] .dark\:\[\&\.is-sticky\]\:shadow-zink-500\/30.is-sticky){--tw-shadow-color:rgb(35 58 87 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.\[\&\.right\]\:justify-end.right{justify-content:flex-end}
.\[\&\.selected\]\:bg-custom-500.selected{--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
.\[\&\.selected\]\:text-custom-50.selected{--tw-text-opacity:1;color:rgb(239 246 255 / var(--tw-text-opacity))}
:is([data-mode="dark"] .dark\:\[\&\.selected\]\:bg-custom-500.selected){--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}
:is([data-mode="dark"] .dark\:\[\&\.selected\]\:text-custom-50.selected){--tw-text-opacity:1;color:rgb(239 246 255 / var(--tw-text-opacity))}
.\[\&\.show\]\:block.show{display:block}
.\[\&\.dropdown-button\]\:\[\&\.show\]\:before\:content-\[\'\\ea4e\'\].show.dropdown-button::before{--tw-content:'\ea4e';content:var(--tw-content)}
.group[data-layout=horizontal] .group-data-\[layout\=horizontal\]\:\[\&\.dropdown-button\]\:\[\&\.show\]\:before\:rotate-0.show.dropdown-button::before{content:var(--tw-content);--tw-rotate:0deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.rtl\:\[\&\.dropdown-button\]\:\[\&\.show\]\:before\:rotate-0.show.dropdown-button:where([dir="rtl"], [dir="rtl"] *)::before{content:var(--tw-content);--tw-rotate:0deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.group[data-layout=horizontal][data-navbar=bordered] .group-data-\[layout\=horizontal\]\:group-data-\[navbar\=bordered\]\:\[\&\.sticky\]\:top-header.sticky{top:4.375rem}