@layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-blue-600: oklch(54.6% .245 262.881);--color-pink-500: oklch(65.6% .241 354.308);--color-white: #fff;--spacing: .25rem;--text-lg: 1.125rem;--text-lg--line-height: calc(1.75 / 1.125);--text-xl: 1.25rem;--text-xl--line-height: calc(1.75 / 1.25);--text-6xl: 3.75rem;--text-6xl--line-height: 1;--font-weight-medium: 500;--font-weight-bold: 700;--ease-in-out: cubic-bezier(.4, 0, .2, 1);--default-transition-duration: .15s;--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentcolor}@supports (color: color-mix(in lab,red,red)){{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.relative{position:relative}.static{position:static}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}.col-span-4{grid-column:span 4 / span 4}.col-span-5{grid-column:span 5 / span 5}.col-span-6{grid-column:span 6 / span 6}.col-span-12{grid-column:span 12 / span 12}.container{width:100%}@media (width >= 576px){.container{max-width:576px}}@media (width >= 768px){.container{max-width:768px}}@media (width >= 992px){.container{max-width:992px}}@media (width >= 1200px){.container{max-width:1200px}}@media (width >= 1920px){.container{max-width:1920px}}.m-0{margin:calc(var(--spacing) * 0)}.mx-4{margin-inline:calc(var(--spacing) * 4)}.my-4{margin-block:calc(var(--spacing) * 4)}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mt-8{margin-top:calc(var(--spacing) * 8)}.mt-12{margin-top:calc(var(--spacing) * 12)}.mr-1{margin-right:calc(var(--spacing) * 1)}.mr-2{margin-right:calc(var(--spacing) * 2)}.mr-4{margin-right:calc(var(--spacing) * 4)}.mb-0{margin-bottom:calc(var(--spacing) * 0)}.mb-1{margin-bottom:calc(var(--spacing) * 1)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.\!ml-4{margin-left:calc(var(--spacing) * 4)!important}.ml-1{margin-left:calc(var(--spacing) * 1)}.ml-2{margin-left:calc(var(--spacing) * 2)}.ml-3{margin-left:calc(var(--spacing) * 3)}.ml-4{margin-left:calc(var(--spacing) * 4)}.ml-6{margin-left:calc(var(--spacing) * 6)}.ml-8{margin-left:calc(var(--spacing) * 8)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.table{display:table}.w-1\/3{width:calc(1/3 * 100%)}.w-10\/12{width:calc(10/12 * 100%)}.w-12{width:calc(var(--spacing) * 12)}.w-full{width:100%}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-around{justify-content:space-around}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-6{gap:calc(var(--spacing) * 6)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overflow-hidden{overflow:hidden}.border{border-style:var(--tw-border-style);border-width:1px}.bg-surface-0{background-color:var(--p-surface-0)}.p-0{padding:calc(var(--spacing) * 0)}.p-4{padding:calc(var(--spacing) * 4)}.py-12{padding-block:calc(var(--spacing) * 12)}.pt-4{padding-top:calc(var(--spacing) * 4)}.pt-6{padding-top:calc(var(--spacing) * 6)}.pt-8{padding-top:calc(var(--spacing) * 8)}.pr-20{padding-right:calc(var(--spacing) * 20)}.pl-6{padding-left:calc(var(--spacing) * 6)}.text-center{text-align:center}.text-justify{text-align:justify}.text-right{text-align:right}.text-6xl{font-size:var(--text-6xl);line-height:var(--tw-leading, var(--text-6xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading, var(--text-lg--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading, var(--text-xl--line-height))}.font-bold{--tw-font-weight: var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight: var(--font-weight-medium);font-weight:var(--font-weight-medium)}.\!text-white{color:var(--color-white)!important}.text-blue-600{color:var(--color-blue-600)}.text-pink-500{color:var(--color-pink-500)}.text-surface-900{color:var(--p-surface-900)}.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,)}.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,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.ease-in-out{--tw-ease: var(--ease-in-out);transition-timing-function:var(--ease-in-out)}@media (width >= 768px){.md\:col-span-2{grid-column:span 2 / span 2}}@media (width >= 768px){.md\:col-span-4{grid-column:span 4 / span 4}}@media (width >= 768px){.md\:col-span-6{grid-column:span 6 / span 6}}@media (width >= 768px){.md\:pl-12{padding-left:calc(var(--spacing) * 12)}}@media (width >= 992px){.lg\:col-span-2{grid-column:span 2 / span 2}}@media (width >= 992px){.lg\:col-span-4{grid-column:span 4 / span 4}}@media (width >= 992px){.lg\:col-span-8{grid-column:span 8 / span 8}}@media (width >= 992px){.lg\:col-span-10{grid-column:span 10 / span 10}}@media (width >= 992px){.lg\:mt-0{margin-top:calc(var(--spacing) * 0)}}@media (width >= 992px){.lg\:flex-row{flex-direction:row}}@media (width >= 992px){.lg\:flex-nowrap{flex-wrap:nowrap}}@media (width >= 992px){.lg\:pl-20{padding-left:calc(var(--spacing) * 20)}}}@layer keyframes{@keyframes enter{0%{opacity:var(--p-enter-opacity, 1);transform:translate3d(var(--p-enter-translate-x, 0),var(--p-enter-translate-y, 0),0) scale3d(var(--p-enter-scale, 1),var(--p-enter-scale, 1),var(--p-enter-scale, 1)) rotate(var(--p-enter-rotate, 0))}}@keyframes leave{to{opacity:var(--p-leave-opacity, 1);transform:translate3d(var(--p-leave-translate-x, 0),var(--p-leave-translate-y, 0),0) scale3d(var(--p-leave-scale, 1),var(--p-leave-scale, 1),var(--p-leave-scale, 1)) rotate(var(--p-leave-rotate, 0))}}@keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadeout{0%{opacity:1}to{opacity:0}}@keyframes infinite-scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes scalein{0%{opacity:0;transform:scaleY(.8);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}to{opacity:1;transform:scaleY(1)}}@keyframes slidedown{0%{max-height:0}to{max-height:auto}}@keyframes slideup{0%{max-height:1000px}to{max-height:0}}@keyframes fadeinleft{0%{opacity:0;transform:translate(-100%);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}to{opacity:1;transform:translate(0)}}@keyframes fadeoutleft{0%{opacity:1;transform:translate(0);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}to{opacity:0;transform:translate(-100%)}}@keyframes fadeinright{0%{opacity:0;transform:translate(100%);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}to{opacity:1;transform:translate(0)}}@keyframes fadeoutright{0%{opacity:1;transform:translate(0);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}to{opacity:0;transform:translate(100%)}}@keyframes fadeinup{0%{opacity:0;transform:translateY(-100%);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}to{opacity:1;transform:translateY(0)}}@keyframes fadeoutup{0%{opacity:1;transform:translateY(0);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}to{opacity:0;transform:translateY(-100%)}}@keyframes fadeindown{0%{opacity:0;transform:translateY(100%);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}to{opacity:1;transform:translateY(0)}}@keyframes fadeoutdown{0%{opacity:1;transform:translateY(0);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}to{opacity:0;transform:translateY(100%)}}@keyframes width{0%{width:0}to{width:100%}}@keyframes flip{0%{transform:perspective(2000px) rotateX(-100deg)}to{transform:perspective(2000px) rotateX(0)}}@keyframes flipleft{0%{transform:perspective(2000px) rotateY(-100deg);opacity:0}to{transform:perspective(2000px) rotateY(0);opacity:1}}@keyframes flipright{0%{transform:perspective(2000px) rotateY(100deg);opacity:0}to{transform:perspective(2000px) rotateY(0);opacity:1}}@keyframes flipup{0%{transform:perspective(2000px) rotateX(-100deg);opacity:0}to{transform:perspective(2000px) rotateX(0);opacity:1}}@keyframes zoomin{0%{transform:scale3d(.3,.3,.3);opacity:0}50%{opacity:1}}@keyframes zoomindown{0%{transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);opacity:0}60%{transform:scale3d(.475,.475,.475) translate3d(0,60px,0);opacity:1}}@keyframes zoominleft{0%{transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);opacity:0}60%{transform:scale3d(.475,.475,.475) translate3d(10px,0,0);opacity:1}}}@font-face{font-family:primeicons;font-display:block;src:url("./media/primeicons-RSSEDYLY.eot");src:url("./media/primeicons-RSSEDYLY.eot?#iefix") format("embedded-opentype"),url("./media/primeicons-4GST5W3O.woff2") format("woff2"),url("./media/primeicons-P53SE5CV.woff") format("woff"),url("./media/primeicons-GEFHGEHP.ttf") format("truetype"),url("./media/primeicons-DHQU4SEP.svg?#primeicons") format("svg");font-weight:400;font-style:normal}.pi{font-family:primeicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi:before{--webkit-backface-visibility: hidden;backface-visibility:hidden}.pi-fw{width:1.28571429em;text-align:center}.pi-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@media (prefers-reduced-motion: reduce){.pi-spin{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pi-folder-plus:before{content:"\ea05"}.pi-receipt:before{content:"\ea06"}.pi-asterisk:before{content:"\ea07"}.pi-face-smile:before{content:"\ea08"}.pi-pinterest:before{content:"\ea09"}.pi-expand:before{content:"\ea0a"}.pi-pen-to-square:before{content:"\ea0b"}.pi-wave-pulse:before{content:"\ea0c"}.pi-turkish-lira:before{content:"\ea0d"}.pi-spinner-dotted:before{content:"\ea0e"}.pi-crown:before{content:"\ea0f"}.pi-pause-circle:before{content:"\ea10"}.pi-warehouse:before{content:"\ea11"}.pi-objects-column:before{content:"\ea12"}.pi-clipboard:before{content:"\ea13"}.pi-play-circle:before{content:"\ea14"}.pi-venus:before{content:"\ea15"}.pi-cart-minus:before{content:"\ea16"}.pi-file-plus:before{content:"\ea17"}.pi-microchip:before{content:"\ea18"}.pi-twitch:before{content:"\ea19"}.pi-building-columns:before{content:"\ea1a"}.pi-file-check:before{content:"\ea1b"}.pi-microchip-ai:before{content:"\ea1c"}.pi-trophy:before{content:"\ea1d"}.pi-barcode:before{content:"\ea1e"}.pi-file-arrow-up:before{content:"\ea1f"}.pi-mars:before{content:"\ea20"}.pi-tiktok:before{content:"\ea21"}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:"\ea22"}.pi-ethereum:before{content:"\ea23"}.pi-list-check:before{content:"\ea24"}.pi-thumbtack:before{content:"\ea25"}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:"\ea26"}.pi-equals:before{content:"\ea27"}.pi-lightbulb:before{content:"\ea28"}.pi-star-half:before{content:"\ea29"}.pi-address-book:before{content:"\ea2a"}.pi-chart-scatter:before{content:"\ea2b"}.pi-indian-rupee:before{content:"\ea2c"}.pi-star-half-fill:before{content:"\ea2d"}.pi-cart-arrow-down:before{content:"\ea2e"}.pi-calendar-clock:before{content:"\ea2f"}.pi-sort-up-fill:before{content:"\ea30"}.pi-sparkles:before{content:"\ea31"}.pi-bullseye:before{content:"\ea32"}.pi-sort-down-fill:before{content:"\ea33"}.pi-graduation-cap:before{content:"\ea34"}.pi-hammer:before{content:"\ea35"}.pi-bell-slash:before{content:"\ea36"}.pi-gauge:before{content:"\ea37"}.pi-shop:before{content:"\ea38"}.pi-headphones:before{content:"\ea39"}.pi-eraser:before{content:"\ea04"}.pi-stopwatch:before{content:"\ea01"}.pi-verified:before{content:"\ea02"}.pi-delete-left:before{content:"\ea03"}.pi-hourglass:before{content:"\e9fe"}.pi-truck:before{content:"\ea00"}.pi-wrench:before{content:"\e9ff"}.pi-microphone:before{content:"\e9fa"}.pi-megaphone:before{content:"\e9fb"}.pi-arrow-right-arrow-left:before{content:"\e9fc"}.pi-bitcoin:before{content:"\e9fd"}.pi-file-edit:before{content:"\e9f6"}.pi-language:before{content:"\e9f7"}.pi-file-export:before{content:"\e9f8"}.pi-file-import:before{content:"\e9f9"}.pi-file-word:before{content:"\e9f1"}.pi-gift:before{content:"\e9f2"}.pi-cart-plus:before{content:"\e9f3"}.pi-thumbs-down-fill:before{content:"\e9f4"}.pi-thumbs-up-fill:before{content:"\e9f5"}.pi-arrows-alt:before{content:"\e9f0"}.pi-calculator:before{content:"\e9ef"}.pi-sort-alt-slash:before{content:"\e9ee"}.pi-arrows-h:before{content:"\e9ec"}.pi-arrows-v:before{content:"\e9ed"}.pi-pound:before{content:"\e9eb"}.pi-prime:before{content:"\e9ea"}.pi-chart-pie:before{content:"\e9e9"}.pi-reddit:before{content:"\e9e8"}.pi-code:before{content:"\e9e7"}.pi-sync:before{content:"\e9e6"}.pi-shopping-bag:before{content:"\e9e5"}.pi-server:before{content:"\e9e4"}.pi-database:before{content:"\e9e3"}.pi-hashtag:before{content:"\e9e2"}.pi-bookmark-fill:before{content:"\e9df"}.pi-filter-fill:before{content:"\e9e0"}.pi-heart-fill:before{content:"\e9e1"}.pi-flag-fill:before{content:"\e9de"}.pi-circle:before{content:"\e9dc"}.pi-circle-fill:before{content:"\e9dd"}.pi-bolt:before{content:"\e9db"}.pi-history:before{content:"\e9da"}.pi-box:before{content:"\e9d9"}.pi-at:before{content:"\e9d8"}.pi-arrow-up-right:before{content:"\e9d4"}.pi-arrow-up-left:before{content:"\e9d5"}.pi-arrow-down-left:before{content:"\e9d6"}.pi-arrow-down-right:before{content:"\e9d7"}.pi-telegram:before{content:"\e9d3"}.pi-stop-circle:before{content:"\e9d2"}.pi-stop:before{content:"\e9d1"}.pi-whatsapp:before{content:"\e9d0"}.pi-building:before{content:"\e9cf"}.pi-qrcode:before{content:"\e9ce"}.pi-car:before{content:"\e9cd"}.pi-instagram:before{content:"\e9cc"}.pi-linkedin:before{content:"\e9cb"}.pi-send:before{content:"\e9ca"}.pi-slack:before{content:"\e9c9"}.pi-sun:before{content:"\e9c8"}.pi-moon:before{content:"\e9c7"}.pi-vimeo:before{content:"\e9c6"}.pi-youtube:before{content:"\e9c5"}.pi-flag:before{content:"\e9c4"}.pi-wallet:before{content:"\e9c3"}.pi-map:before{content:"\e9c2"}.pi-link:before{content:"\e9c1"}.pi-credit-card:before{content:"\e9bf"}.pi-discord:before{content:"\e9c0"}.pi-percentage:before{content:"\e9be"}.pi-euro:before{content:"\e9bd"}.pi-book:before{content:"\e9ba"}.pi-shield:before{content:"\e9b9"}.pi-paypal:before{content:"\e9bb"}.pi-amazon:before{content:"\e9bc"}.pi-phone:before{content:"\e9b8"}.pi-filter-slash:before{content:"\e9b7"}.pi-facebook:before{content:"\e9b4"}.pi-github:before{content:"\e9b5"}.pi-twitter:before{content:"\e9b6"}.pi-step-backward-alt:before{content:"\e9ac"}.pi-step-forward-alt:before{content:"\e9ad"}.pi-forward:before{content:"\e9ae"}.pi-backward:before{content:"\e9af"}.pi-fast-backward:before{content:"\e9b0"}.pi-fast-forward:before{content:"\e9b1"}.pi-pause:before{content:"\e9b2"}.pi-play:before{content:"\e9b3"}.pi-compass:before{content:"\e9ab"}.pi-id-card:before{content:"\e9aa"}.pi-ticket:before{content:"\e9a9"}.pi-file-o:before{content:"\e9a8"}.pi-reply:before{content:"\e9a7"}.pi-directions-alt:before{content:"\e9a5"}.pi-directions:before{content:"\e9a6"}.pi-thumbs-up:before{content:"\e9a3"}.pi-thumbs-down:before{content:"\e9a4"}.pi-sort-numeric-down-alt:before{content:"\e996"}.pi-sort-numeric-up-alt:before{content:"\e997"}.pi-sort-alpha-down-alt:before{content:"\e998"}.pi-sort-alpha-up-alt:before{content:"\e999"}.pi-sort-numeric-down:before{content:"\e99a"}.pi-sort-numeric-up:before{content:"\e99b"}.pi-sort-alpha-down:before{content:"\e99c"}.pi-sort-alpha-up:before{content:"\e99d"}.pi-sort-alt:before{content:"\e99e"}.pi-sort-amount-up:before{content:"\e99f"}.pi-sort-amount-down:before{content:"\e9a0"}.pi-sort-amount-down-alt:before{content:"\e9a1"}.pi-sort-amount-up-alt:before{content:"\e9a2"}.pi-palette:before{content:"\e995"}.pi-undo:before{content:"\e994"}.pi-desktop:before{content:"\e993"}.pi-sliders-v:before{content:"\e991"}.pi-sliders-h:before{content:"\e992"}.pi-search-plus:before{content:"\e98f"}.pi-search-minus:before{content:"\e990"}.pi-file-excel:before{content:"\e98e"}.pi-file-pdf:before{content:"\e98d"}.pi-check-square:before{content:"\e98c"}.pi-chart-line:before{content:"\e98b"}.pi-user-edit:before{content:"\e98a"}.pi-exclamation-circle:before{content:"\e989"}.pi-android:before{content:"\e985"}.pi-google:before{content:"\e986"}.pi-apple:before{content:"\e987"}.pi-microsoft:before{content:"\e988"}.pi-heart:before{content:"\e984"}.pi-mobile:before{content:"\e982"}.pi-tablet:before{content:"\e983"}.pi-key:before{content:"\e981"}.pi-shopping-cart:before{content:"\e980"}.pi-comments:before{content:"\e97e"}.pi-comment:before{content:"\e97f"}.pi-briefcase:before{content:"\e97d"}.pi-bell:before{content:"\e97c"}.pi-paperclip:before{content:"\e97b"}.pi-share-alt:before{content:"\e97a"}.pi-envelope:before{content:"\e979"}.pi-volume-down:before{content:"\e976"}.pi-volume-up:before{content:"\e977"}.pi-volume-off:before{content:"\e978"}.pi-eject:before{content:"\e975"}.pi-money-bill:before{content:"\e974"}.pi-images:before{content:"\e973"}.pi-image:before{content:"\e972"}.pi-sign-in:before{content:"\e970"}.pi-sign-out:before{content:"\e971"}.pi-wifi:before{content:"\e96f"}.pi-sitemap:before{content:"\e96e"}.pi-chart-bar:before{content:"\e96d"}.pi-camera:before{content:"\e96c"}.pi-dollar:before{content:"\e96b"}.pi-lock-open:before{content:"\e96a"}.pi-table:before{content:"\e969"}.pi-map-marker:before{content:"\e968"}.pi-list:before{content:"\e967"}.pi-eye-slash:before{content:"\e965"}.pi-eye:before{content:"\e966"}.pi-folder-open:before{content:"\e964"}.pi-folder:before{content:"\e963"}.pi-video:before{content:"\e962"}.pi-inbox:before{content:"\e961"}.pi-lock:before{content:"\e95f"}.pi-unlock:before{content:"\e960"}.pi-tags:before{content:"\e95d"}.pi-tag:before{content:"\e95e"}.pi-power-off:before{content:"\e95c"}.pi-save:before{content:"\e95b"}.pi-question-circle:before{content:"\e959"}.pi-question:before{content:"\e95a"}.pi-copy:before{content:"\e957"}.pi-file:before{content:"\e958"}.pi-clone:before{content:"\e955"}.pi-calendar-times:before{content:"\e952"}.pi-calendar-minus:before{content:"\e953"}.pi-calendar-plus:before{content:"\e954"}.pi-ellipsis-v:before{content:"\e950"}.pi-ellipsis-h:before{content:"\e951"}.pi-bookmark:before{content:"\e94e"}.pi-globe:before{content:"\e94f"}.pi-replay:before{content:"\e94d"}.pi-filter:before{content:"\e94c"}.pi-print:before{content:"\e94b"}.pi-align-right:before{content:"\e946"}.pi-align-left:before{content:"\e947"}.pi-align-center:before{content:"\e948"}.pi-align-justify:before{content:"\e949"}.pi-cog:before{content:"\e94a"}.pi-cloud-download:before{content:"\e943"}.pi-cloud-upload:before{content:"\e944"}.pi-cloud:before{content:"\e945"}.pi-pencil:before{content:"\e942"}.pi-users:before{content:"\e941"}.pi-clock:before{content:"\e940"}.pi-user-minus:before{content:"\e93e"}.pi-user-plus:before{content:"\e93f"}.pi-trash:before{content:"\e93d"}.pi-external-link:before{content:"\e93c"}.pi-window-maximize:before{content:"\e93b"}.pi-window-minimize:before{content:"\e93a"}.pi-refresh:before{content:"\e938"}.pi-user:before{content:"\e939"}.pi-exclamation-triangle:before{content:"\e922"}.pi-calendar:before{content:"\e927"}.pi-chevron-circle-left:before{content:"\e928"}.pi-chevron-circle-down:before{content:"\e929"}.pi-chevron-circle-right:before{content:"\e92a"}.pi-chevron-circle-up:before{content:"\e92b"}.pi-angle-double-down:before{content:"\e92c"}.pi-angle-double-left:before{content:"\e92d"}.pi-angle-double-right:before{content:"\e92e"}.pi-angle-double-up:before{content:"\e92f"}.pi-angle-down:before{content:"\e930"}.pi-angle-left:before{content:"\e931"}.pi-angle-right:before{content:"\e932"}.pi-angle-up:before{content:"\e933"}.pi-upload:before{content:"\e934"}.pi-download:before{content:"\e956"}.pi-ban:before{content:"\e935"}.pi-star-fill:before{content:"\e936"}.pi-star:before{content:"\e937"}.pi-chevron-left:before{content:"\e900"}.pi-chevron-right:before{content:"\e901"}.pi-chevron-down:before{content:"\e902"}.pi-chevron-up:before{content:"\e903"}.pi-caret-left:before{content:"\e904"}.pi-caret-right:before{content:"\e905"}.pi-caret-down:before{content:"\e906"}.pi-caret-up:before{content:"\e907"}.pi-search:before{content:"\e908"}.pi-check:before{content:"\e909"}.pi-check-circle:before{content:"\e90a"}.pi-times:before{content:"\e90b"}.pi-times-circle:before{content:"\e90c"}.pi-plus:before{content:"\e90d"}.pi-plus-circle:before{content:"\e90e"}.pi-minus:before{content:"\e90f"}.pi-minus-circle:before{content:"\e910"}.pi-circle-on:before{content:"\e911"}.pi-circle-off:before{content:"\e912"}.pi-sort-down:before{content:"\e913"}.pi-sort-up:before{content:"\e914"}.pi-sort:before{content:"\e915"}.pi-step-backward:before{content:"\e916"}.pi-step-forward:before{content:"\e917"}.pi-th-large:before{content:"\e918"}.pi-arrow-down:before{content:"\e919"}.pi-arrow-left:before{content:"\e91a"}.pi-arrow-right:before{content:"\e91b"}.pi-arrow-up:before{content:"\e91c"}.pi-bars:before{content:"\e91d"}.pi-arrow-circle-down:before{content:"\e91e"}.pi-arrow-circle-left:before{content:"\e91f"}.pi-arrow-circle-right:before{content:"\e920"}.pi-arrow-circle-up:before{content:"\e921"}.pi-info:before{content:"\e923"}.pi-info-circle:before{content:"\e924"}.pi-home:before{content:"\e925"}.pi-spinner:before{content:"\e926"}.clearfix:after{content:" ";display:block;clear:both}.card{background:#fff;border:solid 1px #dfe6ee;padding:1.5rem;margin-bottom:1em;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.card:last-child{margin-bottom:0}.card.card-w-title{padding-bottom:1em}.card .card-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.card .card-subtitle{color:#5f6061;font-weight:600;margin:-1rem 0 1rem}.p-toast.p-toast-top-right,.p-toast.p-toast-top-left,.p-toast.p-toast-top-center{top:180px}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,20px,0)}to{opacity:1;transform:none}}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}}@keyframes fadeinmask{0%{opacity:0}to{opacity:.8}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}.loader-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10;overflow:hidden;min-height:100%}.loader-wrapper .loader{display:block;position:relative;left:50%;top:50%;width:150px;height:150px;margin:-75px 0 0 -75px;border-radius:50%;border:3px solid transparent;border-top-color:#f5a72f;animation:spin 1.7s linear infinite;z-index:11}.loader-wrapper .loader:before{content:"";position:absolute;inset:5px;border-radius:50%;border:3px solid transparent;border-top-color:#0690dd;animation:spin-reverse .6s linear infinite}.loader-wrapper .loader:after{content:"";position:absolute;inset:15px;border-radius:50%;border:3px solid transparent;border-top-color:#fd5488;animation:spin 1s linear infinite}.loader-wrapper .loader-section{position:fixed;top:0;width:51%;height:100%;background:#222;z-index:10}.loader-wrapper .loader-section.section-left{left:0}.loader-wrapper .loader-section.section-right{right:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin-reverse{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}html{height:100%;font-size:14px}body{font-family:Sarabun,sans-serif;font-size:14px;color:#1b1c1e;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;min-height:100%;background-color:#3949ab;background-image:-webkit-gradient(linear,left top,right top,from(#3949ab),to(#1a237e));background-image:-webkit-linear-gradient(to right,#3949ab,#1a237e);background-image:-moz-linear-gradient(to right,#3949ab,#1a237e);background-image:-ms-linear-gradient(to right,#3949ab,#1a237e);background-image:-o-linear-gradient(to right,#3949ab,#1a237e);background-image:linear-gradient(to right,#3949ab,#1a237e);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#3949AB",endColorstr="#1A237E",gradientType="1")}body a{text-decoration:none}.layout-mask{display:none;background-color:#24262e;position:fixed;z-index:1000001;height:100%;width:100%;left:0;top:0;opacity:.9;animation-name:fadeinmask;animation-duration:.3s;opacity:.8;filter:alpha(opacity=80);cursor:pointer}.layout-wrapper{padding:25px 50px}.layout-wrapper .layout-content-wrapper{display:flex;flex-direction:column;justify-content:space-between;min-height:calc(100vh - 50px)}.layout-wrapper .layout-content{flex:1 1 0;padding:2em;background:#f2f2f2}.layout-wrapper .layout-menu-tooltip,.layout-wrapper .layout-mask{display:none}.layout-wrapper.layout-fullwidth{padding:25px 0}.layout-wrapper.layout-fullwidth .layout-topbar,.layout-wrapper.layout-fullwidth .layout-menu-container{padding:0 15px}.layout-wrapper.layout-fullwidth .layout-footer{padding:35px 50px}.layout-wrapper.layout-fullwidth.layout-menu-overlay .overlay-menu-button{top:100px}.layout-wrapper.layout-fullwidth.layout-menu-overlay .layout-actionbar{padding-left:100px}@media screen and (max-width: 991px){body .layout-wrapper{padding:5px 15px}body.blocked-scroll{overflow:hidden}}.layout-topbar{margin-bottom:25px}.layout-topbar:after{content:"";display:table;clear:both}.layout-topbar .layout-topbar-logo{display:inline-block;padding:1em 0;cursor:pointer}.layout-topbar .layout-topbar-logo .logo{height:37px}.layout-topbar .layout-menu-button{display:none;width:45px;color:#ffffffb8;float:right;margin-top:14px;text-align:center}.layout-topbar .layout-menu-button i{line-height:inherit;font-size:28px}.layout-topbar ul{list-style-type:none}.layout-topbar .layout-topbar-menu{float:right;padding:0}.layout-topbar .layout-topbar-menu>li{margin-left:10px;display:inline-block;vertical-align:bottom}.layout-topbar .layout-topbar-menu>li.layout-topbar-item{background-color:#fff3;border-radius:24px;height:44px;overflow:hidden}.layout-topbar .layout-topbar-menu>li.layout-topbar-item a{display:inline-block;width:44px;line-height:44px;text-align:center;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;-moz-transition:background-color .3s;-o-transition:background-color .3s;-webkit-transition:background-color .3s;transition:background-color .3s}.layout-topbar .layout-topbar-menu>li.layout-topbar-item a:first-child i{padding-bottom:4px;vertical-align:middle}.layout-topbar .layout-topbar-menu>li.layout-topbar-item a:hover{background-color:#fff3}.layout-topbar .layout-topbar-menu>li.layout-topbar-item a:hover+.layout-quickmenu-tooltip{display:block}.layout-topbar .layout-topbar-menu>li.layout-topbar-item a .topbar-icon{color:#ffffffb8;font-size:1.5em}.layout-topbar .layout-topbar-menu>li.layout-topbar-item a.layout-topbar-text{color:#ffffffb8}.layout-topbar .layout-topbar-menu>li.layout-topbar-item .layout-quickmenu-tooltip{display:none;padding:0 5px;position:absolute;line-height:1;z-index:999;margin-left:-22px;-moz-transition:.3s;-o-transition:.3s;-webkit-transition:.3s;transition:.3s}.layout-topbar .layout-topbar-menu>li.layout-topbar-item .layout-quickmenu-tooltip .layout-quickmenu-tooltip-text{padding:6px 8px;font-weight:600;background-color:#313842;color:#fff;min-width:75px;white-space:nowrap;text-align:center;-webkit-box-shadow:0 3px 6px 0 rgba(0,0,0,.16);-moz-box-shadow:0 3px 6px 0 rgba(0,0,0,.16);box-shadow:0 3px 6px #00000029}.layout-topbar .layout-topbar-menu>li.layout-topbar-item .layout-quickmenu-tooltip .layout-quickmenu-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;top:0;left:50%;margin-top:-5px;margin-left:-5px;border-width:0 5px 5px 5px;border-bottom-color:#313842}.layout-topbar .layout-topbar-menu>li.layout-topbar-item>ul{float:left;max-width:0px;padding:0;-moz-transition:max-width .3s cubic-bezier(.86,0,.07,1);-o-transition:max-width .3s cubic-bezier(.86,0,.07,1);-webkit-transition:max-width .3s cubic-bezier(.86,0,.07,1);transition:max-width .3s cubic-bezier(.86,0,.07,1)}.layout-topbar .layout-topbar-menu>li.layout-topbar-item>ul>li{display:inline-block;visibility:hidden;-moz-transition:visibility .1s;-o-transition:visibility .1s;-webkit-transition:visibility .1s;transition:visibility .1s}.layout-topbar .layout-topbar-menu>li.layout-topbar-item ul a{-moz-transition:background-color .3s;-o-transition:background-color .3s;-webkit-transition:background-color .3s;transition:background-color .3s}.layout-topbar .layout-topbar-menu>li.layout-topbar-item ul a:hover .topbar-icon{font-weight:700}.layout-topbar .layout-topbar-menu>li.layout-topbar-item ul a:hover.layout-topbar-text{font-weight:700}.layout-topbar .layout-topbar-menu>li.layout-topbar-item.topbar-search{max-width:500px}.layout-topbar .layout-topbar-menu>li.layout-topbar-item.topbar-search .layout-topbar-icon{float:right}.layout-topbar .layout-topbar-menu>li.layout-topbar-item.topbar-search input{display:block;background-color:transparent;color:#ffffffb8;padding-top:12px;padding-bottom:12px;line-height:20px;text-indent:15px;border:none;outline:none;float:left;-moz-transition:max-width .3s cubic-bezier(.86,0,.07,1);-o-transition:max-width .3s cubic-bezier(.86,0,.07,1);-webkit-transition:max-width .3s cubic-bezier(.86,0,.07,1);transition:max-width .3s cubic-bezier(.86,0,.07,1)}.layout-topbar .layout-topbar-menu>li.layout-topbar-item.topbar-search input::-webkit-input-placeholder{color:#ffffffb8}.layout-topbar .layout-topbar-menu>li.layout-topbar-item.topbar-search input:-moz-placeholder{color:#ffffffb8}.layout-topbar .layout-topbar-menu>li.layout-topbar-item.topbar-search input::-moz-placeholder{color:#ffffffb8}.layout-topbar .layout-topbar-menu>li.layout-topbar-item.topbar-search input:-ms-input-placeholder{color:#ffffffb8}.layout-topbar .layout-topbar-menu>li.layout-topbar-item.active-topmenuitem ul{max-width:500px}.layout-topbar .layout-topbar-menu>li.layout-topbar-item.active-topmenuitem ul li{transition-delay:.2s;visibility:visible}.layout-topbar .layout-topbar-menu>li.user-profile>a{width:auto}.layout-topbar .layout-topbar-menu>li.user-profile>a>img{width:44px;height:44px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.layout-topbar .layout-topbar-menu>li.user-profile>a .user-profile-info{text-align:left;display:inline-block;margin-right:10px;margin-left:14px;vertical-align:top;font-size:16px;color:#ffffffb8}.layout-topbar .layout-topbar-menu>li.user-profile>a .user-profile-info:after{content:"";display:table;clear:both}.layout-topbar .layout-topbar-menu>li.user-profile>a .user-profile-info .user-profile-name{display:block;font-weight:700}.layout-topbar .layout-topbar-menu>li.user-profile>a .user-profile-info .user-profile-role{display:block;opacity:.72}.layout-topbar .layout-topbar-menu>li.user-profile>ul{display:none;position:absolute;z-index:1000;top:90px;right:50px;min-width:250px;background-color:#fff;list-style-type:none;margin:0;padding:0;border-radius:2px;animation-duration:.3s;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.3);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.3);box-shadow:0 2px 4px #0000004d}.layout-topbar .layout-topbar-menu>li.user-profile>ul:before,.layout-topbar .layout-topbar-menu>li.user-profile>ul:after{bottom:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;left:227px}.layout-topbar .layout-topbar-menu>li.user-profile>ul:before{border-width:10px;margin-left:-10px}.layout-topbar .layout-topbar-menu>li.user-profile>ul:after{border-bottom-color:#fff;border-width:9px;margin-left:-9px}.layout-topbar .layout-topbar-menu>li.user-profile>ul>li{margin:0}.layout-topbar .layout-topbar-menu>li.user-profile>ul>li:after{content:"";display:table;clear:both}.layout-topbar .layout-topbar-menu>li.user-profile>ul>li.profile-detail{background-color:#f9fafc;padding:8px}.layout-topbar .layout-topbar-menu>li.user-profile>ul>li.profile-detail .user-profile-info{float:left;width:100%}.layout-topbar .layout-topbar-menu>li.user-profile>ul>li.profile-detail .user-profile-info img{float:left;width:44px;height:44px;line-height:44px;text-align:center;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.layout-topbar .layout-topbar-menu>li.user-profile>ul>li.profile-detail .user-profile-info .profile-info{margin-top:4px;margin-left:8px;float:left}.layout-topbar .layout-topbar-menu>li.user-profile>ul>li.profile-detail .user-profile-info .profile-info .user-profile-name{display:block;color:#646a74;font-weight:700}.layout-topbar .layout-topbar-menu>li.user-profile>ul>li.profile-detail .user-profile-info .profile-info .user-profile-role{color:#313842}.layout-topbar .layout-topbar-menu>li.user-profile>ul>li.profile-detail .user-profile-info .profile-detail-icon{float:right;padding:0;margin-top:12px}.layout-topbar .layout-topbar-menu>li.user-profile>ul>li.profile-detail .user-profile-info .profile-detail-icon i{font-size:18px}.layout-topbar .layout-topbar-menu>li.user-profile>ul>li>a{padding:10px;text-align:left;display:block;width:100%;color:#313842;position:relative;-moz-transition:background-color .3s;-o-transition:background-color .3s;-webkit-transition:background-color .3s;transition:background-color .3s;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.layout-topbar .layout-topbar-menu>li.user-profile>ul>li>a:after{content:"";display:table;clear:both}.layout-topbar .layout-topbar-menu>li.user-profile>ul>li>a>i{float:left;margin-top:12px;margin-right:8px;font-size:1.25em}.layout-topbar .layout-topbar-menu>li.user-profile>ul>li>a>i.right-icon{margin-right:0;float:right;font-size:1.25em;color:#9ba8b8}.layout-topbar .layout-topbar-menu>li.user-profile>ul>li>a .menu-text{margin-left:5px;display:inline-block}.layout-topbar .layout-topbar-menu>li.user-profile>ul>li>a .menu-text .menu-title{display:block;color:#313842;font-weight:700}.layout-topbar .layout-topbar-menu>li.user-profile>ul>li>a .menu-text .menu-subtitle{color:#313842;font-weight:500;font-size:12px}.layout-topbar .layout-topbar-menu>li.user-profile>ul>li>a .menu-text .menu-subtitle .blue{display:inline-block;color:#457fca}.layout-topbar .layout-topbar-menu>li.user-profile>ul>li>a:hover{background-color:#c5cae9}.layout-topbar .layout-topbar-menu>li.user-profile>ul>li:nth-child(2) i{color:#00bcd4}.layout-topbar .layout-topbar-menu>li.user-profile>ul>li:nth-child(3) i{color:#f8c336}.layout-topbar .layout-topbar-menu>li.user-profile>ul>li:nth-child(4) i{color:#a054e5}.layout-topbar .layout-topbar-menu>li.user-profile>ul>li:nth-child(5) i{color:#12aeee}.layout-topbar .layout-topbar-menu>li.user-profile.active-topmenuitem>ul{display:block}@media screen and (max-width: 991px){.layout-topbar .layout-menu-button{display:block}.layout-topbar .layout-topbar-menu{width:100%;float:left}.layout-topbar .layout-topbar-menu li{margin-left:8px;float:right}.layout-topbar .layout-topbar-menu li:last-child{margin-left:0}.layout-topbar .layout-topbar-menu li.user-profile .profile-link.user-profile-info{display:none}.layout-topbar .layout-topbar-menu li.user-profile ul{width:250px;top:160px;right:15px}.layout-topbar .layout-topbar-menu li.user-profile ul li{width:100%}.layout-topbar .layout-topbar-menu li.user-profile a img{width:30px;height:30px}.layout-topbar .layout-topbar-menu li:first-of-type{margin-left:0}.layout-topbar .layout-topbar-menu li.layout-topbar-item{float:left;height:30px}.layout-topbar .layout-topbar-menu li.layout-topbar-item a{font-size:.7rem;width:30px;height:30px;line-height:30px}.layout-topbar .layout-topbar-menu li.layout-topbar-item.topbar-search{max-width:250px}.layout-topbar .layout-topbar-menu li.layout-topbar-item.topbar-search input{max-width:0px;display:none;margin-left:-2px;padding-top:6px;padding-bottom:6px}.layout-topbar .layout-topbar-menu li.layout-topbar-item.topbar-search.active-topmenuitem input{display:block;max-width:150px;width:105px}}.layout-wrapper .layout-menu-container{list-style-type:none;padding:0;margin:0}.layout-wrapper .overlay-menu-button{display:none;top:105px;left:30px;position:absolute;z-index:1011;width:45px;height:45px;border:solid 5px transparent;background-color:#fff;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;cursor:pointer}.layout-wrapper .overlay-menu-button .overlay-menu-button-bars{position:absolute;height:100%;width:100%}.layout-wrapper .overlay-menu-button .overlay-menu-button-bars span{width:25px;height:4px;position:relative;top:2px;left:5px;margin:5px 0}.layout-wrapper .overlay-menu-button .overlay-menu-button-bars span:nth-child(1){transition-delay:.3s}.layout-wrapper .overlay-menu-button .overlay-menu-button-bars span:nth-child(2){transition-delay:.4s}.layout-wrapper .overlay-menu-button .overlay-menu-button-bars span:nth-child(3){transition-delay:.45s}.layout-wrapper .overlay-menu-button .overlay-menu-button-times{position:absolute;height:100%;width:100%;transform:rotate(45deg)}.layout-wrapper .overlay-menu-button .overlay-menu-button-times span:nth-child(1){height:0%;width:4px;position:absolute;top:10%;left:16px;transition-delay:0s}.layout-wrapper .overlay-menu-button .overlay-menu-button-times span:nth-child(2){width:0%;height:4px;position:absolute;left:10%;top:16px;transition-delay:.01s}.layout-wrapper .overlay-menu-button span{display:block;background:#1a237e;border-radius:2px;-moz-transition:ease-in-out .1s;-o-transition:ease-in-out .1s;-webkit-transition:ease-in-out .1s;transition:ease-in-out .1s}.layout-wrapper .layout-menu{margin:0 0 -3px;padding:0;list-style-type:none}.layout-wrapper .layout-menu li{margin:.5em 0 0}.layout-wrapper .layout-menu li a{display:block;position:relative;padding:.5em;cursor:pointer;-webkit-user-select:none;user-select:none;color:#313842;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-transition:background-color .3s;-o-transition:background-color .3s;-webkit-transition:background-color .3s;transition:background-color .3s}.layout-wrapper .layout-menu li a .layout-menuitem-text{display:inline-block}.layout-wrapper .layout-menu li a .layout-menuitem-icon{margin-right:.5em}.layout-wrapper .layout-menu li a .layout-submenu-toggler{position:absolute;right:4px;vertical-align:bottom;font-size:16px;-moz-transition:transform .3s;-o-transition:transform .3s;-webkit-transition:transform .3s;transition:transform .3s}.layout-wrapper .layout-menu li a.rotated-icon .layout-menuitem-icon{transform:rotate(90deg)}.layout-wrapper .layout-menu li a:hover{background-color:#c5cae9}.layout-wrapper .layout-menu li.active-menuitem>a{color:#1a237e}.layout-wrapper .layout-menu li.active-menuitem>a .layout-submenu-toggler{-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-o-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.layout-wrapper .layout-menu li ul{list-style-type:none;margin:0;padding:0;overflow:hidden}@media screen and (min-width: 992px){.layout-wrapper.layout-menu-horizontal .layout-menu>li{display:inline-block;width:auto;padding:0;position:relative;text-transform:uppercase;margin:0 .2em 0 0}.layout-wrapper.layout-menu-horizontal .layout-menu>li>a{padding:.8em 1em;font-weight:700;margin-bottom:-3px;color:#ffffffb8;background-color:#fff3;-moz-transition:background-color .3s;-o-transition:background-color .3s;-webkit-transition:background-color .3s;transition:background-color .3s;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-radius:3px 3px 0 0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0}.layout-wrapper.layout-menu-horizontal .layout-menu>li>a .layout-menuitem-text{letter-spacing:.5px;font-size:15px}.layout-wrapper.layout-menu-horizontal .layout-menu>li>a .layout-menuitem-icon{margin-right:.5em}.layout-wrapper.layout-menu-horizontal .layout-menu>li>a .layout-submenu-toggler{position:static;margin-left:.4em;font-size:15px}.layout-wrapper.layout-menu-horizontal .layout-menu>li>ul{position:absolute;min-width:200px;overflow:auto;max-height:450px;padding:0 .5em .5em;z-index:999;margin-top:3px;background-color:#fff;text-transform:capitalize;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.3);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.3);box-shadow:0 2px 4px #0000004d}.layout-wrapper.layout-menu-horizontal .layout-menu>li>ul li a{padding-left:.5em}.layout-wrapper.layout-menu-horizontal .layout-menu>li>ul li li a{padding-left:1.5em}.layout-wrapper.layout-menu-horizontal .layout-menu>li>ul li li li a{padding-left:3em}.layout-wrapper.layout-menu-horizontal .layout-menu>li>ul li li li li a{padding-left:4.5em}.layout-wrapper.layout-menu-horizontal .layout-menu>li>ul li li li li li a{padding-left:6em}.layout-wrapper.layout-menu-horizontal .layout-menu>li>ul li li li li li li a{padding-left:7.5em}.layout-wrapper.layout-menu-horizontal .layout-menu>li.active-rootmenuitem>a,.layout-wrapper.layout-menu-horizontal .layout-menu>li:hover>a{color:#fff;background-color:#ffffff4d}.layout-wrapper.layout-menu-horizontal .layout-menu>li.active-rootmenuitem>a .layout-submenu-toggler,.layout-wrapper.layout-menu-horizontal .layout-menu>li:hover>a .layout-submenu-toggler{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0)}.layout-wrapper.layout-menu-horizontal .layout-menu>li.active-menuitem>a{color:#1b1c1e;background-color:#fff}.layout-wrapper.layout-menu-horizontal .layout-menu>li.active-menuitem>a .layout-submenu-toggler{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0)}.layout-wrapper.layout-menu-horizontal .layout-menu>li.active-menuitem.active-rootmenuitem>a .layout-submenu-toggler{-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-o-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.layout-wrapper.layout-menu-overlay .overlay-menu-button{display:block;-moz-transition:background-color .3s;-o-transition:background-color .3s;-webkit-transition:background-color .3s;transition:background-color .3s}.layout-wrapper.layout-menu-overlay .overlay-menu-button:hover{background-color:#c5cae9}.layout-wrapper.layout-menu-overlay .layout-menu-wrapper{display:none;position:absolute;z-index:999;min-width:250px;background-color:#fff;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.3);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.3);box-shadow:0 2px 4px #0000004d;top:124px;animation-duration:.5s}.layout-wrapper.layout-menu-overlay.layout-menu-overlay-active .overlay-menu-button .overlay-menu-button-bars span{width:0%}.layout-wrapper.layout-menu-overlay.layout-menu-overlay-active .overlay-menu-button .overlay-menu-button-bars span:nth-child(1){transition-delay:0s}.layout-wrapper.layout-menu-overlay.layout-menu-overlay-active .overlay-menu-button .overlay-menu-button-bars span:nth-child(2){transition-delay:.125s}.layout-wrapper.layout-menu-overlay.layout-menu-overlay-active .overlay-menu-button .overlay-menu-button-bars span:nth-child(3){transition-delay:.25s}.layout-wrapper.layout-menu-overlay.layout-menu-overlay-active .overlay-menu-button .overlay-menu-button-times span:nth-child(1){height:80%;transition-delay:.425s}.layout-wrapper.layout-menu-overlay.layout-menu-overlay-active .overlay-menu-button .overlay-menu-button-times span:nth-child(2){width:80%;transition-delay:.375s}.layout-wrapper.layout-menu-overlay.layout-menu-overlay-active .layout-menu-wrapper{display:block}.layout-wrapper.layout-menu-overlay .layout-menu{padding:1.45em 1em}.layout-wrapper.layout-menu-overlay .layout-menu li a{padding-left:.5em}.layout-wrapper.layout-menu-overlay .layout-menu li li a{padding-left:1.5em}.layout-wrapper.layout-menu-overlay .layout-menu li li li a{padding-left:3em}.layout-wrapper.layout-menu-overlay .layout-menu li li li li a{padding-left:4.5em}.layout-wrapper.layout-menu-overlay .layout-menu li li li li li a{padding-left:6em}.layout-wrapper.layout-menu-overlay .layout-menu li li li li li li a{padding-left:7.5em}}@media screen and (max-width: 991px){.layout-wrapper.layout-fullwidth .layout-menu-container{width:100%}.layout-wrapper .layout-menu-container{position:absolute;width:calc(100% - 30px);top:85px;display:none;z-index:10000000;background-color:#24262e;padding:1em;overflow:auto;max-height:calc(100% - 85px)}.layout-wrapper .layout-menu>li{margin-bottom:.5em;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#fff3}.layout-wrapper .layout-menu>li>a{padding:1em;text-transform:uppercase;letter-spacing:.5;font-weight:700;color:#ffffffb8}.layout-wrapper .layout-menu>li>a:hover{background-color:#fff6}.layout-wrapper .layout-menu>li.active-menuitem,.layout-wrapper .layout-menu>li.active-rootmenuitem{background-color:#fff}.layout-wrapper .layout-menu>li.active-menuitem>a,.layout-wrapper .layout-menu>li.active-rootmenuitem>a{color:#1b1c1e}.layout-wrapper .layout-menu>li.active-menuitem>ul:last-child,.layout-wrapper .layout-menu>li.active-rootmenuitem>ul:last-child{padding-bottom:.5em}.layout-wrapper .layout-menu>li a .layout-submenu-toggler{right:1em}.layout-wrapper .layout-menu>li li a{padding-left:2em}.layout-wrapper .layout-menu>li li li a{padding-left:3em}.layout-wrapper .layout-menu>li li li li a{padding-left:4em}.layout-wrapper .layout-menu>li li li li li a{padding-left:5em}.layout-wrapper .layout-menu>li li li li li li a{padding-left:6em}.layout-wrapper .layout-menu>li li li li li li li a{padding-left:7em}.layout-wrapper.layout-mobile-active.layout-menu-horizontal .layout-menu>li.active-menuitem:not(.active-rootmenuitem){background-color:#fff3}.layout-wrapper.layout-mobile-active.layout-menu-horizontal .layout-menu>li.active-menuitem:not(.active-rootmenuitem)>a{color:#ffffffb8}.layout-wrapper.layout-mobile-active.layout-menu-horizontal .layout-menu>li.active-menuitem:not(.active-rootmenuitem)>a .layout-submenu-toggler{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0)}.layout-wrapper.layout-mobile-active .layout-menu-container,.layout-wrapper.layout-mobile-active .layout-mask{display:block}}.layout-actionbar{display:flex;align-items:center;justify-content:space-between;background-color:#fff;padding:10px 25px;position:relative;box-shadow:0 3px 6px #00000029}.layout-actionbar .layout-breadcrumb{color:#5f6061}.layout-actionbar .layout-actions{padding:0}.layout-actionbar .layout-actions ul{padding:0;margin:0;list-style:none;display:inline-block}.layout-actionbar .layout-actions ul>li{display:inline-block}.layout-actionbar .layout-actions ul>li>button{position:relative;margin-left:5px;background-color:#f8f9fa;color:#757575;font-size:15px;width:36px;height:36px;cursor:pointer;border:1px solid #ffffff;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;-moz-transition:background-color .3s;-o-transition:background-color .3s;-webkit-transition:background-color .3s;transition:background-color .3s}.layout-actionbar .layout-actions ul>li>button .icon{position:absolute;top:50%;left:50%;width:16px;margin-top:-.5em;margin-left:-.5em;font-size:1.25em}.layout-actionbar .layout-actions ul>li>button:hover{background-color:#e9ecef}.layout-content{padding:2em;background:#f2f2f2}.layout-footer{text-align:left;padding:35px 0;color:#ffffffb3}.layout-footer span{font-size:16px;font-weight:700;text-align:left;color:#ffffffb3;display:block}.layout-footer span.logo{color:#ffffffb3;font-size:25px}.layout-footer ul{padding:0 23px;color:#ffffffb3;text-align:left}.layout-footer ul li a{margin:8px 0;display:block;color:#ffffffb3;-moz-transition:color .3s;-o-transition:color .3s;-webkit-transition:color .3s;transition:color .3s}.layout-footer ul li a:hover{color:#fff}.layout-footer ul.social{padding:0 8px}.layout-footer ul.social li{display:inline-block}.layout-footer ul.social li .icon-link .icon{color:#ffffffb3;font-size:22px;margin-right:18px}.layout-footer ul.social li .icon-link .icon:hover{color:#fff}.layout-footer ul.social li:last-child .icon{margin-right:0}@media screen and (max-width: 991px){.layout-footer span,.layout-footer p{text-align:center}.layout-footer .templates{margin:auto;justify-content:center}.layout-footer .links{margin:auto}.layout-footer .links{margin-top:15px}.layout-footer .social{padding:0}}.dashboard .overview-box{text-align:center;position:relative;margin-right:5px;margin-bottom:5px;margin-top:1em;color:#fff;border:solid 1px #dfe6ee;border-radius:3px}.dashboard .overview-box .overview-box-icon{width:45px;line-height:40px;height:45px;font-size:24px;margin:-24px auto auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.dashboard .overview-box .overview-box-icon i{font-size:1em}.dashboard .overview-box .overview-box-title{padding:8px;font-size:18px;letter-spacing:.23px}.dashboard .overview-box .overview-box-value{padding:8px;font-size:30px;letter-spacing:1px}.dashboard .overview-box .overview-box-status{padding:8px;font-size:14px}.dashboard .overview-box.box-sales{background-image:linear-gradient(to right,#f8c737,#f4a22e)}.dashboard .overview-box.box-sales .overview-box-icon{background-color:#f4a52f;border:solid 1.4px #ffd1a5}.dashboard .overview-box.box-views{background-image:linear-gradient(to right,#12aeee,#0080d4)}.dashboard .overview-box.box-views .overview-box-icon{background-color:#0183d6;border:solid 1.4px #96dbf7}.dashboard .overview-box.box-users{background-image:linear-gradient(to right,#fe7b94,#fd4a85)}.dashboard .overview-box.box-users .overview-box-icon{background-color:#fe5288;border:solid 1.4px #f4cfdb}.dashboard .overview-box.box-checkins{margin-right:0;background-image:linear-gradient(to right,#bc74f8,#9042db)}.dashboard .overview-box.box-checkins .overview-box-icon{padding:5px 7px;line-height:30px;background-color:#9346dd;border:solid 1.4px #dac2ef}.dashboard .donut{height:100%}.dashboard .donut .donut-chart{position:relative;width:200px;height:200px;margin:4em auto 2rem;border-radius:100%;overflow:hidden}.dashboard .donut .donut-chart .center{text-align:center;position:absolute;inset:0;margin:auto;padding:20% 0 0;line-height:35px;width:130px;height:130px;z-index:998;font-size:20px;color:#313842;background:#fff;border-radius:50%}.dashboard .donut .donut-chart .center span{display:block;color:#8091a5;font-size:14px;margin-top:-10px}.dashboard .donut .donut-chart .portion-block{position:absolute;clip:rect(0px,200px,200px,100px);height:100%;width:100%;border-radius:50%}.dashboard .donut .donut-chart p{position:absolute;z-index:998;color:#fff}.dashboard .donut .donut-chart p:nth-child(1){top:75px;left:169px}.dashboard .donut .donut-chart p:nth-child(2){top:150px;left:123px}.dashboard .donut .donut-chart p:nth-child(3){top:143px;left:40px}.dashboard .donut .donut-chart p:nth-child(4){top:92px;left:8px}.dashboard .donut .donut-chart .circle{position:absolute;clip:rect(0px,100px,200px,0px);height:100%;width:100%;font-size:14px;border-radius:50%}.dashboard .donut .donut-chart .part1{transform:rotate(0)}.dashboard .donut .donut-chart .part1 .circle{background-color:#f8c336;animation:first 1s 1 forwards}.dashboard .donut .donut-chart .part2{transform:rotate(140deg)}.dashboard .donut .donut-chart .part2 .circle{background-color:#3cd6e7;animation:second .5s 1 forwards 1s}.dashboard .donut .donut-chart .part3{transform:rotate(170deg)}.dashboard .donut .donut-chart .part3 .circle{background-color:#a054e5;animation:third .7s 1 forwards 1.5s}.dashboard .donut .donut-chart .part4{transform:rotate(250deg)}.dashboard .donut .donut-chart .part4 .circle{background-color:#12aeee;animation:forth .4s 1 forwards 2.2s}.dashboard .donut .donut-chart .part5{transform:rotate(270deg)}.dashboard .donut .donut-chart .part5 .circle{background-color:#dfe6ee;animation:fifth .5s 1 forwards 2.6s}.dashboard .donut .donut-chart-titles{text-align:center}.dashboard .donut .donut-chart-titles .title{display:inline-block;margin-right:15px}.dashboard .donut .donut-chart-titles .title .color-code{margin-right:7px;margin-top:18px;width:18px;height:8px;border-radius:4px;float:left}.dashboard .donut .donut-chart-titles .title p{float:left;font-size:12px}.dashboard .donut .donut-chart-titles .title.detail1 .color-code{background-color:#12aeee}.dashboard .donut .donut-chart-titles .title.detail2 .color-code{background-color:#a054e5}.dashboard .donut .donut-chart-titles .title.detail3 .color-code{background-color:#3cd6e7}.dashboard .donut .donut-chart-titles .title.detail4 .color-code{background-color:#f8c336}.dashboard .progress-card{height:100%}.dashboard .progress-card p{font-size:13px;color:#657587;margin-bottom:25px}.dashboard .progress-card .progressbars ul{padding:0}.dashboard .progress-card .progressbars ul li{list-style:none;margin-bottom:15px}.dashboard .progress-card .progressbars ul li label{width:25%}.dashboard .progress-card .progressbars .progressbar{margin:auto 10px;height:10px;padding:0;width:65%;background-color:#eaf0f6;border-radius:5px}.dashboard .progress-card .progressbars .progressbar .progress{height:10px;background-image:linear-gradient(to right,#3949ab,#263172);border-radius:5px}.dashboard .progress-card .month-buttons{margin-top:35px;margin-bottom:15px}.dashboard .progress-card .month-buttons:after{content:"";display:table;clear:both}.dashboard .progress-card .month-buttons a{text-decoration:none;cursor:pointer;font-weight:500}.dashboard .progress-card .month-buttons a:nth-child(1){float:left}.dashboard .progress-card .month-buttons a:nth-child(2){float:right}.dashboard .statistics{padding:0;position:relative;height:100%}.dashboard .statistics ul{padding:0}.dashboard .statistics ul li{padding:10px;color:#1b1c1e;list-style:none;border-bottom:solid 1px #dfe6ee}.dashboard .statistics ul li:after{content:"";display:table;clear:both}.dashboard .statistics ul img{width:45px;height:45px;vertical-align:middle;display:inline-block}.dashboard .statistics ul .car-box{margin-left:1em;display:inline-block;vertical-align:middle}.dashboard .statistics ul .car-box .car-info{display:block;font-weight:500;margin-bottom:7px}.dashboard .statistics ul .car-box .car-id{color:#657587;font-size:12px}.dashboard .statistics ul .percentage{float:right;margin-left:1em;font-size:12px;font-weight:700;color:#16b807}.dashboard .statistics img{width:100%}.dashboard .chart canvas{padding:0}.dashboard .chat{padding:0}.dashboard .chat h5{padding:1em 1em 0}.dashboard .chat ul{padding:0 1em 1em;margin:0;list-style-type:none;border-bottom:solid 1px #dfe6ee}.dashboard .chat ul li .col-fixed{width:48px}.dashboard .chat ul li img{width:42px}.dashboard .chat ul li .chat-profile-info{margin-bottom:7px}.dashboard .chat ul li .chat-profile-info .chat-profile{font-weight:500;margin-right:7px}.dashboard .chat ul li .chat-profile-info .chat-profile-job{padding:3px 5px;background-color:#eaf0f6;color:#525e6c;border-radius:5px}.dashboard .chat ul li .chat-message{position:relative;margin-bottom:5px;padding:8px;background-color:#fff;border:1px solid #ebebef;-moz-border-radius:solid 1px 3px;-webkit-border-radius:solid 1px 3px;border-radius:solid 1px 3px}.dashboard .chat ul li .message-time{float:right;color:#657587;font-size:12px}.dashboard .chat .new-message{padding:0}.dashboard .chat .new-message input{width:100%;padding:13px 13px 15px;outline:0 none;color:#5f6061;font-family:Sarabun,sans-serif;font-size:14px;transition-duration:.3s;border:none}.dashboard .chat .new-message input:hover{background-color:#fff;transition-duration:.3s}.dashboard .chat .new-message input:active,.dashboard .chat .new-message input:focus{background-color:#fff;outline:-webkit-focus-ring-color auto 1px}.dashboard .chat .new-message button{padding:7px;height:100%;margin-right:1px;background-color:#dfe6ee;border:solid 1px #dfe6ee}.dashboard .chat .new-message button:first-of-type{margin-right:1px}.dashboard .chat .new-message button:last-of-type{margin-right:0}.dashboard .chat .new-message button:hover{background-color:#b0bac4;border-color:#b0bac4}.dashboard .chat .new-message button i{color:#657587;padding:5px;font-size:17px}.dashboard .tasks{color:#252529;height:100%}.dashboard .tasks:after{content:"";display:table;clear:both}.dashboard .tasks ul{list-style:none;padding:0}.dashboard .tasks ul li{vertical-align:middle;padding:15px 0;border-bottom:solid 1px #dfe6ee}.dashboard .tasks ul li:last-of-type{border:none;padding:15px 0 0}.dashboard .tasks ul li .p-checkbox{margin-right:7px}.dashboard .tasks .task-badge-open,.dashboard .tasks .task-badge-closed{float:right;font-weight:700}.dashboard .tasks .task-badge-open i,.dashboard .tasks .task-badge-closed i{vertical-align:center;margin-left:7px}.dashboard .tasks .task-badge-open{color:#1c70e4}.dashboard .tasks .task-badge-closed{color:#e73c3c}.dashboard .resolution-center{height:100%}.dashboard .resolution-center:after{content:"";display:table;clear:both}.dashboard .resolution-center .p-inputgroup,.dashboard .resolution-center textarea{margin-bottom:1em}.dashboard .resolution-center .p-inputtext{width:100%}.dashboard .resolution-center span{padding:6px 7px}.dashboard .resolution-center span .pi-user{font-size:14px}.dashboard .resolution-center .resolution-button-bar{margin-top:10px}.dashboard .resolution-center .resolution-button-bar a{float:right;cursor:pointer;padding:5px 0;background:none;border:none}.dashboard .team{padding:0;height:100%}.dashboard .team h5{padding:15px 15px 0}.dashboard .team ul{padding:0}.dashboard .team ul li{padding:13px 13px 13px 15px;color:#1b1c1e;list-style:none;border-bottom:solid 1px #dfe6ee}.dashboard .team ul li:after{content:"";display:table;clear:both}.dashboard .team ul img{width:45px;height:45px;vertical-align:middle;display:inline-block}.dashboard .team ul .team-box{margin-left:1em;display:inline-block;vertical-align:middle}.dashboard .team ul .team-box .team-member{display:block;font-weight:500;margin-bottom:7px}.dashboard .team ul .team-box .team-member .team-member-status{position:absolute;margin-left:-24px;height:15px;width:15px;background-color:#16b807;border:solid 2px #ffffff;border-radius:100%}.dashboard .team ul .team-box .team-member-job{padding:3px 5px;background-color:#eaf0f6;color:#525e6c;border-radius:5px;border:solid 1px #dfe6ee}.dashboard .team ul button{float:right;margin-left:1em;margin-top:6px}.dashboard .team .all-members-link{padding:18px;margin-top:-14px;width:100%;text-align:center;cursor:pointer;transition-duration:.3s}.dashboard .team .all-members-link:hover{background-color:#c5cae9;transition-duration:.3s}.dashboard .timeline{padding-bottom:6px}.dashboard .timeline ul{padding:0;margin:0;list-style-type:none;position:relative}.dashboard .timeline ul:before{content:" ";display:inline-block;position:absolute;margin-top:7px;left:16px;width:3px;height:100%;z-index:400;background:linear-gradient(to bottom,#263172,#3949ab)}.dashboard .timeline ul li .col-fixed{z-index:500;width:48px}.dashboard .timeline ul li .col-fixed .timeline-icon{z-index:700;text-align:center;background-color:#fff;border:solid 1px #dfe6ee;border-radius:50%}.dashboard .timeline ul li .col-fixed .timeline-icon i{font-size:17px}.dashboard .timeline ul li:nth-child(1) .timeline-icon{padding:9px}.dashboard .timeline ul li:nth-child(1) .timeline-icon i{color:#e73c3c}.dashboard .timeline ul li:nth-child(2) .timeline-icon{padding:7px}.dashboard .timeline ul li:nth-child(2) .timeline-icon i{color:#fd4a85}.dashboard .timeline ul li:nth-child(3) .timeline-icon{padding:9px}.dashboard .timeline ul li:nth-child(3) .timeline-icon i{color:#e73c3c}.dashboard .timeline ul li:nth-child(4) .timeline-icon{padding:8px}.dashboard .timeline ul li:nth-child(4) .timeline-icon i{color:#f4a22e}.dashboard .timeline ul li:nth-child(5) .timeline-icon{padding:8px}.dashboard .timeline ul li:nth-child(5) .timeline-icon i{color:#2fc5b3}.dashboard .timeline ul li .time-line-event .timeline-event-title{padding:3px 7px;background-color:#eaf0f6;color:#525e6c;border-radius:5px}.dashboard .timeline ul li .time-line-event .timeline-event-message{position:relative;padding:8px;margin-bottom:5px;background-color:#fff;border:1px solid #ebebef;-moz-border-radius:solid 1px 3px;-webkit-border-radius:solid 1px 3px;border-radius:solid 1px 3px}.dashboard .timeline ul li .timeline-event-time{float:right;color:#657587;font-size:12px}.dashboard .weather{padding:0;height:100%}.dashboard .weather h5{padding:1em 1em 0}.dashboard .weather .weather-wrapper{width:100%;padding-top:140px;margin-bottom:-15px;background-size:cover}.dashboard .weather .weather-wrapper .weather-days{background-color:#ffffffbf}.dashboard .weather .weather-wrapper .weather-days .city{padding:10px 16px;font-weight:700;font-size:16px}.dashboard .weather .weather-wrapper .weather-days .weather-today{padding:0 16px;font-size:16px}.dashboard .weather .weather-wrapper .weather-days .weather-today:after{content:"";display:table;clear:both}.dashboard .weather .weather-wrapper .weather-days .weather-today .today{float:left}.dashboard .weather .weather-wrapper .weather-days .weather-today img{float:right;padding:3px 0;width:60px}.dashboard .weather .weather-wrapper .weather-days ul{padding:20px 0;list-style:none;text-align:center}.dashboard .weather .weather-wrapper .weather-days ul li{width:15%;display:inline-block;text-align:center}.dashboard .weather .weather-wrapper .weather-days ul li:after{content:"";display:table;clear:both}.dashboard .weather .weather-wrapper .weather-days ul li div{display:block}.dashboard .weather .weather-wrapper .weather-days ul li div.day{font-size:16px}.dashboard .weather .weather-wrapper .weather-days ul li div.weather-info{font-size:14px}.dashboard .weather .weather-wrapper .weather-days ul li div.weather-info .weather-type{font-weight:500}.dashboard .weather .change-city-link{width:100%;padding:20px;text-align:center;cursor:pointer;transition-duration:.3s}.dashboard .weather .change-city-link:hover{background-color:#c5cae9;transition-duration:.3s}.dashboard .user-card{padding:0;height:100%}.dashboard .user-card .user-card-header{height:120px;overflow:hidden}.dashboard .user-card .user-card-header img{width:100%;height:100%}.dashboard .user-card .user-card-content img{margin:-45px 0 0 25px;border-radius:100%}.dashboard .user-card .user-card-content .p-button{float:right;width:36px;height:36px;margin:-18px 24px 0 0;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.dashboard .user-card .user-card-content .user-card-name{top:-70px;font-size:16px;margin-left:115px;color:#fff;position:relative;font-weight:700;width:150px}.dashboard .user-card .user-card-content .user-card-status{top:-55px;margin-left:115px;color:#313842;position:relative;white-space:nowrap;width:150px}.dashboard .user-card .user-card-content .user-detail{padding:0 15px 15px;color:#313842;margin-top:-30px}.dashboard .user-card .user-card-content .user-detail ul{padding:0;list-style:none;border:solid 1px #dfe6ee}.dashboard .user-card .user-card-content .user-detail ul li{padding:10px;border-bottom:solid 1px #dfe6ee}.dashboard .user-card .user-card-content .user-detail ul li:last-of-type{border-bottom:none}.dashboard .user-card .user-card-content .user-detail ul li .value{font-weight:700;float:right}.dashboard .user-card .user-card-content .user-detail ul li:hover{background-color:#dfe6ee}h1,h2,h3,h4,h5,h6{margin:1.5rem 0 1rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}mark{background:#fff8e1;padding:.25rem .4rem;border-radius:3px;font-family:monospace}blockquote{margin:1rem 0;padding:0 2rem;border-left:4px solid #90a4ae}hr{border-top:solid #dee2e6;border-width:1px 0 0 0;margin:1rem 0}p{margin:0 0 1rem;line-height:1.5}p:last-child{margin-bottom:0}.widget-overview-box{text-align:center;position:relative;margin-right:5px;margin-bottom:5px;margin-top:1em;color:#fff;border:solid 1px #dfe6ee;border-radius:3px}.widget-overview-box .overview-box-icon{width:45px;line-height:40px;height:45px;font-size:24px;margin:-24px auto auto;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.widget-overview-box .overview-box-icon i{font-size:1em}.widget-overview-box .overview-box-title{padding:8px;font-size:18px;letter-spacing:.23px}.widget-overview-box .overview-box-value{padding:8px;font-size:30px;letter-spacing:1px}.widget-overview-box .overview-box-status{padding:8px;font-size:14px}.widget-overview-box.box-sales{background-image:linear-gradient(to right,#f8c737,#f4a22e)}.widget-overview-box.box-sales .overview-box-icon{background-color:#f4a52f;border:solid 1.4px #ffd1a5}.widget-overview-box.box-views{background-image:linear-gradient(to right,#12aeee,#0080d4)}.widget-overview-box.box-views .overview-box-icon{background-color:#0183d6;border:solid 1.4px #96dbf7}.widget-overview-box.box-users{background-image:linear-gradient(to right,#fe7b94,#fd4a85)}.widget-overview-box.box-users .overview-box-icon{background-color:#fe5288;border:solid 1.4px #f4cfdb}.widget-overview-box.box-checkins{margin-right:0;background-image:linear-gradient(to right,#bc74f8,#9042db)}.widget-overview-box.box-checkins .overview-box-icon{padding:5px 7px;line-height:30px;background-color:#9346dd;border:solid 1.4px #dac2ef}.widget-timeline{padding-bottom:6px}.widget-timeline ul{padding:0;margin:0;list-style-type:none;position:relative}.widget-timeline ul:before{content:" ";display:inline-block;position:absolute;margin-top:7px;left:16px;width:3px;height:100%;z-index:400;background:linear-gradient(to bottom,#263172,#3949ab)}.widget-timeline ul li .col-fixed{z-index:500;width:48px}.widget-timeline ul li .col-fixed .timeline-icon{z-index:700;text-align:center;background-color:#fff;border:solid 1px #dfe6ee;border-radius:50%}.widget-timeline ul li .col-fixed .timeline-icon i{font-size:17px}.widget-timeline ul li:nth-child(1) .timeline-icon{padding:9px}.widget-timeline ul li:nth-child(1) .timeline-icon i{color:#e73c3c}.widget-timeline ul li:nth-child(2) .timeline-icon{padding:7px}.widget-timeline ul li:nth-child(2) .timeline-icon i{color:#fd4a85}.widget-timeline ul li:nth-child(3) .timeline-icon{padding:9px}.widget-timeline ul li:nth-child(3) .timeline-icon i{color:#e73c3c}.widget-timeline ul li:nth-child(4) .timeline-icon{padding:8px}.widget-timeline ul li:nth-child(4) .timeline-icon i{color:#f4a22e}.widget-timeline ul li:nth-child(5) .timeline-icon{padding:8px}.widget-timeline ul li:nth-child(5) .timeline-icon i{color:#2fc5b3}.widget-timeline ul li .time-line-event .timeline-event-title{padding:3px 7px;background-color:#eaf0f6;color:#525e6c;border-radius:5px}.widget-timeline ul li .time-line-event .timeline-event-message{position:relative;padding:8px;margin-bottom:5px;background-color:#fff;border:1px solid #ebebef;-moz-border-radius:solid 1px 3px;-webkit-border-radius:solid 1px 3px;border-radius:solid 1px 3px}.widget-timeline ul li .timeline-event-time{float:right;color:#657587;font-size:12px}.widget-chat{padding:0}.widget-chat h5{padding:1em 1em 0}.widget-chat ul{padding:0 1em 1em;margin:0;list-style-type:none;border-bottom:solid 1px #dfe6ee}.widget-chat ul li .col-fixed{width:48px}.widget-chat ul li img{width:42px}.widget-chat ul li .chat-profile-info{margin-bottom:7px}.widget-chat ul li .chat-profile-info .chat-profile{font-weight:500;margin-right:7px}.widget-chat ul li .chat-profile-info .chat-profile-job{padding:3px 5px;background-color:#eaf0f6;color:#525e6c;border-radius:5px}.widget-chat ul li .chat-message{position:relative;margin-bottom:5px;padding:8px;background-color:#fff;border:1px solid #ebebef;-moz-border-radius:solid 1px 3px;-webkit-border-radius:solid 1px 3px;border-radius:solid 1px 3px}.widget-chat ul li .message-time{float:right;color:#657587;font-size:12px}.widget-chat .new-message{padding:0}.widget-chat .new-message input{width:100%;padding:13px 13px 15px;outline:0 none;color:#5f6061;font-family:Sarabun,sans-serif;font-size:14px;transition-duration:.3s;border:none}.widget-chat .new-message input:hover{background-color:#fff;transition-duration:.3s}.widget-chat .new-message input:active,.widget-chat .new-message input:focus{background-color:#fff;outline:-webkit-focus-ring-color auto 1px}.widget-chat .new-message button{padding:7px;height:100%;margin-right:1px;background-color:#dfe6ee;border:solid 1px #dfe6ee}.widget-chat .new-message button:first-of-type{margin-right:1px}.widget-chat .new-message button:last-of-type{margin-right:0}.widget-chat .new-message button:hover{background-color:#b0bac4;border-color:#b0bac4}.widget-chat .new-message button i{color:#657587;padding:5px;font-size:17px}.widget-donut{height:100%}.widget-donut .donut-chart{position:relative;width:200px;height:200px;margin:4em auto 2rem;border-radius:100%;overflow:hidden}.widget-donut .donut-chart .center{text-align:center;position:absolute;inset:0;margin:auto;padding:20% 0 0;line-height:35px;width:130px;height:130px;z-index:998;font-size:20px;color:#313842;background:#fff;border-radius:50%}.widget-donut .donut-chart .center span{display:block;color:#8091a5;font-size:14px;margin-top:-10px}.widget-donut .donut-chart .portion-block{position:absolute;clip:rect(0px,200px,200px,100px);height:100%;width:100%;border-radius:50%}.widget-donut .donut-chart p{position:absolute;z-index:998;color:#fff}.widget-donut .donut-chart p:nth-child(1){top:75px;left:169px}.widget-donut .donut-chart p:nth-child(2){top:150px;left:123px}.widget-donut .donut-chart p:nth-child(3){top:143px;left:40px}.widget-donut .donut-chart p:nth-child(4){top:92px;left:8px}.widget-donut .donut-chart .circle{position:absolute;clip:rect(0px,100px,200px,0px);height:100%;width:100%;font-size:14px;border-radius:50%}.widget-donut .donut-chart .part1{transform:rotate(0)}.widget-donut .donut-chart .part1 .circle{background-color:#f8c336;animation:first 1s 1 forwards}.widget-donut .donut-chart .part2{transform:rotate(140deg)}.widget-donut .donut-chart .part2 .circle{background-color:#3cd6e7;animation:second .5s 1 forwards 1s}.widget-donut .donut-chart .part3{transform:rotate(170deg)}.widget-donut .donut-chart .part3 .circle{background-color:#a054e5;animation:third .7s 1 forwards 1.5s}.widget-donut .donut-chart .part4{transform:rotate(250deg)}.widget-donut .donut-chart .part4 .circle{background-color:#12aeee;animation:forth .4s 1 forwards 2.2s}.widget-donut .donut-chart .part5{transform:rotate(270deg)}.widget-donut .donut-chart .part5 .circle{background-color:#dfe6ee;animation:fifth .5s 1 forwards 2.6s}@keyframes first{0%{transform:rotate(0)}to{transform:rotate(140deg)}}@keyframes second{0%{transform:rotate(0)}to{transform:rotate(30deg)}}@keyframes third{0%{transform:rotate(0)}to{transform:rotate(80deg)}}@keyframes forth{0%{transform:rotate(0)}to{transform:rotate(20deg)}}@keyframes fifth{0%{transform:rotate(0)}to{transform:rotate(90deg)}}.widget-donut .donut-chart-titles{text-align:center}.widget-donut .donut-chart-titles .title{display:inline-block;margin-right:15px}.widget-donut .donut-chart-titles .title .color-code{margin-right:7px;margin-top:18px;width:18px;height:8px;border-radius:4px;float:left}.widget-donut .donut-chart-titles .title p{float:left;font-size:12px}.widget-donut .donut-chart-titles .title.detail1 .color-code{background-color:#12aeee}.widget-donut .donut-chart-titles .title.detail2 .color-code{background-color:#a054e5}.widget-donut .donut-chart-titles .title.detail3 .color-code{background-color:#3cd6e7}.widget-donut .donut-chart-titles .title.detail4 .color-code{background-color:#f8c336}.widget-progress-card{height:100%}.widget-progress-card p{font-size:13px;color:#657587;margin-bottom:25px}.widget-progress-card .progressbars ul{padding:0}.widget-progress-card .progressbars ul li{list-style:none;margin-bottom:15px}.widget-progress-card .progressbars ul li label{width:25%}.widget-progress-card .progressbars .progressbar{margin:auto 10px;height:10px;padding:0;width:65%;background-color:#eaf0f6;border-radius:5px}.widget-progress-card .progressbars .progressbar .progress{height:10px;background-image:linear-gradient(to right,#3949ab,#263172);border-radius:5px}.widget-progress-card .month-buttons{margin-top:35px;margin-bottom:15px}.widget-progress-card .month-buttons:after{content:"";display:table;clear:both}.widget-progress-card .month-buttons a{text-decoration:none;cursor:pointer;font-weight:500}.widget-progress-card .month-buttons a:nth-child(1){float:left}.widget-progress-card .month-buttons a:nth-child(2){float:right}.widget-statistics{padding:0;position:relative;height:100%}.widget-statistics ul{padding:0}.widget-statistics ul li{padding:10px;color:#1b1c1e;list-style:none;border-bottom:solid 1px #dfe6ee}.widget-statistics ul li:after{content:"";display:table;clear:both}.widget-statistics ul img{width:45px;height:45px;vertical-align:middle;display:inline-block}.widget-statistics ul .car-box{margin-left:1em;display:inline-block;vertical-align:middle}.widget-statistics ul .car-box .car-info{display:block;font-weight:500;margin-bottom:7px}.widget-statistics ul .car-box .car-id{color:#657587;font-size:12px}.widget-statistics ul .percentage{float:right;margin-left:1em;font-size:12px;font-weight:700;color:#16b807}.widget-statistics img{width:100%}.widget-resolution-center{height:100%}.widget-resolution-center:after{content:"";display:table;clear:both}.widget-resolution-center .p-inputgroup,.widget-resolution-center textarea{margin-bottom:1em}.widget-resolution-center .p-inputtext{width:100%}.widget-resolution-center span{padding:6px 7px}.widget-resolution-center span .pi-user{font-size:14px}.widget-resolution-center .resolution-button-bar{margin-top:10px}.widget-resolution-center .resolution-button-bar a{float:right;cursor:pointer;padding:5px 0;background:none;border:none}.widget-team{padding:0;height:100%}.widget-team h5{padding:15px 15px 0}.widget-team ul{padding:0}.widget-team ul li{padding:13px 13px 13px 15px;color:#1b1c1e;list-style:none;border-bottom:solid 1px #dfe6ee}.widget-team ul li:after{content:"";display:table;clear:both}.widget-team ul img{width:45px;height:45px;vertical-align:middle;display:inline-block}.widget-team ul .team-box{margin-left:1em;display:inline-block;vertical-align:middle}.widget-team ul .team-box .team-member{display:block;font-weight:500;margin-bottom:7px}.widget-team ul .team-box .team-member .team-member-status{position:absolute;margin-left:-24px;height:15px;width:15px;background-color:#16b807;border:solid 2px #ffffff;border-radius:100%}.widget-team ul .team-box .team-member-job{padding:3px 5px;background-color:#eaf0f6;color:#525e6c;border-radius:5px;border:solid 1px #dfe6ee}.widget-team ul button{float:right;margin-left:1em;margin-top:6px}.widget-team .all-members-link{padding:18px;margin-top:-14px;width:100%;text-align:center;cursor:pointer;transition-duration:.3s}.widget-team .all-members-link:hover{background-color:#c5cae9;transition-duration:.3s}.widget-user-card{padding:0;height:100%}.widget-user-card .user-card-header{height:120px;overflow:hidden}.widget-user-card .user-card-header img{width:100%;height:100%}.widget-user-card .user-card-content img{margin:-45px 0 0 25px;border-radius:100%}.widget-user-card .user-card-content .p-button{float:right;width:36px;height:36px;margin:-18px 24px 0 0;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.widget-user-card .user-card-content .user-card-name{top:-70px;font-size:16px;margin-left:115px;color:#fff;position:relative;font-weight:700;width:150px}.widget-user-card .user-card-content .user-card-status{top:-55px;margin-left:115px;color:#313842;position:relative;white-space:nowrap;width:150px}.widget-user-card .user-card-content .user-detail{padding:0 15px 15px;color:#313842;margin-top:-30px}.widget-user-card .user-card-content .user-detail ul{padding:0;list-style:none;border:solid 1px #dfe6ee}.widget-user-card .user-card-content .user-detail ul li{padding:10px;border-bottom:solid 1px #dfe6ee}.widget-user-card .user-card-content .user-detail ul li:last-of-type{border-bottom:none}.widget-user-card .user-card-content .user-detail ul li .value{font-weight:700;float:right}.widget-user-card .user-card-content .user-detail ul li:hover{background-color:#dfe6ee}:root{--blue-50: #f3f8ff;--blue-100: #c5dcff;--blue-200: #97c1fe;--blue-300: #69a5fe;--blue-400: #3b8afd;--blue-500: #0d6efd;--blue-600: #0b5ed7;--blue-700: #094db1;--blue-800: #073d8b;--blue-900: #052c65;--green-50: #f4f9f6;--green-100: #c8e2d6;--green-200: #9ccbb5;--green-300: #70b595;--green-400: #459e74;--green-500: #198754;--green-600: #157347;--green-700: #125f3b;--green-800: #0e4a2e;--green-900: #0a3622;--yellow-50: #fffcf3;--yellow-100: #fff0c3;--yellow-200: #ffe494;--yellow-300: #ffd965;--yellow-400: #ffcd36;--yellow-500: #ffc107;--yellow-600: #d9a406;--yellow-700: #b38705;--yellow-800: #8c6a04;--yellow-900: #664d03;--cyan-50: #f3fcfe;--cyan-100: #c5f2fb;--cyan-200: #97e8f9;--cyan-300: #69def6;--cyan-400: #3bd4f3;--cyan-500: #0dcaf0;--cyan-600: #0baccc;--cyan-700: #098da8;--cyan-800: #076f84;--cyan-900: #055160;--pink-50: #fdf5f9;--pink-100: #f5cee1;--pink-200: #eda7ca;--pink-300: #e681b3;--pink-400: #de5a9b;--pink-500: #d63384;--pink-600: #b62b70;--pink-700: #96245c;--pink-800: #761c49;--pink-900: #561435;--indigo-50: #f7f3fe;--indigo-100: #dac6fc;--indigo-200: #bd98f9;--indigo-300: #a06bf7;--indigo-400: #833df4;--indigo-500: #6610f2;--indigo-600: #570ece;--indigo-700: #470ba9;--indigo-800: #380985;--indigo-900: #290661;--teal-50: #f4fcfa;--teal-100: #c9f2e6;--teal-200: #9fe8d2;--teal-300: #75debf;--teal-400: #4ad3ab;--teal-500: #20c997;--teal-600: #1bab80;--teal-700: #168d6a;--teal-800: #126f53;--teal-900: #0d503c;--orange-50: #fff9f3;--orange-100: #ffe0c7;--orange-200: #fec89a;--orange-300: #feaf6d;--orange-400: #fd9741;--orange-500: #fd7e14;--orange-600: #d76b11;--orange-700: #b1580e;--orange-800: #8b450b;--orange-900: #653208;--bluegray-50: #f8f9fb;--bluegray-100: #e0e4ea;--bluegray-200: #c7ced9;--bluegray-300: #aeb9c8;--bluegray-400: #95a3b8;--bluegray-500: #7c8ea7;--bluegray-600: #69798e;--bluegray-700: #576375;--bluegray-800: #444e5c;--bluegray-900: #323943;--purple-50: #f8f6fc;--purple-100: #dcd2f0;--purple-200: #c1aee4;--purple-300: #a68ad9;--purple-400: #8a66cd;--purple-500: #6f42c1;--purple-600: #5e38a4;--purple-700: #4e2e87;--purple-800: #3d246a;--purple-900: #2c1a4d}@font-face{font-family:icomoon;src:url("./media/icomoon-LQRUOT3W.eot?dh9n8t");src:url("./media/icomoon-LQRUOT3W.eot?dh9n8t#iefix") format("embedded-opentype"),url("./media/icomoon-W5ZOGOKQ.ttf?dh9n8t") format("truetype"),url("./media/icomoon-TCJPHLM2.woff?dh9n8t") format("woff"),url("./media/icomoon-D57NF2XC.svg?dh9n8t#icomoon") format("svg");font-weight:400;font-style:normal}[class^=ico-],[class*=" ico-"]{font-family:icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ico-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em;color:#ff582b!important}.ico-lg{font-size:1.3333333333em}.ico-stack-1x,.ico-stack-2x{left:0;position:absolute;text-align:center;width:100%}.ico-stack-1x{line-height:inherit;color:#fff}.ico-stack-2x{font-size:2em!important}.ico-tools:before{content:"\e819"}.ico-edit:before{content:"\e809"}.ico-edit-square:before{content:"\e901"}.ico-question:before{content:"\e900"}.ico-circle:before{content:"\e902"}.layout-topbar .layout-topbar-menu>li.layout-topbar-toolbox{background-color:#fff3;border-radius:24px;height:44px;overflow:hidden}.layout-topbar .layout-topbar-menu>li.layout-topbar-toolbox .toolbox-ico{display:inline-block;width:44px;line-height:44px;text-align:center;border-radius:50%;transition:background-color .3s}.layout-topbar .layout-topbar-menu>li.layout-topbar-toolbox .toolbox-ico:hover{background-color:#fff3}.layout-topbar .layout-topbar-menu>li.layout-topbar-toolbox .toolbox-ico:first-child i{padding-bottom:4px;vertical-align:middle}.layout-topbar .layout-topbar-menu>li.layout-topbar-toolbox .toolbox-ico .topbar-icon{color:#ffffffb8;font-size:1.5em}.layout-topbar .layout-topbar-menu>li.layout-topbar-toolbox>ul{display:none;position:absolute;z-index:1000;top:100px;right:50px;animation-duration:.3s}.layout-topbar .layout-topbar-menu>li.layout-topbar-toolbox.active-topmenuitem>ul{display:block}@media screen and (max-width: 991px){.layout-topbar .layout-topbar-menu li.layout-topbar-toolbox{float:left;height:30px}.layout-topbar .layout-topbar-menu li.layout-topbar-toolbox a.toolbox-ico{font-size:.7rem;width:30px!important;height:30px;line-height:30px!important}}.dnd-drag-start{-moz-transform:scale(.8);-webkit-transform:scale(.8);transform:scale(.8);opacity:.7;border:2px dashed #000}.dnd-drag-enter{opacity:.7;border:2px dashed #000}.dnd-drag-over{border:2px dashed #000}.dnd-sortable-drag{-moz-transform:scale(.9);-webkit-transform:scale(.9);transform:scale(.9);opacity:.7;border:1px dashed #000}.sg-mask{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;pointer-events:none;background-color:#0006;z-index:999}.sg-action{cursor:pointer;position:relative}.sg-action .dropdown-toggle:after{display:none}#droplist-toolbox{display:none}.toolbox{transition:all .3s ease;width:587px;max-width:587px;max-height:420px;min-height:400px;padding:0;border-radius:8px;background:#fff}.toolbox:before{left:61.5%}.toolbox.active{transform:translate(-63%,21px)}.toolbox ul{padding:0;margin:0}.toolbox ul li a span{width:100%}.toolbox-list,.toolbox-global ul,.toolbox-local ul,.own-toolbox-list{padding:10px 20px;list-style:none;max-height:400px;min-height:400px;overflow:auto;outline:none}.toolbox-list:after,.toolbox-global ul:after,.toolbox-local ul:after,.own-toolbox-list:after{content:"";display:table;clear:both}.toolbox-list li,.toolbox-global ul li,.toolbox-local ul li,.own-toolbox-list li{width:114px;height:104px;float:left;text-align:center;padding:5px 7px;position:relative}.toolbox-list li .ico-cross,.toolbox-global ul li .ico-cross,.toolbox-local ul li .ico-cross,.own-toolbox-list li .ico-cross{position:absolute!important;top:0;right:10px;background:#fff;border:3px solid #ff582b;display:inline-block;width:20px;height:20px;border-radius:50%}.toolbox-list li .ico-cross:before,.toolbox-global ul li .ico-cross:before,.toolbox-local ul li .ico-cross:before,.toolbox-list li .ico-cross:after,.toolbox-global ul li .ico-cross:after,.toolbox-local ul li .ico-cross:after,.own-toolbox-list li .ico-cross:before,.own-toolbox-list li .ico-cross:after{content:"";width:3px;height:10px;display:block;position:absolute;background:#ff582b;top:2px;right:5px;transform-origin:50% 50%}.toolbox-list li .ico-cross:before,.toolbox-global ul li .ico-cross:before,.toolbox-local ul li .ico-cross:before,.own-toolbox-list li .ico-cross:before{transform:rotate(-45deg)}.toolbox-list li .ico-cross:after,.toolbox-global ul li .ico-cross:after,.toolbox-local ul li .ico-cross:after,.own-toolbox-list li .ico-cross:after{transform:rotate(45deg)}.toolbox-list img,.toolbox-global ul img,.toolbox-local ul img,.own-toolbox-list img{display:inline-block;border-radius:10px;border:3px solid transparent;width:70px;height:70px;transition:all .3s ease}.toolbox-list a,.toolbox-global ul a,.toolbox-local ul a,.toolbox-list span,.toolbox-global ul span,.toolbox-local ul span,.own-toolbox-list a,.own-toolbox-list span{display:block}.toolbox-list a:hover img,.toolbox-global ul a:hover img,.toolbox-local ul a:hover img,.own-toolbox-list a:hover img{border-color:#c8c8c8e6}.toolbox-list a,.toolbox-global ul a,.toolbox-local ul a,.own-toolbox-list a{font-size:14px;text-decoration:none;color:#000}.toolbox-edit{background:#fff;font-size:12px;color:#000;text-transform:uppercase;text-align:center;line-height:1;display:block;padding:10px;text-decoration:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.toolbox-edit [class^=ico-],.toolbox-edit [class*=ico-]{margin-left:3px}.toolbox-edit:hover,.toolbox-edit:active,.toolbox-edit:focus{color:#000;background:#fff!important}.toolbox-global ul,.toolbox-local ul{padding:0;background:none;overflow-y:auto}.toolbox-global ul li,.toolbox-local ul li{padding-top:5px;padding-bottom:5px}.toolbox-global ul li span,.toolbox-local ul li span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.toolbox-global span.toolbox-title,.toolbox-local span.toolbox-title{background:#51646e;font-size:12px;color:#fff;text-transform:uppercase;line-height:1;display:block;padding:10px;text-align:left}.mytoolbox{position:fixed;inset:0;background:#00000080;z-index:9999;opacity:0;visibility:hidden;transition:all .3s ease}.mytoolbox.is-active{opacity:1;visibility:visible}.mytoolbox-wrapper{background:#f2f2f2;position:absolute;inset:0;padding:60px 30px;overflow:auto}.mytoolbox-title{font-size:18px;font-weight:bolder;text-transform:uppercase;line-height:1;display:inline-block;padding-left:30px;padding-bottom:30px;text-align:left}.mytoolbox-title [class^=ico-],.mytoolbox-title [class*=ico-]{font-size:16px;margin-right:14px}.mytoolbox-holder{display:flex;border-top:1px solid rgba(81,100,110,.5)}.mytoolbox-tab,.mytoolbox-tools{flex:1}.mytoolbox-tab{position:relative;border-left:1px solid rgba(81,100,110,.5)}.mytoolbox-tab:before{content:"";display:block;width:31px;height:23px;position:absolute;top:55%;right:-18px;background:#0000 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAXCAMAAADEI2RmAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAIpQTFRFU1NTU1NTAAAAU1NT////////////U1NTU1NT////////////////////////////////////////////////////////////U1NTU1NT////////////U1NT////////U1NTU1NT////////////////////////////////////////////////EXAoJwAAAC50Uk5TpNMA/34DCNLoLScjL0UQE0kzJmAbPCkGad+SEg14cQuHd1BZH4jPegmbGLwuQ5/p41wAAACwSURBVHicfZLZEsIgDEVDEKt1X+uudV////cEgpUZkuahw/ScITcAgFLgCvkCHaph6rlWzXqugRPA9c9aJDAtQq6230eJHHPFC9VcHS90RY69zEXoixzZCBE3XgCR48ALQ5HjyAkwFjlOfIep/T1jOWWEuT1WyDleLOikl/azWqccN9v/heldkXDcHyKhPKbvxkRCeeLe1flyJXy7p/tTOfp4Mvl+c8Lrzc1X8U9YfAFQygnkRgrYXgAAAABJRU5ErkJggg==) no-repeat scroll 0 0}.mytoolbox-tab-header{display:flex}.mytoolbox-tab-header .mytoolbox-sub-tab{flex:1;background:#f2f2f2;padding:20px 0;text-align:center;color:#000;text-decoration:none}.mytoolbox-tab-header .mytoolbox-sub-tab.is-active{background:#d9d9d9}.mytoolbox-tab-content{background:#d9d9d9;min-height:415px;padding:15px 5px;display:none}.mytoolbox-tab-content.is-active{display:block}.mytoolbox-tools{padding:0 26px}.mytoolbox-tools-header{text-align:center;padding:20px 0 0}.mytoolbox-tools-header h3{font-size:.94rem;text-transform:uppercase;line-height:normal}.mytoolbox-tools-header p{font-size:12px}.dockbar-ready .mytoolbox-wrapper{top:126px}.dockbar-ready.fixed-header .mytoolbox-wrapper{top:73px}.mytoolbox-footer{padding-top:45px;padding-right:40px;text-align:right}.mytoolbox-header{display:block;text-align:left}.mytoolbox-header a{height:46px;line-height:46px!important;width:130px;display:inline-block;vertical-align:middle;background:#fff;color:#59707c;font-size:16px;font-weight:bolder;text-transform:uppercase;text-align:center;border-radius:3px;float:right}.mytoolbox-header a.mytoolbox-header-save{background:linear-gradient(90deg,#137bb7,#00448a);color:#fff;margin-left:8px;text-decoration:none}.mytoolbox-header a.mytoolbox-header-save:not([href]):not([tabindex]){color:#fff!important}.mytoolbox-header a:not([href]):not([tabindex]){color:#59707c!important}.toolbox-global-sp-act{float:right;margin-right:8px;width:45px}.toolbox-list::-webkit-scrollbar,.toolbox-global ul::-webkit-scrollbar,.toolbox-local ul::-webkit-scrollbar,.own-toolbox-list::-webkit-scrollbar,.mytoolbox-tab-content ul::-webkit-scrollbar{width:5px}.toolbox-list::-webkit-scrollbar-thumb,.toolbox-global ul::-webkit-scrollbar-thumb,.toolbox-local ul::-webkit-scrollbar-thumb,.own-toolbox-list::-webkit-scrollbar-thumb,.mytoolbox-tab-content ul::-webkit-scrollbar-thumb{background-color:#bbb!important;border-radius:20px!important}.user-item{display:flex;align-items:center;padding:1rem;width:100%;flex-wrap:nowrap}.user-item.pointer:hover{background-color:#e9e9e9}.user-item img{width:100px;box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b;margin-right:1rem}.user-item .user-detail{flex:1 1 0}.user-item .user-action{display:flex;flex-direction:column;align-items:flex-end}.advanced.hide{overflow:hidden;height:0;opacity:0;transition:height .5s,opacity .4s 0s}.advanced.show{height:400px;opacity:1;transition:height .5s,opacity .6s 0s}.default-image{text-align:center;border-radius:50%;color:#fff;font-size:28px;font-weight:400;line-height:72px;height:72px;width:72px;background-color:#da532c}.layout-topbar .layout-topbar-menu>li.layout-topbar-item{overflow:inherit}.layout-topbar .layout-topbar-menu>li.layout-topbar-item.active-topmenuitem .layout-topbar-icon.first .p-badge{display:none}.layout-topbar .layout-topbar-menu>li.layout-topbar-item a{overflow:inherit}.dots>div{width:10px;height:10px;background-color:#333;border-radius:100%;display:inline-block;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.dots .bounce1{animation-delay:-.32s}.dots .bounce2{animation-delay:-.16s}@keyframes sk-bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.p-component-overlay-enter{animation:p-component-overlay-enter-animation .15s forwards}.p-component-overlay-leave{animation:p-component-overlay-leave-animation .15s forwards}@keyframes p-component-overlay-enter-animation{0%{background-color:transparent}to{background-color:#0006}}@keyframes p-component-overlay-leave-animation{0%{background-color:#0006}to{background-color:transparent}}.text-success{color:#28a745}.dashboard .progress-card{height:inherit}.dashboard .progress-card .progressbars ul li label{width:35%}.dashboard .progress-card .progressbars .progressbar{width:55%}.p-virtualscroller-item{height:auto!important}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@property --tw-rotate-x{syntax: "*"; inherits: false;}@property --tw-rotate-y{syntax: "*"; inherits: false;}@property --tw-rotate-z{syntax: "*"; inherits: false;}@property --tw-skew-x{syntax: "*"; inherits: false;}@property --tw-skew-y{syntax: "*"; inherits: false;}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-font-weight{syntax: "*"; inherits: false;}@property --tw-blur{syntax: "*"; inherits: false;}@property --tw-brightness{syntax: "*"; inherits: false;}@property --tw-contrast{syntax: "*"; inherits: false;}@property --tw-grayscale{syntax: "*"; inherits: false;}@property --tw-hue-rotate{syntax: "*"; inherits: false;}@property --tw-invert{syntax: "*"; inherits: false;}@property --tw-opacity{syntax: "*"; inherits: false;}@property --tw-saturate{syntax: "*"; inherits: false;}@property --tw-sepia{syntax: "*"; inherits: false;}@property --tw-drop-shadow{syntax: "*"; inherits: false;}@property --tw-drop-shadow-color{syntax: "*"; inherits: false;}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false;}@property --tw-ease{syntax: "*"; inherits: false;}@keyframes spin{to{transform:rotate(360deg)}}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x: initial;--tw-rotate-y: initial;--tw-rotate-z: initial;--tw-skew-x: initial;--tw-skew-y: initial;--tw-border-style: solid;--tw-font-weight: initial;--tw-blur: initial;--tw-brightness: initial;--tw-contrast: initial;--tw-grayscale: initial;--tw-hue-rotate: initial;--tw-invert: initial;--tw-opacity: initial;--tw-saturate: initial;--tw-sepia: initial;--tw-drop-shadow: initial;--tw-drop-shadow-color: initial;--tw-drop-shadow-alpha: 100%;--tw-drop-shadow-size: initial;--tw-ease: initial}}}
