@import"https://cdn.jsdelivr.net/npm/lightgallery@2.0.0-beta.4/css/lightgallery.css";@import"https://cdn.jsdelivr.net/npm/lightgallery@2.0.0-beta.4/css/lg-zoom.css";@import"https://cdn.jsdelivr.net/npm/lightgallery@2.0.0-beta.4/css/lg-video.css";@import"https://use.typekit.net/yps7bji.css";/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"0"}.fa-1:before{content:"1"}.fa-2:before{content:"2"}.fa-3:before{content:"3"}.fa-4:before{content:"4"}.fa-5:before{content:"5"}.fa-6:before{content:"6"}.fa-7:before{content:"7"}.fa-8:before{content:"8"}.fa-9:before{content:"9"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"@"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"K"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"W"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"*"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"I"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"V"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"Q"}.fa-g:before{content:"G"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"E"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"C"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"L"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"Z"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"A"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"P"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"?"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"F"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"H"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"R"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"J"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"O"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"U"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"S"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"N"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"B"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"<"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:">"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"Y"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"+"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"="}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"%"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"#"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"T"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"M"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"!"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"$"}.fa-x:before{content:"X"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"D"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(fa-brands-400.9210030c21e68a90.woff2) format("woff2"),url(fa-brands-400.5f7c5bb77eae788b.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(fa-regular-400.02ad4ff91ef84f65.woff2) format("woff2"),url(fa-regular-400.570a165b064c1468.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(fa-solid-900.3eae9857c06e9372.woff2) format("woff2"),url(fa-solid-900.0b5caff7ad4bc179.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(fa-brands-400.9210030c21e68a90.woff2) format("woff2"),url(fa-brands-400.5f7c5bb77eae788b.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(fa-solid-900.3eae9857c06e9372.woff2) format("woff2"),url(fa-solid-900.0b5caff7ad4bc179.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(fa-regular-400.02ad4ff91ef84f65.woff2) format("woff2"),url(fa-regular-400.570a165b064c1468.ttf) format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(fa-solid-900.3eae9857c06e9372.woff2) format("woff2"),url(fa-solid-900.0b5caff7ad4bc179.ttf) format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(fa-brands-400.9210030c21e68a90.woff2) format("woff2"),url(fa-brands-400.5f7c5bb77eae788b.ttf) format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(fa-regular-400.02ad4ff91ef84f65.woff2) format("woff2"),url(fa-regular-400.570a165b064c1468.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:FontAwesome;font-display:block;src:url(fa-v4compatibility.6209cf0172d95b0e.woff2) format("woff2"),url(fa-v4compatibility.92dce52f885fd838.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}@font-face{font-family:feather;src:url(feather.f744812f78da52e3.eot?t=1525787366991);src:url(feather.f744812f78da52e3.eot?t=1525787366991#iefix) format("embedded-opentype"),url(feather.1147c25503b18aa1.woff?t=1525787366991) format("woff"),url(feather.1dea63fcafef66f9.ttf?t=1525787366991) format("truetype"),url(feather.24fc19f1efeb97f0.svg?t=1525787366991#feather) format("svg")}.feather{font-family:feather!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-alert-octagon:before{content:"\e81b"}.icon-alert-circle:before{content:"\e81c"}.icon-activity:before{content:"\e81d"}.icon-alert-triangle:before{content:"\e81e"}.icon-align-center:before{content:"\e81f"}.icon-airplay:before{content:"\e820"}.icon-align-justify:before{content:"\e821"}.icon-align-left:before{content:"\e822"}.icon-align-right:before{content:"\e823"}.icon-arrow-down-left:before{content:"\e824"}.icon-arrow-down-right:before{content:"\e825"}.icon-anchor:before{content:"\e826"}.icon-aperture:before{content:"\e827"}.icon-arrow-left:before{content:"\e828"}.icon-arrow-right:before{content:"\e829"}.icon-arrow-down:before{content:"\e82a"}.icon-arrow-up-left:before{content:"\e82b"}.icon-arrow-up-right:before{content:"\e82c"}.icon-arrow-up:before{content:"\e82d"}.icon-award:before{content:"\e82e"}.icon-bar-chart:before{content:"\e82f"}.icon-at-sign:before{content:"\e830"}.icon-bar-chart-2:before{content:"\e831"}.icon-battery-charging:before{content:"\e832"}.icon-bell-off:before{content:"\e833"}.icon-battery:before{content:"\e834"}.icon-bluetooth:before{content:"\e835"}.icon-bell:before{content:"\e836"}.icon-book:before{content:"\e837"}.icon-briefcase:before{content:"\e838"}.icon-camera-off:before{content:"\e839"}.icon-calendar:before{content:"\e83a"}.icon-bookmark:before{content:"\e83b"}.icon-box:before{content:"\e83c"}.icon-camera:before{content:"\e83d"}.icon-check-circle:before{content:"\e83e"}.icon-check:before{content:"\e83f"}.icon-check-square:before{content:"\e840"}.icon-cast:before{content:"\e841"}.icon-chevron-down:before{content:"\e842"}.icon-chevron-left:before{content:"\e843"}.icon-chevron-right:before{content:"\e844"}.icon-chevron-up:before{content:"\e845"}.icon-chevrons-down:before{content:"\e846"}.icon-chevrons-right:before{content:"\e847"}.icon-chevrons-up:before{content:"\e848"}.icon-chevrons-left:before{content:"\e849"}.icon-circle:before{content:"\e84a"}.icon-clipboard:before{content:"\e84b"}.icon-chrome:before{content:"\e84c"}.icon-clock:before{content:"\e84d"}.icon-cloud-lightning:before{content:"\e84e"}.icon-cloud-drizzle:before{content:"\e84f"}.icon-cloud-rain:before{content:"\e850"}.icon-cloud-off:before{content:"\e851"}.icon-codepen:before{content:"\e852"}.icon-cloud-snow:before{content:"\e853"}.icon-compass:before{content:"\e854"}.icon-copy:before{content:"\e855"}.icon-corner-down-right:before{content:"\e856"}.icon-corner-down-left:before{content:"\e857"}.icon-corner-left-down:before{content:"\e858"}.icon-corner-left-up:before{content:"\e859"}.icon-corner-up-left:before{content:"\e85a"}.icon-corner-up-right:before{content:"\e85b"}.icon-corner-right-down:before{content:"\e85c"}.icon-corner-right-up:before{content:"\e85d"}.icon-cpu:before{content:"\e85e"}.icon-credit-card:before{content:"\e85f"}.icon-crosshair:before{content:"\e860"}.icon-disc:before{content:"\e861"}.icon-delete:before{content:"\e862"}.icon-download-cloud:before{content:"\e863"}.icon-download:before{content:"\e864"}.icon-droplet:before{content:"\e865"}.icon-edit-2:before{content:"\e866"}.icon-edit:before{content:"\e867"}.icon-edit-1:before{content:"\e868"}.icon-external-link:before{content:"\e869"}.icon-eye:before{content:"\e86a"}.icon-feather:before{content:"\e86b"}.icon-facebook:before{content:"\e86c"}.icon-file-minus:before{content:"\e86d"}.icon-eye-off:before{content:"\e86e"}.icon-fast-forward:before{content:"\e86f"}.icon-file-text:before{content:"\e870"}.icon-film:before{content:"\e871"}.icon-file:before{content:"\e872"}.icon-file-plus:before{content:"\e873"}.icon-folder:before{content:"\e874"}.icon-filter:before{content:"\e875"}.icon-flag:before{content:"\e876"}.icon-globe:before{content:"\e877"}.icon-grid:before{content:"\e878"}.icon-heart:before{content:"\e879"}.icon-home:before{content:"\e87a"}.icon-github:before{content:"\e87b"}.icon-image:before{content:"\e87c"}.icon-inbox:before{content:"\e87d"}.icon-layers:before{content:"\e87e"}.icon-info:before{content:"\e87f"}.icon-instagram:before{content:"\e880"}.icon-layout:before{content:"\e881"}.icon-link-2:before{content:"\e882"}.icon-life-buoy:before{content:"\e883"}.icon-link:before{content:"\e884"}.icon-log-in:before{content:"\e885"}.icon-list:before{content:"\e886"}.icon-lock:before{content:"\e887"}.icon-log-out:before{content:"\e888"}.icon-loader:before{content:"\e889"}.icon-mail:before{content:"\e88a"}.icon-maximize-2:before{content:"\e88b"}.icon-map:before{content:"\e88c"}.icon-map-pin:before{content:"\e88e"}.icon-menu:before{content:"\e88f"}.icon-message-circle:before{content:"\e890"}.icon-message-square:before{content:"\e891"}.icon-minimize-2:before{content:"\e892"}.icon-mic-off:before{content:"\e893"}.icon-minus-circle:before{content:"\e894"}.icon-mic:before{content:"\e895"}.icon-minus-square:before{content:"\e896"}.icon-minus:before{content:"\e897"}.icon-moon:before{content:"\e898"}.icon-monitor:before{content:"\e899"}.icon-more-vertical:before{content:"\e89a"}.icon-more-horizontal:before{content:"\e89b"}.icon-move:before{content:"\e89c"}.icon-music:before{content:"\e89d"}.icon-navigation-2:before{content:"\e89e"}.icon-navigation:before{content:"\e89f"}.icon-octagon:before{content:"\e8a0"}.icon-package:before{content:"\e8a1"}.icon-pause-circle:before{content:"\e8a2"}.icon-pause:before{content:"\e8a3"}.icon-percent:before{content:"\e8a4"}.icon-phone-call:before{content:"\e8a5"}.icon-phone-forwarded:before{content:"\e8a6"}.icon-phone-missed:before{content:"\e8a7"}.icon-phone-off:before{content:"\e8a8"}.icon-phone-incoming:before{content:"\e8a9"}.icon-phone:before{content:"\e8aa"}.icon-phone-outgoing:before{content:"\e8ab"}.icon-pie-chart:before{content:"\e8ac"}.icon-play-circle:before{content:"\e8ad"}.icon-play:before{content:"\e8ae"}.icon-plus-square:before{content:"\e8af"}.icon-plus-circle:before{content:"\e8b0"}.icon-plus:before{content:"\e8b1"}.icon-pocket:before{content:"\e8b2"}.icon-printer:before{content:"\e8b3"}.icon-power:before{content:"\e8b4"}.icon-radio:before{content:"\e8b5"}.icon-repeat:before{content:"\e8b6"}.icon-refresh-ccw:before{content:"\e8b7"}.icon-rewind:before{content:"\e8b8"}.icon-rotate-ccw:before{content:"\e8b9"}.icon-refresh-cw:before{content:"\e8ba"}.icon-rotate-cw:before{content:"\e8bb"}.icon-save:before{content:"\e8bc"}.icon-search:before{content:"\e8bd"}.icon-server:before{content:"\e8be"}.icon-scissors:before{content:"\e8bf"}.icon-share-2:before{content:"\e8c0"}.icon-share:before{content:"\e8c1"}.icon-shield:before{content:"\e8c2"}.icon-settings:before{content:"\e8c3"}.icon-skip-back:before{content:"\e8c4"}.icon-shuffle:before{content:"\e8c5"}.icon-sidebar:before{content:"\e8c6"}.icon-skip-forward:before{content:"\e8c7"}.icon-slack:before{content:"\e8c8"}.icon-slash:before{content:"\e8c9"}.icon-smartphone:before{content:"\e8ca"}.icon-square:before{content:"\e8cb"}.icon-speaker:before{content:"\e8cc"}.icon-star:before{content:"\e8cd"}.icon-stop-circle:before{content:"\e8ce"}.icon-sun:before{content:"\e8cf"}.icon-sunrise:before{content:"\e8d0"}.icon-tablet:before{content:"\e8d1"}.icon-tag:before{content:"\e8d2"}.icon-sunset:before{content:"\e8d3"}.icon-target:before{content:"\e8d4"}.icon-thermometer:before{content:"\e8d5"}.icon-thumbs-up:before{content:"\e8d6"}.icon-thumbs-down:before{content:"\e8d7"}.icon-toggle-left:before{content:"\e8d8"}.icon-toggle-right:before{content:"\e8d9"}.icon-trash-2:before{content:"\e8da"}.icon-trash:before{content:"\e8db"}.icon-trending-up:before{content:"\e8dc"}.icon-trending-down:before{content:"\e8dd"}.icon-triangle:before{content:"\e8de"}.icon-type:before{content:"\e8df"}.icon-twitter:before{content:"\e8e0"}.icon-upload:before{content:"\e8e1"}.icon-umbrella:before{content:"\e8e2"}.icon-upload-cloud:before{content:"\e8e3"}.icon-unlock:before{content:"\e8e4"}.icon-user-check:before{content:"\e8e5"}.icon-user-minus:before{content:"\e8e6"}.icon-user-plus:before{content:"\e8e7"}.icon-user-x:before{content:"\e8e8"}.icon-user:before{content:"\e8e9"}.icon-users:before{content:"\e8ea"}.icon-video-off:before{content:"\e8eb"}.icon-video:before{content:"\e8ec"}.icon-voicemail:before{content:"\e8ed"}.icon-volume-x:before{content:"\e8ee"}.icon-volume-2:before{content:"\e8ef"}.icon-volume-1:before{content:"\e8f0"}.icon-volume:before{content:"\e8f1"}.icon-watch:before{content:"\e8f2"}.icon-wifi:before{content:"\e8f3"}.icon-x-square:before{content:"\e8f4"}.icon-wind:before{content:"\e8f5"}.icon-x:before{content:"\e8f6"}.icon-x-circle:before{content:"\e8f7"}.icon-zap:before{content:"\e8f8"}.icon-zoom-in:before{content:"\e8f9"}.icon-zoom-out:before{content:"\e8fa"}.icon-command:before{content:"\e8fb"}.icon-cloud:before{content:"\e8fc"}.icon-hash:before{content:"\e8fd"}.icon-headphones:before{content:"\e8fe"}.icon-underline:before{content:"\e8ff"}.icon-italic:before{content:"\e900"}.icon-bold:before{content:"\e901"}.icon-crop:before{content:"\e902"}.icon-help-circle:before{content:"\e903"}.icon-paperclip:before{content:"\e904"}.icon-shopping-cart:before{content:"\e905"}.icon-tv:before{content:"\e906"}.icon-wifi-off:before{content:"\e907"}.icon-minimize:before{content:"\e88d"}.icon-maximize:before{content:"\e908"}.icon-gitlab:before{content:"\e909"}.icon-sliders:before{content:"\e90a"}.icon-star-on:before{content:"\e90b"}.icon-heart-on:before{content:"\e90c"}.icon-archive:before{content:"\e90d"}.icon-arrow-down-circle:before{content:"\e90e"}.icon-arrow-up-circle:before{content:"\e90f"}.icon-arrow-left-circle:before{content:"\e910"}.icon-arrow-right-circle:before{content:"\e911"}.icon-bar-chart-line-:before{content:"\e912"}.icon-bar-chart-line:before{content:"\e913"}.icon-book-open:before{content:"\e914"}.icon-code:before{content:"\e915"}.icon-database:before{content:"\e916"}.icon-dollar-sign:before{content:"\e917"}.icon-folder-plus:before{content:"\e918"}.icon-gift:before{content:"\e919"}.icon-folder-minus:before{content:"\e91a"}.icon-git-commit:before{content:"\e91b"}.icon-git-branch:before{content:"\e91c"}.icon-git-pull-request:before{content:"\e91d"}.icon-git-merge:before{content:"\e91e"}.icon-linkedin:before{content:"\e91f"}.icon-hard-drive:before{content:"\e920"}.icon-more-vertical-:before{content:"\e921"}.icon-more-horizontal-:before{content:"\e922"}.icon-rss:before{content:"\e923"}.icon-send:before{content:"\e924"}.icon-shield-off:before{content:"\e925"}.icon-shopping-bag:before{content:"\e926"}.icon-terminal:before{content:"\e927"}.icon-truck:before{content:"\e928"}.icon-zap-off:before{content:"\e929"}.icon-youtube:before{content:"\e92a"}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item.center{z-index:5}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]){max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.bs-datepicker{display:flex;align-items:stretch;flex-flow:row wrap;background:#fff;box-shadow:0 0 10px #aaa;position:relative;z-index:1}.bs-datepicker:after{clear:both;content:"";display:block}.bs-datepicker bs-day-picker{float:left}.bs-datepicker button:hover,.bs-datepicker button:focus,.bs-datepicker button:active,.bs-datepicker input:hover,.bs-datepicker input:focus,.bs-datepicker input:active,.bs-datepicker-btns button:hover,.bs-datepicker-btns button:focus,.bs-datepicker-btns button:active,.bs-datepicker-predefined-btns button:active,.bs-datepicker-predefined-btns button:focus{outline:none}.bs-datepicker-head{min-width:270px;height:50px;padding:10px;border-radius:3px 3px 0 0;text-align:justify}.bs-datepicker-head:after{content:"";display:inline-block;vertical-align:top;width:100%}.bs-datepicker-head button{display:inline-block;vertical-align:top;padding:0;height:30px;line-height:30px;border:0;background:transparent;text-align:center;cursor:pointer;color:#fff;transition:.3s}.bs-datepicker-head button[disabled],.bs-datepicker-head button[disabled]:hover,.bs-datepicker-head button[disabled]:active{background:#dddddd4d;color:#f5f5f5;cursor:not-allowed}.bs-datepicker-head button.previous span{transform:translate(-1px,-1px)}.bs-datepicker-head button.next span{transform:translate(1px,-1px)}.bs-datepicker-head button.next,.bs-datepicker-head button.previous{border-radius:50%;width:30px;height:30px}.bs-datepicker-head button.next span,.bs-datepicker-head button.previous span{font-size:28px;line-height:1;display:inline-block;position:relative;height:100%;width:100%;border-radius:50%}.bs-datepicker-head button.current{border-radius:15px;max-width:155px;padding:0 13px}.bs-datepicker-head button:hover{background-color:#0000001a}.bs-datepicker-head button:active{background-color:#0003}.bs-datepicker-body{padding:10px;border-radius:0 0 3px 3px;min-height:232px;min-width:278px;border:1px solid #e9edf0}.bs-datepicker-body .days.weeks{position:relative;z-index:1}.bs-datepicker-body table{width:100%;border-collapse:separate;border-spacing:0}.bs-datepicker-body table th{font-size:13px;color:#9aaec1;font-weight:400;text-align:center}.bs-datepicker-body table td{color:#54708b;text-align:center;position:relative;padding:0}.bs-datepicker-body table td span{display:block;margin:0 auto;font-size:13px;border-radius:50%;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month){cursor:pointer}.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected){background-color:#e9edf0;transition:0s}.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,.bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected){background-color:#e9edf0;transition:0s;cursor:pointer}.bs-datepicker-body table td span.disabled,.bs-datepicker-body table td.disabled span{color:#9aaec1}.bs-datepicker-body table td span.selected,.bs-datepicker-body table td.selected span{color:#fff}.bs-datepicker-body table td span.selected.disabled,.bs-datepicker-body table td.selected.disabled span{opacity:.3}.bs-datepicker-body table td span.is-other-month,.bs-datepicker-body table td.is-other-month span{color:#00000040}.bs-datepicker-body table td.active{position:relative}.bs-datepicker-body table td.active.select-start:before{left:35%}.bs-datepicker-body table td.active.select-end:before{left:-85%}.bs-datepicker-body table td span.active.select-start:after,.bs-datepicker-body table td span.active.select-end:after,.bs-datepicker-body table td.active.select-start span:after,.bs-datepicker-body table td.active.select-end span:after{content:"";display:block;position:absolute;z-index:-1;width:100%;height:100%;transition:.3s;top:0;border-radius:50%}.bs-datepicker-body table td:before,.bs-datepicker-body table td span:before{content:"";display:block;position:absolute;z-index:-1;inset:6px -2px 6px -3px;box-sizing:content-box;background:transparent}.bs-datepicker-body table td.active.select-start+td.active:before{left:-20%}.bs-datepicker-body table td:last-child.active:before{border-radius:0 3px 3px 0;width:125%;left:-25%}.bs-datepicker-body table td span[class*=select-],.bs-datepicker-body table td[class*=select-] span{border-radius:50%;color:#fff}.bs-datepicker-body table.days td.active:not(.select-start):not(.disabled):before,.bs-datepicker-body table.days td.in-range:not(.select-start):not(.disabled):before,.bs-datepicker-body table.days span.active:not(.select-start):not(.disabled):before,.bs-datepicker-body table.days span.in-range:not(.select-start):not(.disabled):before{background:#e9edf0}.bs-datepicker-body table.days span{width:32px;height:32px;line-height:32px}.bs-datepicker-body table.days span.select-start{z-index:2}.bs-datepicker-body table.days span.is-highlighted.in-range:before{right:3px;left:0}.bs-datepicker-body table.days span.in-range.select-end:before{right:4px;left:0}.bs-datepicker-body table.days td.select-start+td.select-end:before,.bs-datepicker-body table.days td.select-start+td.is-highlighted:before,.bs-datepicker-body table.days td.active+td.is-highlighted:before,.bs-datepicker-body table.days td.active+td.select-end:before,.bs-datepicker-body table.days td.in-range+td.is-highlighted:before,.bs-datepicker-body table.days td.in-range+td.select-end:before{background:#e9edf0;width:100%}.bs-datepicker-body table.weeks tr td:nth-child(2).active:before{border-radius:3px 0 0 3px;left:0;width:100%}.bs-datepicker-body table:not(.weeks) tr td:first-child:before{border-radius:3px 0 0 3px}.bs-datepicker-body table.years td span{width:46px;height:46px;line-height:45px;margin:0 auto}.bs-datepicker-body table.years tr:not(:last-child) td span{margin-bottom:8px}.bs-datepicker-body table.months td{height:52px}.bs-datepicker-body table.months td span{padding:6px;border-radius:15px}.bs-datepicker .current-timedate{color:#54708b;font-size:15px;text-align:center;height:30px;line-height:30px;border-radius:20px;border:1px solid #e9edf0;margin-bottom:10px;cursor:pointer;text-transform:uppercase;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.bs-datepicker .current-timedate span:not(:empty):before{content:"";width:15px;height:16px;display:inline-block;margin-right:4px;vertical-align:text-bottom;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC)}.bs-datepicker-multiple{border-radius:4px 0 0 4px}.bs-datepicker-multiple+.bs-datepicker-multiple{margin-left:10px}.bs-datepicker-multiple .bs-datepicker{box-shadow:none;position:relative}.bs-datepicker-multiple .bs-datepicker:not(:last-child){padding-right:10px}.bs-datepicker-multiple .bs-datepicker+.bs-datepicker:after{content:"";display:block;width:14px;height:10px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);position:absolute;top:25px;left:-8px}.bs-datepicker-multiple .bs-datepicker .left{float:left}.bs-datepicker-multiple .bs-datepicker .right{float:right}.bs-datepicker-container{padding:15px}.bs-datepicker .bs-media-container{display:flex}@media (max-width: 768px){.bs-datepicker .bs-media-container{flex-direction:column}}.bs-datepicker .bs-timepicker-in-datepicker-container{display:flex;justify-content:space-around}.bs-datepicker-custom-range{padding:15px;background:#eee}.bs-datepicker-predefined-btns button{width:100%;display:block;height:30px;background-color:#9aaec1;border-radius:4px;color:#fff;border:0;margin-bottom:10px;padding:0 18px;text-align:left;transition:.3s}.bs-datepicker-predefined-btns button:hover{background-color:#54708b}.bs-datepicker-buttons{display:flex;flex-flow:row wrap;justify-content:flex-end;padding-top:10px;border-top:1px solid #e9edf0}.bs-datepicker-buttons .btn-default{margin-left:10px}.bs-datepicker-buttons .btn-today-wrapper{display:flex;flex-flow:row wrap}.bs-datepicker-buttons .clear-right,.bs-datepicker-buttons .today-right{flex-grow:0}.bs-datepicker-buttons .clear-left,.bs-datepicker-buttons .today-left{flex-grow:1}.bs-datepicker-buttons .clear-center,.bs-datepicker-buttons .today-center{flex-grow:.5}.bs-timepicker-container{padding:10px 0}.bs-timepicker-label{color:#54708b;margin-bottom:10px}.bs-timepicker-controls{display:inline-block;vertical-align:top;margin-right:10px}.bs-timepicker-controls button{width:20px;height:20px;border-radius:50%;border:0;background-color:#e9edf0;color:#54708b;font-size:16px;font-weight:700;vertical-align:middle;line-height:0;padding:0;transition:.3s}.bs-timepicker-controls button:hover{background-color:#d5dadd}.bs-timepicker-controls input{width:35px;height:25px;border-radius:13px;text-align:center;border:1px solid #e9edf0}.bs-timepicker .switch-time-format{text-transform:uppercase;min-width:54px;height:25px;border-radius:20px;border:1px solid #e9edf0;background:#fff;color:#54708b;font-size:13px}.bs-timepicker .switch-time-format img{vertical-align:initial;margin-left:4px}bs-datepicker-container,bs-daterangepicker-container{z-index:1080}@media (max-width: 768px){.bs-datepicker{width:min-content;justify-content:center}.bs-datepicker-multiple{display:flex}.bs-datepicker-multiple+.bs-datepicker-multiple{margin-top:10px;margin-left:0}}.theme-default .bs-datepicker-head{background-color:#777}.theme-default .btn-today-wrapper .btn-success,.theme-default .btn-clear-wrapper .btn-success{background-color:#777;border-color:#777}.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,.theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:none}.theme-default .btn-today-wrapper .btn-success:focus,.theme-default .btn-clear-wrapper .btn-success:focus{box-shadow:none}.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,.theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active{background-color:#616161;border-color:#616161}.theme-default .btn-today-wrapper .btn-success:hover,.theme-default .btn-clear-wrapper .btn-success:hover{background-color:#6f6e6e;border-color:#6f6e6e}.theme-default .bs-datepicker-predefined-btns button.selected{background-color:#777}.theme-default .bs-datepicker-body table td span.selected,.theme-default .bs-datepicker-body table td.selected span,.theme-default .bs-datepicker-body table td span[class*=select-]:after,.theme-default .bs-datepicker-body table td[class*=select-] span:after{background-color:#777}.theme-default .bs-datepicker-body table td.week span{color:#777}.theme-default .bs-datepicker-body table td.active-week span:hover{cursor:pointer;background-color:#777;color:#fff;opacity:.5;transition:0s}.theme-green .bs-datepicker-head{background-color:#5cb85c}.theme-green .btn-today-wrapper .btn-success,.theme-green .btn-clear-wrapper .btn-success{background-color:#5cb85c;border-color:#5cb85c}.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,.theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:none}.theme-green .btn-today-wrapper .btn-success:focus,.theme-green .btn-clear-wrapper .btn-success:focus{box-shadow:none}.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,.theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active{background-color:#1e7e34;border-color:#1e7e34}.theme-green .btn-today-wrapper .btn-success:hover,.theme-green .btn-clear-wrapper .btn-success:hover{background-color:#218838;border-color:#218838}.theme-green .bs-datepicker-predefined-btns button.selected{background-color:#5cb85c}.theme-green .bs-datepicker-body table td span.selected,.theme-green .bs-datepicker-body table td.selected span,.theme-green .bs-datepicker-body table td span[class*=select-]:after,.theme-green .bs-datepicker-body table td[class*=select-] span:after{background-color:#5cb85c}.theme-green .bs-datepicker-body table td.week span{color:#5cb85c}.theme-green .bs-datepicker-body table td.active-week span:hover{cursor:pointer;background-color:#5cb85c;color:#fff;opacity:.5;transition:0s}.theme-blue .bs-datepicker-head{background-color:#5bc0de}.theme-blue .btn-today-wrapper .btn-success,.theme-blue .btn-clear-wrapper .btn-success{background-color:#5bc0de;border-color:#5bc0de}.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,.theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:none}.theme-blue .btn-today-wrapper .btn-success:focus,.theme-blue .btn-clear-wrapper .btn-success:focus{box-shadow:none}.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,.theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active{background-color:#2aa8cd;border-color:#2aa8cd}.theme-blue .btn-today-wrapper .btn-success:hover,.theme-blue .btn-clear-wrapper .btn-success:hover{background-color:#3ab3d7;border-color:#3ab3d7}.theme-blue .bs-datepicker-predefined-btns button.selected{background-color:#5bc0de}.theme-blue .bs-datepicker-body table td span.selected,.theme-blue .bs-datepicker-body table td.selected span,.theme-blue .bs-datepicker-body table td span[class*=select-]:after,.theme-blue .bs-datepicker-body table td[class*=select-] span:after{background-color:#5bc0de}.theme-blue .bs-datepicker-body table td.week span{color:#5bc0de}.theme-blue .bs-datepicker-body table td.active-week span:hover{cursor:pointer;background-color:#5bc0de;color:#fff;opacity:.5;transition:0s}.theme-dark-blue .bs-datepicker-head{background-color:#337ab7}.theme-dark-blue .btn-today-wrapper .btn-success,.theme-dark-blue .btn-clear-wrapper .btn-success{background-color:#337ab7;border-color:#337ab7}.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,.theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:none}.theme-dark-blue .btn-today-wrapper .btn-success:focus,.theme-dark-blue .btn-clear-wrapper .btn-success:focus{box-shadow:none}.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,.theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active{background-color:#266498;border-color:#266498}.theme-dark-blue .btn-today-wrapper .btn-success:hover,.theme-dark-blue .btn-clear-wrapper .btn-success:hover{background-color:#2c6fa9;border-color:#2c6fa9}.theme-dark-blue .bs-datepicker-predefined-btns button.selected{background-color:#337ab7}.theme-dark-blue .bs-datepicker-body table td span.selected,.theme-dark-blue .bs-datepicker-body table td.selected span,.theme-dark-blue .bs-datepicker-body table td span[class*=select-]:after,.theme-dark-blue .bs-datepicker-body table td[class*=select-] span:after{background-color:#337ab7}.theme-dark-blue .bs-datepicker-body table td.week span{color:#337ab7}.theme-dark-blue .bs-datepicker-body table td.active-week span:hover{cursor:pointer;background-color:#337ab7;color:#fff;opacity:.5;transition:0s}.theme-red .bs-datepicker-head{background-color:#d9534f}.theme-red .btn-today-wrapper .btn-success,.theme-red .btn-clear-wrapper .btn-success{background-color:#d9534f;border-color:#d9534f}.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,.theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:none}.theme-red .btn-today-wrapper .btn-success:focus,.theme-red .btn-clear-wrapper .btn-success:focus{box-shadow:none}.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,.theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active{background-color:#d23531;border-color:#d23531}.theme-red .btn-today-wrapper .btn-success:hover,.theme-red .btn-clear-wrapper .btn-success:hover{background-color:#e33732;border-color:#e33732}.theme-red .bs-datepicker-predefined-btns button.selected{background-color:#d9534f}.theme-red .bs-datepicker-body table td span.selected,.theme-red .bs-datepicker-body table td.selected span,.theme-red .bs-datepicker-body table td span[class*=select-]:after,.theme-red .bs-datepicker-body table td[class*=select-] span:after{background-color:#d9534f}.theme-red .bs-datepicker-body table td.week span{color:#d9534f}.theme-red .bs-datepicker-body table td.active-week span:hover{cursor:pointer;background-color:#d9534f;color:#fff;opacity:.5;transition:0s}.theme-orange .bs-datepicker-head{background-color:#f0ad4e}.theme-orange .btn-today-wrapper .btn-success,.theme-orange .btn-clear-wrapper .btn-success{background-color:#f0ad4e;border-color:#f0ad4e}.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,.theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:none}.theme-orange .btn-today-wrapper .btn-success:focus,.theme-orange .btn-clear-wrapper .btn-success:focus{box-shadow:none}.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,.theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active{background-color:#ed9c29;border-color:#ed9c29}.theme-orange .btn-today-wrapper .btn-success:hover,.theme-orange .btn-clear-wrapper .btn-success:hover{background-color:#ffac35;border-color:#ffac35}.theme-orange .bs-datepicker-predefined-btns button.selected{background-color:#f0ad4e}.theme-orange .bs-datepicker-body table td span.selected,.theme-orange .bs-datepicker-body table td.selected span,.theme-orange .bs-datepicker-body table td span[class*=select-]:after,.theme-orange .bs-datepicker-body table td[class*=select-] span:after{background-color:#f0ad4e}.theme-orange .bs-datepicker-body table td.week span{color:#f0ad4e}.theme-orange .bs-datepicker-body table td.active-week span:hover{cursor:pointer;background-color:#f0ad4e;color:#fff;opacity:.5;transition:0s}.slick-loading .slick-list{background:#fff url(ajax-loader.0b80f665935ef7de.gif) center center no-repeat}@font-face{font-family:slick;src:url(slick.25572f22d77029da.eot);src:url(slick.25572f22d77029da.eot?#iefix) format("embedded-opentype"),url(slick.653a4cbba6e1a2b3.woff) format("woff"),url(slick.6aa1ee46202fac6e.ttf) format("truetype"),url(slick.f895cfdf693e6229.svg#slick) format("svg");font-weight:400;font-style:normal}.slick-prev,.slick-next{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0px;cursor:pointer;background:transparent;color:transparent;top:50%;transform:translateY(-50%);padding:0;border:none;outline:none}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;background:transparent;color:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"\2190"}[dir=rtl] .slick-prev:before{content:"\2192"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"\2192"}[dir=rtl] .slick-next:before{content:"\2190"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0px;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"\2022";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--surface-a: #ffffff;--surface-b: #efefef;--surface-c: #e9ecef;--surface-d: #dee2e6;--surface-e: #ffffff;--surface-f: #ffffff;--text-color: #212529;--text-color-secondary: #6c757d;--primary-color: #007bff;--primary-color-text: #ffffff;--surface-0: #ffffff;--surface-50: #f9fafb;--surface-100: #f8f9fa;--surface-200: #e9ecef;--surface-300: #dee2e6;--surface-400: #ced4da;--surface-500: #adb5bd;--surface-600: #6c757d;--surface-700: #495057;--surface-800: #343a40;--surface-900: #212529;--gray-50: #f9fafb;--gray-100: #f8f9fa;--gray-200: #e9ecef;--gray-300: #dee2e6;--gray-400: #ced4da;--gray-500: #adb5bd;--gray-600: #6c757d;--gray-700: #495057;--gray-800: #343a40;--gray-900: #212529;--content-padding: 1.25rem;--inline-spacing: .5rem;--border-radius: 4px;--surface-ground: #efefef;--surface-section: #ffffff;--surface-card: #ffffff;--surface-overlay: #ffffff;--surface-border: #dee2e6;--surface-hover: #e9ecef;--maskbg: rgba(0, 0, 0, .4);--highlight-bg: #007bff;--highlight-text-color: #ffffff;--focus-ring: 0 0 0 .2rem rgba(38, 143, 255, .5);color-scheme:light}: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;--red-50:#fdf5f6;--red-100:#f7cfd2;--red-200:#f0a8af;--red-300:#e9828c;--red-400:#e35b68;--red-500:#dc3545;--red-600:#bb2d3b;--red-700:#9a2530;--red-800:#791d26;--red-900:#58151c;--primary-50:#f2f8ff;--primary-100:#c2dfff;--primary-200:#91c6ff;--primary-300:#61adff;--primary-400:#3094ff;--primary-500:#007bff;--primary-600:#0069d9;--primary-700:#0056b3;--primary-800:#00448c;--primary-900:#003166}.p-editor-container .p-editor-toolbar{background:#efefef;border-top-right-radius:4px;border-top-left-radius:4px}.p-editor-container .p-editor-toolbar.ql-snow{border:1px solid #dee2e6}.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke{stroke:#6c757d}.p-editor-container .p-editor-toolbar.ql-snow .ql-fill{fill:#6c757d}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label{border:0 none;color:#6c757d}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover{color:#212529}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke{stroke:#212529}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill{fill:#212529}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#212529}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#212529}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#212529}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{background:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:none;border-radius:4px;padding:.5rem 0}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item{color:#212529}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover{color:#212529;background:#e9ecef}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item{padding:.5rem 1.5rem}.p-editor-container .p-editor-content{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.p-editor-container .p-editor-content.ql-snow{border:1px solid #dee2e6}.p-editor-container .p-editor-content .ql-editor{background:#fff;color:#495057;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.p-editor-container .ql-snow.ql-toolbar button:hover,.p-editor-container .ql-snow.ql-toolbar button:focus{color:#212529}.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke{stroke:#212529}.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill{fill:#212529}.p-editor-container .ql-snow.ql-toolbar button.ql-active,.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected{color:#007bff}.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke{stroke:#007bff}.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill{fill:#007bff}.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label{color:#007bff}@layer primeng{*{box-sizing:border-box}.p-component{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;font-weight:400}.p-component-overlay{background-color:#0006;transition-duration:.15s}.p-disabled,.p-component:disabled{opacity:.65}.p-error{color:#dc3545}.p-text-secondary{color:#6c757d}.pi{font-size:1rem}.p-icon{width:1rem;height:1rem}.p-link{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;border-radius:4px}.p-link:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.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:var(--maskbg)}}@keyframes p-component-overlay-leave-animation{0%{background-color:var(--maskbg)}to{background-color:transparent}}.p-autocomplete .p-autocomplete-loader{right:.75rem}.p-autocomplete.p-autocomplete-dd .p-autocomplete-loader{right:3.107rem}.p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container{border-color:#ced4da}.p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}.p-autocomplete .p-autocomplete-multiple-container{padding:.25rem .75rem;gap:.5rem}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token{padding:.25rem 0}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;color:#212529;padding:0;margin:0}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token{padding:.25rem .75rem;background:#dee2e6;color:#212529;border-radius:16px}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon{margin-left:.5rem}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token.p-focus{background:#ced4da;color:#212529}.p-autocomplete.p-invalid.p-component>.p-inputtext{border-color:#dc3545}.p-autocomplete-panel{background:#fff;color:#212529;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:none}.p-autocomplete-panel .p-autocomplete-items{padding:.5rem 0}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item{margin:0;padding:.5rem 1.5rem;border:0 none;color:#212529;background:transparent;transition:box-shadow .15s;border-radius:0}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:first-child{margin-top:0}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight{color:#fff;background:#007bff}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus{background:#0067d6}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus{color:#212529;background:#dee2e6}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover{color:#212529;background:#e9ecef}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group{margin:0;padding:.75rem 1rem;color:#212529;background:#fff;font-weight:600}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message{padding:.5rem 1.5rem;color:#212529;background:transparent}p-autocomplete.ng-dirty.ng-invalid>.p-autocomplete>.p-inputtext{border-color:#dc3545}p-autocomplete.p-autocomplete-clearable .p-inputtext{padding-right:2.5rem}p-autocomplete.p-autocomplete-clearable .p-autocomplete-clear-icon{color:#495057;right:.75rem}p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon{color:#495057;right:3.107rem}p-calendar.ng-dirty.ng-invalid>.p-calendar>.p-inputtext{border-color:#dc3545}.p-calendar:not(.p-calendar-disabled).p-focus>.p-inputtext{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}.p-datepicker{padding:0;background:#fff;color:#212529;border:1px solid #ced4da;border-radius:4px}.p-datepicker:not(.p-datepicker-inline){background:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:none}.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header{background:#efefef}.p-datepicker .p-datepicker-header{padding:.5rem;color:#212529;background:#fff;font-weight:600;margin:0;border-bottom:1px solid #dee2e6;border-top-right-radius:4px;border-top-left-radius:4px}.p-datepicker .p-datepicker-header .p-datepicker-prev,.p-datepicker .p-datepicker-header .p-datepicker-next{width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s}.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover{color:#495057;border-color:transparent;background:transparent}.p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-datepicker .p-datepicker-header .p-datepicker-title{line-height:2rem}.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month{color:#212529;transition:box-shadow .15s;font-weight:600;padding:.5rem}.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover{color:#007bff}.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month{margin-right:.5rem}.p-datepicker table{font-size:1rem;margin:.5rem 0}.p-datepicker table th{padding:.5rem}.p-datepicker table th>span{width:2.5rem;height:2.5rem}.p-datepicker table td{padding:.5rem}.p-datepicker table td>span{width:2.5rem;height:2.5rem;border-radius:4px;transition:box-shadow .15s;border:1px solid transparent}.p-datepicker table td>span.p-highlight{color:#fff;background:#007bff}.p-datepicker table td>span:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-datepicker table td.p-datepicker-today>span{background:#ced4da;color:#212529;border-color:transparent}.p-datepicker table td.p-datepicker-today>span.p-highlight{color:#fff;background:#007bff}.p-datepicker .p-datepicker-buttonbar{padding:1rem 0;border-top:1px solid #dee2e6}.p-datepicker .p-datepicker-buttonbar .p-button{width:auto}.p-datepicker .p-timepicker{border-top:1px solid #dee2e6;padding:.5rem}.p-datepicker .p-timepicker button{width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s}.p-datepicker .p-timepicker button:enabled:hover{color:#495057;border-color:transparent;background:transparent}.p-datepicker .p-timepicker button:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-datepicker .p-timepicker button:last-child{margin-top:.2em}.p-datepicker .p-timepicker span{font-size:1.25rem}.p-datepicker .p-timepicker>div{padding:0 .5rem}.p-datepicker.p-datepicker-timeonly .p-timepicker{border-top:0 none}.p-datepicker .p-monthpicker{margin:.5rem 0}.p-datepicker .p-monthpicker .p-monthpicker-month{padding:.5rem;transition:box-shadow .15s;border-radius:4px}.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight{color:#fff;background:#007bff}.p-datepicker .p-yearpicker{margin:.5rem 0}.p-datepicker .p-yearpicker .p-yearpicker-year{padding:.5rem;transition:box-shadow .15s;border-radius:4px}.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight{color:#fff;background:#007bff}.p-datepicker.p-datepicker-multiple-month .p-datepicker-group{border-left:1px solid #dee2e6;padding:0}.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child{padding-left:0;border-left:0 none}.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child{padding-right:0}.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover{background:#e9ecef}.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover{background:#e9ecef}.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover{background:#e9ecef}.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}p-calendar.p-calendar-clearable .p-inputtext{padding-right:2.5rem}p-calendar.p-calendar-clearable .p-calendar-clear-icon{color:#495057;right:.75rem}p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon{color:#495057;right:3.107rem}@media screen and (max-width: 769px){.p-datepicker table th,.p-datepicker table td{padding:0}}.p-cascadeselect{background:#fff;border:1px solid #ced4da;transition:background-color .15s,border-color .15s,box-shadow .15s;border-radius:4px}.p-cascadeselect:not(.p-disabled):hover{border-color:#ced4da}.p-cascadeselect:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}.p-cascadeselect .p-cascadeselect-label{background:transparent;border:0 none;padding:.5rem .75rem}.p-cascadeselect .p-cascadeselect-label.p-placeholder{color:#6c757d}.p-cascadeselect .p-cascadeselect-label:enabled:focus{outline:0 none;box-shadow:none}.p-cascadeselect .p-cascadeselect-trigger{background:transparent;color:#495057;width:2.357rem;border-top-right-radius:4px;border-bottom-right-radius:4px}.p-cascadeselect.p-invalid.p-component{border-color:#dc3545}.p-cascadeselect.p-variant-filled{background-color:#efefef}.p-cascadeselect.p-variant-filled:enabled:hover{background-color:#efefef}.p-cascadeselect.p-variant-filled:enabled:focus{background-color:#efefef}.p-cascadeselect-panel{background:#fff;color:#212529;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:none}.p-cascadeselect-panel .p-cascadeselect-items{padding:.5rem 0}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item{margin:0;border:0 none;color:#212529;background:transparent;transition:box-shadow .15s;border-radius:0}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child{margin-top:0}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight{color:#fff;background:#007bff}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus{background:#0067d6}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus{color:#212529;background:#dee2e6}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover{color:#212529;background:#e9ecef}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content{padding:.5rem 1.5rem}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon{font-size:.875rem}.p-input-filled .p-cascadeselect{background:#efefef}.p-input-filled .p-cascadeselect:not(.p-disabled):hover{background-color:#efefef}.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus{background-color:#efefef}p-cascadeselect.ng-dirty.ng-invalid>.p-cascadeselect{border-color:#dc3545}p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label{padding-right:.75rem}p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon{color:#495057;right:2.357rem}.p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel{box-shadow:none;border-radius:0;padding:.25rem 0 .25rem .5rem}.p-overlay-modal .p-cascadeselect-item-active>.p-cascadeselect-item-content .p-cascadeselect-group-icon{transform:rotate(90deg)}.p-checkbox{width:20px;height:20px}.p-checkbox .p-checkbox-box{border:2px solid #ced4da;background:#fff;width:20px;height:20px;color:#212529;border-radius:4px;transition:background-color .15s,border-color .15s,box-shadow .15s;outline-color:transparent}.p-checkbox .p-checkbox-box .p-checkbox-icon{transition-duration:.15s;color:#fff;font-size:14px}.p-checkbox .p-checkbox-box .p-icon{width:14px;height:14px}.p-checkbox .p-checkbox-box.p-highlight{border-color:#007bff;background:#007bff}.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover{border-color:#ced4da}.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover{border-color:#0062cc;background:#0062cc;color:#fff}.p-checkbox.p-variant-filled .p-checkbox-box{background-color:#efefef}.p-checkbox.p-variant-filled .p-checkbox-box.p-highlight{background:#007bff}.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover{background-color:#efefef}.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover{background:#0062cc}p-checkbox.ng-dirty.ng-invalid>.p-checkbox>.p-checkbox-box{border-color:#dc3545}.p-input-filled .p-checkbox .p-checkbox-box{background-color:#efefef}.p-input-filled .p-checkbox .p-checkbox-box.p-highlight{background:#007bff}.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover{background-color:#efefef}.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover{background:#0062cc}.p-checkbox-label{margin-left:.5rem}.p-highlight .p-checkbox .p-checkbox-box{border-color:#fff}p-tristatecheckbox.ng-dirty.ng-invalid>.p-checkbox>.p-checkbox-box{border-color:#dc3545}.p-chips:not(.p-disabled):hover .p-chips-multiple-container{border-color:#ced4da}.p-chips:not(.p-disabled).p-focus .p-chips-multiple-container{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}.p-chips .p-chips-multiple-container{padding:.25rem .75rem;gap:.5rem}.p-chips .p-chips-multiple-container .p-chips-token{padding:.25rem .75rem;margin-right:.5rem;background:#dee2e6;color:#212529;border-radius:16px}.p-chips .p-chips-multiple-container .p-chips-token.p-focus{background:#ced4da;color:#212529}.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon{margin-left:.5rem}.p-chips .p-chips-multiple-container .p-chips-input-token{padding:.25rem 0}.p-chips .p-chips-multiple-container .p-chips-input-token input{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;color:#212529;padding:0;margin:0}p-chips.ng-dirty.ng-invalid>.p-chips>.p-inputtext{border-color:#dc3545}p-chips.p-chips-clearable .p-inputtext{padding-right:1.75rem}p-chips.p-chips-clearable .p-chips-clear-icon{color:#495057;right:.75rem}.p-colorpicker-preview,.p-fluid .p-colorpicker-preview.p-inputtext{width:2rem;height:2rem}.p-colorpicker-panel{background:#212529;border:1px solid #212529}.p-colorpicker-panel .p-colorpicker-color-handle,.p-colorpicker-panel .p-colorpicker-hue-handle{border-color:#fff}.p-colorpicker-overlay-panel{box-shadow:none}.p-dropdown{background:#fff;border:1px solid #ced4da;transition:background-color .15s,border-color .15s,box-shadow .15s;border-radius:4px}.p-dropdown:not(.p-disabled):hover{border-color:#ced4da}.p-dropdown:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}.p-dropdown.p-dropdown-clearable .p-dropdown-label{padding-right:1.75rem}.p-dropdown .p-dropdown-label{background:transparent;border:0 none}.p-dropdown .p-dropdown-label.p-placeholder{color:#6c757d}.p-dropdown .p-dropdown-label:focus,.p-dropdown .p-dropdown-label:enabled:focus{outline:0 none;box-shadow:none}.p-dropdown .p-dropdown-trigger{background:transparent;color:#495057;width:2.357rem;border-top-right-radius:4px;border-bottom-right-radius:4px}.p-dropdown .p-dropdown-clear-icon{color:#495057;right:2.357rem}.p-dropdown.p-invalid.p-component{border-color:#dc3545}.p-dropdown.p-variant-filled{background-color:#efefef}.p-dropdown.p-variant-filled:enabled:hover{background-color:#efefef}.p-dropdown.p-variant-filled:enabled:focus{background-color:#efefef}.p-dropdown-panel{background:#fff;color:#212529;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:none}.p-dropdown-panel .p-dropdown-header{padding:.75rem 1.5rem;border-bottom:1px solid #dee2e6;color:#212529;background:#efefef;margin:0;border-top-right-radius:4px;border-top-left-radius:4px}.p-dropdown-panel .p-dropdown-header .p-dropdown-filter{padding-right:1.75rem;margin-right:-1.75rem}.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon{right:.75rem;color:#495057}.p-dropdown-panel .p-dropdown-items{padding:.5rem 0}.p-dropdown-panel .p-dropdown-items .p-dropdown-item{margin:0;padding:.5rem 1.5rem;border:0 none;color:#212529;background:transparent;transition:box-shadow .15s;border-radius:0}.p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child{margin-top:0}.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight{color:#fff;background:#007bff}.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus{background:#0067d6}.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus{color:#212529;background:#dee2e6}.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover{color:#212529;background:#e9ecef}.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group{margin:0;padding:.75rem 1rem;color:#212529;background:#fff;font-weight:600}.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message{padding:.5rem 1.5rem;color:#212529;background:transparent}.p-input-filled .p-dropdown{background:#efefef}.p-input-filled .p-dropdown:not(.p-disabled):hover{background-color:#efefef}.p-input-filled .p-dropdown:not(.p-disabled).p-focus{background-color:#efefef}.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext{background-color:transparent}p-dropdown.ng-dirty.ng-invalid>.p-dropdown{border-color:#dc3545}.p-icon-field .p-input-icon{position:absolute;top:50%;margin-top:-.5rem}.p-inputgroup-addon{background:#e9ecef;color:#495057;border-top:1px solid #ced4da;border-left:1px solid #ced4da;border-bottom:1px solid #ced4da;padding:.5rem .75rem;min-width:2.357rem}.p-inputgroup-addon:last-child{border-right:1px solid #ced4da}.p-inputgroup>.p-component,.p-inputgroup>.p-inputwrapper>.p-inputtext,.p-inputgroup>.p-float-label>.p-component{border-radius:0;margin:0}.p-inputgroup>.p-component+.p-inputgroup-addon,.p-inputgroup>.p-inputwrapper>.p-inputtext+.p-inputgroup-addon,.p-inputgroup>.p-float-label>.p-component+.p-inputgroup-addon{border-left:0 none}.p-inputgroup>.p-component:focus,.p-inputgroup>.p-inputwrapper>.p-inputtext:focus,.p-inputgroup>.p-float-label>.p-component:focus{z-index:1}.p-inputgroup>.p-component:focus~label,.p-inputgroup>.p-inputwrapper>.p-inputtext:focus~label,.p-inputgroup>.p-float-label>.p-component:focus~label{z-index:1}.p-inputgroup-addon:first-child,.p-inputgroup button:first-child,.p-inputgroup input:first-child,.p-inputgroup>.p-inputwrapper:first-child>.p-component,.p-inputgroup>.p-inputwrapper:first-child>.p-component>.p-inputtext{border-top-left-radius:4px;border-bottom-left-radius:4px}.p-inputgroup .p-float-label:first-child input{border-top-left-radius:4px;border-bottom-left-radius:4px}.p-inputgroup-addon:last-child,.p-inputgroup button:last-child,.p-inputgroup input:last-child,.p-inputgroup>.p-inputwrapper:last-child>.p-component,.p-inputgroup>.p-inputwrapper:last-child>.p-component>.p-inputtext{border-top-right-radius:4px;border-bottom-right-radius:4px}.p-inputgroup .p-float-label:last-child input{border-top-right-radius:4px;border-bottom-right-radius:4px}.p-fluid .p-inputgroup .p-button{width:auto}.p-fluid .p-inputgroup .p-button.p-button-icon-only{width:2.357rem}.p-icon-field-left .p-input-icon:first-of-type{left:.75rem;color:#495057}.p-icon-field-right .p-input-icon:last-of-type{right:.75rem;color:#495057}p-inputmask.ng-dirty.ng-invalid>.p-inputtext{border-color:#dc3545}p-inputmask.p-inputmask-clearable .p-inputtext{padding-right:2.5rem}p-inputmask.p-inputmask-clearable .p-inputmask-clear-icon{color:#495057;right:.75rem}.p-inputmask.p-variant-filled{background-color:#efefef}.p-inputmask.p-variant-filled:enabled:hover{background-color:#efefef}.p-inputmask.p-variant-filled:enabled:focus{background-color:#efefef}p-inputnumber.ng-dirty.ng-invalid>.p-inputnumber>.p-inputtext{border-color:#dc3545}p-inputnumber.p-inputnumber-clearable .p-inputnumber-input{padding-right:2.5rem}p-inputnumber.p-inputnumber-clearable .p-inputnumber-clear-icon{color:#495057;right:.75rem}p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon{right:3.107rem}p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon{right:3.107rem}p-inputnumber.p-inputnumber.p-variant-filled>.p-inputnumber-input{background-color:#efefef}p-inputnumber.p-inputnumber.p-variant-filled>.p-inputnumber-input:enabled:hover{background-color:#efefef}p-inputnumber.p-inputnumber.p-variant-filled>.p-inputnumber-input:enabled:focus{background-color:#efefef}.p-inputotp{display:flex;align-items:center;gap:.5rem}.p-inputotp-input{text-align:center;width:2.5rem}.p-inputswitch{width:3rem;height:1.75rem}.p-inputswitch .p-inputswitch-slider{background:#ced4da;transition:background-color .15s,border-color .15s,box-shadow .15s;border-radius:4px}.p-inputswitch .p-inputswitch-slider:before{background:#fff;width:1.25rem;height:1.25rem;left:.25rem;margin-top:-.625rem;border-radius:4px;transition-duration:.15s}.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before{transform:translate(1.25rem)}.p-inputswitch.p-focus .p-inputswitch-slider{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider{background:#ced4da}.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider{background:#007bff}.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before{background:#fff}.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider{background:#007bff}p-inputswitch.ng-dirty.ng-invalid>.p-inputswitch>.p-inputswitch-slider{border-color:#dc3545}.p-inputtext{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;color:#495057;background:#fff;padding:.5rem .75rem;border:1px solid #ced4da;transition:background-color .15s,border-color .15s,box-shadow .15s;appearance:none;border-radius:4px}.p-inputtext:enabled:hover{border-color:#ced4da}.p-inputtext:enabled:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}.p-inputtext.ng-dirty.ng-invalid{border-color:#dc3545}.p-inputtext.p-variant-filled{background-color:#efefef}.p-inputtext.p-variant-filled:enabled:hover{background-color:#efefef}.p-inputtext.p-variant-filled:enabled:focus{background-color:#efefef}.p-inputtext.p-inputtext-sm{font-size:.875rem;padding:.4375rem .65625rem}.p-inputtext.p-inputtext-lg{font-size:1.25rem;padding:.625rem .9375rem}.p-float-label>label{left:.75rem;color:#6c757d;transition-duration:.15s}.p-float-label>.ng-invalid.ng-dirty+label{color:#dc3545}.p-input-icon-left>.p-icon-wrapper.p-icon,.p-input-icon-left>i:first-of-type{left:.75rem;color:#495057}.p-input-icon-left>.p-inputtext{padding-left:2.5rem}.p-input-icon-left.p-float-label>label{left:2.5rem}.p-input-icon-right>.p-icon-wrapper,.p-input-icon-right>i:last-of-type{right:.75rem;color:#495057}.p-input-icon-right>.p-inputtext{padding-right:2.5rem}.p-icon-field-left>.p-inputtext{padding-left:2.5rem}.p-icon-field-left.p-float-label>label{left:2.5rem}.p-icon-field-right>.p-inputtext{padding-right:2.5rem}::-webkit-input-placeholder{color:#6c757d}:-moz-placeholder{color:#6c757d}::-moz-placeholder{color:#6c757d}:-ms-input-placeholder{color:#6c757d}.p-input-filled .p-inputtext{background-color:#efefef}.p-input-filled .p-inputtext:enabled:hover{background-color:#efefef}.p-input-filled .p-inputtext:enabled:focus{background-color:#efefef}.p-inputtext-sm .p-inputtext{font-size:.875rem;padding:.4375rem .65625rem}.p-inputtext-lg .p-inputtext{font-size:1.25rem;padding:.625rem .9375rem}.p-listbox{background:#fff;color:#212529;border:1px solid #ced4da;border-radius:4px;transition:background-color .15s,border-color .15s,box-shadow .15s}.p-listbox .p-listbox-header{padding:.75rem 1.5rem;border-bottom:1px solid #dee2e6;color:#212529;background:#efefef;margin:0;border-top-right-radius:4px;border-top-left-radius:4px}.p-listbox .p-listbox-header .p-listbox-filter{padding-right:1.75rem}.p-listbox .p-listbox-header .p-listbox-filter-icon{right:.75rem;color:#495057}.p-listbox .p-listbox-header .p-checkbox{margin-right:.5rem}.p-listbox .p-listbox-list{padding:.5rem 0;outline:0 none}.p-listbox .p-listbox-list .p-listbox-item{margin:0;padding:.5rem 1.5rem;border:0 none;color:#212529;transition:box-shadow .15s;border-radius:0}.p-listbox .p-listbox-list .p-listbox-item:first-child{margin-top:0}.p-listbox .p-listbox-list .p-listbox-item.p-highlight{color:#fff;background:#007bff}.p-listbox .p-listbox-list .p-listbox-item .p-checkbox{margin-right:.5rem}.p-listbox .p-listbox-list .p-listbox-item-group{margin:0;padding:.75rem 1rem;color:#212529;background:#fff;font-weight:600}.p-listbox .p-listbox-list .p-listbox-empty-message{padding:.5rem 1.5rem;color:#212529;background:transparent}.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus{background:#0067d6}.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus{color:#212529;background:#e9ecef}.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover{color:#212529;background:#e9ecef}.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus{color:#212529;background:#e9ecef}.p-listbox.p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}p-listbox.ng-dirty.ng-invalid>.p-listbox{border-color:#dc3545}.p-multiselect{background:#fff;border:1px solid #ced4da;transition:background-color .15s,border-color .15s,box-shadow .15s;border-radius:4px}.p-multiselect:not(.p-disabled):hover{border-color:#ced4da}.p-multiselect:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}.p-multiselect .p-multiselect-label{padding:.5rem .75rem;transition:background-color .15s,border-color .15s,box-shadow .15s}.p-multiselect .p-multiselect-label.p-placeholder{color:#6c757d}.p-multiselect.p-multiselect-chip .p-multiselect-token{padding:.25rem .75rem;margin-right:.5rem;background:#dee2e6;color:#212529;border-radius:16px}.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon{margin-left:.5rem}.p-multiselect .p-multiselect-trigger{background:transparent;color:#495057;width:2.357rem;border-top-right-radius:4px;border-bottom-right-radius:4px}.p-multiselect.p-variant-filled{background:#efefef}.p-multiselect.p-variant-filled:not(.p-disabled):hover{background-color:#efefef}.p-multiselect.p-variant-filled:not(.p-disabled).p-focus{background-color:#efefef}.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label{padding:.25rem .75rem}.p-multiselect-clearable .p-multiselect-label-container{padding-right:1.75rem}.p-multiselect-clearable .p-multiselect-clear-icon{color:#495057;right:2.357rem}.p-multiselect-panel{background:#fff;color:#212529;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:none}.p-multiselect-panel .p-multiselect-header{padding:.75rem 1.5rem;border-bottom:1px solid #dee2e6;color:#212529;background:#efefef;margin:0;border-top-right-radius:4px;border-top-left-radius:4px}.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext{padding-right:1.75rem}.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon{right:.75rem;color:#495057}.p-multiselect-panel .p-multiselect-header .p-checkbox{margin-right:.5rem}.p-multiselect-panel .p-multiselect-header .p-multiselect-close{margin-left:.5rem;width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s}.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover{color:#495057;border-color:transparent;background:transparent}.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-multiselect-panel .p-multiselect-items{padding:.5rem 0}.p-multiselect-panel .p-multiselect-items .p-multiselect-item{margin:0;padding:.5rem 1.5rem;border:0 none;color:#212529;background:transparent;transition:box-shadow .15s;border-radius:0}.p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child{margin-top:0}.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight{color:#fff;background:#007bff}.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus{background:#0067d6}.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus{color:#212529;background:#e9ecef}.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover{color:#212529;background:#e9ecef}.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox{margin-right:.5rem}.p-multiselect-panel .p-multiselect-items .p-multiselect-item-group{margin:0;padding:.75rem 1rem;color:#212529;background:#fff;font-weight:600}.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message{padding:.5rem 1.5rem;color:#212529;background:transparent}.p-input-filled .p-multiselect{background:#efefef}.p-input-filled .p-multiselect:not(.p-disabled):hover{background-color:#efefef}.p-input-filled .p-multiselect:not(.p-disabled).p-focus{background-color:#efefef}p-multiselect.ng-dirty.ng-invalid>.p-multiselect{border-color:#dc3545}p-password.ng-invalid.ng-dirty>.p-password>.p-inputtext{border-color:#dc3545}.p-password-panel{padding:1.25rem;background:#fff;color:#212529;border:1px solid rgba(0,0,0,.2);box-shadow:none;border-radius:4px}.p-password-panel .p-password-meter{margin-bottom:.5rem;background:#e9ecef}.p-password-panel .p-password-meter .p-password-strength.weak{background:#dc3545}.p-password-panel .p-password-meter .p-password-strength.medium{background:#ffc107}.p-password-panel .p-password-meter .p-password-strength.strong{background:#28a745}p-password.p-password-clearable .p-password-input{padding-right:2.5rem}p-password.p-password-clearable .p-password-clear-icon{color:#495057;right:.75rem}p-password.p-password-clearable.p-password-mask .p-password-input{padding-right:4.25rem}p-password.p-password-clearable.p-password-mask .p-password-clear-icon{color:#495057;right:2.5rem}.p-radiobutton{width:20px;height:20px}.p-radiobutton .p-radiobutton-box{border:2px solid #ced4da;background:#fff;width:20px;height:20px;color:#212529;border-radius:50%;transition:background-color .15s,border-color .15s,box-shadow .15s;outline-color:transparent}.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover{border-color:#ced4da}.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}.p-radiobutton .p-radiobutton-box .p-radiobutton-icon{width:12px;height:12px;transition-duration:.15s;background-color:#fff}.p-radiobutton .p-radiobutton-box.p-highlight{border-color:#007bff;background:#007bff}.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover{border-color:#0062cc;background:#0062cc;color:#fff}.p-radiobutton.p-variant-filled .p-radiobutton-box{background-color:#efefef}.p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover{background-color:#efefef}.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight{background:#007bff}.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover{background:#0062cc}p-radiobutton.ng-dirty.ng-invalid>.p-radiobutton>.p-radiobutton-box{border-color:#dc3545}.p-input-filled .p-radiobutton .p-radiobutton-box{background-color:#efefef}.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover{background-color:#efefef}.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight{background:#007bff}.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover{background:#0062cc}.p-radiobutton-label{margin-left:.5rem}.p-highlight .p-radiobutton .p-radiobutton-box{border-color:#fff}.p-rating{gap:.5rem}.p-rating .p-rating-item{border-radius:50%;outline-color:transparent;display:inline-flex;justify-content:center;align-items:center}.p-rating .p-rating-item .p-rating-icon{color:#495057;transition:background-color .15s,border-color .15s,box-shadow .15s;font-size:1.143rem}.p-rating .p-rating-item .p-rating-icon.p-icon{width:1.143rem;height:1.143rem}.p-rating .p-rating-item .p-rating-icon.p-rating-cancel{color:#dc3545}.p-rating .p-rating-item.p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-rating .p-rating-item.p-rating-item-active .p-rating-icon{color:#007bff}.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon{color:#007bff}.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel{color:#dc3545}.p-highlight .p-rating .p-rating-item.p-rating-item-active .p-rating-icon{color:#fff}.p-selectbutton .p-button{background:#6c757d;border:1px solid #6c757d;color:#fff;transition:background-color .15s,border-color .15s,box-shadow .15s}.p-selectbutton .p-button .p-button-icon-left,.p-selectbutton .p-button .p-button-icon-right{color:#fff}.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover{background:#5a6268;border-color:#545b62;color:#fff}.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right{color:#fff}.p-selectbutton .p-button.p-highlight{background:#545b62;border-color:#4e555b;color:#fff}.p-selectbutton .p-button.p-highlight .p-button-icon-left,.p-selectbutton .p-button.p-highlight .p-button-icon-right{color:#fff}.p-selectbutton .p-button.p-highlight:hover{background:#545b62;border-color:#4e555b;color:#fff}.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right{color:#fff}p-selectbutton.ng-dirty.ng-invalid>.p-selectbutton>.p-button{border-color:#dc3545}.p-slider{background:#e9ecef;border:0 none;border-radius:4px}.p-slider.p-slider-horizontal{height:.286rem}.p-slider.p-slider-horizontal .p-slider-handle{margin-top:-.5715rem;margin-left:-.5715rem}.p-slider.p-slider-vertical{height:100%;width:.286rem}.p-slider.p-slider-vertical .p-slider-handle{height:1.143rem;width:1.143rem;margin-left:-.5715rem;margin-bottom:-.5715rem}.p-slider .p-slider-handle{height:1.143rem;width:1.143rem;background:#007bff;border:2px solid #007bff;border-radius:4px;transition:background-color .15s,border-color .15s,box-shadow .15s}.p-slider .p-slider-handle:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-slider .p-slider-range{background:#007bff}.p-slider:not(.p-disabled) .p-slider-handle:hover{background:#0069d9;border-color:#0069d9}.p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle{transition:background-color .15s,border-color .15s,box-shadow .15s,left .15s}.p-slider.p-slider-animate.p-slider-horizontal .p-slider-range{transition:width .15s}.p-slider.p-slider-animate.p-slider-vertical .p-slider-handle{transition:background-color .15s,border-color .15s,box-shadow .15s,bottom .15s}.p-slider.p-slider-animate.p-slider-vertical .p-slider-range{transition:height .15s}.p-togglebutton.p-button{background:#6c757d;border:1px solid #6c757d;color:#fff;transition:background-color .15s,border-color .15s,box-shadow .15s}.p-togglebutton.p-button .p-button-icon-left,.p-togglebutton.p-button .p-button-icon-right{color:#fff}.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover{background:#5a6268;border-color:#545b62;color:#fff}.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right{color:#fff}.p-togglebutton.p-button.p-highlight{background:#545b62;border-color:#4e555b;color:#fff}.p-togglebutton.p-button.p-highlight .p-button-icon-left,.p-togglebutton.p-button.p-highlight .p-button-icon-right{color:#fff}.p-togglebutton.p-button.p-highlight:hover{background:#545b62;border-color:#4e555b;color:#fff}.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right{color:#fff}p-togglebutton.ng-dirty.ng-invalid>.p-togglebutton.p-button{border-color:#dc3545}.p-treeselect{background:#fff;border:1px solid #ced4da;transition:background-color .15s,border-color .15s,box-shadow .15s;border-radius:4px}.p-treeselect:not(.p-disabled):hover{border-color:#ced4da}.p-treeselect:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}.p-treeselect .p-treeselect-label{padding:.5rem .75rem;transition:background-color .15s,border-color .15s,box-shadow .15s}.p-treeselect .p-treeselect-label.p-placeholder{color:#6c757d}.p-treeselect.p-treeselect-chip .p-treeselect-token{padding:.25rem .75rem;margin-right:.5rem;background:#dee2e6;color:#212529;border-radius:16px}.p-treeselect .p-treeselect-trigger{background:transparent;color:#495057;width:2.357rem;border-top-right-radius:4px;border-bottom-right-radius:4px}.p-treeselect.p-variant-filled{background-color:#efefef}.p-treeselect.p-variant-filled:enabled:hover{background-color:#efefef}.p-treeselect.p-variant-filled:enabled:focus{background-color:#efefef}p-treeselect.ng-invalid.ng-dirty>.p-treeselect{border-color:#dc3545}.p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label{padding:.25rem .75rem}.p-treeselect-panel{background:#fff;color:#212529;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:none}.p-treeselect-panel .p-treeselect-header{padding:.75rem 1.5rem;border-bottom:1px solid #dee2e6;color:#212529;background:#efefef;margin:0;border-top-right-radius:4px;border-top-left-radius:4px}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container{margin-right:.5rem}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter{padding-right:1.75rem}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon{right:.75rem;color:#495057}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter{padding-right:3.5rem}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon{right:2.5rem}.p-treeselect-panel .p-treeselect-header .p-treeselect-close{width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s}.p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover{color:#495057;border-color:transparent;background:transparent}.p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-treeselect-panel .p-treeselect-items-wrapper .p-tree{border:0 none}.p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message{padding:.5rem 1.5rem;color:#212529;background:transparent}.p-input-filled .p-treeselect{background:#efefef}.p-input-filled .p-treeselect:not(.p-disabled):hover{background-color:#efefef}.p-input-filled .p-treeselect:not(.p-disabled).p-focus{background-color:#efefef}p-treeselect.p-treeselect-clearable .p-treeselect-label-container{padding-right:1.75rem}p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon{color:#495057;right:2.357rem}.p-button{color:#fff;background:#007bff;border:1px solid #007bff;padding:.5rem .75rem;font-size:1rem;transition:background-color .15s,border-color .15s,box-shadow .15s;border-radius:4px;outline-color:transparent}.p-button:not(:disabled):hover{background:#0069d9;color:#fff;border-color:#0069d9}.p-button:not(:disabled):active{background:#0062cc;color:#fff;border-color:#0062cc}.p-button.p-button-outlined{background-color:transparent;color:#007bff;border:1px solid}.p-button.p-button-outlined:not(:disabled):hover{background:#007bff0a;color:#007bff;border:1px solid}.p-button.p-button-outlined:not(:disabled):active{background:#007bff29;color:#007bff;border:1px solid}.p-button.p-button-outlined.p-button-plain{color:#6c757d;border-color:#6c757d}.p-button.p-button-outlined.p-button-plain:not(:disabled):hover{background:#e9ecef;color:#6c757d}.p-button.p-button-outlined.p-button-plain:not(:disabled):active{background:#dee2e6;color:#6c757d}.p-button.p-button-text{background-color:transparent;color:#007bff;border-color:transparent}.p-button.p-button-text:not(:disabled):hover{background:#007bff0a;color:#007bff;border-color:transparent}.p-button.p-button-text:not(:disabled):active{background:#007bff29;color:#007bff;border-color:transparent}.p-button.p-button-text.p-button-plain{color:#6c757d}.p-button.p-button-text.p-button-plain:not(:disabled):hover{background:#e9ecef;color:#6c757d}.p-button.p-button-text.p-button-plain:not(:disabled):active{background:#dee2e6;color:#6c757d}.p-button:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-button .p-button-label{transition-duration:.15s}.p-button .p-button-icon-left{margin-right:.5rem}.p-button .p-button-icon-right{margin-left:.5rem}.p-button .p-button-icon-bottom{margin-top:.5rem}.p-button .p-button-icon-top{margin-bottom:.5rem}.p-button .p-badge{margin-left:.5rem;min-width:1rem;height:1rem;line-height:1rem;color:#007bff;background-color:#fff}.p-button.p-button-raised{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.p-button.p-button-rounded{border-radius:2rem}.p-button.p-button-icon-only{width:2.357rem;padding:.5rem 0}.p-button.p-button-icon-only .p-button-icon-left,.p-button.p-button-icon-only .p-button-icon-right{margin:0}.p-button.p-button-icon-only.p-button-rounded{border-radius:50%;height:2.357rem}.p-button.p-button-sm{font-size:.875rem;padding:.4375rem .65625rem}.p-button.p-button-sm .p-button-icon{font-size:.875rem}.p-button.p-button-lg{font-size:1.25rem;padding:.625rem .9375rem}.p-button.p-button-lg .p-button-icon{font-size:1.25rem}.p-button.p-button-loading-label-only .p-button-label{margin-left:.5rem}.p-button.p-button-loading-label-only .p-button-loading-icon{margin-right:0}.p-fluid .p-button{width:100%}.p-fluid .p-button-icon-only{width:2.357rem}.p-fluid .p-button-group{display:flex}.p-fluid .p-button-group .p-button{flex:1}.p-button.p-button-secondary,.p-button-group.p-button-secondary>.p-button,.p-splitbutton.p-button-secondary>.p-button{color:#fff;background:#6c757d;border:1px solid #6c757d}.p-button.p-button-secondary:not(:disabled):hover,.p-button-group.p-button-secondary>.p-button:not(:disabled):hover,.p-splitbutton.p-button-secondary>.p-button:not(:disabled):hover{background:#5a6268;color:#fff;border-color:#5a6268}.p-button.p-button-secondary:not(:disabled):focus,.p-button-group.p-button-secondary>.p-button:not(:disabled):focus,.p-splitbutton.p-button-secondary>.p-button:not(:disabled):focus{box-shadow:0 0 0 .2rem #828a9180}.p-button.p-button-secondary:not(:disabled):active,.p-button-group.p-button-secondary>.p-button:not(:disabled):active,.p-splitbutton.p-button-secondary>.p-button:not(:disabled):active{background:#545b62;color:#fff;border-color:#4e555b}.p-button.p-button-secondary.p-button-outlined,.p-button-group.p-button-secondary>.p-button.p-button-outlined,.p-splitbutton.p-button-secondary>.p-button.p-button-outlined{background-color:transparent;color:#6c757d;border:1px solid}.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-secondary>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-secondary>.p-button.p-button-outlined:not(:disabled):hover{background:#6c757d0a;color:#6c757d;border:1px solid}.p-button.p-button-secondary.p-button-outlined:not(:disabled):active,.p-button-group.p-button-secondary>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-secondary>.p-button.p-button-outlined:not(:disabled):active{background:#6c757d29;color:#6c757d;border:1px solid}.p-button.p-button-secondary.p-button-text,.p-button-group.p-button-secondary>.p-button.p-button-text,.p-splitbutton.p-button-secondary>.p-button.p-button-text{background-color:transparent;color:#6c757d;border-color:transparent}.p-button.p-button-secondary.p-button-text:not(:disabled):hover,.p-button-group.p-button-secondary>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-secondary>.p-button.p-button-text:not(:disabled):hover{background:#6c757d0a;border-color:transparent;color:#6c757d}.p-button.p-button-secondary.p-button-text:not(:disabled):active,.p-button-group.p-button-secondary>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-secondary>.p-button.p-button-text:not(:disabled):active{background:#6c757d29;border-color:transparent;color:#6c757d}.p-button.p-button-info,.p-button-group.p-button-info>.p-button,.p-splitbutton.p-button-info>.p-button{color:#fff;background:#17a2b8;border:1px solid #17a2b8}.p-button.p-button-info:not(:disabled):hover,.p-button-group.p-button-info>.p-button:not(:disabled):hover,.p-splitbutton.p-button-info>.p-button:not(:disabled):hover{background:#138496;color:#fff;border-color:#117a8b}.p-button.p-button-info:not(:disabled):focus,.p-button-group.p-button-info>.p-button:not(:disabled):focus,.p-splitbutton.p-button-info>.p-button:not(:disabled):focus{box-shadow:0 0 0 .2rem #3ab0c380}.p-button.p-button-info:not(:disabled):active,.p-button-group.p-button-info>.p-button:not(:disabled):active,.p-splitbutton.p-button-info>.p-button:not(:disabled):active{background:#138496;color:#fff;border-color:#117a8b}.p-button.p-button-info.p-button-outlined,.p-button-group.p-button-info>.p-button.p-button-outlined,.p-splitbutton.p-button-info>.p-button.p-button-outlined{background-color:transparent;color:#17a2b8;border:1px solid}.p-button.p-button-info.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-info>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-info>.p-button.p-button-outlined:not(:disabled):hover{background:#17a2b80a;color:#17a2b8;border:1px solid}.p-button.p-button-info.p-button-outlined:not(:disabled):active,.p-button-group.p-button-info>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-info>.p-button.p-button-outlined:not(:disabled):active{background:#17a2b829;color:#17a2b8;border:1px solid}.p-button.p-button-info.p-button-text,.p-button-group.p-button-info>.p-button.p-button-text,.p-splitbutton.p-button-info>.p-button.p-button-text{background-color:transparent;color:#17a2b8;border-color:transparent}.p-button.p-button-info.p-button-text:not(:disabled):hover,.p-button-group.p-button-info>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-info>.p-button.p-button-text:not(:disabled):hover{background:#17a2b80a;border-color:transparent;color:#17a2b8}.p-button.p-button-info.p-button-text:not(:disabled):active,.p-button-group.p-button-info>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-info>.p-button.p-button-text:not(:disabled):active{background:#17a2b829;border-color:transparent;color:#17a2b8}.p-button.p-button-success,.p-button-group.p-button-success>.p-button,.p-splitbutton.p-button-success>.p-button{color:#fff;background:#28a745;border:1px solid #28a745}.p-button.p-button-success:not(:disabled):hover,.p-button-group.p-button-success>.p-button:not(:disabled):hover,.p-splitbutton.p-button-success>.p-button:not(:disabled):hover{background:#218838;color:#fff;border-color:#1e7e34}.p-button.p-button-success:not(:disabled):focus,.p-button-group.p-button-success>.p-button:not(:disabled):focus,.p-splitbutton.p-button-success>.p-button:not(:disabled):focus{box-shadow:0 0 0 .2rem #48b46180}.p-button.p-button-success:not(:disabled):active,.p-button-group.p-button-success>.p-button:not(:disabled):active,.p-splitbutton.p-button-success>.p-button:not(:disabled):active{background:#1e7e34;color:#fff;border-color:#1c7430}.p-button.p-button-success.p-button-outlined,.p-button-group.p-button-success>.p-button.p-button-outlined,.p-splitbutton.p-button-success>.p-button.p-button-outlined{background-color:transparent;color:#28a745;border:1px solid}.p-button.p-button-success.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-success>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-success>.p-button.p-button-outlined:not(:disabled):hover{background:#28a7450a;color:#28a745;border:1px solid}.p-button.p-button-success.p-button-outlined:not(:disabled):active,.p-button-group.p-button-success>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-success>.p-button.p-button-outlined:not(:disabled):active{background:#28a74529;color:#28a745;border:1px solid}.p-button.p-button-success.p-button-text,.p-button-group.p-button-success>.p-button.p-button-text,.p-splitbutton.p-button-success>.p-button.p-button-text{background-color:transparent;color:#28a745;border-color:transparent}.p-button.p-button-success.p-button-text:not(:disabled):hover,.p-button-group.p-button-success>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-success>.p-button.p-button-text:not(:disabled):hover{background:#28a7450a;border-color:transparent;color:#28a745}.p-button.p-button-success.p-button-text:not(:disabled):active,.p-button-group.p-button-success>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-success>.p-button.p-button-text:not(:disabled):active{background:#28a74529;border-color:transparent;color:#28a745}.p-button.p-button-warning,.p-button-group.p-button-warning>.p-button,.p-splitbutton.p-button-warning>.p-button{color:#212529;background:#ffc107;border:1px solid #ffc107}.p-button.p-button-warning:not(:disabled):hover,.p-button-group.p-button-warning>.p-button:not(:disabled):hover,.p-splitbutton.p-button-warning>.p-button:not(:disabled):hover{background:#e0a800;color:#212529;border-color:#d39e00}.p-button.p-button-warning:not(:disabled):focus,.p-button-group.p-button-warning>.p-button:not(:disabled):focus,.p-splitbutton.p-button-warning>.p-button:not(:disabled):focus{box-shadow:0 0 0 .2rem #deaa0c80}.p-button.p-button-warning:not(:disabled):active,.p-button-group.p-button-warning>.p-button:not(:disabled):active,.p-splitbutton.p-button-warning>.p-button:not(:disabled):active{background:#d39e00;color:#212529;border-color:#c69500}.p-button.p-button-warning.p-button-outlined,.p-button-group.p-button-warning>.p-button.p-button-outlined,.p-splitbutton.p-button-warning>.p-button.p-button-outlined{background-color:transparent;color:#ffc107;border:1px solid}.p-button.p-button-warning.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-warning>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-warning>.p-button.p-button-outlined:not(:disabled):hover{background:#ffc1070a;color:#ffc107;border:1px solid}.p-button.p-button-warning.p-button-outlined:not(:disabled):active,.p-button-group.p-button-warning>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-warning>.p-button.p-button-outlined:not(:disabled):active{background:#ffc10729;color:#ffc107;border:1px solid}.p-button.p-button-warning.p-button-text,.p-button-group.p-button-warning>.p-button.p-button-text,.p-splitbutton.p-button-warning>.p-button.p-button-text{background-color:transparent;color:#ffc107;border-color:transparent}.p-button.p-button-warning.p-button-text:not(:disabled):hover,.p-button-group.p-button-warning>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-warning>.p-button.p-button-text:not(:disabled):hover{background:#ffc1070a;border-color:transparent;color:#ffc107}.p-button.p-button-warning.p-button-text:not(:disabled):active,.p-button-group.p-button-warning>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-warning>.p-button.p-button-text:not(:disabled):active{background:#ffc10729;border-color:transparent;color:#ffc107}.p-button.p-button-help,.p-button-group.p-button-help>.p-button,.p-splitbutton.p-button-help>.p-button{color:#fff;background:#6f42c1;border:1px solid #6f42c1}.p-button.p-button-help:not(:disabled):hover,.p-button-group.p-button-help>.p-button:not(:disabled):hover,.p-splitbutton.p-button-help>.p-button:not(:disabled):hover{background:#633bad;color:#fff;border-color:#58349a}.p-button.p-button-help:not(:disabled):focus,.p-button-group.p-button-help>.p-button:not(:disabled):focus,.p-splitbutton.p-button-help>.p-button:not(:disabled):focus{box-shadow:0 0 0 .2rem #d3c6ec}.p-button.p-button-help:not(:disabled):active,.p-button-group.p-button-help>.p-button:not(:disabled):active,.p-splitbutton.p-button-help>.p-button:not(:disabled):active{background:#58349a;color:#fff;border-color:#4d2e87}.p-button.p-button-help.p-button-outlined,.p-button-group.p-button-help>.p-button.p-button-outlined,.p-splitbutton.p-button-help>.p-button.p-button-outlined{background-color:transparent;color:#6f42c1;border:1px solid}.p-button.p-button-help.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-help>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-help>.p-button.p-button-outlined:not(:disabled):hover{background:#6f42c10a;color:#6f42c1;border:1px solid}.p-button.p-button-help.p-button-outlined:not(:disabled):active,.p-button-group.p-button-help>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-help>.p-button.p-button-outlined:not(:disabled):active{background:#6f42c129;color:#6f42c1;border:1px solid}.p-button.p-button-help.p-button-text,.p-button-group.p-button-help>.p-button.p-button-text,.p-splitbutton.p-button-help>.p-button.p-button-text{background-color:transparent;color:#6f42c1;border-color:transparent}.p-button.p-button-help.p-button-text:not(:disabled):hover,.p-button-group.p-button-help>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-help>.p-button.p-button-text:not(:disabled):hover{background:#6f42c10a;border-color:transparent;color:#6f42c1}.p-button.p-button-help.p-button-text:not(:disabled):active,.p-button-group.p-button-help>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-help>.p-button.p-button-text:not(:disabled):active{background:#6f42c129;border-color:transparent;color:#6f42c1}.p-button.p-button-danger,.p-button-group.p-button-danger>.p-button,.p-splitbutton.p-button-danger>.p-button{color:#fff;background:#dc3545;border:1px solid #dc3545}.p-button.p-button-danger:not(:disabled):hover,.p-button-group.p-button-danger>.p-button:not(:disabled):hover,.p-splitbutton.p-button-danger>.p-button:not(:disabled):hover{background:#c82333;color:#fff;border-color:#bd2130}.p-button.p-button-danger:not(:disabled):focus,.p-button-group.p-button-danger>.p-button:not(:disabled):focus,.p-splitbutton.p-button-danger>.p-button:not(:disabled):focus{box-shadow:0 0 0 .2rem #e1536180}.p-button.p-button-danger:not(:disabled):active,.p-button-group.p-button-danger>.p-button:not(:disabled):active,.p-splitbutton.p-button-danger>.p-button:not(:disabled):active{background:#bd2130;color:#fff;border-color:#b21f2d}.p-button.p-button-danger.p-button-outlined,.p-button-group.p-button-danger>.p-button.p-button-outlined,.p-splitbutton.p-button-danger>.p-button.p-button-outlined{background-color:transparent;color:#dc3545;border:1px solid}.p-button.p-button-danger.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-danger>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-danger>.p-button.p-button-outlined:not(:disabled):hover{background:#dc35450a;color:#dc3545;border:1px solid}.p-button.p-button-danger.p-button-outlined:not(:disabled):active,.p-button-group.p-button-danger>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-danger>.p-button.p-button-outlined:not(:disabled):active{background:#dc354529;color:#dc3545;border:1px solid}.p-button.p-button-danger.p-button-text,.p-button-group.p-button-danger>.p-button.p-button-text,.p-splitbutton.p-button-danger>.p-button.p-button-text{background-color:transparent;color:#dc3545;border-color:transparent}.p-button.p-button-danger.p-button-text:not(:disabled):hover,.p-button-group.p-button-danger>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-danger>.p-button.p-button-text:not(:disabled):hover{background:#dc35450a;border-color:transparent;color:#dc3545}.p-button.p-button-danger.p-button-text:not(:disabled):active,.p-button-group.p-button-danger>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-danger>.p-button.p-button-text:not(:disabled):active{background:#dc354529;border-color:transparent;color:#dc3545}.p-button.p-button-contrast,.p-button-group.p-button-contrast>.p-button,.p-splitbutton.p-button-contrast>.p-button{color:#fff;background:#212529;border:1px solid #212529}.p-button.p-button-contrast:not(:disabled):hover,.p-button-group.p-button-contrast>.p-button:not(:disabled):hover,.p-splitbutton.p-button-contrast>.p-button:not(:disabled):hover{background:#343a40;color:#fff;border-color:#343a40}.p-button.p-button-contrast:not(:disabled):focus,.p-button-group.p-button-contrast>.p-button:not(:disabled):focus,.p-splitbutton.p-button-contrast>.p-button:not(:disabled):focus{box-shadow:none}.p-button.p-button-contrast:not(:disabled):active,.p-button-group.p-button-contrast>.p-button:not(:disabled):active,.p-splitbutton.p-button-contrast>.p-button:not(:disabled):active{background:#495057;color:#fff;border-color:#495057}.p-button.p-button-contrast.p-button-outlined,.p-button-group.p-button-contrast>.p-button.p-button-outlined,.p-splitbutton.p-button-contrast>.p-button.p-button-outlined{background-color:transparent;color:#212529;border:1px solid}.p-button.p-button-contrast.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-contrast>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-contrast>.p-button.p-button-outlined:not(:disabled):hover{background:#2125290a;color:#212529;border:1px solid}.p-button.p-button-contrast.p-button-outlined:not(:disabled):active,.p-button-group.p-button-contrast>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-contrast>.p-button.p-button-outlined:not(:disabled):active{background:#21252929;color:#212529;border:1px solid}.p-button.p-button-contrast.p-button-text,.p-button-group.p-button-contrast>.p-button.p-button-text,.p-splitbutton.p-button-contrast>.p-button.p-button-text{background-color:transparent;color:#212529;border-color:transparent}.p-button.p-button-contrast.p-button-text:not(:disabled):hover,.p-button-group.p-button-contrast>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-contrast>.p-button.p-button-text:not(:disabled):hover{background:#2125290a;border-color:transparent;color:#212529}.p-button.p-button-contrast.p-button-text:not(:disabled):active,.p-button-group.p-button-contrast>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-contrast>.p-button.p-button-text:not(:disabled):active{background:#21252929;border-color:transparent;color:#212529}.p-button.p-button-link{color:#007bff;background:transparent;border:transparent}.p-button.p-button-link:not(:disabled):hover{background:transparent;color:#0069d9;border-color:transparent}.p-button.p-button-link:not(:disabled):hover .p-button-label{text-decoration:underline}.p-button.p-button-link:not(:disabled):focus{background:transparent;box-shadow:0 0 0 .2rem #268fff80;border-color:transparent}.p-button.p-button-link:not(:disabled):active{background:transparent;color:#007bff;border-color:transparent}.p-speeddial-button.p-button.p-button-icon-only{width:4rem;height:4rem}.p-speeddial-button.p-button.p-button-icon-only .p-button-icon{font-size:1.3rem}.p-speeddial-button.p-button.p-button-icon-only .p-icon{width:1.3rem;height:1.3rem}.p-speeddial-list{outline:0 none}.p-speeddial-item.p-focus>.p-speeddial-action{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-speeddial-action{width:3rem;height:3rem;background:#495057;color:#fff}.p-speeddial-action:hover{background:#343a40;color:#fff}.p-speeddial-direction-up .p-speeddial-item{margin:.25rem 0}.p-speeddial-direction-up .p-speeddial-item:first-child{margin-bottom:.5rem}.p-speeddial-direction-down .p-speeddial-item{margin:.25rem 0}.p-speeddial-direction-down .p-speeddial-item:first-child{margin-top:.5rem}.p-speeddial-direction-left .p-speeddial-item{margin:0 .25rem}.p-speeddial-direction-left .p-speeddial-item:first-child{margin-right:.5rem}.p-speeddial-direction-right .p-speeddial-item{margin:0 .25rem}.p-speeddial-direction-right .p-speeddial-item:first-child{margin-left:.5rem}.p-speeddial-circle .p-speeddial-item,.p-speeddial-semi-circle .p-speeddial-item,.p-speeddial-quarter-circle .p-speeddial-item{margin:0}.p-speeddial-circle .p-speeddial-item:first-child,.p-speeddial-circle .p-speeddial-item:last-child,.p-speeddial-semi-circle .p-speeddial-item:first-child,.p-speeddial-semi-circle .p-speeddial-item:last-child,.p-speeddial-quarter-circle .p-speeddial-item:first-child,.p-speeddial-quarter-circle .p-speeddial-item:last-child{margin:0}.p-speeddial-mask{background-color:#0006}.p-splitbutton{border-radius:4px}.p-splitbutton.p-button-rounded{border-radius:2rem}.p-splitbutton.p-button-rounded>.p-button{border-radius:2rem}.p-splitbutton.p-button-raised{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.p-carousel .p-carousel-content .p-carousel-prev,.p-carousel .p-carousel-content .p-carousel-next{width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s;margin:.5rem}.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,.p-carousel .p-carousel-content .p-carousel-next:enabled:hover{color:#495057;border-color:transparent;background:transparent}.p-carousel .p-carousel-content .p-carousel-prev:focus-visible,.p-carousel .p-carousel-content .p-carousel-next:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-carousel .p-carousel-indicators{padding:1rem}.p-carousel .p-carousel-indicators .p-carousel-indicator{margin-right:.5rem;margin-bottom:.5rem}.p-carousel .p-carousel-indicators .p-carousel-indicator button{background-color:#e9ecef;width:2rem;height:.5rem;transition:box-shadow .15s;border-radius:0}.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover{background:#dee2e6}.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button{background:#007bff;color:#fff}.p-datatable .p-paginator-top,.p-datatable .p-paginator-bottom{border-width:1px 0 0 0;border-radius:0}.p-datatable .p-datatable-header{background:#efefef;color:#212529;border:solid #dee2e6;border-width:1px 0 0 0;padding:1rem;font-weight:600}.p-datatable .p-datatable-footer{background:#efefef;color:#212529;border:1px solid #dee2e6;border-width:1px 0 1px 0;padding:1rem;font-weight:600}.p-datatable .p-datatable-thead>tr>th{text-align:left;padding:1rem;border:1px solid #dee2e6;border-width:1px 0 2px 0;font-weight:600;color:#212529;background:#fff;transition:box-shadow .15s}.p-datatable .p-datatable-tfoot>tr>td{text-align:left;padding:1rem;border:1px solid #dee2e6;border-width:1px 0 1px 0;font-weight:600;color:#212529;background:#fff}.p-datatable .p-sortable-column .p-sortable-column-icon{color:#6c757d;margin-left:.5rem}.p-datatable .p-sortable-column .p-sortable-column-badge{border-radius:50%;height:1.143rem;min-width:1.143rem;line-height:1.143rem;color:#fff;background:#007bff;margin-left:.5rem}.p-datatable .p-sortable-column:not(.p-highlight):hover{background:#e9ecef;color:#212529}.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon{color:#6c757d}.p-datatable .p-sortable-column.p-highlight{background:#fff;color:#007bff}.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon{color:#007bff}.p-datatable .p-sortable-column.p-highlight:hover{background:#e9ecef;color:#007bff}.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon{color:#007bff}.p-datatable .p-sortable-column:focus-visible{box-shadow:inset 0 0 0 .15rem #268fff80;outline:0 none}.p-datatable .p-datatable-tbody>tr{background:#fff;color:#212529;transition:box-shadow .15s}.p-datatable .p-datatable-tbody>tr>td{text-align:left;border:1px solid #dee2e6;border-width:1px 0 0 0;padding:1rem}.p-datatable .p-datatable-tbody>tr>td .p-row-toggler,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-init,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-save,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel{width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s}.p-datatable .p-datatable-tbody>tr>td .p-row-toggler:enabled:hover,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-init:enabled:hover,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-save:enabled:hover,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel:enabled:hover{color:#495057;border-color:transparent;background:transparent}.p-datatable .p-datatable-tbody>tr>td .p-row-toggler:focus-visible,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-init:focus-visible,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-save:focus-visible,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-datatable .p-datatable-tbody>tr>td .p-row-editor-save{margin-right:.5rem}.p-datatable .p-datatable-tbody>tr:focus-visible{outline:.15rem solid rgba(38,143,255,.5);outline-offset:-.15rem}.p-datatable .p-datatable-tbody>tr.p-highlight{background:#007bff;color:#fff}.p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-top>td{box-shadow:inset 0 2px #007bff}.p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-bottom>td{box-shadow:inset 0 -2px #007bff}.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody>tr:not(.p-highlight):hover{background:#e9ecef;color:#212529}.p-datatable .p-column-resizer-helper{background:#007bff}.p-datatable .p-datatable-scrollable-header,.p-datatable .p-datatable-scrollable-footer{background:#efefef}.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-datatable-table>.p-datatable-thead,.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-datatable-table>.p-datatable-tfoot,.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-scroller-viewport>.p-scroller>.p-datatable-table>.p-datatable-thead,.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-scroller-viewport>.p-scroller>.p-datatable-table>.p-datatable-tfoot{background-color:#fff}.p-datatable .p-datatable-loading-icon{font-size:2rem}.p-datatable.p-datatable-gridlines .p-datatable-header{border-width:1px 1px 0 1px}.p-datatable.p-datatable-gridlines .p-datatable-footer{border-width:0 1px 1px 1px}.p-datatable.p-datatable-gridlines .p-paginator-top{border-width:0 1px 0 1px}.p-datatable.p-datatable-gridlines .p-paginator-bottom{border-width:0 1px 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-thead>tr>th{border-width:1px 0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-thead>tr>th:last-child{border-width:1px}.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr>td{border-width:1px 0 0 1px}.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr>td:last-child{border-width:1px 1px 0 1px}.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr:last-child>td{border-width:1px 0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr:last-child>td:last-child{border-width:1px}.p-datatable.p-datatable-gridlines .p-datatable-tfoot>tr>td{border-width:1px 0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-tfoot>tr>td:last-child{border-width:1px 1px 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-thead+.p-datatable-tfoot>tr>td{border-width:0 0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-thead+.p-datatable-tfoot>tr>td:last-child{border-width:0 1px 1px 1px}.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody>tr>td{border-width:0 0 1px 1px}.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody>tr>td:last-child{border-width:0 1px 1px 1px}.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody>tr:last-child>td{border-width:0 0 0 1px}.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody>tr:last-child>td:last-child{border-width:0 1px 0 1px}.p-datatable.p-datatable-striped .p-datatable-tbody>tr:nth-child(2n){background:#0000000d}.p-datatable.p-datatable-striped .p-datatable-tbody>tr:nth-child(2n).p-highlight{background:#007bff;color:#fff}.p-datatable.p-datatable-striped .p-datatable-tbody>tr:nth-child(2n).p-highlight .p-row-toggler{color:#fff}.p-datatable.p-datatable-striped .p-datatable-tbody>tr:nth-child(2n).p-highlight .p-row-toggler:hover{color:#fff}.p-datatable.p-datatable-sm .p-datatable-header{padding:.5rem}.p-datatable.p-datatable-sm .p-datatable-thead>tr>th{padding:.5rem}.p-datatable.p-datatable-sm .p-datatable-tbody>tr>td{padding:.5rem}.p-datatable.p-datatable-sm .p-datatable-tfoot>tr>td{padding:.5rem}.p-datatable.p-datatable-sm .p-datatable-footer{padding:.5rem}.p-datatable.p-datatable-lg .p-datatable-header{padding:1.25rem}.p-datatable.p-datatable-lg .p-datatable-thead>tr>th{padding:1.25rem}.p-datatable.p-datatable-lg .p-datatable-tbody>tr>td{padding:1.25rem}.p-datatable.p-datatable-lg .p-datatable-tfoot>tr>td{padding:1.25rem}.p-datatable.p-datatable-lg .p-datatable-footer{padding:1.25rem}.p-dataview .p-paginator-top,.p-dataview .p-paginator-bottom{border-width:1px 0 0 0;border-radius:0}.p-dataview .p-dataview-header{background:#efefef;color:#212529;border:solid #dee2e6;border-width:1px 0 0 0;padding:1rem;font-weight:600}.p-dataview .p-dataview-content{background:#fff;color:#212529;border:0 none;padding:0}.p-dataview .p-dataview-footer{background:#efefef;color:#212529;border:1px solid #dee2e6;border-width:1px 0 1px 0;padding:1rem;font-weight:600;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.p-dataview .p-dataview-loading-icon{font-size:2rem}.p-dataview .p-dataview-emptymessage{padding:1.25rem}.p-column-filter-row .p-column-filter-menu-button,.p-column-filter-row .p-column-filter-clear-button{margin-left:.5rem}.p-column-filter-menu-button{width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s}.p-column-filter-menu-button:hover{color:#495057;border-color:transparent;background:transparent}.p-column-filter-menu-button.p-column-filter-menu-button-open,.p-column-filter-menu-button.p-column-filter-menu-button-open:hover{background:transparent;color:#495057}.p-column-filter-menu-button.p-column-filter-menu-button-active,.p-column-filter-menu-button.p-column-filter-menu-button-active:hover{background:#007bff;color:#fff}.p-column-filter-menu-button:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-column-filter-clear-button{width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s}.p-column-filter-clear-button:hover{color:#495057;border-color:transparent;background:transparent}.p-column-filter-clear-button:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-column-filter-overlay{background:#fff;color:#212529;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:none;min-width:12.5rem}.p-column-filter-overlay .p-column-filter-row-items{padding:.5rem 0}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item{margin:0;padding:.5rem 1.5rem;border:0 none;color:#212529;background:transparent;transition:box-shadow .15s;border-radius:0}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:first-child{margin-top:0}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight{color:#fff;background:#007bff}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover{color:#212529;background:#e9ecef}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .15rem #268fff80}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator{border-top:1px solid #dee2e6;margin:.5rem 0}.p-column-filter-overlay-menu .p-column-filter-operator{padding:.75rem 1.5rem;border-bottom:1px solid #dee2e6;color:#212529;background:#efefef;margin:0;border-top-right-radius:4px;border-top-left-radius:4px}.p-column-filter-overlay-menu .p-column-filter-constraint{padding:1.25rem;border-bottom:1px solid #dee2e6}.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown{margin-bottom:.5rem}.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button{margin-top:.5rem}.p-column-filter-overlay-menu .p-column-filter-constraint:last-child{border-bottom:0 none}.p-column-filter-overlay-menu .p-column-filter-add-rule{padding:.5rem 1.25rem}.p-column-filter-overlay-menu .p-column-filter-buttonbar,.p-orderlist .p-orderlist-controls{padding:1.25rem}.p-orderlist .p-orderlist-controls .p-button{margin-bottom:.5rem}.p-orderlist .p-orderlist-list-container{background:#fff;border:1px solid #dee2e6;border-radius:4px;transition:background-color .15s,border-color .15s,box-shadow .15s;outline-color:transparent}.p-orderlist .p-orderlist-list-container.p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}.p-orderlist .p-orderlist-header{color:#212529;padding:1rem 1.25rem;font-weight:600}.p-orderlist .p-orderlist-header .p-orderlist-title{font-weight:600}.p-orderlist .p-orderlist-filter-container{padding:1rem 1.25rem;background:#fff;border:1px solid #dee2e6;border-bottom:0 none}.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input{padding-right:1.75rem}.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon{right:.75rem;color:#495057}.p-orderlist .p-orderlist-list{color:#212529;padding:.5rem 0;outline:0 none}.p-orderlist .p-orderlist-list:not(:first-child){border-top:1px solid #dee2e6}.p-orderlist .p-orderlist-list .p-orderlist-item{padding:.5rem 1.5rem;margin:0;border:0 none;color:#212529;background:transparent;transition:box-shadow .15s}.p-orderlist .p-orderlist-list .p-orderlist-item:first-child{margin-top:0}.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover{background:#e9ecef;color:#212529}.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus{color:#212529;background:#dee2e6}.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight{color:#fff;background:#007bff}.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus{background:#0067d6}.p-orderlist .p-orderlist-list .p-orderlist-empty-message{padding:.5rem 1.5rem;color:#212529}.p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover{background:#e9ecef;color:#212529}.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(2n){background:#0000000d}.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(2n):hover{background:#e9ecef}.p-orderlist-item.cdk-drag-preview{padding:.5rem 1.5rem;box-shadow:none;border:0 none;color:#212529;background:#fff;margin:0}.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover{background:#e9ecef;color:#212529}.p-organizationchart .p-organizationchart-node-content.p-highlight{background:#007bff;color:#fff}.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i{color:#003e80}.p-organizationchart .p-organizationchart-line-down{background:#dee2e6}.p-organizationchart .p-organizationchart-line-left{border-right:1px solid #dee2e6;border-color:#dee2e6}.p-organizationchart .p-organizationchart-line-top{border-top:1px solid #dee2e6;border-color:#dee2e6}.p-organizationchart .p-organizationchart-node-content{border:1px solid #dee2e6;background:#fff;color:#212529;padding:1.25rem}.p-organizationchart .p-organizationchart-node-content .p-node-toggler{background:inherit;color:inherit;border-radius:50%}.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-paginator{background:#fff;color:#007bff;border:solid #dee2e6;border-width:0;padding:.75rem;border-radius:4px}.p-paginator .p-paginator-first,.p-paginator .p-paginator-prev,.p-paginator .p-paginator-next,.p-paginator .p-paginator-last{background-color:#fff;border:1px solid #dee2e6;color:#007bff;min-width:2.357rem;height:2.357rem;margin:0 0 0 -1px;transition:box-shadow .15s;border-radius:0}.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover{background:#e9ecef;border-color:#dee2e6;color:#007bff}.p-paginator .p-paginator-first{border-top-left-radius:0;border-bottom-left-radius:0}.p-paginator .p-paginator-last{border-top-right-radius:0;border-bottom-right-radius:0}.p-paginator .p-dropdown{margin-left:.5rem;margin-right:.5rem;height:2.357rem}.p-paginator .p-dropdown .p-dropdown-label{padding-right:0}.p-paginator .p-paginator-page-input{margin-left:.5rem;margin-right:.5rem}.p-paginator .p-paginator-page-input .p-inputtext{max-width:2.357rem}.p-paginator .p-paginator-current{background-color:#fff;border:1px solid #dee2e6;color:#007bff;min-width:2.357rem;height:2.357rem;margin:0 0 0 -1px;padding:0 .5rem}.p-paginator .p-paginator-pages .p-paginator-page{background-color:#fff;border:1px solid #dee2e6;color:#007bff;min-width:2.357rem;height:2.357rem;margin:0 0 0 -1px;transition:box-shadow .15s;border-radius:0}.p-paginator .p-paginator-pages .p-paginator-page.p-highlight{background:#007bff;border-color:#007bff;color:#fff}.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover{background:#e9ecef;border-color:#dee2e6;color:#007bff}.p-picklist .p-picklist-buttons{padding:1.25rem}.p-picklist .p-picklist-buttons .p-button{margin-bottom:.5rem}.p-picklist .p-picklist-list-wrapper{background:#fff;border:1px solid #dee2e6;border-radius:4px;transition:background-color .15s,border-color .15s,box-shadow .15s;outline-color:transparent}.p-picklist .p-picklist-list-wrapper.p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}.p-picklist .p-picklist-header{color:#212529;padding:1rem 1.25rem;font-weight:600}.p-picklist .p-picklist-header .p-picklist-title{font-weight:600}.p-picklist .p-picklist-filter-container{padding:1rem 1.25rem;background:#fff;border:1px solid #dee2e6;border-bottom:0 none}.p-picklist .p-picklist-filter-container .p-picklist-filter-input{padding-right:1.75rem}.p-picklist .p-picklist-filter-container .p-picklist-filter-icon{right:.75rem;color:#495057}.p-picklist .p-picklist-list{color:#212529;padding:.5rem 0;outline:0 none}.p-picklist .p-picklist-list:not(:first-child){border-top:1px solid #dee2e6}.p-picklist .p-picklist-list .p-picklist-item{padding:.5rem 1.5rem;margin:0;border:0 none;color:#212529;background:transparent;transition:box-shadow .15s}.p-picklist .p-picklist-list .p-picklist-item:first-child{margin-top:0}.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover{background:#e9ecef;color:#212529}.p-picklist .p-picklist-list .p-picklist-item.p-focus{color:#212529;background:#dee2e6}.p-picklist .p-picklist-list .p-picklist-item.p-highlight{color:#fff;background:#007bff}.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus{background:#0067d6}.p-picklist .p-picklist-list .p-picklist-empty-message{padding:.5rem 1.5rem;color:#212529}.p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover{background:#e9ecef;color:#212529}.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(2n){background:#0000000d}.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(2n):hover{background:#e9ecef}.p-picklist-item.cdk-drag-preview{padding:.5rem 1.5rem;box-shadow:none;border:0 none;color:#212529;background:#fff;margin:0}.p-timeline .p-timeline-event-marker{border:0 none;border-radius:50%;width:1rem;height:1rem;background-color:#007bff}.p-timeline .p-timeline-event-connector{background-color:#dee2e6}.p-timeline.p-timeline-vertical .p-timeline-event-opposite,.p-timeline.p-timeline-vertical .p-timeline-event-content{padding:0 1rem}.p-timeline.p-timeline-vertical .p-timeline-event-connector{width:2px}.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,.p-timeline.p-timeline-horizontal .p-timeline-event-content{padding:1rem 0}.p-timeline.p-timeline-horizontal .p-timeline-event-connector{height:2px}.p-tree{border:1px solid #dee2e6;background:#fff;color:#212529;padding:1.25rem;border-radius:4px}.p-tree .p-tree-container .p-treenode{padding:.143rem;outline:0 none}.p-tree .p-tree-container .p-treenode:focus>.p-treenode-content{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .15rem #268fff80}.p-tree .p-tree-container .p-treenode .p-treenode-content{border-radius:4px;transition:box-shadow .15s;padding:.286rem}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler{margin-right:.5rem;width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover{color:#495057;border-color:transparent;background:transparent}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon{margin-right:.5rem;color:#6c757d}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox{margin-right:.5rem}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon{color:#212529}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box{background-color:#efefef}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight{background:#007bff}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover{background-color:#efefef}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover{background:#0062cc}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight{background:#007bff;color:#fff}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon,.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover{color:#fff}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover{background:#e9ecef;color:#212529}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover{background:#e9ecef;color:#212529}.p-tree .p-tree-filter-container{margin-bottom:.5rem}.p-tree .p-tree-filter-container .p-tree-filter{width:100%;padding-right:1.75rem}.p-tree .p-tree-filter-container .p-tree-filter-icon{right:.75rem;color:#495057}.p-tree .p-treenode-children{padding:0 0 0 1rem}.p-tree .p-tree-loading-icon{font-size:2rem}.p-tree .p-tree-loading-icon.p-icon{width:2rem;height:2rem}.p-tree .p-treenode-droppoint.p-treenode-droppoint-active{background-color:#0062cc}.p-tree.p-tree-horizontal .p-treenode .p-treenode-content{border-radius:4px;border:1px solid #dee2e6;background-color:#fff;color:#212529;padding:.286rem;transition:box-shadow .15s}.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight{background-color:#007bff;color:#fff}.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon{color:#fff}.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler{margin-right:.5rem}.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon{color:#6c757d;margin-right:.5rem}.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox{margin-right:.5rem}.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover{background-color:inherit;color:inherit}.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover{background:#e9ecef;color:#212529}.p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-treetable .p-paginator-top,.p-treetable .p-paginator-bottom{border-width:1px 0 0 0;border-radius:0}.p-treetable .p-treetable-header{background:#efefef;color:#212529;border:solid #dee2e6;border-width:1px 0 0 0;padding:1rem;font-weight:600}.p-treetable .p-treetable-footer{background:#efefef;color:#212529;border:1px solid #dee2e6;border-width:1px 0 1px 0;padding:1rem;font-weight:600}.p-treetable .p-treetable-thead>tr>th{text-align:left;padding:1rem;border:1px solid #dee2e6;border-width:1px 0 2px 0;font-weight:600;color:#212529;background:#fff;transition:box-shadow .15s}.p-treetable .p-treetable-tfoot>tr>td{text-align:left;padding:1rem;border:1px solid #dee2e6;border-width:1px 0 1px 0;font-weight:600;color:#212529;background:#fff}.p-treetable .p-sortable-column{outline-color:#268fff80}.p-treetable .p-sortable-column .p-sortable-column-icon{color:#6c757d;margin-left:.5rem}.p-treetable .p-sortable-column .p-sortable-column-badge{border-radius:50%;height:1.143rem;min-width:1.143rem;line-height:1.143rem;color:#fff;background:#007bff;margin-left:.5rem}.p-treetable .p-sortable-column:not(.p-highlight):hover{background:#e9ecef;color:#212529}.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon{color:#6c757d}.p-treetable .p-sortable-column.p-highlight{background:#fff;color:#007bff}.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon{color:#007bff}.p-treetable .p-treetable-tbody>tr{background:#fff;color:#212529;transition:box-shadow .15s}.p-treetable .p-treetable-tbody>tr>td{text-align:left;border:1px solid #dee2e6;border-width:1px 0 0 0;padding:1rem}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler{width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s;margin-right:.5rem}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler:enabled:hover{color:#495057;border-color:transparent;background:transparent}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler.p-icon{width:2rem;height:2rem}.p-treetable .p-treetable-tbody>tr>td p-treetablecheckbox .p-checkbox{margin-right:.5rem}.p-treetable .p-treetable-tbody>tr>td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon{color:#212529}.p-treetable .p-treetable-tbody>tr>td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box{background-color:#efefef}.p-treetable .p-treetable-tbody>tr>td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight{background:#007bff}.p-treetable .p-treetable-tbody>tr>td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover{background-color:#efefef}.p-treetable .p-treetable-tbody>tr>td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover{background:#0062cc}.p-treetable .p-treetable-tbody>tr:focus-visible{outline:.15rem solid rgba(38,143,255,.5);outline-offset:-.15rem}.p-treetable .p-treetable-tbody>tr.p-highlight{background:#007bff;color:#fff}.p-treetable .p-treetable-tbody>tr.p-highlight .p-treetable-toggler{color:#fff}.p-treetable .p-treetable-tbody>tr.p-highlight .p-treetable-toggler:hover{color:#fff}.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr:not(.p-highlight):hover{background:#e9ecef;color:#212529}.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr:not(.p-highlight):hover .p-treetable-toggler{color:#212529}.p-treetable .p-column-resizer-helper{background:#007bff}.p-treetable .p-treetable-scrollable-header,.p-treetable .p-treetable-scrollable-footer{background:#efefef}.p-treetable .p-treetable-loading-icon{font-size:2rem}.p-treetable .p-treetable-loading-icon.p-icon{width:2rem;height:2rem}.p-treetable.p-treetable-gridlines .p-datatable-header{border-width:1px 1px 0 1px}.p-treetable.p-treetable-gridlines .p-treetable-footer{border-width:0 1px 1px 1px}.p-treetable.p-treetable-gridlines .p-treetable-top{border-width:0 1px 0 1px}.p-treetable.p-treetable-gridlines .p-treetable-bottom{border-width:0 1px 1px 1px}.p-treetable.p-treetable-gridlines .p-treetable-thead>tr>th{border-width:1px}.p-treetable.p-treetable-gridlines .p-treetable-tbody>tr>td{border-width:1px}.p-treetable.p-treetable-gridlines .p-treetable-tfoot>tr>td{border-width:1px}.p-treetable.p-treetable-sm .p-treetable-header{padding:.875rem}.p-treetable.p-treetable-sm .p-treetable-thead>tr>th{padding:.5rem}.p-treetable.p-treetable-sm .p-treetable-tbody>tr>td{padding:.5rem}.p-treetable.p-treetable-sm .p-treetable-tfoot>tr>td{padding:.5rem}.p-treetable.p-treetable-sm .p-treetable-footer{padding:.5rem}.p-treetable.p-treetable-lg .p-treetable-header{padding:1.25rem}.p-treetable.p-treetable-lg .p-treetable-thead>tr>th{padding:1.25rem}.p-treetable.p-treetable-lg .p-treetable-tbody>tr>td{padding:1.25rem}.p-treetable.p-treetable-lg .p-treetable-tfoot>tr>td{padding:1.25rem}.p-treetable.p-treetable-lg .p-treetable-footer{padding:1.25rem}.p-virtualscroller .p-virtualscroller-header{background:#efefef;color:#212529;border:solid #dee2e6;border-width:1px 0 0 0;padding:1rem;font-weight:600}.p-virtualscroller .p-virtualscroller-content{background:#fff;color:#212529;border:0 none;padding:0}.p-virtualscroller .p-virtualscroller-footer{background:#efefef;color:#212529;border:1px solid #dee2e6;border-width:1px 0 1px 0;padding:1rem;font-weight:600;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.p-accordion .p-accordion-header .p-accordion-header-link{padding:1rem 1.25rem;border:1px solid #dee2e6;color:#212529;background:#efefef;font-weight:600;border-radius:4px;transition:box-shadow .15s}.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon{margin-right:.5rem}.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2rem #268fff80}.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link{background:#e9ecef;border-color:#dee2e6;color:#212529}.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link{background:#efefef;border-color:#dee2e6;color:#212529;border-bottom-right-radius:0;border-bottom-left-radius:0}.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link{border-color:#dee2e6;background:#e9ecef;color:#212529}.p-accordion .p-accordion-content{padding:1.25rem;border:1px solid #dee2e6;background:#fff;color:#212529;border-top:0;border-radius:0 0 4px 4px}.p-accordion p-accordiontab .p-accordion-tab{margin-bottom:0}.p-accordion p-accordiontab .p-accordion-header .p-accordion-header-link{border-radius:0}.p-accordion p-accordiontab .p-accordion-content{border-radius:0}.p-accordion p-accordiontab:not(:first-child) .p-accordion-header .p-accordion-header-link{border-top:0 none}.p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link,.p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link{border-top:0 none}.p-accordion p-accordiontab:first-child .p-accordion-header .p-accordion-header-link{border-top-right-radius:4px;border-top-left-radius:4px}.p-accordion p-accordiontab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.p-accordion p-accordiontab:last-child .p-accordion-content{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.p-card{background:#fff;color:#212529;box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;border-radius:4px}.p-card .p-card-body{padding:1.5rem}.p-card .p-card-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.p-card .p-card-subtitle{font-weight:400;margin-bottom:.5rem;color:#6c757d}.p-card .p-card-content{padding:1rem 0}.p-card .p-card-footer{padding:1rem 0 0}.p-divider .p-divider-content{background-color:#fff}.p-divider.p-divider-horizontal{margin:1rem 0;padding:0 1rem}.p-divider.p-divider-horizontal:before{border-top:1px #dee2e6}.p-divider.p-divider-horizontal .p-divider-content{padding:0 .5rem}.p-divider.p-divider-vertical{margin:0 1rem;padding:1rem 0}.p-divider.p-divider-vertical:before{border-left:1px #dee2e6}.p-divider.p-divider-vertical .p-divider-content{padding:.5rem 0}.p-fieldset{border:1px solid #dee2e6;background:#fff;color:#212529;border-radius:4px}.p-fieldset .p-fieldset-legend{padding:1rem 1.25rem;border:1px solid #dee2e6;color:#212529;background:#efefef;font-weight:600;border-radius:4px}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend{padding:0;transition:box-shadow .15s}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a{padding:1rem 1.25rem;color:#212529;border-radius:4px;transition:box-shadow .15s}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler{margin-right:.5rem}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover{background:#e9ecef;border-color:#dee2e6;color:#212529}.p-fieldset .p-fieldset-content{padding:1.25rem}.p-panel .p-panel-header{border:1px solid #dee2e6;padding:1rem 1.25rem;background:#efefef;color:#212529;border-top-right-radius:4px;border-top-left-radius:4px}.p-panel .p-panel-header .p-panel-title{font-weight:600}.p-panel .p-panel-header .p-panel-header-icon{width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s}.p-panel .p-panel-header .p-panel-header-icon:enabled:hover{color:#495057;border-color:transparent;background:transparent}.p-panel .p-panel-header .p-panel-header-icon:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-panel.p-panel-toggleable .p-panel-header{padding:.5rem 1.25rem}.p-panel .p-panel-content{padding:1.25rem;border:1px solid #dee2e6;background:#fff;color:#212529;border-top:0 none}.p-panel .p-panel-content:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.p-panel .p-panel-footer{padding:.5rem 1.25rem;border:1px solid #dee2e6;background:#fff;color:#212529;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top:0 none}.p-panel .p-panel-icons-end{order:2;margin-left:auto}.p-panel .p-panel-icons-start{order:0;margin-right:.5rem}.p-panel .p-panel-icons-center{order:2;width:100%;text-align:center}.p-scrollpanel .p-scrollpanel-bar{background:#efefef;border:0 none;transition:background-color .15s,border-color .15s,box-shadow .15s}.p-scrollpanel .p-scrollpanel-bar:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-splitter{border:1px solid #dee2e6;background:#fff;border-radius:4px;color:#212529}.p-splitter .p-splitter-gutter{transition:box-shadow .15s;background:#efefef}.p-splitter .p-splitter-gutter .p-splitter-gutter-handle{background:#dee2e6}.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-splitter .p-splitter-gutter-resizing{background:#dee2e6}.p-tabview .p-tabview-nav-content{scroll-padding-inline:2.357rem}.p-tabview .p-tabview-nav{background:transparent;border:1px solid #dee2e6;border-width:0 0 1px 0}.p-tabview .p-tabview-nav li{margin-right:0}.p-tabview .p-tabview-nav li .p-tabview-nav-link{border:solid;border-width:1px;border-color:#ffffff #ffffff #dee2e6 #ffffff;background:#fff;color:#6c757d;padding:.75rem 1rem;font-weight:600;border-top-right-radius:4px;border-top-left-radius:4px;transition:box-shadow .15s;margin:0 0 -1px}.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2rem #268fff80}.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link{background:#fff;border-color:#dee2e6;color:#6c757d}.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link{background:#fff;border-color:#dee2e6 #dee2e6 #ffffff #dee2e6;color:#495057}.p-tabview .p-tabview-left-icon{margin-right:.5rem}.p-tabview .p-tabview-right-icon,.p-tabview .p-tabview-close{margin-left:.5rem}.p-tabview .p-tabview-nav-btn.p-link{background:#fff;color:#495057;width:2.357rem;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;border-radius:0}.p-tabview .p-tabview-nav-btn.p-link:focus-visible{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2rem #268fff80}.p-tabview .p-tabview-panels{background:#fff;padding:1.25rem;border:0 none;color:#212529;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.p-toolbar{background:#efefef;border:1px solid #dee2e6;padding:1rem 1.25rem;border-radius:4px;gap:.5rem}.p-toolbar .p-toolbar-separator{margin:0 .5rem}.p-stepper .p-stepper-nav{position:relative;display:flex;justify-content:space-between;align-items:center;margin:0;padding:0;list-style-type:none;overflow-x:auto}.p-stepper-vertical .p-stepper-nav{flex-direction:column}.p-stepper-header{position:relative;display:flex;flex:1 1 auto;align-items:center}.p-stepper-header:last-of-type{flex:initial}.p-stepper-header .p-stepper-action{border:0 none;display:inline-flex;align-items:center;text-decoration:none;cursor:pointer}.p-stepper-header .p-stepper-action:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-stepper.p-stepper-readonly .p-stepper-header{cursor:auto}.p-stepper-header.p-highlight .p-stepper-action{cursor:default}.p-stepper-title{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.p-stepper-number{display:flex;align-items:center;justify-content:center}.p-stepper-separator{flex:1 1 0}.p-stepper .p-stepper-nav{display:flex;justify-content:space-between;margin:0;padding:0;list-style-type:none}.p-stepper .p-stepper-header{padding:.5rem}.p-stepper .p-stepper-header .p-stepper-action{transition:box-shadow .15s;border-radius:4px;background:transparent;outline-color:transparent}.p-stepper .p-stepper-header .p-stepper-action .p-stepper-number{color:#212529;border:1px solid #dee2e6;border-width:2px;background:transparent;min-width:2rem;height:2rem;line-height:2rem;font-size:1.143rem;border-radius:4px;transition:box-shadow .15s}.p-stepper .p-stepper-header .p-stepper-action .p-stepper-title{margin-left:.5rem;color:#6c757d;font-weight:600;transition:box-shadow .15s}.p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-stepper .p-stepper-header.p-highlight .p-stepper-number{background:#007bff;color:#fff}.p-stepper .p-stepper-header.p-highlight .p-stepper-title{color:#212529}.p-stepper .p-stepper-header:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-stepper .p-stepper-header:has(~.p-highlight) .p-stepper-separator{background-color:#007bff}.p-stepper .p-stepper-panels{background:#fff;padding:1.25rem;color:#212529}.p-stepper .p-stepper-separator{background-color:#dee2e6;width:100%;height:2px;margin-inline-start:1rem;transition:box-shadow .15s}.p-stepper.p-stepper-vertical{display:flex;flex-direction:column}.p-stepper.p-stepper-vertical .p-stepper-toggleable-content{display:flex;flex:1 1 auto;background:#fff;color:#212529}.p-stepper.p-stepper-vertical .p-stepper-panel{display:flex;flex-direction:column;flex:initial}.p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active{flex:1 1 auto}.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header{flex:initial}.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content{width:100%;padding-left:1rem}.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator{flex:0 0 auto;width:2px;height:auto;margin-inline-start:calc(1.75rem + 2px)}.p-stepper.p-stepper-vertical .p-stepper-panel:has(~.p-stepper-panel-active) .p-stepper-separator{background-color:#007bff}.p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content{padding-left:3rem}.p-confirm-popup{background:#fff;color:#212529;border:1px solid rgba(0,0,0,.2);border-radius:4px;box-shadow:none}.p-confirm-popup .p-confirm-popup-content{padding:1.25rem}.p-confirm-popup .p-confirm-popup-footer{text-align:right;padding:.5rem 1.25rem}.p-confirm-popup .p-confirm-popup-footer button{margin:0 .5rem 0 0;width:auto}.p-confirm-popup .p-confirm-popup-footer button:last-child{margin:0}.p-confirm-popup:after{border:solid transparent;border-color:#fff0;border-bottom-color:#fff}.p-confirm-popup:before{border:solid transparent;border-color:#0000;border-bottom-color:#0003}.p-confirm-popup.p-confirm-popup-flipped:after{border-top-color:#fff}.p-confirm-popup.p-confirm-popup-flipped:before{border-top-color:#0003}.p-confirm-popup .p-confirm-popup-icon{font-size:1.5rem}.p-confirm-popup .p-confirm-popup-icon.p-icon{width:1.5rem;height:1.5rem}.p-confirm-popup .p-confirm-popup-message{margin-left:1rem}.p-dialog{border-radius:4px;box-shadow:none;border:1px solid rgba(0,0,0,.2)}.p-dialog .p-dialog-header{border-bottom:1px solid #e9ecef;background:#fff;color:#212529;padding:1rem;border-top-right-radius:4px;border-top-left-radius:4px}.p-dialog .p-dialog-header .p-dialog-title{font-weight:600;font-size:1.25rem}.p-dialog .p-dialog-header .p-dialog-header-icon{width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s;margin-right:.5rem}.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover{color:#495057;border-color:transparent;background:transparent}.p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-dialog .p-dialog-header .p-dialog-header-icon:last-child{margin-right:0}.p-dialog .p-dialog-content{background:#fff;color:#212529;padding:1rem}.p-dialog .p-dialog-content:last-of-type{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.p-dialog .p-dialog-footer{border-top:1px solid #e9ecef;background:#fff;color:#212529;padding:1rem;text-align:right;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.p-dialog .p-dialog-footer button{margin:0 .5rem 0 0;width:auto}.p-dialog.p-confirm-dialog .p-confirm-dialog-icon{font-size:2rem}.p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon{width:2rem;height:2rem}.p-dialog.p-confirm-dialog .p-confirm-dialog-message{margin-left:1rem}.p-overlaypanel{background:#fff;color:#212529;border:1px solid rgba(0,0,0,.2);border-radius:4px;box-shadow:none}.p-overlaypanel .p-overlaypanel-content{padding:1.25rem}.p-overlaypanel .p-overlaypanel-close{background:#007bff;color:#fff;width:2rem;height:2rem;transition:box-shadow .15s;border-radius:50%;position:absolute;top:-1rem;right:-1rem}.p-overlaypanel .p-overlaypanel-close:enabled:hover{background:#0069d9;color:#fff}.p-overlaypanel:after{border:solid transparent;border-color:#fff0;border-bottom-color:#fff}.p-overlaypanel:before{border:solid transparent;border-color:#0000;border-bottom-color:#0003}.p-overlaypanel.p-overlaypanel-flipped:after{border-top-color:#fff}.p-overlaypanel.p-overlaypanel-flipped:before{border-top-color:#0003}.p-sidebar{background:#fff;color:#212529;border:1px solid rgba(0,0,0,.2);box-shadow:none}.p-sidebar .p-sidebar-header{padding:1rem 1.25rem}.p-sidebar .p-sidebar-header .p-sidebar-close,.p-sidebar .p-sidebar-header .p-sidebar-icon{width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s}.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover{color:#495057;border-color:transparent;background:transparent}.p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-sidebar .p-sidebar-header+.p-sidebar-content{padding-top:0}.p-sidebar .p-sidebar-content{padding:1.25rem}.p-sidebar .p-sidebar-footer{padding:1rem 1.25rem}.p-tooltip .p-tooltip-text{background:#212529;color:#fff;padding:.5rem .75rem;box-shadow:none;border-radius:4px}.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#212529}.p-tooltip.p-tooltip-left .p-tooltip-arrow{border-left-color:#212529}.p-tooltip.p-tooltip-top .p-tooltip-arrow{border-top-color:#212529}.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#212529}.p-fileupload .p-fileupload-buttonbar{background:#efefef;padding:1rem 1.25rem;border:1px solid #dee2e6;color:#212529;border-bottom:0 none;border-top-right-radius:4px;border-top-left-radius:4px}.p-fileupload .p-fileupload-buttonbar .p-button{margin-right:.5rem}.p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-fileupload .p-fileupload-content{background:#fff;padding:2rem 1rem;border:1px solid #dee2e6;color:#212529;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.p-fileupload .p-fileupload-content.p-fileupload-highlight{border-color:1px dashed #007bff;border-style:dashed;background-color:#007bff}.p-fileupload .p-progressbar{height:.25rem}.p-fileupload .p-fileupload-row>div{padding:1rem}.p-fileupload.p-fileupload-advanced .p-message{margin-top:0}.p-fileupload-choose:not(.p-disabled):hover{background:#0069d9;color:#fff;border-color:#0069d9}.p-fileupload-choose:not(.p-disabled):active{background:#0062cc;color:#fff;border-color:#0062cc}.p-breadcrumb{background:#efefef;border:0 none;border-radius:4px;padding:1rem}.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link{transition:box-shadow .15s;border-radius:4px}.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text,.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon{color:#007bff}.p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator{margin:0 .5rem;color:#6c757d}.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text{color:#6c757d}.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon{color:#6c757d}.p-contextmenu{padding:.5rem 0;background:#fff;color:#212529;border:1px solid rgba(0,0,0,.15);box-shadow:none;border-radius:4px;width:12.5rem}.p-contextmenu .p-contextmenu-root-list{outline:0 none}.p-contextmenu .p-submenu-list{padding:.5rem 0;background:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:none;border-radius:4px}.p-contextmenu .p-menuitem>.p-menuitem-content{color:#212529;transition:box-shadow .15s;border-radius:0}.p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#212529;padding:.75rem 1rem;-webkit-user-select:none;user-select:none}.p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#212529;margin-right:.5rem}.p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content{color:#212529;background:#e9ecef}.p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-contextmenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#e9ecef}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#212529;background:#dee2e6}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#212529;background:#e9ecef}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#212529}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#212529}.p-contextmenu .p-menuitem-separator{border-top:1px solid #dee2e6;margin:.5rem 0}.p-contextmenu .p-submenu-icon{font-size:.875rem}.p-contextmenu .p-submenu-icon.p-icon{width:.875rem;height:.875rem}.p-dock .p-dock-list-container{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);padding:.5rem;border-radius:.5rem}.p-dock .p-dock-list-container .p-dock-list{outline:0 none}.p-dock .p-dock-item{padding:.5rem;border-radius:4px}.p-dock .p-dock-item.p-focus{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .15rem #268fff80}.p-dock .p-dock-link{width:4rem;height:4rem}.p-dock.p-dock-top .p-dock-item-second-prev,.p-dock.p-dock-top .p-dock-item-second-next,.p-dock.p-dock-bottom .p-dock-item-second-prev,.p-dock.p-dock-bottom .p-dock-item-second-next{margin:0 .9rem}.p-dock.p-dock-top .p-dock-item-prev,.p-dock.p-dock-top .p-dock-item-next,.p-dock.p-dock-bottom .p-dock-item-prev,.p-dock.p-dock-bottom .p-dock-item-next{margin:0 1.3rem}.p-dock.p-dock-top .p-dock-item-current,.p-dock.p-dock-bottom .p-dock-item-current{margin:0 1.5rem}.p-dock.p-dock-left .p-dock-item-second-prev,.p-dock.p-dock-left .p-dock-item-second-next,.p-dock.p-dock-right .p-dock-item-second-prev,.p-dock.p-dock-right .p-dock-item-second-next{margin:.9rem 0}.p-dock.p-dock-left .p-dock-item-prev,.p-dock.p-dock-left .p-dock-item-next,.p-dock.p-dock-right .p-dock-item-prev,.p-dock.p-dock-right .p-dock-item-next{margin:1.3rem 0}.p-dock.p-dock-left .p-dock-item-current,.p-dock.p-dock-right .p-dock-item-current{margin:1.5rem 0}@media screen and (max-width: 960px){.p-dock.p-dock-top .p-dock-list-container,.p-dock.p-dock-bottom .p-dock-list-container{overflow-x:auto;width:100%}.p-dock.p-dock-top .p-dock-list-container .p-dock-list,.p-dock.p-dock-bottom .p-dock-list-container .p-dock-list{margin:0 auto}.p-dock.p-dock-left .p-dock-list-container,.p-dock.p-dock-right .p-dock-list-container{overflow-y:auto;height:100%}.p-dock.p-dock-left .p-dock-list-container .p-dock-list,.p-dock.p-dock-right .p-dock-list-container .p-dock-list{margin:auto 0}.p-dock .p-dock-list .p-dock-item{transform:none;margin:0}}.p-megamenu{padding:.5rem 1rem;background:#efefef;color:#000000e6;border:0 none;border-radius:4px}.p-megamenu .p-megamenu-root-list{outline:0 none}.p-megamenu .p-menuitem>.p-menuitem-content{color:#212529;transition:box-shadow .15s;border-radius:0}.p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#212529;padding:.75rem 1rem;-webkit-user-select:none;user-select:none}.p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#212529;margin-right:.5rem}.p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-megamenu .p-menuitem.p-highlight>.p-menuitem-content{color:#212529;background:#e9ecef}.p-megamenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-megamenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-megamenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-megamenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#e9ecef}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#212529;background:#dee2e6}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#212529;background:#e9ecef}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#212529}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#212529}.p-megamenu .p-megamenu-panel{background:#fff;color:#212529;border:1px solid rgba(0,0,0,.15);box-shadow:none;border-radius:4px}.p-megamenu .p-submenu-header{margin:0;padding:.75rem 1rem;color:#212529;background:#fff;font-weight:600;border-top-right-radius:4px;border-top-left-radius:4px}.p-megamenu .p-submenu-list{padding:.5rem 0;width:12.5rem}.p-megamenu .p-submenu-list .p-menuitem-separator{border-top:1px solid #dee2e6;margin:.5rem 0}.p-megamenu.p-megamenu-vertical{width:12.5rem;padding:.5rem 0}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content{color:#00000080;transition:box-shadow .15s;border-radius:4px}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link{padding:1rem;-webkit-user-select:none;user-select:none}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#00000080}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#00000080;margin-right:.5rem}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#00000080;margin-left:.5rem}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#000000b3;background:transparent}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#000000b3}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#000000b3}.p-menu{padding:.5rem 0;background:#fff;color:#212529;border:1px solid #dee2e6;border-radius:4px;width:12.5rem}.p-menu .p-menuitem>.p-menuitem-content{color:#212529;transition:box-shadow .15s;border-radius:0}.p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#212529;padding:.75rem 1rem;-webkit-user-select:none;user-select:none}.p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#212529;margin-right:.5rem}.p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-menu .p-menuitem.p-highlight>.p-menuitem-content{color:#212529;background:#e9ecef}.p-menu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-menu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-menu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#e9ecef}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#212529;background:#dee2e6}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#212529;background:#e9ecef}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#212529}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#212529}.p-menu.p-menu-overlay{background:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:none}.p-menu .p-submenu-header{margin:0;padding:.75rem 1rem;color:#212529;background:#fff;font-weight:600;border-top-right-radius:0;border-top-left-radius:0}.p-menu .p-menuitem-separator{border-top:1px solid #dee2e6;margin:.5rem 0}.p-menu .p-menuitem-badge{background:#007bff;color:#fff;font-size:.75rem;font-weight:700;min-width:1.5rem;height:1.5rem;line-height:1.5rem;border-radius:4px;margin-left:.5rem;padding-left:.5rem;padding-right:.5rem}.p-menubar{padding:.5rem 1rem;background:#efefef;color:#000000e6;border:0 none;border-radius:4px}.p-menubar .p-menubar-root-list{outline:0 none}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content{color:#00000080;transition:box-shadow .15s;border-radius:4px}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link{padding:1rem;-webkit-user-select:none;user-select:none}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#00000080}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#00000080;margin-right:.5rem}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#00000080;margin-left:.5rem}.p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#000000b3;background:transparent}.p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#000000b3}.p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#000000b3}.p-menubar .p-menuitem>.p-menuitem-content{color:#212529;transition:box-shadow .15s;border-radius:0}.p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#212529;padding:.75rem 1rem;-webkit-user-select:none;user-select:none}.p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#212529;margin-right:.5rem}.p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-menubar .p-menuitem.p-highlight>.p-menuitem-content{color:#212529;background:#e9ecef}.p-menubar .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-menubar .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-menubar .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#e9ecef}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#212529;background:#dee2e6}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#212529;background:#e9ecef}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#212529}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#212529}.p-menubar .p-submenu-list{padding:.5rem 0;background:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:none;width:12.5rem;border-radius:4px}.p-menubar .p-submenu-list .p-menuitem-separator{border-top:1px solid #dee2e6;margin:.5rem 0}.p-menubar .p-submenu-list .p-submenu-icon{font-size:.875rem}@media screen and (max-width: 960px){.p-menubar{position:relative}.p-menubar .p-menubar-button{display:flex;width:2rem;height:2rem;color:#00000080;border-radius:50%;transition:box-shadow .15s}.p-menubar .p-menubar-button:hover{color:#000000b3;background:transparent}.p-menubar .p-menubar-button:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-menubar .p-menubar-root-list{position:absolute;display:none;padding:.5rem 0;background:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:none;width:100%}.p-menubar .p-menubar-root-list .p-menuitem-separator{border-top:1px solid #dee2e6;margin:.5rem 0}.p-menubar .p-menubar-root-list .p-submenu-icon{font-size:.875rem}.p-menubar .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon{margin-left:auto;transition:transform .15s}.p-menubar .p-menubar-root-list .p-menuitem.p-menuitem-active>.p-menuitem-content>.p-menuitem-link>.p-submenu-icon{transform:rotate(-180deg)}.p-menubar .p-menubar-root-list .p-submenu-list{width:100%;position:static;box-shadow:none;border:0 none}.p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon{transition:transform .15s;transform:rotate(90deg)}.p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active>.p-menuitem-content>.p-menuitem-link>.p-submenu-icon{transform:rotate(-90deg)}.p-menubar .p-menubar-root-list .p-menuitem{width:100%;position:static}.p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link{padding-left:2.25rem}.p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link{padding-left:3.75rem}.p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link{padding-left:5.25rem}.p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link{padding-left:6.75rem}.p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link{padding-left:8.25rem}.p-menubar.p-menubar-mobile-active .p-menubar-root-list{display:flex;flex-direction:column;top:100%;left:0;z-index:1}}.p-panelmenu .p-panelmenu-header{outline:0 none}.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content{border:1px solid #dee2e6;color:#212529;background:#efefef;border-radius:4px;transition:box-shadow .15s}.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action{color:#212529;padding:1rem 1.25rem;font-weight:600}.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-submenu-icon,.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-menuitem-icon{margin-right:.5rem}.p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2rem #268fff80}.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content{background:#e9ecef;border-color:#dee2e6;color:#212529}.p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content{background:#efefef;border-color:#dee2e6;color:#212529;border-bottom-right-radius:0;border-bottom-left-radius:0;margin-bottom:0}.p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content{border-color:#dee2e6;background:#e9ecef;color:#212529}.p-panelmenu .p-panelmenu-content{padding:.5rem 0;border:1px solid #dee2e6;background:#fff;color:#212529;border-top:0;border-radius:0 0 4px 4px}.p-panelmenu .p-panelmenu-content .p-panelmenu-root-list{outline:0 none}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content{color:#212529;transition:box-shadow .15s;border-radius:0}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#212529;padding:.75rem 1rem;-webkit-user-select:none;user-select:none}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#212529;margin-right:.5rem}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content{color:#212529;background:#e9ecef}.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#e9ecef}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#212529;background:#dee2e6}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#212529;background:#e9ecef}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#212529}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#212529}.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon{margin-right:.5rem}.p-panelmenu .p-panelmenu-content .p-menuitem-separator{border-top:1px solid #dee2e6;margin:.5rem 0}.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list){padding:0 0 0 1rem}.p-panelmenu .p-panelmenu-panel{margin-bottom:0}.p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-content,.p-panelmenu .p-panelmenu-panel .p-panelmenu-content{border-radius:0}.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header .p-panelmenu-header-content{border-top:0 none}.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content,.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content{border-top:0 none}.p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header .p-panelmenu-header-content{border-top-right-radius:4px;border-top-left-radius:4px}.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) .p-panelmenu-header-content{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-content{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.p-slidemenu{padding:.5rem 0;background:#fff;color:#212529;border:1px solid #dee2e6;border-radius:4px;width:12.5rem}.p-slidemenu .p-slidemenu-root-list,.p-slidemenu .p-submenu-list{outline:0 none}.p-slidemenu .p-menuitem>.p-menuitem-content{color:#212529;transition:box-shadow .15s;border-radius:0}.p-slidemenu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#212529;padding:.75rem 1rem;-webkit-user-select:none;user-select:none}.p-slidemenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-slidemenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#212529;margin-right:.5rem}.p-slidemenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-slidemenu .p-menuitem.p-highlight>.p-menuitem-content{color:#212529;background:#e9ecef}.p-slidemenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-slidemenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-slidemenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-slidemenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#e9ecef}.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#212529;background:#dee2e6}.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#212529;background:#e9ecef}.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#212529}.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#212529}.p-slidemenu.p-slidemenu-overlay{background:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:none}.p-slidemenu .p-slidemenu-list{padding:.5rem 0;background:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:none}.p-slidemenu .p-menuitem-separator{border-top:1px solid #dee2e6;margin:.5rem 0}.p-slidemenu .p-slidemenu-icon{font-size:.875rem}.p-slidemenu .p-icon{width:.875rem;height:.875rem}.p-slidemenu .p-slidemenu-backward{padding:.75rem 1rem;color:#212529}.p-slidemenu .p-slidemenu-backward:not(.p-disabled):focus{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2rem #268fff80}.p-slidemenu .p-menuitem-badge{background:#007bff;color:#fff;font-size:.75rem;font-weight:700;min-width:1.5rem;height:1.5rem;line-height:1.5rem;border-radius:4px;margin-left:.5rem;padding-left:.5rem;padding-right:.5rem}.p-steps .p-steps-item .p-menuitem-link{transition:box-shadow .15s;border-radius:4px;background:transparent}.p-steps .p-steps-item .p-menuitem-link .p-steps-number{color:#212529;border:1px solid #dee2e6;background:transparent;min-width:2rem;height:2rem;line-height:2rem;font-size:1.143rem;z-index:1;border-radius:4px}.p-steps .p-steps-item .p-menuitem-link .p-steps-title{margin-top:.5rem;color:#6c757d}.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-steps .p-steps-item.p-highlight .p-steps-number{background:#007bff;color:#fff}.p-steps .p-steps-item.p-highlight .p-steps-title{font-weight:600;color:#212529}.p-steps .p-steps-item:before{content:" ";border-top:1px solid #dee2e6;width:100%;top:50%;left:0;display:block;position:absolute;margin-top:-1rem}.p-tabmenu .p-tabmenu-nav{background:transparent;border:1px solid #dee2e6;border-width:0 0 1px 0}.p-tabmenu .p-tabmenu-nav .p-menuitem-badge{background:#007bff;color:#fff;font-size:.75rem;font-weight:700;min-width:1.5rem;height:1.5rem;line-height:1.5rem;border-radius:4px;margin-left:.5rem;padding-left:.5rem;padding-right:.5rem}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem{margin-right:0}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link{border:solid;border-width:1px;border-color:#ffffff #ffffff #dee2e6 #ffffff;background:#fff;color:#6c757d;padding:.75rem 1rem;font-weight:600;border-top-right-radius:4px;border-top-left-radius:4px;transition:box-shadow .15s;margin:0 0 -1px}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon{margin-right:.5rem}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2rem #268fff80}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link{background:#fff;border-color:#dee2e6;color:#6c757d}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link{background:#fff;border-color:#dee2e6 #dee2e6 #ffffff #dee2e6;color:#495057}.p-tabmenu .p-tabmenu-left-icon{margin-right:.5rem}.p-tabmenu .p-tabmenu-right-icon{margin-left:.5rem}.p-tabmenu .p-tabmenu-nav-btn.p-link{background:#fff;color:#495057;width:2.357rem;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;border-radius:0}.p-tabmenu .p-tabmenu-nav-btn.p-link:focus{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2rem #268fff80}.p-tieredmenu{padding:.5rem 0;background:#fff;color:#212529;border:1px solid #dee2e6;border-radius:4px;width:12.5rem}.p-tieredmenu.p-tieredmenu-overlay{background:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:none}.p-tieredmenu .p-tieredmenu-root-list{outline:0 none}.p-tieredmenu .p-submenu-list{padding:.5rem 0;background:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:none;border-radius:4px}.p-tieredmenu .p-menuitem>.p-menuitem-content{color:#212529;transition:box-shadow .15s;border-radius:0}.p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#212529;padding:.75rem 1rem;-webkit-user-select:none;user-select:none}.p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#212529;margin-right:.5rem}.p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content{color:#212529;background:#e9ecef}.p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-tieredmenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#e9ecef}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#212529;background:#dee2e6}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#212529;background:#e9ecef}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#212529}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#212529}.p-tieredmenu .p-menuitem-separator{border-top:1px solid #dee2e6;margin:.5rem 0}.p-tieredmenu .p-submenu-icon{font-size:.875rem}.p-tieredmenu .p-submenu-icon.p-icon{width:.875rem;height:.875rem}.p-inline-message{padding:.5rem .75rem;margin:0;border-radius:4px}.p-inline-message.p-inline-message-info{background:#cce5ff;border:solid #b8daff;border-width:0px;color:#004085}.p-inline-message.p-inline-message-info .p-inline-message-icon{color:#004085}.p-inline-message.p-inline-message-success{background:#d4edda;border:solid #c3e6cb;border-width:0px;color:#155724}.p-inline-message.p-inline-message-success .p-inline-message-icon{color:#155724}.p-inline-message.p-inline-message-warn{background:#fff3cd;border:solid #ffeeba;border-width:0px;color:#856404}.p-inline-message.p-inline-message-warn .p-inline-message-icon{color:#856404}.p-inline-message.p-inline-message-error{background:#f8d7da;border:solid #f5c6cb;border-width:0px;color:#721c24}.p-inline-message.p-inline-message-error .p-inline-message-icon{color:#721c24}.p-inline-message .p-inline-message-icon{font-size:1rem;margin-right:.5rem}.p-inline-message .p-icon{width:1rem;height:1rem}.p-inline-message .p-inline-message-text{font-size:1rem}.p-inline-message.p-inline-message-icon-only .p-inline-message-icon{margin-right:0}.p-message{margin:1rem 0;border-radius:4px}.p-message .p-message-wrapper{padding:1rem 1.25rem}.p-message .p-message-close{width:2rem;height:2rem;border-radius:50%;background:transparent;transition:box-shadow .15s}.p-message .p-message-close:hover{background:#ffffff80}.p-message .p-message-close:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-message.p-message-info{background:#cce5ff;border:solid #b8daff;border-width:1px;color:#004085}.p-message.p-message-info .p-message-icon,.p-message.p-message-info .p-message-close{color:#004085}.p-message.p-message-success{background:#d4edda;border:solid #c3e6cb;border-width:1px;color:#155724}.p-message.p-message-success .p-message-icon,.p-message.p-message-success .p-message-close{color:#155724}.p-message.p-message-warn{background:#fff3cd;border:solid #ffeeba;border-width:1px;color:#856404}.p-message.p-message-warn .p-message-icon,.p-message.p-message-warn .p-message-close{color:#856404}.p-message.p-message-error{background:#f8d7da;border:solid #f5c6cb;border-width:1px;color:#721c24}.p-message.p-message-error .p-message-icon,.p-message.p-message-error .p-message-close{color:#721c24}.p-message .p-message-text{font-size:1rem;font-weight:500}.p-message .p-message-icon{font-size:1.5rem;margin-right:.5rem}.p-message .p-icon{width:1.5rem;height:1.5rem}.p-message .p-message-summary{font-weight:700}.p-message .p-message-detail{margin-left:.5rem}.p-toast{opacity:1}.p-toast .p-toast-message{margin:0 0 1rem;box-shadow:0 .25rem .75rem #0000001a;border-radius:4px}.p-toast .p-toast-message .p-toast-message-content{padding:1rem;border-width:0}.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text{margin:0 0 0 1rem}.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon{font-size:2rem}.p-toast .p-toast-message .p-toast-message-content .p-icon:not(.p-toast-icon-close-icon){width:2rem;height:2rem}.p-toast .p-toast-message .p-toast-message-content .p-toast-summary{font-weight:700}.p-toast .p-toast-message .p-toast-message-content .p-toast-detail{margin:.5rem 0 0}.p-toast .p-toast-message .p-toast-icon-close{width:2rem;height:2rem;border-radius:50%;background:transparent;transition:box-shadow .15s}.p-toast .p-toast-message .p-toast-icon-close:hover{background:#ffffff80}.p-toast .p-toast-message .p-toast-icon-close:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-toast .p-toast-message.p-toast-message-info{background:#cce5ff;border:solid #b8daff;border-width:1px;color:#004085}.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close{color:#004085}.p-toast .p-toast-message.p-toast-message-success{background:#d4edda;border:solid #c3e6cb;border-width:1px;color:#155724}.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close{color:#155724}.p-toast .p-toast-message.p-toast-message-warn{background:#fff3cd;border:solid #ffeeba;border-width:1px;color:#856404}.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close{color:#856404}.p-toast .p-toast-message.p-toast-message-error{background:#f8d7da;border:solid #f5c6cb;border-width:1px;color:#721c24}.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close{color:#721c24}.p-galleria .p-galleria-close{margin:.5rem;background:transparent;color:#efefef;width:4rem;height:4rem;transition:box-shadow .15s;border-radius:4px}.p-galleria .p-galleria-close .p-galleria-close-icon{font-size:2rem}.p-galleria .p-galleria-close .p-icon-wrapper .p-icon{width:2rem;height:2rem}.p-galleria .p-galleria-close:hover{background:#ffffff1a;color:#efefef}.p-galleria .p-galleria-item-nav{background:transparent;color:#efefef;width:4rem;height:4rem;transition:box-shadow .15s;border-radius:4px;margin:0 .5rem}.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon{font-size:2rem}.p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon{width:2rem;height:2rem}.p-galleria .p-galleria-item-nav:not(.p-disabled):hover{background:#ffffff1a;color:#efefef}.p-galleria .p-galleria-caption{background:#00000080;color:#efefef;padding:1rem}.p-galleria .p-galleria-indicators{padding:1rem}.p-galleria .p-galleria-indicators .p-galleria-indicator button{background-color:#e9ecef;width:1rem;height:1rem;transition:box-shadow .15s;border-radius:4px}.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover{background:#dee2e6}.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button{background:#007bff;color:#fff}.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator,.p-galleria.p-galleria-indicators-top .p-galleria-indicator{margin-right:.5rem}.p-galleria.p-galleria-indicators-left .p-galleria-indicator,.p-galleria.p-galleria-indicators-right .p-galleria-indicator{margin-bottom:.5rem}.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators{background:#00000080}.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button{background:#fff6}.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover{background:#fff9}.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button{background:#007bff;color:#fff}.p-galleria .p-galleria-thumbnail-container{background:#000000e6;padding:1rem .25rem}.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next{margin:.5rem;background-color:transparent;color:#efefef;width:2rem;height:2rem;transition:box-shadow .15s;border-radius:4px}.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover{background:#ffffff1a;color:#efefef}.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-galleria-mask,.p-image-mask{--maskbg: rgba(0, 0, 0, .9)}.p-image-preview-indicator{background-color:transparent;color:#f8f9fa;transition:box-shadow .15s}.p-image-preview-container:hover>.p-image-preview-indicator{background-color:#00000080}.p-image-toolbar{padding:1rem}.p-image-action.p-link{color:#f8f9fa;background-color:transparent;width:3rem;height:3rem;border-radius:50%;transition:box-shadow .15s;margin-right:.5rem}.p-image-action.p-link:last-child{margin-right:0}.p-image-action.p-link:hover{color:#f8f9fa;background-color:#ffffff1a}.p-image-action.p-link i{font-size:1.5rem}.p-image-action.p-link .p-icon{width:1.5rem;height:1.5rem}.p-avatar{background-color:#dee2e6;border-radius:4px}.p-avatar.p-avatar-lg{width:3rem;height:3rem;font-size:1.5rem}.p-avatar.p-avatar-lg .p-avatar-icon{font-size:1.5rem}.p-avatar.p-avatar-xl{width:4rem;height:4rem;font-size:2rem}.p-avatar.p-avatar-xl .p-avatar-icon{font-size:2rem}.p-avatar-group .p-avatar{border:2px solid #ffffff}.p-badge{background:#007bff;color:#fff;font-size:.75rem;font-weight:700;min-width:1.5rem;height:1.5rem;line-height:1.5rem}.p-badge.p-badge-success{background-color:#28a745;color:#fff}.p-badge.p-badge-info{background-color:#17a2b8;color:#fff}.p-badge.p-badge-warning{background-color:#ffc107;color:#212529}.p-badge.p-badge-danger{background-color:#dc3545;color:#fff}.p-badge.p-badge-lg{font-size:1.125rem;min-width:2.25rem;height:2.25rem;line-height:2.25rem}.p-badge.p-badge-xl{font-size:1.5rem;min-width:3rem;height:3rem;line-height:3rem}.p-chip{background-color:#dee2e6;color:#212529;border-radius:16px;padding:0 .75rem}.p-chip .p-chip-text{line-height:1.5;margin-top:.25rem;margin-bottom:.25rem}.p-chip .p-chip-icon{margin-right:.5rem}.p-chip .pi-chip-remove-icon{margin-left:.5rem}.p-chip img{width:2rem;height:2rem;margin-left:-.75rem;margin-right:.5rem}.p-chip .pi-chip-remove-icon{border-radius:4px;transition:box-shadow .15s}.p-chip .pi-chip-remove-icon:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-chip .pi-chip-remove-icon:focus{outline:0 none}.p-inplace .p-inplace-display{padding:.5rem .75rem;border-radius:4px;transition:background-color .15s,border-color .15s,box-shadow .15s}.p-inplace .p-inplace-display:not(.p-disabled):hover{background:#e9ecef;color:#212529}.p-inplace .p-inplace-display:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-metergroup,.p-metergroup-meters{display:flex}.p-metergroup-vertical .p-metergroup-meters{flex-direction:column}.p-metergroup-labels{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style-type:none}.p-metergroup-vertical .p-metergroup-labels{align-items:start}.p-metergroup-labels-vertical{flex-direction:column}.p-metergroup-label{display:inline-flex;align-items:center}.p-metergroup-label-marker{display:inline-flex}.p-metergroup{gap:1rem}.p-metergroup .p-metergroup-meters{background:#e9ecef;border-radius:4px}.p-metergroup .p-metergroup-meter{border:0 none;background:#007bff}.p-metergroup .p-metergroup-labels .p-metergroup-label{gap:.5rem}.p-metergroup .p-metergroup-labels .p-metergroup-label-marker{background:#007bff;width:.5rem;height:.5rem;border-radius:100%}.p-metergroup .p-metergroup-labels .p-metergroup-label-icon{width:1rem;height:1rem}.p-metergroup .p-metergroup-labels.p-metergroup-labels-vertical{gap:.5rem}.p-metergroup .p-metergroup-labels.p-metergroup-labels-horizontal{gap:1rem}.p-metergroup.p-metergroup-horizontal{flex-direction:column}.p-metergroup.p-metergroup-horizontal .p-metergroup-meters{height:.5rem}.p-metergroup.p-metergroup-horizontal .p-metergroup-meter:first-of-type{border-top-left-radius:4px;border-bottom-left-radius:4px}.p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type{border-top-right-radius:4px;border-bottom-right-radius:4px}.p-metergroup.p-metergroup-vertical{flex-direction:row}.p-metergroup.p-metergroup-vertical .p-metergroup-meters{width:.5rem;height:100%}.p-metergroup.p-metergroup-vertical .p-metergroup-meter:first-of-type{border-top-left-radius:4px;border-top-right-radius:4px}.p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.p-progressbar{border:0 none;height:1.5rem;background:#e9ecef;border-radius:4px}.p-progressbar .p-progressbar-value{border:0 none;margin:0;background:#007bff}.p-progressbar .p-progressbar-label{color:#fff;line-height:1.5rem}.p-scrolltop{width:3rem;height:3rem;border-radius:4px;box-shadow:none;transition:box-shadow .15s}.p-scrolltop.p-link{background:#000000b3}.p-scrolltop.p-link:hover{background:#000c}.p-scrolltop .p-scrolltop-icon{font-size:1.5rem;color:#efefef}.p-scrolltop .p-icon{width:1.5rem;height:1.5rem}.p-skeleton{background-color:#e9ecef;border-radius:4px}.p-skeleton:after{background:linear-gradient(90deg,#fff0,#fff6,#fff0)}.p-tag{background:#007bff;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .4rem;border-radius:4px}.p-tag.p-tag-success{background-color:#28a745;color:#fff}.p-tag.p-tag-info{background-color:#17a2b8;color:#fff}.p-tag.p-tag-warning{background-color:#ffc107;color:#212529}.p-tag.p-tag-danger{background-color:#dc3545;color:#fff}.p-tag .p-tag-icon{margin-right:.25rem;font-size:.75rem}.p-tag .p-icon{width:.75rem;height:.75rem}.p-terminal{background:#fff;color:#212529;border:1px solid #dee2e6;padding:1.25rem}.p-terminal .p-terminal-input{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem}}.p-overflow-hidden{overflow:hidden;padding-right:var(--scrollbar-width)}@layer primeng{.p-component,.p-component *{box-sizing:border-box}.p-hidden{display:none}.p-hidden-space{visibility:hidden}.p-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.p-hidden-accessible input,.p-hidden-accessible select{transform:scale(0)}.p-reset{margin:0;padding:0;border:0;outline:0;text-decoration:none;font-size:100%;list-style:none}.p-disabled,.p-disabled *{cursor:default!important;pointer-events:none}.p-component-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.p-unselectable-text{-webkit-user-select:none;user-select:none}.p-scrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}@keyframes p-fadein{0%{opacity:0}to{opacity:1}}input[type=button],input[type=submit],input[type=reset],input[type=file]::-webkit-file-upload-button,button{border-radius:0}.p-link{text-align:left;background-color:transparent;margin:0;padding:0;border:0;cursor:pointer;-webkit-user-select:none;user-select:none}.p-link:disabled{cursor:default}.p-sr-only{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.p-connected-overlay{opacity:0;transform:scaleY(.8);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}.p-connected-overlay-visible{opacity:1;transform:scaleY(1)}.p-connected-overlay-hidden{opacity:0;transform:scaleY(1);transition:opacity .1s linear}.p-toggleable-content.ng-animating{overflow:hidden}.p-icon-wrapper{display:inline-flex}.p-icon{display:inline-block}.p-icon-spin{animation:p-icon-spin 2s infinite linear}}@keyframes p-icon-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@layer primeng{.p-badge{display:inline-block;border-radius:10px;text-align:center;padding:0 .5rem}.p-overlay-badge{position:relative}.p-overlay-badge .p-badge{position:absolute;top:0;right:0;transform:translate(50%,-50%);transform-origin:100% 0;margin:0}.p-badge-dot{width:.5rem;min-width:.5rem;height:.5rem;border-radius:50%;padding:0}.p-badge-no-gutter{padding:0;border-radius:50%}}@layer primeng{.p-button{margin:0;display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;vertical-align:bottom;text-align:center;overflow:hidden;position:relative}.p-button-label{flex:1 1 auto}.p-button-icon-right{order:1}.p-button:disabled{cursor:default;pointer-events:none}.p-button-icon-only{justify-content:center}.p-button-icon-only:after{content:"p";visibility:hidden;clip:rect(0 0 0 0);width:0}.p-button-vertical{flex-direction:column}.p-button-icon-bottom{order:2}.p-button-group .p-button{margin:0}.p-button-group .p-button:focus,.p-button-group p-button:focus .p-button,.p-buttonset .p-button:focus,.p-buttonset p-button:focus .p-button{position:relative;z-index:1}.p-button-group .p-button:not(:last-child),.p-button-group .p-button:not(:last-child):hover,.p-button-group p-button:not(:last-child) .p-button,.p-button-group p-button:not(:last-child) .p-button:hover,.p-buttonset .p-button:not(:last-child),.p-buttonset .p-button:not(:last-child):hover,.p-buttonset p-button:not(:last-child) .p-button,.p-buttonset p-button:not(:last-child) .p-button:hover{border-right:0 none}.p-button-group .p-button:not(:first-of-type):not(:last-of-type),.p-button-group p-button:not(:first-of-type):not(:last-of-type) .p-button,.p-buttonset .p-button:not(:first-of-type):not(:last-of-type),.p-buttonset p-button:not(:first-of-type):not(:last-of-type) .p-button{border-radius:0}.p-button-group .p-button:first-of-type:not(:only-of-type),.p-button-group p-button:first-of-type:not(:only-of-type) .p-button,.p-buttonset .p-button:first-of-type:not(:only-of-type),.p-buttonset p-button:first-of-type:not(:only-of-type) .p-button{border-top-right-radius:0;border-bottom-right-radius:0}.p-button-group .p-button:last-of-type:not(:only-of-type),.p-button-group p-button:last-of-type:not(:only-of-type) .p-button,.p-buttonset .p-button:last-of-type:not(:only-of-type),.p-buttonset p-button:last-of-type:not(:only-of-type) .p-button{border-top-left-radius:0;border-bottom-left-radius:0}p-button[iconpos=right] spinnericon{order:1}}@layer primeng{.p-checkbox{display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;vertical-align:bottom;position:relative}.p-checkbox-disabled{cursor:default!important;pointer-events:none}.p-checkbox-box{display:flex;justify-content:center;align-items:center}p-checkbox{display:inline-flex;vertical-align:bottom;align-items:center}.p-checkbox-label{line-height:1}}.p-colorpicker-panel .p-colorpicker-color{background:transparent url(color.dae87a04d07ca92b.png) no-repeat left top}.p-colorpicker-panel .p-colorpicker-hue{background:transparent url(hue.8b1818380241e6ac.png) no-repeat left top}@layer primeng{.p-inputtext{margin:0}.p-fluid .p-inputtext{width:100%}.p-inputgroup{display:flex;align-items:stretch;width:100%}.p-inputgroup-addon{display:flex;align-items:center;justify-content:center}.p-inputgroup .p-float-label{display:flex;align-items:stretch;width:100%}.p-inputgroup .p-inputtext,.p-fluid .p-inputgroup .p-inputtext,.p-inputgroup .p-inputwrapper,.p-inputgroup .p-inputwrapper>.p-component{flex:1 1 auto;width:1%}.p-float-label{display:block;position:relative}.p-float-label label{position:absolute;pointer-events:none;top:50%;margin-top:-.5rem;transition-property:all;transition-timing-function:ease;line-height:1}.p-float-label textarea~label{top:1rem}.p-float-label input:focus~label,.p-float-label input.p-filled~label,.p-float-label textarea:focus~label,.p-float-label textarea.p-filled~label,.p-float-label .p-inputwrapper-focus~label,.p-float-label .p-inputwrapper-filled~label{top:-.75rem;font-size:12px}.p-float-label .input:-webkit-autofill~label{top:-20px;font-size:12px}.p-float-label .p-placeholder,.p-float-label input::placeholder,.p-float-label .p-inputtext::placeholder{opacity:0;transition-property:all;transition-timing-function:ease}.p-float-label .p-focus .p-placeholder,.p-float-label input:focus::placeholder,.p-float-label .p-inputtext:focus::placeholder{opacity:1;transition-property:all;transition-timing-function:ease}.p-input-icon-left,.p-input-icon-right{position:relative;display:inline-block}.p-input-icon-left>i,.p-input-icon-left>.p-icon-wrapper,.p-input-icon-right>i,.p-input-icon-right>.p-icon-wrapper{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-input-icon-left,.p-fluid .p-input-icon-right{display:block;width:100%}}@layer primeng{.p-inputtextarea-resizable{overflow:hidden;resize:none}.p-fluid .p-inputtextarea{width:100%}}@layer primeng{.p-password{position:relative;display:inline-flex}.p-password-panel{position:absolute;top:0;left:0}.p-password .p-password-panel{min-width:100%}.p-password-meter{height:10px}.p-password-strength{height:100%;width:0;transition:width 1s ease-in-out}.p-fluid .p-password{display:flex}.p-password-input::-ms-reveal,.p-password-input::-ms-clear{display:none}.p-password-clear-icon{position:absolute;top:50%;margin-top:-.5rem;cursor:pointer}.p-password .p-icon{cursor:pointer}.p-password-clearable.p-password-mask .p-password-clear-icon{margin-top:unset}.p-password-clearable{position:relative}}@layer primeng{.p-radiobutton{display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;vertical-align:bottom;position:relative}.p-radiobutton-box{display:flex;justify-content:center;align-items:center}.p-radiobutton-icon{backface-visibility:hidden;transform:translateZ(0) scale(.1);border-radius:50%;visibility:hidden}.p-radiobutton-box.p-highlight .p-radiobutton-icon{transform:translateZ(0) scale(1);visibility:visible}p-radiobutton{display:inline-flex;vertical-align:bottom;align-items:center}.p-radiobutton-label{line-height:1}}@layer primeng{.p-ripple{overflow:hidden;position:relative}.p-ink{display:block;position:absolute;background:#ffffff80;border-radius:100%;transform:scale(0)}.p-ink-active{animation:ripple .4s linear}.p-ripple-disabled .p-ink{display:none!important}}@keyframes ripple{to{opacity:0;transform:scale(2.5)}}@layer primeng{.p-tooltip{position:absolute;display:none;padding:.25em .5rem;max-width:12.5rem;pointer-events:none}.p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-left{padding:0 .25rem}.p-tooltip.p-tooltip-top,.p-tooltip.p-tooltip-bottom{padding:.25em 0}.p-tooltip .p-tooltip-text{white-space:pre-line;word-break:break-word}.p-tooltip-arrow{scale:2;position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.p-tooltip-right .p-tooltip-arrow{top:50%;left:0;margin-top:-.25rem;border-width:.25em .25em .25em 0}.p-tooltip-left .p-tooltip-arrow{top:50%;right:0;margin-top:-.25rem;border-width:.25em 0 .25em .25rem}.p-tooltip.p-tooltip-top{padding:.25em 0}.p-tooltip-top .p-tooltip-arrow{bottom:0;left:50%;margin-left:-.25rem;border-width:.25em .25em 0}.p-tooltip-bottom .p-tooltip-arrow{top:0;left:50%;margin-left:-.25rem;border-width:0 .25em .25rem}}@font-face{font-family:primeicons;font-display:block;src:url(primeicons.8ca441e178bfb872.eot);src:url(primeicons.8ca441e178bfb872.eot?#iefix) format("embedded-opentype"),url(primeicons.e1a53edb6ea00325.woff2) format("woff2"),url(primeicons.7f7722745590608a.woff) format("woff"),url(primeicons.310a7310efb91ab1.ttf) format("truetype"),url(primeicons.19e14e488f5edc90.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{animation:fa-spin 2s infinite linear}@media (prefers-reduced-motion: reduce){.pi-spin{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-spin{0%{transform:rotate(0)}to{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"}:root{--dark-green: #103538;--alt-font: "greycliff-arabic-cf";--primary-font: "greycliff-arabic-cf", sans-serif}body{background-color:#fff;color:#74788d;font-family:greycliff-arabic-cf,sans-serif;font-size:18px;height:100%;overflow-x:hidden;direction:rtl;text-align:right!important;line-height:1.6}.client-widget .owl-next{position:absolute;top:50%;transform:translateY(-50%);margin-bottom:0;left:-60px}.client-widget .owl-prev{position:absolute;top:50%;transform:translateY(-50%);margin-bottom:0;right:-60px}.client-widget .owl-theme .owl-nav:hover{background-color:#38a7a7!important;color:#fff}.slick-next .slick-arrow{display:none}.hide-icon .mat-mdc-select-arrow svg{display:none}.mat-selection-box{border:1px solid #d9d9d9;height:40px;background-color:#fff;border-radius:5px;padding:7px}.mat-mdc-option:hover:not(.mdc-list-item--disabled),.mat-mdc-option:focus:not(.mdc-list-item--disabled),.mat-mdc-option.mat-mdc-option-active,.mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled){background-color:#38a7a7!important}.mat-mdc-option-active .mdc-list-item__primary-text,.mat-mdc-option:hover .mdc-list-item__primary-text{color:#fff!important}.mat-mdc-option{min-height:35px!important;font-size:14px!important}.stickybar{position:sticky;top:0}.mat-mdc-select{width:100%;outline:none;display:flex!important;font-size:14px}.mat-mdc-option .mat-pseudo-checkbox-minimal{display:none}ngx-editor .NgxEditor{border:1px solid #dcdcdc;color:#333;font-size:15px;min-height:42px;padding:6px 15px;height:200px}.partners-slider .owl-theme .owl-dots,.service-slider .owl-theme .owl-dots{display:none}.testimonial .slick-next{left:-55px}.testimonial .slick-prev{right:-55px}.testimonial .slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{background-color:#38a7a7!important;color:#fff;opacity:1}.banner-slider-testi .slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{background-color:#ff008a!important;color:#fff;opacity:1}.review-sort .mat-mdc-select{display:inline-block!important;width:auto;padding-left:70px}.mat-datepicker-toggle{pointer-events:auto;position:absolute;left:0;top:0}.mat-datepicker-content .mat-calendar{font-size:13px}.cus-icon .icon-calendar{font-size:16px;display:flex;align-items:center;justify-content:center}.review-sort mat-select{border:1px solid #edecf8;border-radius:5px;padding-right:15px;padding-left:25px;height:40px;line-height:39px}.review-sort .mat-mdc-select-placeholder,.review-sort .mat-mdc-select-value{font-size:15px;color:#74788d}.review-sort .mat-mdc-select-arrow{right:60px}.mat-select-box .mat-mdc-select{background-color:#fff;border:1px solid #dcdcdc;border-radius:5px;height:42px}.mat-select-box .mat-mdc-select .mat-mdc-select-trigger{padding:14px}.addon-info mat-select{min-width:161px}.custom-mat-select .mat-mdc-select{display:inline-block;outline:none;width:85px!important;padding:10px}.custom-mat-select .mat-mdc-select-value-text,.custom-mat-select .mat-mdc-select-placeholder{color:#38a7a7}.mat-mdc-select-placeholder{color:#3c4758}.custom-select mat-select{border-radius:5px;padding-right:15px;padding-left:25px;height:37px;line-height:39px}.custom-select .mat-mdc-select-arrow{right:19px}.setting-select{border:1px solid #f8f8f8;height:46px;background-color:#f9f9fb;border-radius:8px;padding-right:15px;line-height:46px}.setting-select .mat-mdc-select-value-text,.setting-select-box .mat-mdc-select-value-text{color:#74788d;padding-right:20px}.setting-select .mat-mdc-select-placeholder{color:#74788d}.setting-select .mat-mdc-select-arrow{width:30px}.placeholder-cus .mat-mdc-select-placeholder{padding-right:20px}.edit-select-box{background-color:#fff;height:34px;border:1px solid #f8f8f8;background-color:#f9f9fb;border-radius:8px;line-height:34px;padding-right:15px}.arrow-customize .mat-mdc-select-arrow{left:10px}.setting-select-box{border:1px solid #f8f8f8;height:36px;background-color:#f9f9fb;border-radius:8px;padding-right:15px}.providers-dm .providers-header,.providers-dm .providers-sidebar{display:none}mat-form-field{font-size:13px;background-color:#f9f9fb}.mdc-line-ripple{display:none}.mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:#fff}.select-content{top:12px;position:relative;right:7px}.select-content .mat-mdc-select-placeholder{color:#898989}.cus-mat-icon .mat-datepicker-toggle{right:0}.cus-mat-icon .mat-mdc-icon-button:active,.cus-mat-icon .mat-mdc-icon-button:hover{background:#fff}.search-input .cus-mat-icon input{padding-right:35px}.mat-mdc-icon-button .mat-mdc-button-ripple{display:none!important}.select-list{padding-right:15px;padding-left:15px;border-radius:50px;border-color:#daeeee;background-color:#33a3ad12;height:45px}.demo-inline-calendar-card{font-size:14px}.cdk-overlay-container{z-index:10000000!important}.filter-range .ngx-slider .ngx-slider-pointer{width:18px;height:17px;background-color:#38a7a7;border:3px solid #fff;top:-6px}.filter-range .ngx-slider .ngx-slider-bar{height:6px!important}.filter-range .ngx-slider .ngx-slider-bubble{color:#fff;font-size:12px;line-height:1.333;text-shadow:none;padding:4px 10px;background-color:#38a7a7;border-radius:2px;top:-38px;margin:0!important}.filter-range .ngx-slider .ngx-slider-bubble{color:#fff;font-size:12px;line-height:1.333;text-shadow:none;padding:4px 10px;background-color:#0b2540;border-radius:2px;top:-38px;margin:0 -0px!important}.filter-range .ngx-slider .ngx-slider-bubble.ngx-slider-limit,.filter-range .ngx-slider.animate .ngx-slider-bubble.ngx-slider-limit.ngx-slider-floor,.filter-range .ngx-slider.animate .ngx-slider-bubble.ngx-slider-limit.ngx-slider-ceil{display:none!important}.filter-range .ngx-slider .ngx-slider-pointer:after{display:none!important}.filter-range .ngx-slider .ngx-slider-selection{background-color:#38a7a7!important}.filter-range .ngx-slider-selection-bar{visibility:unset!important}.service-section .owl-nav .owl-prev{position:absolute;top:-129px;left:49px;box-shadow:0 4px 14px #8d8d8d40;border:0;border-radius:50%;color:#28283c;width:32px;height:32px;background:#fff!important}.service-section .owl-nav .owl-next{position:absolute;top:-129px;left:5px;box-shadow:0 4px 14px #8d8d8d40;border:0;border-radius:50%;color:#28283c;width:32px;height:32px;background:#fff!important}.service-section .owl-prev:hover,.service-section .owl-next:hover{background-color:#38a7a7!important;color:#fff}.client-section .owl-nav .owl-prev{position:absolute;right:-41px;top:187px;box-shadow:0 4px 14px #8d8d8d40;border:0;border-radius:50%;color:#28283c;width:32px;height:32px;background:#fff!important}.client-section .owl-nav .owl-next{position:absolute;left:-41px;top:187px;box-shadow:0 4px 14px #8d8d8d40;border:0;border-radius:50%;color:#28283c;width:32px;height:32px;background:#fff!important}.client-section .owl-prev:hover,.client-section .owl-next:hover{background-color:#38a7a7!important;color:#fff}.popular-service-seven-section .owl-nav .owl-next{position:absolute;top:-129px;left:12px;box-shadow:0 4px 14px #8d8d8d40;border:0;border-radius:50%;color:#28283c;width:32px;height:32px;background:#fff!important}.popular-service-seven-section .owl-nav .owl-prev{position:absolute;top:-129px;left:54px;box-shadow:0 4px 14px #8d8d8d40;border:0;border-radius:50%;color:#28283c;width:32px;height:32px;background:#fff!important}.popular-service-seven-section .owl-prev:hover,.popular-service-seven-section .owl-next:hover{background-color:#38a7a7!important;color:#fff}.services-section .owl-nav .owl-prev,.services-section .owl-nav .owl-next{text-align:center;margin-top:40px;font-size:24px;color:inherit}.service-nine-section .owl-dots .owl-dot.active span,.mechanics-section .owl-dots .owl-dot.active span,.customer-review-section .owl-dots .owl-dot.active span{background:#ff008a}.providers-section-five .owl-nav .owl-prev,.providers-section-five .owl-nav .owl-next{box-shadow:0 4px 14px #8d8d8d40;border:0;border-radius:50%;color:#fff;width:32px;height:32px;background:#ff008a!important}.providers-section-five .owl-prev:hover,.providers-section-five .owl-next:hover{background:#fff!important;color:#ff008a!important;margin-bottom:0}.feature-category-section-five .owl-nav .owl-prev,.feature-category-section-five .owl-nav .owl-next,.car-blogs-section .owl-nav .owl-prev,.car-blogs-section .owl-nav .owl-next{box-shadow:0 4px 14px #8d8d8d40;border:0;border-radius:50%;color:#fff;width:32px;height:32px;background:#ff008a!important}.feature-category-section-five .owl-next:hover,.feature-category-section-five .owl-prev:hover,.car-blogs-section .owl-next:hover,.car-blogs-section .owl-prev:hover{background:#fff!important;color:#ff008a!important;margin-bottom:0}.service-section-seven .owl-nav .owl-prev{position:absolute;top:-129px;left:99px;box-shadow:0 4px 14px #8d8d8d40;border:0;border-radius:50%;color:#28283c;width:32px;height:32px;background:#fff!important}.service-section-seven .owl-nav .owl-next{position:absolute;top:-129px;left:50px;box-shadow:0 4px 14px #8d8d8d40;border:0;border-radius:50%;color:#28283c;width:32px;height:32px;background:#fff!important}.service-section-seven .owl-dots .owl-dot.active span,.popular-service-seven-section .owl-dots .owl-dot.active span,.price-sections-seven .owl-dots .owl-dot.active span,.List-section-seven .owl-dots .owl-dot.active span{background:#ff008a}.List-section-seven .owl-nav .owl-next{position:absolute;top:-129px;left:5px;box-shadow:0 4px 14px #8d8d8d40;border:0;border-radius:50%;color:#28283c;width:32px;height:32px;background:#fff!important}.List-section-seven .owl-nav .owl-prev{position:absolute;top:-129px;left:49px;box-shadow:0 4px 14px #8d8d8d40;border:0;border-radius:50%;color:#28283c;width:32px;height:32px;background:#fff!important}.List-section-seven .owl-prev:hover,.List-section-seven .owl-next:hover{background:#ff008a!important;color:#fff;margin-bottom:0}.service-wrap .owl-nav .owl-prev{position:absolute;top:-55px;left:49px;box-shadow:0 4px 14px #8d8d8d40;border:0;border-radius:50%;color:#28283c;width:32px;height:32px;background:#fff!important}mat-slider{width:100%!important}.search-box.search-box-five .mat-mdc-select{height:40px}.search-box-two.search-box-six .mat-mdc-select{padding-right:17px;height:40px}.search-box-two.search-box-six .mat-mdc-select .mat-mdc-select-arrow svg{color:#ff008a}.service-wrap .owl-nav .owl-next{position:absolute;top:-55px;left:5px;box-shadow:0 4px 14px #8d8d8d40;border:0;border-radius:50%;color:#28283c;width:32px;height:32px;background:#fff!important}.service-wrap .owl-next:hover,.service-wrap .owl-prev:hover{background-color:#38a7a7!important;color:#fff}.slick-prev slick-arrow{display:none}.testimonals-seven-section .owl-nav .owl-next{position:absolute;top:-129px;left:5px;box-shadow:0 4px 14px #8d8d8d40;border:0;border-radius:50%;color:#28283c;width:32px;height:32px;background:#fff!important}ngb-rating span{font-size:25px!important;color:#ffbc35!important}.related-slider .owl-theme .owl-nav{position:absolute;top:-70px;left:0}.related-slider .owl-theme .owl-nav [class*=owl-]{color:#262a2e}.testimonals-seven-section .owl-nav .owl-prev{position:absolute;top:-129px;left:49px;box-shadow:0 4px 14px #8d8d8d40;border:0;border-radius:50%;color:#28283c;width:32px;height:32px;background:#fff!important}.testimonals-seven-section .owl-next:hover,.testimonals-seven-section .owl-prev:hover{background:#38a7a7!important;color:#fff;margin-bottom:0}.show-sub-menu{display:block!important;transition:all .5s}.hide-sub-menu{display:none!important;transition:all .5s}.position-cls{top:9px;position:relative;left:10px}.value-select .mat-mdc-select-value{color:#6c6c6c;padding-right:10px}input.form-control.text-center.bs-timepicker-field{padding-left:15px}.custom-timepicker{position:absolute;width:-moz-fit-content;width:fit-content;right:0;z-index:1;margin-top:5px;padding:20px;background:#fff;border:1px solid #f2ecff;box-shadow:0 4px 44px #e7eafcbf;border-radius:6px;display:none}.bs-chevron-up,.bs-chevron-down{color:#000}.theme-green .bs-datepicker-head{background-color:#38a7a7}.theme-green .bs-datepicker-body table td.week span{color:#38a7a7}.footer-select .mat-mdc-select{padding-right:15px;padding-left:25px}.footer-select .mat-mdc-select-placeholder{font-size:14px;color:#00000080}.footer-select .mat-mdc-select-arrow-wrapper{display:none}.dependentSelect{margin-right:-15px!important}.dependentSelect.cal-input{margin-right:-35px!important}.theme-green .bs-datepicker-body table td span.selected,.theme-green .bs-datepicker-body table td.selected span,.theme-green .bs-datepicker-body table td span[class*=select-]:after,.theme-green .bs-datepicker-body table td[class*=select-] span:after{background-color:#38a7a7}.earning-group-chart .form-control{padding-right:35px;min-width:140px}.earning-group-charts .form-control{min-width:140px}.mat-mdc-select-placeholder{font-size:14px}.search-box.search-box-three .mat-mdc-select-value,.search-box.search-box-three .mat-mdc-select-arrow{height:35px}.search-box.search-box-three .cus-mat-icon .mat-datepicker-toggle{top:6px;right:-7px}.hero-section-three .search-box.search-box-three .cus-mat-icon .mat-datepicker-toggle{top:0!important;right:-7px}.drop-calender bs-datepicker-container{right:-30px!important}.client-img.client-pro .owl-item:nth-child(5) .testimonial-thumb img{border:5px solid #ff0080}app-admin .menu-title:first-child{margin-top:0}.mdc-text-field--filled:not(.mdc-text-field--disabled){display:flex;background-color:#fff!important;border:1px solid #dcdcdc;border-radius:5px;height:42px}@media only screen and (max-width: 991.98px){app-feature-module .footer-top-content img,app-feature-module .offering-five-all-img img{display:none}.client-section .owl-nav .owl-prev{right:-10px}.client-section .owl-nav .owl-next{left:-10px}.chat-cont-right{position:absolute;left:-100%;opacity:0;visibility:hidden;z-index:99}}@media only screen and (max-width: 767.98px){.value-select{text-align:start;padding-right:0}.dropdown-select{text-align:start}.position-cls{top:0;position:relative;left:-7px;text-align:start}}@media only screen and (max-width: 575.98px){.justify-content-between.sm-column{flex-direction:column}.align-items-center.sm-inline-flex{display:inline-flex!important}.earning-group-chart mat-select{background-position:94% 50%}.service-section .owl-nav .owl-prev{position:absolute;top:-50px;left:502px;box-shadow:0 4px 14px #8d8d8d40;border:0;border-radius:50%;color:#28283c;width:32px;height:32px;background:#fff!important}.service-section .owl-nav .owl-next{position:absolute;top:-50px;right:49px;box-shadow:0 4px 14px #8d8d8d40;border:0;border-radius:50%;color:#28283c;width:32px;height:32px;background:#fff!important}.service-section-two .owl-nav .owl-prev{position:absolute;top:-59px;left:49px}.service-section-two .owl-nav .owl-next{position:absolute;top:-59px;left:5px}}fieldset#first-field{display:block}app-service-information fieldset{display:none!important}.sidebar-inner{height:calc(100% - 90px);transition:all .2s ease-in-out 0s}span.mat-calendar-body-selected{background-color:#05a144}button.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#05a144;color:#fff}span.mat-calendar-body-cell-content{border-radius:0}.country-select mat-select{background-color:#fff;border:1px solid #dcdcdc;border-radius:5px;line-height:40px;font-size:15px}.country-select mat-select .mat-mdc-select-trigger{padding-right:15px;padding-left:25px}.typo-setting mat-select{border:1px solid #d8d8d8;height:42px;border-radius:.375rem}.typo-setting .mat-mdc-select-trigger{padding:0 15px}full-calendar.fc .fc-button{font-size:14px;background:#f1f1f1;border:none;color:#797979;text-transform:capitalize;box-shadow:none;border-radius:3px;margin:0 3px;padding:6px 12px;height:auto}full-calendar.fc table{font-size:14px}full-calendar.fc a{color:#000}full-calendar.fc .fc-button-primary:not(:disabled).fc-button-active,full-calendar.fc .fc-button-primary:disabled{background-color:#38a7a7;color:#fff;text-shadow:none}full-calendar.fc .fc-toolbar-title{font-size:17px;font-weight:600;line-height:30px;text-transform:uppercase}body app-admin .modal{z-index:10000}app-booking2 .modal.fade.custom-modal.reshchedule-modal{display:block}app-book-service .modal.fade.custom-modal.reshchedule-modal{display:block}app-booking2 .fade:not(.show){opacity:1}app-book-service .fade:not(.show){opacity:1}app-feature-module app-booking2 .modal{z-index:1056}app-feature-module app-book-service .fade:not(.show){z-index:1056}.pagination{margin-top:15px}.apexcharts-toolbar{display:none!important}.country-selector{opacity:1!important}.rating i{margin-left:3px}.modal{--bs-modal-border-color: none;border:none}.table-span mat-select{border:1px solid #d8d8d8;border-radius:.375rem;background-color:#fff;line-height:30px;font-size:14px}.table-span mat-select .mat-mdc-select-trigger{padding-right:10px}.table-span .mat-mdc-select-placeholder{color:#262a2e}.table-span .mat-mdc-select-arrow{width:23px;color:#9597a9}.mat-mdc-standard-chip{border-radius:0!important;background-color:#f4f4f4!important;color:#6b7280}.mdc-text-field--filled:not(.mdc-text-field--disabled){background:none!important;height:50px;border-radius:0}.mdc-evolution-chip-set .mdc-evolution-chip-set__chips{margin-top:-11px}mat-form-field{border-color:#dcdcdc;box-shadow:inherit;min-height:46px;width:100%;border-radius:0}mat-form-field:hover{background:transparent}.mat-mdc-text-field-wrapper{border:1px solid #e4e4e8}.mdc-line-ripple:before{border-bottom-width:0px!important}.mdc-line-ripple--active{display:none}.mdc-evolution-chip-set__chips input{height:35px!important}.mat-mdc-form-field-subscript-wrapper{display:none}.mat-mdc-form-field-focus-overlay{background-color:transparent}mat-chip-row{border:1px solid #cccccc}.mat-mdc-form-field-infix .mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label{color:#6b7280}a{cursor:pointer}.add-service-modal .modal-content{padding:40px;text-align:center}.add-service-modal .modal-content .modal-body{padding:0}.add-service-modal .modal-content .modal-body span{margin-bottom:10px;display:block}.add-service-modal .modal-content .modal-body span i{font-size:40px;color:#6dcc76}.add-service-modal .modal-content .modal-body h3{font-size:28px;margin-bottom:15px}.add-service-modal .modal-content .modal-body p{margin-bottom:15px}.select-arrow .mat-mdc-select-arrow{color:#3c4758;left:12px}.slick-next.slick-arrow,.slick-prev.slick-arrow{display:none!important}.modal.fade .modal-dialog{transform:none}.btn-primary{background-color:#38a7a7;border-color:#38a7a7}.section-section-five span.mat-mdc-select-placeholder,.section-search.section-search-four span.mat-mdc-select-placeholder{color:#626262}app-admin app-announcements span.badge-inactive{color:#fff}.logo img{height:auto;max-width:100%;max-height:35px}.bg-dark-gray,.bg-dark-gray:focus{background-color:var(--dark-green)}.home6-banner-area{min-height:800px;height:100vh}.home6-banner-area{position:relative}.home6-banner-area .animate-vector{position:absolute;left:0;top:45%;z-index:1}.home6-banner-area .animate-vector2{position:absolute;right:0;top:45%;z-index:0}.pt-200px{padding-top:200px}.home6-banner-area h1{font-weight:700!important;margin-bottom:25px!important;font-size:4.2rem;line-height:5.7rem;color:#fff}.home6-banner-area .animate-vector svg linearGradient stop{stop-color:#1b4e52}.home6-banner-area .animate-vector .path-square{stroke-width:2;fill:none}.home6-banner-area .animate-vector .sm-circle{fill:#1c4b4f;stroke:#1b4e52}.home6-banner-area .animate-vector .sm-circle2{fill:#fff;stroke:#fff;opacity:.1}.home6-banner-area .animate-vector2 svg linearGradient stop{stop-color:#1b4e52}.home6-banner-area .animate-vector2 .path-square{stroke-width:2;fill:none}.home6-banner-area .animate-vector2 .sm-circle{fill:#1c4b4f;stroke:#1b4e52}.home6-banner-area .animate-vector2 .sm-circle2{fill:#fff;stroke:#fff;opacity:.1}.home6-banner-area .sub-title{font-size:16px;font-weight:600;line-height:1;letter-spacing:0;border-radius:50px;padding:10px 18px;margin-bottom:15px;display:inline-block;background-color:#164448}.fw-500{font-weight:500!important}.fs-20{font-size:20px}.mt-25px{margin-top:25px}@keyframes particle-animation-1{to{transform:translate3d(56vw,49vh,77px)}}.particle:nth-child(1){animation:particle-animation-1 60s infinite;height:9px;width:9px;opacity:.27;animation-delay:-.1s;background:#d99d26;transform:translate3d(86vw,90vh,11px)}@keyframes particle-animation-2{to{transform:translate3d(89vw,63vh,81px)}}.particle:nth-child(2){animation:particle-animation-2 60s infinite;height:9px;width:9px;opacity:.24;animation-delay:-.2s;background:#b6d950;transform:translate3d(36vw,61vh,28px)}@keyframes particle-animation-3{to{transform:translate3d(61vw,72vh,58px)}}.particle:nth-child(3){animation:particle-animation-3 60s infinite;height:8px;width:8px;opacity:.4;animation-delay:-.3s;background:#b6d950;transform:translate3d(29vw,63vh,89px)}@keyframes particle-animation-4{to{transform:translate3d(60vw,39vh,5px)}}.particle:nth-child(4){animation:particle-animation-4 60s infinite;height:10px;width:10px;opacity:.84;animation-delay:-.4s;background:#b6d950;transform:translate3d(89vw,60vh,58px)}@keyframes particle-animation-5{to{transform:translate3d(70vw,3vh,36px)}}.particle:nth-child(5){animation:particle-animation-5 60s infinite;height:8px;width:8px;opacity:.48;animation-delay:-.5s;background:#b6d950;transform:translate3d(81vw,53vh,68px)}.particle-container{position:absolute;width:100%;height:100%}.particle{position:absolute;left:0;border-radius:50%}.img-main{margin-top:-100px;position:relative;z-index:2;overflow:hidden}.pres-img{perspective:2000px}.img-rotae{transform:rotateX(25deg);transition:.2s ease-in-out}.imgali{transform:unset}.btn{text-decoration:none;font-size:17px}.opacity-5{opacity:.5}section{padding-top:70px;padding-bottom:70px}.sub-title{font-weight:600!important;margin-bottom:15px!important;padding:7px 20px;border-radius:100px!important;background-color:#33a4ae;color:#fff;font-size:14px;display:inline-block}.img-bg-1{left:0;position:absolute!important;transition:transform .65s cubic-bezier(.23,1,.32,1);top:0;z-index:-1}.fs-22{font-size:22px}.text-dark-gray,.btn-link.text-dark-gray,a.text-dark-gray-hover:hover{color:#353642}.mt-50px{margin-top:50px}.mt--50{margin-top:50px!important}.mt-100{margin-top:100px!important}.bg-light-green{background-color:#e8f4f4}.mt-minus-icon{margin-top:-110px;transform:rotate(3deg)}.mb-30px{margin-bottom:30px!important}.mt-minus-icon img{width:150px}.feature-box-content .btn{color:#faebd7}.no-payF .feature-box{overflow:visible!important;padding:25px 50px}.mt-35px{margin-top:35px}.border-radius-6px{border-radius:6px!important}.p-6{padding:6%!important}.box-shadow-quadruple-large,.box-shadow-quadruple-large-hover:hover{box-shadow:0 20px 60px #00000014;transition:all .35s cubic-bezier(.37,0,.63,1)}img{max-width:100%;height:auto}.mt-30px{margin-top:30px!important}.mb-10px{margin-bottom:10px!important}.task_app_section .task_block{margin:0 auto 50px;background-color:#fff;padding:70px 113px;position:sticky;z-index:9;overflow:hidden;transition:.4s}.task_app_section .task_block.block1{background-color:#fff}.task_app_section .task_block.block2{background-color:#e8f4f4}.task_app_section .task_block.block3{background-color:#fff}.task_app_section .task_block.block4{background-color:#e8f4f4}.task_app_section .task_block.block5{background-color:#fff}.task_app_section .task_block.block6{background-color:#e8f4f4}.task_app_section .task_block .row{align-items:center}.task_app_section .task_img{display:flex;justify-content:center;align-items:center;position:relative}.task_app_section .task_img img{max-width:100%}.task_app_section .task_text .section_title .icon img{width:50px;aspect-ratio:1/1;object-fit:cover}#shadow-host-companion{padding:0!important}.p-50px{padding:50px!important}.opacity-sub{background-color:#33a4ae;color:#fff!important;font-size:14px!important;display:inline-block;border-radius:50px;margin-bottom:10px;padding:7px 20px}.mb-20px{margin-bottom:20px}.z-index-9{z-index:9}.opacity-1{opacity:.1}.fw-600{font-weight:600!important}.right-minus-150px{left:-150px}.top-10px{top:10px}.fs-170{font-size:10.625rem;line-height:10.625rem}.task_block .container{position:relative}[dir=rtl] .about-content ul li{position:relative;padding-right:30px;padding-left:unset!important;margin-bottom:15px}[dir=rtl] .about-content ul li:before{right:0}[dir=rtl] .contact-data{margin-right:15px;margin-left:unset}.p-30px{padding:30px!important}.w-150px{width:150px!important}.box-shadow-extra-large,.box-shadow-extra-large-hover:hover{box-shadow:0 0 30px #00000014;transition:all .35s cubic-bezier(.37,0,.63,1)}.border-radius-100px{border-radius:100px!important}.d-inline-block{display:inline-block!important}.bg-gradient-very-light-gray{background-image:linear-gradient(to bottom,#def0ef,#e0f1f1,#f0fafa,#f7f7f7,#fff)}.pb-0{padding-bottom:0!important}.mb-50px{margin-bottom:50px!important}.mt-50px{margin-top:50px!important}.top-minus-220px{top:-220px}.right-50px{left:50px}.animation-float{animation:float 2s linear .5s infinite alternate both}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(5px)}to{transform:translateY(10px)}}.bg-gradient-very-light-gray .faq-card{background:unset!important;border-bottom:1px solid #d5e5e4!important;border-radius:0!important;padding:20px!important;margin-bottom:20px!important;border:unset}[dir=rtl] .faq-title>a:after{left:0;right:unset}[dir=rtl] .faq-title a{padding-right:unset;padding-left:60px}.p-40px{padding:40px!important}.bg-gradient-flamingo-amethyst-green{background-image:linear-gradient(-237.68deg,#33a4ae .52%,#c1dd47 53.13%,#3da7a6)}.left-0px{right:0}.bottom-0px{bottom:0}.h-6px{height:6px!important}.faq-card:last-child{margin-bottom:0!important}.pt-30px{padding-top:30px}[dir=rtl] .footer-widget{direction:rtl;text-align:right}[dir=rtl] input[type=password]{padding-left:45px;padding-right:10px!important}[dir=rtl] .form-control{text-align:right;direction:rtl}[dir=rtl] .toggle-password{right:unset;left:17px;top:50%}.breadcrumb-bar h6{font-weight:400}[dir=rtl] .coupon-icon{position:relative;margin-left:24px;margin-right:unset}[dir=rtl] .custom_check .checkmark{left:unset;right:0}[dir=rtl] .custom_check{padding-left:unset;padding-right:25px}[dir=rtl] .price-body .btn-choose i{margin-right:5px}[dir=rtl] .terms-content ul li{padding-left:unset;padding-right:30px}[dir=rtl] .terms-content ul li:before{right:0;left:unset}.pb-20px{padding-bottom:20px}.max-250px{max-width:250px}.icon-with-text-style-07{margin-bottom:30px}.choose-page,.pt-80px{padding-top:80px}.price-card:hover .btn-choose{background-color:#103538;color:#fff}.login-wrap{background-color:#fff;padding:25px;border-radius:20px;box-shadow:0 0 30px #11585f14;margin-top:50px!important}.breadcrumb-bar h2,.breadcrumb-bar h6{color:#fff!important}textarea.form-control{border-radius:11px!important}.contact-queries{background-color:#fff;padding:25px;border-radius:20px;box-shadow:0 0 30px #11585f14}.bg-favicon{background-image:url(bg.40234ecb238fc2c0.png);background-repeat:no-repeat;background-position:center;position:relative;min-height:100vh;display:flex;overflow:hidden;justify-content:center;align-items:center}[dir=rtl] .login-wrap .form-control{text-align:right}.max-200px{max-width:200px}[dir=rtl] .flag-nav .dropdown-item img{margin-left:10px;margin-right:unset}[dir=rtl] .blog-pagination ul li:first-child{margin-left:20px;margin-right:unset}[dir=rtl] .blog-pagination ul li:last-child{margin-left:0;margin-right:10px}[dir=rtl] .blog-pagination ul li{margin-left:10px}.task_app_section .task_block:last-child{margin-bottom:0!important}@media (max-width: 1300px){.fs-75{font-size:60px;line-height:90px}.img-rotae{width:80%;margin:auto}.max-250px{max-width:180px}.home6-banner-area .animate-vector,.home6-banner-area .animate-vector2{max-width:450px}}@media (max-width: 1199px){.lg-w-85{width:85%!important}.icon-with-text-style-07{margin-bottom:30px}.task_app_section .task_block{padding:40px 20px}.no-payF .feature-box{padding:10px}.lg-fs-140{font-size:8.75rem;line-height:8.75rem}.lg-right-minus-80px{left:-80px!important}}@media (max-width: 1026px){.w-150px{width:100px!important}.abt-img{max-width:400px}.section{padding-top:50px;padding-bottom:50px}.icon-with-text-style-07{margin-bottom:50px}}@media (max-width: 991px){[dir=rtl] .main-nav>li>a>i{float:left!important}.home6-banner-area h1{font-size:50px;line-height:60px}.footer-logo{text-align:center}.footer-widget.footer-menu .d-flex{justify-content:center!important}.icon-with-text-style-07{margin-bottom:80px}.md-bottom-minus-50px{bottom:-50px!important}.md-right-0px{left:0!important}.md-left-0px{right:0!important}.md-w-95{width:95%!important}}@media (max-width: 767px){.sm-w-100{width:100%!important}.pt-200px{padding-top:110px}.home6-banner-area h1{font-size:30px;line-height:40px;color:#fff}}@media (max-width: 550px){.login-wrap{margin-top:70px!important}.bg-gradient-very-light-gray .mb-50px,.footer-widget{margin-bottom:10px!important}.policy-menu{text-align:center!important}.footer-widget{margin-bottom:5px!important}.d-mobile-cloumn{flex-direction:column!important;gap:15px}.faq-section{margin-bottom:0!important}.footer .footer-top{padding:15px 0!important}.container{padding-right:20px;padding-left:20px}.mt-minus-icon img{width:100px}.mt-minus-icon{margin-top:0;transform:rotate(3deg)}.icon-with-text-style-07{margin-bottom:20px}.footer-widget.footer-menu .d-flex{flex-direction:column!important}.col.text-strat{text-align:center}.fs-20{font-size:16px}section{padding-top:40px;padding-bottom:40px}.animate-vector,.animate-vector2{display:none}}@keyframes fadeRotateIn{0%{opacity:0;transform:rotateX(60deg) rotateY(10deg) rotate(-10deg);transform-origin:top;animation-timing-function:var(--ease-out-short)}to{opacity:1;transform:none}}.fadeRotateIn{animation-name:fadeRotateIn}button.wh-ap-btn{outline:none;width:60px;height:60px;border:0;background-color:#51d27c;padding:0;border-radius:100%;cursor:pointer}button.wh-ap-btn:after{content:"";background-image:url(whatsapp.90d9eecb376b7c17.png);background-position:center center;background-repeat:no-repeat;background-size:60%;width:100%;height:100%;display:block;opacity:1}button.wh-ap-btn:hover{opacity:1;background-color:#20bf6a6c}.wh-api{position:fixed;bottom:0;left:0;z-index:9}.wh-fixed{margin-left:15px;margin-bottom:15px}.wh-fixed>a{display:block;text-decoration:none}.wh-fixed>a:hover button.wh-ap-btn:before{opacity:1;width:auto;padding-top:7px;padding-right:10px;padding-left:10px;width:100px}.whatsapp-pulse{width:60px;height:60px;left:10px;bottom:10px;background:#10b41863;position:fixed;text-align:center;color:#fff;cursor:pointer;border-radius:50%;z-index:99;display:inline-block;line-height:65px}.whatsapp-pulse:before{position:absolute;content:" ";z-index:-1;bottom:-15px;left:-15px;background-color:#10b41838;width:90px;height:90px;border-radius:100%;animation-fill-mode:both;-webkit-animation-fill-mode:both;opacity:.6;animation:pulse2 1.8s ease-out;animation-iteration-count:infinite}@keyframes pulse2{0%{transform:scale(0);opacity:0}25%{transform:scale(.3);opacity:1}50%{transform:scale(.6);opacity:.6}75%{transform:scale(.9);opacity:.3}to{transform:scale(1);opacity:0}}.footer .footer-menu .box-social{display:flex;justify-content:end;align-items:center;margin-top:6px;padding-left:158px}.footer .footer-menu .box-social .span-social{margin-left:15px;vertical-align:middle}.footer .footer-menu .box-social .social-list{display:inline-flex}.footer .footer-menu .box-social ul.social-list li.item-social{padding:0!important;margin-left:4px!important;margin-bottom:0!important}.footer .footer-menu .box-social .item-social a{display:inline-flex;justify-content:center;align-items:center;width:34px;height:34px;border-radius:50%;background-color:var(--dark-green);color:#fff;transition:.4s}.footer .footer-menu .box-social .item-social a:hover{transform:translateY(-5px)}@media (max-width: 991px){.footer .footer-menu .box-social{justify-content:center;padding-left:0}}.gap-20{gap:20px}.p-inputswitch .p-inputswitch-slider{border-radius:50px}.p-inputswitch .p-inputswitch-slider:before{border-radius:50px}.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider{background:#6dcc76}.p-inputswitch.p-focus .p-inputswitch-slider{box-shadow:unset!important}.pass-input-control .p-component{width:100%}.pass-input-control .form-control{padding:0;position:relative}.pass-input-control .p-password-input{width:100%;background-color:transparent;border:0}.pass-input-control .p-icon-wrapper{position:absolute;left:14px;display:inline-block;top:7px;width:auto;margin-top:0;right:unset}.iti__flag-container .search-container{display:none}.p-inputtext:enabled:focus{box-shadow:none}.pass-input-control .p-input-icon-right>.p-inputtext{padding-right:15px;padding-left:2.5rem}.service-grid-page{position:relative}.service-grid-page .p-accordion p-accordiontab .p-accordion-header .p-accordion-header-link{position:relative}.service-grid-page .p-accordion p-accordiontab:first-child .p-accordion-header .p-accordion-header-link{border-top-right-radius:10px;border-top-left-radius:10px}.service-grid-page .p-accordion p-accordiontab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link{border-bottom-right-radius:10px;border-bottom-left-radius:10px}.service-grid-page .input-box{display:inline-block;margin-left:6px}.service-grid-page .p-accordion .p-icon-wrapper{position:absolute;left:16px;transform:rotate(180deg)}.service-grid-page .p-accordion .p-accordion-header .p-accordion-header-link{border:1px solid #46bab9;color:#fff;background:#3da7a6}.service-grid-page .p-accordion li{margin-bottom:10px}.p-paginator .p-dropdown .p-dropdown-label{padding-right:.75rem}.custom-paginator .p-icon-wrapper{transform:rotate(180deg)}.p-paginator .p-paginator-first,.p-paginator .p-paginator-prev,.p-paginator .p-paginator-next,.p-paginator .p-paginator-last{color:var(--dark-green)}.no-product{position:relative;padding:50px 0;text-align:center}.no-product .no-photo{filter:blur(3px);opacity:.7;margin-bottom:25px;width:250px}.no-product .par-not-found{font-size:25px;font-weight:500;color:#103538;margin-bottom:0}.service-grid-page .p-accordion .p-accordion-content .p-accordion-header:not(.p-highlight) .p-accordion-header-link{padding:10px 12px;background:#f2f2f2;border:1px solid #edecf8;color:#28283c}.service-grid-page .p-accordion .p-accordion-content .p-toggleable-content .p-accordion-content{padding:.5rem}.service-grid-page .p-accordion .p-accordion-content .p-toggleable-content .p-accordion-content .sub-accordion li{margin-bottom:0}.service-grid-page .p-accordion .p-accordion-content .p-toggleable-content .p-accordion-content .sub-accordion .sub-accordion-content{width:100%;display:flex;padding:.5rem!important;border-bottom:1px solid #ececec;position:relative}.service-grid-page .p-accordion .p-accordion-content .item-accordion{position:relative;width:100%;display:flex}.service-grid-page .p-accordion .p-accordion-tab .p-toggleable-content .p-accordion-header .p-accordion-header-link{background:#ecf6f6;border:1px solid #edecf8;color:#28283c}.service-grid-page .p-accordion .p-accordion-content .p-toggleable-content .p-accordion-content .sub-accordion li:last-of-type .sub-accordion-content{border-bottom:0}.service-grid-page .p-accordion .accordion-item .p-accordion .p-accordion-tab{margin-bottom:10px}.service-grid-page .p-accordion .p-toggleable-content .p-accordion-content .border-circle.bg-primary{border-radius:50%;color:#fff;background-color:#40a9a6!important;display:inline-flex;justify-content:center;align-items:center;position:absolute;left:4px}.service-grid-page .p-accordion .p-toggleable-content .p-accordion-content span{display:inline-block}.p-paginator .p-paginator-pages .p-paginator-page.p-highlight{background:#40a9a6;border-color:#40a9a6;color:#fff}.p-element{font-family:greycliff-arabic-cf,sans-serif}.img-cat{background-color:#fff;border-radius:10px;padding:5px 15px;box-shadow:0 0 20px #2c2c2c0a;position:absolute;bottom:10px;left:12px;font-size:13px}.p-paginator.p-component{gap:10px}.p-paginator .p-paginator-first,.p-paginator .p-paginator-prev,.p-paginator .p-paginator-next,.p-paginator .p-paginator-last{background-color:#f2f2f2;border:1px solid #ffffff;color:#103538!important;min-width:2.357rem;height:2.357rem;margin:0 0 0 -1px;transition:box-shadow .15s;border-radius:0;border-radius:5px!important}.p-element.p-paginator-page{margin:0 5px!important;border-radius:5px!important}.p-paginator .p-paginator-pages .p-paginator-page{color:#28283c}.p-dropdown-header .p-inputgroup{direction:ltr!important;text-align:right}.p-dropdown-header input{text-align:right}.p-dropdown-panel .p-dropdown-header{background:#f1f9f95e}@charset "UTF-8";.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0,0,.2,1);transform:scale3d(0,0,0);background-color:var(--mat-ripple-color, rgba(0, 0, 0, .1))}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:#00000052}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0!important;box-sizing:content-box!important;height:auto!important;overflow:hidden!important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0!important;box-sizing:content-box!important;height:0!important}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}.mat-app-background{background-color:var(--mat-app-background-color, transparent);color:var(--mat-app-text-color, inherit)}html{--mat-ripple-color: rgba(0, 0, 0, .1)}html{--mat-option-selected-state-label-text-color: #3f51b5;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.mat-accent{--mat-option-selected-state-label-text-color: #ff4081;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.mat-warn{--mat-option-selected-state-label-text-color: #f44336;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}html{--mat-optgroup-label-text-color: rgba(0, 0, 0, .87)}.mat-primary{--mat-full-pseudo-checkbox-selected-icon-color: #3f51b5;--mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color: #3f51b5;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0}html,.mat-accent{--mat-full-pseudo-checkbox-selected-icon-color: #ff4081;--mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff4081;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0}.mat-warn{--mat-full-pseudo-checkbox-selected-icon-color: #f44336;--mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0}html{--mat-app-background-color: #fafafa;--mat-app-text-color: rgba(0, 0, 0, .87)}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-theme-loaded-marker{display:none}html{--mdc-elevated-card-container-shape: 4px;--mdc-outlined-card-container-shape: 4px;--mdc-outlined-card-outline-width: 1px}html{--mdc-elevated-card-container-color: white;--mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-outlined-card-container-color: white;--mdc-outlined-card-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54)}html{--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0}.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #3f51b5;--mdc-linear-progress-track-color: rgba(63, 81, 181, .25)}.mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #ff4081;--mdc-linear-progress-track-color: rgba(255, 64, 129, .25)}.mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: #f44336;--mdc-linear-progress-track-color: rgba(244, 67, 54, .25)}html{--mdc-plain-tooltip-container-shape: 4px;--mdc-plain-tooltip-supporting-text-line-height: 16px}html{--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: #fff}html{--mdc-filled-text-field-active-indicator-height: 1px;--mdc-filled-text-field-focus-active-indicator-height: 2px;--mdc-filled-text-field-container-shape: 4px;--mdc-outlined-text-field-outline-width: 1px;--mdc-outlined-text-field-focus-outline-width: 2px;--mdc-outlined-text-field-container-shape: 4px}html{--mdc-filled-text-field-caret-color: #3f51b5;--mdc-filled-text-field-focus-active-indicator-color: #3f51b5;--mdc-filled-text-field-focus-label-text-color: rgba(63, 81, 181, .87);--mdc-filled-text-field-container-color: whitesmoke;--mdc-filled-text-field-disabled-container-color: #fafafa;--mdc-filled-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-error-hover-label-text-color: #f44336;--mdc-filled-text-field-error-focus-label-text-color: #f44336;--mdc-filled-text-field-error-label-text-color: #f44336;--mdc-filled-text-field-error-caret-color: #f44336;--mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, .42);--mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, .06);--mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-error-active-indicator-color: #f44336;--mdc-filled-text-field-error-focus-active-indicator-color: #f44336;--mdc-filled-text-field-error-hover-active-indicator-color: #f44336;--mdc-outlined-text-field-caret-color: #3f51b5;--mdc-outlined-text-field-focus-outline-color: #3f51b5;--mdc-outlined-text-field-focus-label-text-color: rgba(63, 81, 181, .87);--mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-error-caret-color: #f44336;--mdc-outlined-text-field-error-focus-label-text-color: #f44336;--mdc-outlined-text-field-error-label-text-color: #f44336;--mdc-outlined-text-field-error-hover-label-text-color: #f44336;--mdc-outlined-text-field-outline-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, .06);--mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-error-focus-outline-color: #f44336;--mdc-outlined-text-field-error-hover-outline-color: #f44336;--mdc-outlined-text-field-error-outline-color: #f44336;--mat-form-field-focus-select-arrow-color: rgba(63, 81, 181, .87);--mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, .38);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #f44336;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, .38);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .08}.mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color: #ff4081;--mdc-filled-text-field-focus-active-indicator-color: #ff4081;--mdc-filled-text-field-focus-label-text-color: rgba(255, 64, 129, .87);--mdc-outlined-text-field-caret-color: #ff4081;--mdc-outlined-text-field-focus-outline-color: #ff4081;--mdc-outlined-text-field-focus-label-text-color: rgba(255, 64, 129, .87);--mat-form-field-focus-select-arrow-color: rgba(255, 64, 129, .87)}.mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color: #f44336;--mdc-filled-text-field-focus-active-indicator-color: #f44336;--mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, .87);--mdc-outlined-text-field-caret-color: #f44336;--mdc-outlined-text-field-focus-outline-color: #f44336;--mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, .87);--mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, .87)}html{--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px}html{--mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(63, 81, 181, .87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(255, 64, 129, .87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(244, 67, 54, .87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)}html{--mat-select-arrow-transform: translateY(-8px)}html{--mat-autocomplete-container-shape: 4px;--mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-autocomplete-background-color: white}html{--mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mdc-dialog-container-shadow-color: #000;--mdc-dialog-container-shape: 4px;--mat-dialog-container-max-width: 80vw;--mat-dialog-container-small-max-width: 80vw;--mat-dialog-container-min-width: 0;--mat-dialog-actions-alignment: start;--mat-dialog-actions-padding: 8px;--mat-dialog-content-padding: 20px 24px;--mat-dialog-with-actions-content-padding: 20px 24px;--mat-dialog-headline-padding: 0 24px 9px}html{--mdc-dialog-container-color: white;--mdc-dialog-subhead-color: rgba(0, 0, 0, .87);--mdc-dialog-supporting-text-color: rgba(0, 0, 0, .6)}.mat-mdc-standard-chip{--mdc-chip-container-shape-family: rounded;--mdc-chip-container-shape-radius: 16px 16px 16px 16px;--mdc-chip-with-avatar-avatar-shape-family: rounded;--mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;--mdc-chip-with-avatar-avatar-size: 28px;--mdc-chip-with-icon-icon-size: 18px;--mdc-chip-outline-width: 0;--mdc-chip-outline-color: transparent;--mdc-chip-disabled-outline-color: transparent;--mdc-chip-focus-outline-color: transparent;--mdc-chip-hover-state-layer-opacity: .04;--mdc-chip-with-avatar-disabled-avatar-opacity: 1;--mdc-chip-flat-selected-outline-width: 0;--mdc-chip-selected-hover-state-layer-opacity: .04;--mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;--mdc-chip-with-icon-disabled-icon-opacity: 1;--mat-chip-disabled-container-opacity: .4;--mat-chip-trailing-action-opacity: .54;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-state-layer-color: transparent;--mat-chip-selected-trailing-action-state-layer-color: transparent;--mat-chip-trailing-action-hover-state-layer-opacity: 0;--mat-chip-trailing-action-focus-state-layer-opacity: 0}.mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color: #212121;--mdc-chip-elevated-container-color: #e0e0e0;--mdc-chip-elevated-selected-container-color: #e0e0e0;--mdc-chip-elevated-disabled-container-color: #e0e0e0;--mdc-chip-flat-disabled-selected-container-color: #e0e0e0;--mdc-chip-focus-state-layer-color: black;--mdc-chip-hover-state-layer-color: black;--mdc-chip-selected-hover-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: black;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #212121;--mdc-chip-selected-label-text-color: #212121;--mdc-chip-with-icon-icon-color: #212121;--mdc-chip-with-icon-disabled-icon-color: #212121;--mdc-chip-with-icon-selected-icon-color: #212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;--mdc-chip-with-trailing-icon-trailing-icon-color: #212121;--mat-chip-selected-disabled-trailing-icon-color: #212121;--mat-chip-selected-trailing-icon-color: #212121}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #3f51b5;--mdc-chip-elevated-selected-container-color: #3f51b5;--mdc-chip-elevated-disabled-container-color: #3f51b5;--mdc-chip-flat-disabled-selected-container-color: #3f51b5;--mdc-chip-focus-state-layer-color: black;--mdc-chip-hover-state-layer-color: black;--mdc-chip-selected-hover-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: black;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-selected-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #ff4081;--mdc-chip-elevated-selected-container-color: #ff4081;--mdc-chip-elevated-disabled-container-color: #ff4081;--mdc-chip-flat-disabled-selected-container-color: #ff4081;--mdc-chip-focus-state-layer-color: black;--mdc-chip-hover-state-layer-color: black;--mdc-chip-selected-hover-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: black;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-selected-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #f44336;--mdc-chip-elevated-selected-container-color: #f44336;--mdc-chip-elevated-disabled-container-color: #f44336;--mdc-chip-flat-disabled-selected-container-color: #f44336;--mdc-chip-focus-state-layer-color: black;--mdc-chip-hover-state-layer-color: black;--mdc-chip-selected-hover-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: black;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-selected-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-trailing-icon-color: white}.mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height: 32px}html{--mdc-switch-disabled-selected-icon-opacity: .38;--mdc-switch-disabled-track-opacity: .12;--mdc-switch-disabled-unselected-icon-opacity: .38;--mdc-switch-handle-height: 20px;--mdc-switch-handle-shape: 10px;--mdc-switch-handle-width: 20px;--mdc-switch-selected-icon-size: 18px;--mdc-switch-track-height: 14px;--mdc-switch-track-shape: 7px;--mdc-switch-track-width: 36px;--mdc-switch-unselected-icon-size: 18px;--mdc-switch-selected-focus-state-layer-opacity: .12;--mdc-switch-selected-hover-state-layer-opacity: .04;--mdc-switch-selected-pressed-state-layer-opacity: .1;--mdc-switch-unselected-focus-state-layer-opacity: .12;--mdc-switch-unselected-hover-state-layer-opacity: .04;--mdc-switch-unselected-pressed-state-layer-opacity: .1;--mat-switch-disabled-selected-handle-opacity: .38;--mat-switch-disabled-unselected-handle-opacity: .38;--mat-switch-unselected-handle-size: 20px;--mat-switch-selected-handle-size: 20px;--mat-switch-pressed-handle-size: 20px;--mat-switch-with-icon-handle-size: 20px;--mat-switch-selected-handle-horizontal-margin: 0;--mat-switch-selected-with-icon-handle-horizontal-margin: 0;--mat-switch-selected-pressed-handle-horizontal-margin: 0;--mat-switch-unselected-handle-horizontal-margin: 0;--mat-switch-unselected-with-icon-handle-horizontal-margin: 0;--mat-switch-unselected-pressed-handle-horizontal-margin: 0;--mat-switch-visible-track-opacity: 1;--mat-switch-hidden-track-opacity: 1;--mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, .2, 1);--mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(.4, 0, .6, 1);--mat-switch-track-outline-width: 1px;--mat-switch-track-outline-color: transparent;--mat-switch-selected-track-outline-width: 1px;--mat-switch-disabled-unselected-track-outline-width: 1px;--mat-switch-disabled-unselected-track-outline-color: transparent}html{--mdc-switch-selected-focus-state-layer-color: #3949ab;--mdc-switch-selected-handle-color: #3949ab;--mdc-switch-selected-hover-state-layer-color: #3949ab;--mdc-switch-selected-pressed-state-layer-color: #3949ab;--mdc-switch-selected-focus-handle-color: #1a237e;--mdc-switch-selected-hover-handle-color: #1a237e;--mdc-switch-selected-pressed-handle-color: #1a237e;--mdc-switch-selected-focus-track-color: #7986cb;--mdc-switch-selected-hover-track-color: #7986cb;--mdc-switch-selected-pressed-track-color: #7986cb;--mdc-switch-selected-track-color: #7986cb;--mdc-switch-disabled-selected-handle-color: #424242;--mdc-switch-disabled-selected-icon-color: #fff;--mdc-switch-disabled-selected-track-color: #424242;--mdc-switch-disabled-unselected-handle-color: #424242;--mdc-switch-disabled-unselected-icon-color: #fff;--mdc-switch-disabled-unselected-track-color: #424242;--mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-switch-handle-shadow-color: black;--mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-switch-selected-icon-color: #fff;--mdc-switch-unselected-focus-handle-color: #212121;--mdc-switch-unselected-focus-state-layer-color: #424242;--mdc-switch-unselected-focus-track-color: #e0e0e0;--mdc-switch-unselected-handle-color: #616161;--mdc-switch-unselected-hover-handle-color: #212121;--mdc-switch-unselected-hover-state-layer-color: #424242;--mdc-switch-unselected-hover-track-color: #e0e0e0;--mdc-switch-unselected-icon-color: #fff;--mdc-switch-unselected-pressed-handle-color: #212121;--mdc-switch-unselected-pressed-state-layer-color: #424242;--mdc-switch-unselected-pressed-track-color: #e0e0e0;--mdc-switch-unselected-track-color: #e0e0e0;--mdc-switch-disabled-label-text-color: rgba(0, 0, 0, .38)}html .mat-mdc-slide-toggle{--mdc-form-field-label-text-color: rgba(0, 0, 0, .87)}html .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #d81b60;--mdc-switch-selected-handle-color: #d81b60;--mdc-switch-selected-hover-state-layer-color: #d81b60;--mdc-switch-selected-pressed-state-layer-color: #d81b60;--mdc-switch-selected-focus-handle-color: #880e4f;--mdc-switch-selected-hover-handle-color: #880e4f;--mdc-switch-selected-pressed-handle-color: #880e4f;--mdc-switch-selected-focus-track-color: #f06292;--mdc-switch-selected-hover-track-color: #f06292;--mdc-switch-selected-pressed-track-color: #f06292;--mdc-switch-selected-track-color: #f06292}html .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color: #e53935;--mdc-switch-selected-handle-color: #e53935;--mdc-switch-selected-hover-state-layer-color: #e53935;--mdc-switch-selected-pressed-state-layer-color: #e53935;--mdc-switch-selected-focus-handle-color: #b71c1c;--mdc-switch-selected-hover-handle-color: #b71c1c;--mdc-switch-selected-pressed-handle-color: #b71c1c;--mdc-switch-selected-focus-track-color: #e57373;--mdc-switch-selected-hover-track-color: #e57373;--mdc-switch-selected-pressed-track-color: #e57373;--mdc-switch-selected-track-color: #e57373}html{--mdc-switch-state-layer-size: 40px}html{--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38;--mdc-radio-state-layer-size: 40px}.mat-mdc-radio-button{--mdc-form-field-label-text-color: rgba(0, 0, 0, .87)}.mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #3f51b5;--mdc-radio-selected-hover-icon-color: #3f51b5;--mdc-radio-selected-icon-color: #3f51b5;--mdc-radio-selected-pressed-icon-color: #3f51b5;--mat-radio-ripple-color: black;--mat-radio-checked-ripple-color: #3f51b5;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #ff4081;--mdc-radio-selected-hover-icon-color: #ff4081;--mdc-radio-selected-icon-color: #ff4081;--mdc-radio-selected-pressed-icon-color: #ff4081;--mat-radio-ripple-color: black;--mat-radio-checked-ripple-color: #ff4081;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #f44336;--mdc-radio-selected-hover-icon-color: #f44336;--mdc-radio-selected-icon-color: #f44336;--mdc-radio-selected-pressed-icon-color: #f44336;--mat-radio-ripple-color: black;--mat-radio-checked-ripple-color: #f44336;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}html{--mdc-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}html{--mat-slider-value-indicator-width: auto;--mat-slider-value-indicator-height: 32px;--mat-slider-value-indicator-caret-display: block;--mat-slider-value-indicator-border-radius: 4px;--mat-slider-value-indicator-padding: 0 12px;--mat-slider-value-indicator-text-transform: none;--mat-slider-value-indicator-container-transform: translateX(-50%);--mdc-slider-active-track-height: 6px;--mdc-slider-active-track-shape: 9999px;--mdc-slider-handle-height: 20px;--mdc-slider-handle-shape: 50%;--mdc-slider-handle-width: 20px;--mdc-slider-inactive-track-height: 4px;--mdc-slider-inactive-track-shape: 9999px;--mdc-slider-with-overlap-handle-outline-width: 1px;--mdc-slider-with-tick-marks-active-container-opacity: .6;--mdc-slider-with-tick-marks-container-shape: 50%;--mdc-slider-with-tick-marks-container-size: 2px;--mdc-slider-with-tick-marks-inactive-container-opacity: .6}html{--mdc-slider-handle-color: #3f51b5;--mdc-slider-focus-handle-color: #3f51b5;--mdc-slider-hover-handle-color: #3f51b5;--mdc-slider-active-track-color: #3f51b5;--mdc-slider-inactive-track-color: #3f51b5;--mdc-slider-with-tick-marks-inactive-container-color: #3f51b5;--mdc-slider-with-tick-marks-active-container-color: white;--mdc-slider-disabled-active-track-color: #000;--mdc-slider-disabled-handle-color: #000;--mdc-slider-disabled-inactive-track-color: #000;--mdc-slider-label-container-color: #000;--mdc-slider-label-label-text-color: #fff;--mdc-slider-with-overlap-handle-outline-color: #fff;--mdc-slider-with-tick-marks-disabled-container-color: #000;--mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slider-ripple-color: #3f51b5;--mat-slider-hover-state-layer-color: rgba(63, 81, 181, .05);--mat-slider-focus-state-layer-color: rgba(63, 81, 181, .2);--mat-slider-value-indicator-opacity: .6}html .mat-accent{--mat-slider-ripple-color: #ff4081;--mat-slider-hover-state-layer-color: rgba(255, 64, 129, .05);--mat-slider-focus-state-layer-color: rgba(255, 64, 129, .2);--mdc-slider-handle-color: #ff4081;--mdc-slider-focus-handle-color: #ff4081;--mdc-slider-hover-handle-color: #ff4081;--mdc-slider-active-track-color: #ff4081;--mdc-slider-inactive-track-color: #ff4081;--mdc-slider-with-tick-marks-inactive-container-color: #ff4081;--mdc-slider-with-tick-marks-active-container-color: white}html .mat-warn{--mat-slider-ripple-color: #f44336;--mat-slider-hover-state-layer-color: rgba(244, 67, 54, .05);--mat-slider-focus-state-layer-color: rgba(244, 67, 54, .2);--mdc-slider-handle-color: #f44336;--mdc-slider-focus-handle-color: #f44336;--mdc-slider-hover-handle-color: #f44336;--mdc-slider-active-track-color: #f44336;--mdc-slider-inactive-track-color: #f44336;--mdc-slider-with-tick-marks-inactive-container-color: #f44336;--mdc-slider-with-tick-marks-active-container-color: white}html{--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 0;--mat-menu-divider-top-spacing: 0;--mat-menu-item-spacing: 16px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 16px;--mat-menu-item-trailing-spacing: 16px;--mat-menu-item-with-icon-leading-spacing: 16px;--mat-menu-item-with-icon-trailing-spacing: 16px}html{--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-container-color: white;--mat-menu-divider-color: rgba(0, 0, 0, .12)}html{--mdc-list-list-item-container-shape: 0;--mdc-list-list-item-leading-avatar-shape: 50%;--mdc-list-list-item-container-color: transparent;--mdc-list-list-item-selected-container-color: transparent;--mdc-list-list-item-leading-avatar-color: transparent;--mdc-list-list-item-leading-icon-size: 24px;--mdc-list-list-item-leading-avatar-size: 40px;--mdc-list-list-item-trailing-icon-size: 24px;--mdc-list-list-item-disabled-state-layer-color: transparent;--mdc-list-list-item-disabled-state-layer-opacity: 0;--mdc-list-list-item-disabled-label-text-opacity: .38;--mdc-list-list-item-disabled-leading-icon-opacity: .38;--mdc-list-list-item-disabled-trailing-icon-opacity: .38;--mat-list-active-indicator-color: transparent;--mat-list-active-indicator-shape: 4px}html{--mdc-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-disabled-label-text-color: black;--mdc-list-list-item-disabled-leading-icon-color: black;--mdc-list-list-item-disabled-trailing-icon-color: black;--mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-state-layer-color: black;--mdc-list-list-item-hover-state-layer-opacity: .04;--mdc-list-list-item-focus-state-layer-color: black;--mdc-list-list-item-focus-state-layer-opacity: .12}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #3f51b5;--mdc-radio-selected-hover-icon-color: #3f51b5;--mdc-radio-selected-icon-color: #3f51b5;--mdc-radio-selected-pressed-icon-color: #3f51b5}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #ff4081;--mdc-radio-selected-hover-icon-color: #ff4081;--mdc-radio-selected-icon-color: #ff4081;--mdc-radio-selected-pressed-icon-color: #ff4081}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #f44336;--mdc-radio-selected-hover-icon-color: #f44336;--mdc-radio-selected-icon-color: #f44336;--mdc-radio-selected-pressed-icon-color: #f44336}.mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #3f51b5;--mdc-checkbox-selected-hover-icon-color: #3f51b5;--mdc-checkbox-selected-icon-color: #3f51b5;--mdc-checkbox-selected-pressed-icon-color: #3f51b5;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #3f51b5;--mdc-checkbox-selected-hover-state-layer-color: #3f51b5;--mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #ff4081;--mdc-checkbox-selected-hover-icon-color: #ff4081;--mdc-checkbox-selected-icon-color: #ff4081;--mdc-checkbox-selected-pressed-icon-color: #ff4081;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #ff4081;--mdc-checkbox-selected-hover-state-layer-color: #ff4081;--mdc-checkbox-selected-pressed-state-layer-color: #ff4081;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #f44336;--mdc-checkbox-selected-hover-icon-color: #f44336;--mdc-checkbox-selected-icon-color: #f44336;--mdc-checkbox-selected-pressed-icon-color: #f44336;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #f44336;--mdc-checkbox-selected-hover-state-layer-color: #f44336;--mdc-checkbox-selected-pressed-state-layer-color: #f44336;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#3f51b5}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mdc-list-list-item-one-line-container-height: 48px;--mdc-list-list-item-two-line-container-height: 64px;--mdc-list-list-item-three-line-container-height: 88px;--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 32px}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-state-layer-size: 40px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: rgba(0, 0, 0, .12)}html{--mat-paginator-container-size: 56px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px}html{--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0;--mdc-secondary-navigation-tab-container-height: 48px;--mat-tab-header-divider-color: transparent;--mat-tab-header-divider-height: 0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color: #3f51b5;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: black;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #3f51b5;--mat-tab-header-active-ripple-color: #3f51b5;--mat-tab-header-inactive-ripple-color: #3f51b5;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #3f51b5;--mat-tab-header-active-hover-label-text-color: #3f51b5;--mat-tab-header-active-focus-indicator-color: #3f51b5;--mat-tab-header-active-hover-indicator-color: #3f51b5}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color: #ff4081;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: black;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #ff4081;--mat-tab-header-active-ripple-color: #ff4081;--mat-tab-header-inactive-ripple-color: #ff4081;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #ff4081;--mat-tab-header-active-hover-label-text-color: #ff4081;--mat-tab-header-active-focus-indicator-color: #ff4081;--mat-tab-header-active-hover-indicator-color: #ff4081}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color: #f44336;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: black;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #f44336;--mat-tab-header-active-ripple-color: #f44336;--mat-tab-header-inactive-ripple-color: #f44336;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #f44336;--mat-tab-header-active-hover-label-text-color: #f44336;--mat-tab-header-active-focus-indicator-color: #f44336;--mat-tab-header-active-hover-indicator-color: #f44336}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color: #3f51b5;--mat-tab-header-with-background-foreground-color: white}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color: #ff4081;--mat-tab-header-with-background-foreground-color: white}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color: #f44336;--mat-tab-header-with-background-foreground-color: white}.mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height: 48px}html{--mdc-checkbox-disabled-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-state-layer-opacity: .16;--mdc-checkbox-selected-hover-state-layer-opacity: .04;--mdc-checkbox-selected-pressed-state-layer-opacity: .16;--mdc-checkbox-unselected-focus-state-layer-opacity: .16;--mdc-checkbox-unselected-hover-state-layer-opacity: .04;--mdc-checkbox-unselected-pressed-state-layer-opacity: .16}html{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #ff4081;--mdc-checkbox-selected-hover-icon-color: #ff4081;--mdc-checkbox-selected-icon-color: #ff4081;--mdc-checkbox-selected-pressed-icon-color: #ff4081;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #ff4081;--mdc-checkbox-selected-hover-state-layer-color: #ff4081;--mdc-checkbox-selected-pressed-state-layer-color: #ff4081;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38)}.mat-mdc-checkbox{--mdc-form-field-label-text-color: rgba(0, 0, 0, .87)}.mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #3f51b5;--mdc-checkbox-selected-hover-icon-color: #3f51b5;--mdc-checkbox-selected-icon-color: #3f51b5;--mdc-checkbox-selected-pressed-icon-color: #3f51b5;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #3f51b5;--mdc-checkbox-selected-hover-state-layer-color: #3f51b5;--mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #f44336;--mdc-checkbox-selected-hover-icon-color: #f44336;--mdc-checkbox-selected-icon-color: #f44336;--mdc-checkbox-selected-pressed-icon-color: #f44336;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #f44336;--mdc-checkbox-selected-hover-state-layer-color: #f44336;--mdc-checkbox-selected-pressed-state-layer-color: #f44336;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}html{--mdc-checkbox-state-layer-size: 40px;--mat-checkbox-touch-target-display: block}html{--mdc-text-button-container-shape: 4px;--mdc-text-button-keep-touch-target: false;--mdc-filled-button-container-shape: 4px;--mdc-filled-button-keep-touch-target: false;--mdc-protected-button-container-shape: 4px;--mdc-protected-button-keep-touch-target: false;--mdc-outlined-button-keep-touch-target: false;--mdc-outlined-button-outline-width: 1px;--mdc-outlined-button-container-shape: 4px;--mat-text-button-horizontal-padding: 8px;--mat-text-button-with-icon-horizontal-padding: 8px;--mat-text-button-icon-spacing: 8px;--mat-text-button-icon-offset: 0;--mat-filled-button-horizontal-padding: 16px;--mat-filled-button-icon-spacing: 8px;--mat-filled-button-icon-offset: -4px;--mat-protected-button-horizontal-padding: 16px;--mat-protected-button-icon-spacing: 8px;--mat-protected-button-icon-offset: -4px;--mat-outlined-button-horizontal-padding: 15px;--mat-outlined-button-icon-spacing: 8px;--mat-outlined-button-icon-offset: -4px}html{--mdc-text-button-label-text-color: black;--mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-text-button-state-layer-color: black;--mat-text-button-disabled-state-layer-color: black;--mat-text-button-ripple-color: rgba(0, 0, 0, .1);--mat-text-button-hover-state-layer-opacity: .04;--mat-text-button-focus-state-layer-opacity: .12;--mat-text-button-pressed-state-layer-opacity: .12;--mdc-filled-button-container-color: white;--mdc-filled-button-label-text-color: black;--mdc-filled-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-filled-button-state-layer-color: black;--mat-filled-button-disabled-state-layer-color: black;--mat-filled-button-ripple-color: rgba(0, 0, 0, .1);--mat-filled-button-hover-state-layer-opacity: .04;--mat-filled-button-focus-state-layer-opacity: .12;--mat-filled-button-pressed-state-layer-opacity: .12;--mdc-protected-button-container-color: white;--mdc-protected-button-label-text-color: black;--mdc-protected-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-protected-button-container-shadow-color: #000;--mat-protected-button-state-layer-color: black;--mat-protected-button-disabled-state-layer-color: black;--mat-protected-button-ripple-color: rgba(0, 0, 0, .1);--mat-protected-button-hover-state-layer-opacity: .04;--mat-protected-button-focus-state-layer-opacity: .12;--mat-protected-button-pressed-state-layer-opacity: .12;--mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-button-label-text-color: black;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: black;--mat-outlined-button-disabled-state-layer-color: black;--mat-outlined-button-ripple-color: rgba(0, 0, 0, .1);--mat-outlined-button-hover-state-layer-opacity: .04;--mat-outlined-button-focus-state-layer-opacity: .12;--mat-outlined-button-pressed-state-layer-opacity: .12}.mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #3f51b5;--mat-text-button-state-layer-color: #3f51b5;--mat-text-button-ripple-color: rgba(63, 81, 181, .1)}.mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #ff4081;--mat-text-button-state-layer-color: #ff4081;--mat-text-button-ripple-color: rgba(255, 64, 129, .1)}.mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: #f44336;--mat-text-button-state-layer-color: #f44336;--mat-text-button-ripple-color: rgba(244, 67, 54, .1)}.mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #3f51b5;--mdc-filled-button-label-text-color: white;--mat-filled-button-state-layer-color: white;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #ff4081;--mdc-filled-button-label-text-color: white;--mat-filled-button-state-layer-color: white;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: #f44336;--mdc-filled-button-label-text-color: white;--mat-filled-button-state-layer-color: white;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #3f51b5;--mdc-protected-button-label-text-color: white;--mat-protected-button-state-layer-color: white;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #ff4081;--mdc-protected-button-label-text-color: white;--mat-protected-button-state-layer-color: white;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: #f44336;--mdc-protected-button-label-text-color: white;--mat-protected-button-state-layer-color: white;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #3f51b5;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #3f51b5;--mat-outlined-button-ripple-color: rgba(63, 81, 181, .1)}.mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #ff4081;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #ff4081;--mat-outlined-button-ripple-color: rgba(255, 64, 129, .1)}.mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: #f44336;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #f44336;--mat-outlined-button-ripple-color: rgba(244, 67, 54, .1)}html{--mdc-text-button-container-height: 36px;--mdc-filled-button-container-height: 36px;--mdc-outlined-button-container-height: 36px;--mdc-protected-button-container-height: 36px;--mat-text-button-touch-target-display: block;--mat-filled-button-touch-target-display: block;--mat-protected-button-touch-target-display: block;--mat-outlined-button-touch-target-display: block}html{--mdc-icon-button-icon-size: 24px}html{--mdc-icon-button-icon-color: inherit;--mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, .38);--mat-icon-button-state-layer-color: black;--mat-icon-button-disabled-state-layer-color: black;--mat-icon-button-ripple-color: rgba(0, 0, 0, .1);--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-pressed-state-layer-opacity: .12}html .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #3f51b5;--mat-icon-button-state-layer-color: #3f51b5;--mat-icon-button-ripple-color: rgba(63, 81, 181, .1)}html .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #ff4081;--mat-icon-button-state-layer-color: #ff4081;--mat-icon-button-ripple-color: rgba(255, 64, 129, .1)}html .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: #f44336;--mat-icon-button-state-layer-color: #f44336;--mat-icon-button-ripple-color: rgba(244, 67, 54, .1)}html{--mat-icon-button-touch-target-display: block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 48px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:12px}html{--mdc-fab-container-shape: 50%;--mdc-fab-icon-size: 24px;--mdc-fab-small-container-shape: 50%;--mdc-fab-small-icon-size: 24px;--mdc-extended-fab-container-height: 48px;--mdc-extended-fab-container-shape: 24px}html{--mdc-fab-container-color: white;--mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mdc-fab-container-shadow-color: #000;--mat-fab-foreground-color: black;--mat-fab-state-layer-color: black;--mat-fab-disabled-state-layer-color: black;--mat-fab-ripple-color: rgba(0, 0, 0, .1);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-focus-state-layer-opacity: .12;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-disabled-state-container-color: rgba(0, 0, 0, .12);--mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, .38);--mdc-fab-small-container-color: white;--mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mdc-fab-small-container-shadow-color: #000;--mat-fab-small-foreground-color: black;--mat-fab-small-state-layer-color: black;--mat-fab-small-disabled-state-layer-color: black;--mat-fab-small-ripple-color: rgba(0, 0, 0, .1);--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, .12);--mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, .38);--mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mdc-extended-fab-container-shadow-color: #000}html .mat-mdc-fab.mat-primary{--mdc-fab-container-color: #3f51b5;--mat-fab-foreground-color: white;--mat-fab-state-layer-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-fab.mat-accent{--mdc-fab-container-color: #ff4081;--mat-fab-foreground-color: white;--mat-fab-state-layer-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-fab.mat-warn{--mdc-fab-container-color: #f44336;--mat-fab-foreground-color: white;--mat-fab-state-layer-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-mini-fab.mat-primary{--mdc-fab-small-container-color: #3f51b5;--mat-fab-small-foreground-color: white;--mat-fab-small-state-layer-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-mini-fab.mat-accent{--mdc-fab-small-container-color: #ff4081;--mat-fab-small-foreground-color: white;--mat-fab-small-state-layer-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-mini-fab.mat-warn{--mdc-fab-small-container-color: #f44336;--mat-fab-small-foreground-color: white;--mat-fab-small-state-layer-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, .1)}html{--mat-fab-touch-target-display: block;--mat-fab-small-touch-target-display: block}html{--mdc-snackbar-container-shape: 4px}html{--mdc-snackbar-container-color: #333333;--mdc-snackbar-supporting-text-color: rgba(255, 255, 255, .87);--mat-snack-bar-button-color: #ff4081}html{--mat-table-row-item-outline-width: 1px}html{--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12)}html{--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px}html{--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px}html{--mdc-circular-progress-active-indicator-color: #3f51b5}html .mat-accent{--mdc-circular-progress-active-indicator-color: #ff4081}html .mat-warn{--mdc-circular-progress-active-indicator-color: #f44336}html{--mat-badge-container-shape: 50%;--mat-badge-container-size: unset;--mat-badge-small-size-container-size: unset;--mat-badge-large-size-container-size: unset;--mat-badge-legacy-container-size: 22px;--mat-badge-legacy-small-size-container-size: 16px;--mat-badge-legacy-large-size-container-size: 28px;--mat-badge-container-offset: -11px 0;--mat-badge-small-size-container-offset: -8px 0;--mat-badge-large-size-container-offset: -14px 0;--mat-badge-container-overlap-offset: -11px;--mat-badge-small-size-container-overlap-offset: -8px;--mat-badge-large-size-container-overlap-offset: -14px;--mat-badge-container-padding: 0;--mat-badge-small-size-container-padding: 0;--mat-badge-large-size-container-padding: 0}html{--mat-badge-background-color: #3f51b5;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: #b9b9b9;--mat-badge-disabled-state-text-color: rgba(0, 0, 0, .38)}.mat-badge-accent{--mat-badge-background-color: #ff4081;--mat-badge-text-color: white}.mat-badge-warn{--mat-badge-background-color: #f44336;--mat-badge-text-color: white}html{--mat-bottom-sheet-container-shape: 4px}html{--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white}html{--mat-legacy-button-toggle-height: 36px;--mat-legacy-button-toggle-shape: 2px;--mat-legacy-button-toggle-focus-state-layer-opacity: 1;--mat-standard-button-toggle-shape: 4px;--mat-standard-button-toggle-hover-state-layer-opacity: .04;--mat-standard-button-toggle-focus-state-layer-opacity: .12}html{--mat-legacy-button-toggle-text-color: rgba(0, 0, 0, .38);--mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, .12);--mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, .54);--mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;--mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;--mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-standard-button-toggle-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-background-color: white;--mat-standard-button-toggle-state-layer-color: black;--mat-standard-button-toggle-selected-state-background-color: #e0e0e0;--mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-standard-button-toggle-disabled-state-background-color: white;--mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-standard-button-toggle-divider-color: #e0e0e0}html{--mat-standard-button-toggle-height: 48px}html{--mat-datepicker-calendar-container-shape: 4px;--mat-datepicker-calendar-container-touch-shape: 4px;--mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #3f51b5;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(63, 81, 181, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(63, 81, 181, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(63, 81, 181, .3);--mat-datepicker-toggle-active-state-icon-color: #3f51b5;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(63, 81, 181, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: black;--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, .18);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .24);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, .38);--mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #ff4081;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 64, 129, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 64, 129, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 64, 129, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 64, 129, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #f44336;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #ff4081}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #f44336}.mat-calendar-controls{--mat-icon-button-touch-target-display: none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:8px}html{--mat-divider-width: 1px}html{--mat-divider-color: rgba(0, 0, 0, .12)}html{--mat-expansion-container-shape: 4px;--mat-expansion-legacy-header-indicator-display: inline-block;--mat-expansion-header-indicator-display: none}html{--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54)}html{--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px}html{--mat-icon-color: inherit}.mat-icon.mat-primary{--mat-icon-color: #3f51b5}.mat-icon.mat-accent{--mat-icon-color: #ff4081}.mat-icon.mat-warn{--mat-icon-color: #f44336}html{--mat-sidenav-container-shape: 0;--mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-sidenav-container-width: auto}html{--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6)}html{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #3f51b5;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #3f51b5;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #3f51b5;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #f44336;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #f44336;--mat-stepper-header-error-state-icon-background-color: transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #ff4081;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #ff4081;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #ff4081;--mat-stepper-header-edit-state-icon-foreground-color: white}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #f44336;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #f44336;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #f44336;--mat-stepper-header-edit-state-icon-foreground-color: white}html{--mat-stepper-header-height: 72px}html{--mat-sort-arrow-color: #757575}html{--mat-toolbar-container-background-color: whitesmoke;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #3f51b5;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #ff4081;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #f44336;--mat-toolbar-container-text-color: white}html{--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px}html{--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87)}html{--mat-tree-node-min-height: 48px}app-feature-module{@import url(https://use.typekit.net/yps7bji.css);}app-feature-module :root{--alt-font: "greycliff-arabic-cf";--primary-font: "greycliff-arabic-cf", sans-serif}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #51d27cb3;border-radius:50%}70%{transform:scale(1);box-shadow:0 0 0 10px #4c40ed00;border-radius:50%}to{transform:scale(.95);box-shadow:0 0 #4c40ed00;border-radius:50%}}@keyframes hero-thumb-animation{0%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes hero-thumb1-animation{0%{transform:translateY(-20px) translate(50px)}to{transform:translateY(-20px) translate(0)}}@keyframes hero-thumb2-animation{0%{transform:translateY(-50px)}to{transform:translateY(0)}}@keyframes blink{50%{opacity:1}}app-feature-module body{background-color:#fff;color:#797a8c;font-family:greycliff-arabic-cf,sans-serif;font-size:18px;height:100%;overflow-x:hidden;line-height:1.6}app-feature-module h1{color:#28283c;font-family:greycliff-arabic-cf,sans-serif;font-weight:600;font-size:52px}app-feature-module h2{color:#28283c;font-family:greycliff-arabic-cf,sans-serif;font-weight:600;font-size:42px}app-feature-module h3{color:#28283c;font-family:greycliff-arabic-cf,sans-serif;font-weight:600;font-size:37px}app-feature-module h4{color:#28283c;font-family:greycliff-arabic-cf,sans-serif;font-weight:600;font-size:32px}app-feature-module h5{color:#28283c;font-family:greycliff-arabic-cf,sans-serif;font-weight:600;font-size:25px}app-feature-module h6{color:#28283c;font-family:greycliff-arabic-cf,sans-serif;font-weight:600;font-size:19px}app-feature-module a{color:#2a313d;text-decoration:none;transition:ease all .5s;-webkit-transition:ease all .5s;-ms-transition:ease all .5s}app-feature-module a:hover{color:#33a4ae;text-decoration:none;outline:none;transition:ease all .5s;-webkit-transition:ease all .5s;-ms-transition:ease all .5s}app-feature-module a:focus{color:#33a4ae;text-decoration:none;outline:none;transition:ease all .5s;-webkit-transition:ease all .5s;-ms-transition:ease all .5s}app-feature-module button:focus{outline:0}app-feature-module ul{list-style:none;padding:0;margin:0}app-feature-module .btn.focus{box-shadow:none}app-feature-module .btn:focus{box-shadow:none}app-feature-module .btn.btn-white{background:#fff;border:none!important;color:#3da7a6!important}app-feature-module .withdraw-btn{padding:12px 15px;font-weight:700}app-feature-module .btn-primary{background-image:linear-gradient(-237.68deg,#33a4ae .52%,#c1dd47 53.13%,#3da7a6);background-size:200% auto;border:unset!important;box-shadow:inset 0 0 #33a4ae;border-radius:50px;transition:all .7s;padding:15px;line-height:15px;font-weight:500!important;font-size:18px}app-feature-module .btn-primary:hover{background-color:#40a9a4;border:1px solid #33a4ae;box-shadow:inset 0 70px #33a4ae;color:#fff;transition:all .7s}app-feature-module .btn-primary:hover img{filter:brightness(0) invert(1)}app-feature-module .btn-primary:active{background-color:#40a9a4;border:1px solid #2229c1;box-shadow:inset 0 70px #2229c1;color:#fff;transition:all .7s}app-feature-module .btn-primary:active:focus{background-color:#40a9a4;border:1px solid #2229c1;box-shadow:inset 0 70px #2229c1;color:#fff;transition:all .7s}app-feature-module .btn-primary:active:focus:not(:disabled):not(.disabled){box-shadow:unset}app-feature-module .btn-primary:active:hover{background-color:#40a9a4;border:1px solid #2229c1;box-shadow:inset 0 70px #2229c1;color:#fff;transition:all .7s}app-feature-module .btn-primary:active:not(:disabled):not(.disabled){background-color:#f4effd;border:1px solid #f4effd;box-shadow:inset 70px 0 #f4effd;color:#797a8c;transition:all .7s}app-feature-module .btn-primary:focus{background-color:#b6d950;border:1px solid #b6d950;box-shadow:inset 0 70px #b6d950;color:#fff;transition:all .7s}app-feature-module .btn-primary:disabled{background-color:#f4effd;border:1px solid #f4effd;box-shadow:inset 70px 0 #f4effd;color:#797a8c;transition:all .7s}app-feature-module .btn-primary.active{background-color:#40a9a4;border:1px solid #2229c1;box-shadow:inset 0 70px #2229c1;color:#fff;transition:all .7s}app-feature-module .btn-primary.active:focus{background-color:#40a9a4;border:1px solid #2229c1;box-shadow:inset 0 70px #2229c1;color:#fff;transition:all .7s}app-feature-module .btn-primary.active:focus:not(:disabled):not(.disabled){box-shadow:unset}app-feature-module .btn-primary.active:hover{background-color:#40a9a4;border:1px solid #2229c1;box-shadow:inset 0 70px #2229c1;color:#fff;transition:all .7s}app-feature-module .btn-primary.active:not(:disabled):not(.disabled){background-color:#f4effd;border:1px solid #f4effd;box-shadow:inset 70px 0 #f4effd;color:#797a8c;transition:all .7s}app-feature-module .open>.dropdown-toggle.btn-primary{background-color:#40a9a4;border:1px solid #2229c1;box-shadow:inset 0 70px #2229c1;background-color:#b6d950;border:1px solid #38a7a7;box-shadow:inset 0 70px #38a7a7;color:#fff;transition:all .7s}app-feature-module .open>.dropdown-toggle.btn-primary:focus{background-color:#40a9a4;border:1px solid #2229c1;box-shadow:inset 0 70px #2229c1;color:#fff;transition:all .7s}app-feature-module .open>.dropdown-toggle.btn-primary:hover{background-color:#40a9a4;border:1px solid #2229c1;box-shadow:inset 0 70px #2229c1;color:#fff;transition:all .7s}app-feature-module .open>.dropdown-toggle.btn-primary.focus{background-color:#40a9a4;border:1px solid #2229c1;box-shadow:inset 0 70px #2229c1;color:#fff;transition:all .7s}app-feature-module .open>.dropdown-toggle.btn-outline-primary.focus{background-color:#b6d950;border:1px solid #38a7a7;box-shadow:inset 0 70px #38a7a7;color:#fff;transition:all .7s}app-feature-module .open>.dropdown-toggle.btn-outline-primary:focus{background-color:#b6d950;border:1px solid #38a7a7;box-shadow:inset 0 70px #38a7a7;color:#fff;transition:all .7s}app-feature-module .open>.dropdown-toggle.btn-outline-primary:hover{background-color:#b6d950;border:1px solid #38a7a7;box-shadow:inset 0 70px #38a7a7;color:#fff;transition:all .7s}app-feature-module .open>.dropdown-toggle.btn-secondary{background-color:#ecf6f6;border:1px solid #ecf6f6;box-shadow:inset 0 70px #ecf6f6;color:#33a4ae;transition:all .7s}app-feature-module .open>.dropdown-toggle.btn-secondary:focus{background-color:#fff;border:1px solid #38a7a7;box-shadow:inset 70px 0 #fff;color:#3da7a6;transition:all .7s}app-feature-module .open>.dropdown-toggle.btn-secondary:hover{background-color:#fff;border:1px solid #38a7a7;box-shadow:inset 70px 0 #fff;color:#3da7a6;transition:all .7s}app-feature-module .open>.dropdown-toggle.btn-secondary.focus{background-color:#fff;border:1px solid #38a7a7;box-shadow:inset 70px 0 #fff;color:#3da7a6;transition:all .7s}app-feature-module .open>.dropdown-toggle.btn-danger{background-color:#fff;border:1px solid #f2535b;box-shadow:inset 0 70px #fff;color:#f2535b;transition:all .7s}app-feature-module .open>.dropdown-toggle.btn-danger:focus{background-color:#fff;border:1px solid #f2535b;box-shadow:inset 70px 0 #fff;color:#f2535b;transition:all .7s}app-feature-module .open>.dropdown-toggle.btn-danger:hover{background-color:#fff;border:1px solid #f2535b;box-shadow:inset 70px 0 #fff;color:#f2535b;transition:all .7s}app-feature-module .open>.dropdown-toggle.btn-danger.focus{background-color:#fff;border:1px solid #f2535b;box-shadow:inset 70px 0 #fff;color:#f2535b;transition:all .7s}app-feature-module .btn-primary.active.focus{background-color:#40a9a4;border:1px solid #2229c1;box-shadow:inset 0 70px #2229c1;color:#fff;transition:all .7s}app-feature-module .btn-primary.focus:active{background-color:#40a9a4;border:1px solid #2229c1;box-shadow:inset 0 70px #2229c1;color:#fff;transition:all .7s}app-feature-module .show>.btn-primary.dropdown-toggle{background-color:#f4effd;border:1px solid #f4effd;box-shadow:inset 70px 0 #f4effd;color:#797a8c;transition:all .7s}app-feature-module .show>.btn-primary.dropdown-toggle:focus{box-shadow:unset}app-feature-module .show>.btn-secondary.dropdown-toggle{background-color:#b6d950;border-color:#38a7a7;color:#fff}app-feature-module .show>.btn-secondary.dropdown-toggle:focus{box-shadow:unset}app-feature-module .btn-primary.disabled{background-color:#f4effd;border:1px solid #f4effd;box-shadow:inset 70px 0 #f4effd;color:#797a8c;transition:all .7s}app-feature-module .btn-outline-primary{background-color:#fff;border:1px solid #38a7a7;color:#3da7a6;box-shadow:inset 0 0 #fff;border-radius:5px;transition:all .7s}app-feature-module .btn-outline-primary:hover{background-color:#b6d950;border:1px solid #38a7a7;box-shadow:inset 0 70px #38a7a7;color:#fff;transition:all .7s}app-feature-module .btn-outline-primary:focus{background-color:#b6d950;border:1px solid #38a7a7;box-shadow:inset 0 70px #38a7a7;color:#fff;transition:all .7s}app-feature-module .btn-outline-primary:active{background-color:#b6d950;border:1px solid #38a7a7;box-shadow:inset 0 70px #38a7a7;color:#fff;transition:all .7s}app-feature-module .btn-outline-primary:active:focus{background-color:#b6d950;border:1px solid #38a7a7;box-shadow:inset 0 70px #38a7a7;color:#fff;transition:all .7s}app-feature-module .btn-outline-primary:active:hover{background-color:#b6d950;border:1px solid #38a7a7;box-shadow:inset 0 70px #38a7a7;color:#fff;transition:all .7s}app-feature-module .btn-outline-primary.active{background-color:#b6d950;border:1px solid #38a7a7;box-shadow:inset 0 70px #38a7a7;color:#fff;transition:all .7s}app-feature-module .btn-outline-primary.active:focus{background-color:#b6d950;border:1px solid #38a7a7;box-shadow:inset 0 70px #38a7a7;color:#fff;transition:all .7s}app-feature-module .btn-outline-primary.active:hover{background-color:#b6d950;border:1px solid #38a7a7;box-shadow:inset 0 70px #38a7a7;color:#fff;transition:all .7s}app-feature-module .btn-outline-primary.active.focus{background-color:#b6d950;border:1px solid #38a7a7;box-shadow:inset 0 70px #38a7a7;color:#fff;transition:all .7s}app-feature-module .btn-outline-primary.focus:active{background-color:#b6d950;border:1px solid #38a7a7;box-shadow:inset 0 70px #38a7a7;color:#fff;transition:all .7s}app-feature-module .btn-secondary{background:#ecf6f6;border:1px solid #ecf6f6;box-shadow:inset 0 0 #fff;color:#3da7a6;border-radius:4px;transition:all .7s}app-feature-module .btn-secondary:hover{background-color:#ecf6f6;border:1px solid #ecf6f6;box-shadow:inset 0 70px #ecf6f6;color:#33a4ae;transition:all .7s}app-feature-module .btn-secondary:focus{background-color:#ecf6f6;border:1px solid #ecf6f6;box-shadow:inset 0 70px #ecf6f6;color:#33a4ae;transition:all .7s}app-feature-module .btn-secondary:active{background-color:#ecf6f6;border:1px solid #ecf6f6;box-shadow:inset 0 70px #ecf6f6;color:#33a4ae;transition:all .7s}app-feature-module .btn-secondary:active:focus{background-color:#fff;border:1px solid #38a7a7;box-shadow:inset 70px 0 #fff;color:#3da7a6;transition:all .7s}app-feature-module .btn-secondary:active:focus:not(:disabled):not(.disabled){box-shadow:unset}app-feature-module .btn-secondary:active:hover{background-color:#fff;border:1px solid #38a7a7;box-shadow:inset 70px 0 #fff;color:#3da7a6;transition:all .7s}app-feature-module .btn-secondary:active:not(:disabled):not(.disabled){background-color:#b6d950;border-color:#38a7a7;color:#fff}app-feature-module .btn-secondary:disabled{background-color:#b6d950;border-color:#38a7a7;color:#fff}app-feature-module .btn-secondary.active{background-color:#ecf6f6;border:1px solid #ecf6f6;box-shadow:inset 0 70px #ecf6f6;color:#33a4ae;transition:all .7s}app-feature-module .btn-secondary.active:focus{background-color:#fff;border:1px solid #38a7a7;box-shadow:inset 70px 0 #fff;color:#3da7a6;transition:all .7s}app-feature-module .btn-secondary.active:focus:not(:disabled):not(.disabled){box-shadow:unset}app-feature-module .btn-secondary.active:hover{background-color:#fff;border:1px solid #38a7a7;box-shadow:inset 70px 0 #fff;color:#3da7a6;transition:all .7s}app-feature-module .btn-secondary.active:not(:disabled):not(.disabled){background-color:#b6d950;border-color:#38a7a7;color:#fff}app-feature-module .btn-secondary.active.focus{background-color:#fff;border:1px solid #38a7a7;box-shadow:inset 70px 0 #fff;color:#3da7a6;transition:all .7s}app-feature-module .btn-secondary.focus:active{background-color:#fff;border:1px solid #38a7a7;box-shadow:inset 70px 0 #fff;color:#3da7a6;transition:all .7s}app-feature-module .btn-secondary.disabled{background-color:#b6d950;border-color:#38a7a7;color:#fff}app-feature-module .btn-danger{background:#f2535b;border:1px solid #f2535b;box-shadow:inset 0 0 #fff;color:#fff;border-radius:10px;transition:all .7s}app-feature-module .btn-danger:hover{background-color:#fff;border:1px solid #f2535b;box-shadow:inset 0 70px #fff;color:#f2535b;transition:all .7s}app-feature-module .btn-danger:focus{background-color:#fff;border:1px solid #f2535b;box-shadow:inset 0 70px #fff;color:#f2535b;transition:all .7s}app-feature-module .btn-danger:active{background-color:#fff;border:1px solid #f2535b;box-shadow:inset 0 70px #fff;color:#f2535b;transition:all .7s}app-feature-module .btn-danger:active:focus{background-color:#fff;border:1px solid #f2535b;box-shadow:inset 70px 0 #fff;color:#f2535b;transition:all .7s}app-feature-module .btn-danger:active:hover{background-color:#fff;border:1px solid #f2535b;box-shadow:inset 70px 0 #fff;color:#f2535b;transition:all .7s}app-feature-module .btn-danger.active{background-color:#fff;border:1px solid #f2535b;box-shadow:inset 0 70px #fff;color:#f2535b;transition:all .7s}app-feature-module .btn-danger.active:focus{background-color:#fff;border:1px solid #f2535b;box-shadow:inset 70px 0 #fff;color:#f2535b;transition:all .7s}app-feature-module .btn-danger.active:hover{background-color:#fff;border:1px solid #f2535b;box-shadow:inset 70px 0 #fff;color:#f2535b;transition:all .7s}app-feature-module .btn-danger.active.focus{background-color:#fff;border:1px solid #f2535b;box-shadow:inset 70px 0 #fff;color:#f2535b;transition:all .7s}app-feature-module .btn-danger.focus:active{background-color:#fff;border:1px solid #f2535b;box-shadow:inset 70px 0 #fff;color:#f2535b;transition:all .7s}app-feature-module .btn-danger-light{background:#fff5f5;border:1px solid #fff5f5;color:#f82424;border-radius:4px;transition:all .7s}app-feature-module .btn-danger-light:hover{background-color:#fff;border:1px solid #ff4949;box-shadow:inset 0 70px #fff;color:#f82424;transition:all .7s}app-feature-module .btn-light-success{background:#f3fff6;border:1px solid #f3fff6;color:#6dcc76;border-radius:4px;font-weight:500;font-size:13px;transition:all .7s}app-feature-module .btn-light-success:hover{background-color:#fff;border:1px solid #34c85d;box-shadow:inset 0 70px #fff;color:#34c85d;transition:all .7s}app-feature-module .btn-light-warning{background:#fff9e8;border:1px solid #fff9e8;color:#ffc107;border-radius:6px;transition:all .7s}app-feature-module .btn-light-warning:hover{background-color:#fff;border:1px solid #ffc107;box-shadow:inset 0 70px #fff;color:#ffc107;transition:all .7s}app-feature-module .btn-secondary-outline{background:#ecf6f6;border:1px solid #38a7a7;color:#3da7a6;border-radius:4px;transition:all .7s}app-feature-module .btn-secondary-outline:hover{background-color:#b6d950;border:1px solid #38a7a7;box-shadow:inset 0 70px #38a7a7;color:#fff;transition:all .7s}app-feature-module .bg-info-light{background-color:#02b6b31f!important;color:#1db9aa!important}app-feature-module .bg-primary-light{background-color:#1194f71f!important;color:#2196f3!important}app-feature-module .bg-danger-light{background-color:#f211361f!important;color:#e63c3c!important}app-feature-module .bg-warning-light{background-color:#ff98001f!important;color:#f39c12!important}app-feature-module .bg-success{background-color:#28a745!important}app-feature-module .bg-success-light{background-color:#0fb76b1f!important;color:#26af48!important}app-feature-module .bg-purple-light{background-color:#c580ff1f!important;color:#c580ff!important}app-feature-module .bg-default-light{background-color:#2834471f!important;color:#283447!important}app-feature-module .text-light-success{color:#28a745!important}app-feature-module .text-light-danger{color:#dc3545!important}app-feature-module .form-group{margin-bottom:1rem}app-feature-module label{display:inline-block;margin-bottom:.5rem}app-feature-module .form-control{color:#28283c;border-radius:5px;border-color:#dcdcdc;color:#333;font-size:15px;min-height:45px;padding:6px 15px}app-feature-module .form-control:focus{border-color:#bbb;box-shadow:none;outline:0 none}app-feature-module .form-control::placeholder{color:#797a8c}app-feature-module .breadcrumb-title{font-size:42px;margin-bottom:15px}app-feature-module .breadcrumb-title h6{color:#fff;font-weight:500;font-size:25px;margin:0}app-feature-module .breadcrumb-title h2{color:#fff;font-weight:500;font-size:25px;margin:0}app-feature-module .breadcrumb-title span{color:#28283c}app-feature-module .breadcrumbs{float:right;padding:0;margin:0;list-style:none}app-feature-module .breadcrumbs li{float:left;margin:0;position:relative;padding:0 11px}app-feature-module .breadcrumbs li a{float:left;font-size:13px;color:#8d8d8d}app-feature-module .breadcrumbs li:before{position:absolute;right:-3px;top:50%;content:">";font-size:10px;color:#8d8d8d;line-height:10px;margin-top:-3px}app-feature-module .breadcrumbs li:last-child{padding-right:0}app-feature-module .breadcrumbs li:last-child:before{display:none}app-feature-module .text-body{color:#797a8c!important}app-feature-module .pagination{float:left;width:100%;text-align:center;margin-top:40px}app-feature-module .pagination>ul{float:left;width:100%;text-align:center;margin:0}app-feature-module .pagination>ul li{float:none;display:inline-block;margin:0}app-feature-module .pagination>ul li a{float:left;width:35px;height:35px;background:#fff;border:1px solid #e8ecec;line-height:34px;font-size:13px;color:#8d8d8d}app-feature-module .pagination>ul li span{float:left;width:35px;height:35px;background:#fff;border:1px solid #e8ecec;line-height:34px;font-size:13px;color:#8d8d8d}app-feature-module .pagination>ul li.arrow a{background:#f1f1f1;font-size:17px;margin:0 9px}app-feature-module .pagination>ul li.active a{background:#38a7a7;border-color:#38a7a7;color:#fff}app-feature-module .nav-pills .nav-link.active{background-color:#b6d950;border:1px solid #38a7a7;background:#203066;color:#fff}app-feature-module .nav-pills .nav-link.active:hover{background:#38a7a7;color:#fff;background:#203066}app-feature-module .nav-pills .show>.nav-link{background-color:#b6d950;border:1px solid #38a7a7;background:#203066;color:#fff}app-feature-module .nav-pills .show>.nav-link:hover{background:#38a7a7;color:#fff;background:#203066}app-feature-module .nav-pills .nav-link{border-radius:.25rem;color:#3da7a6;background:#fff;border:1px solid #38a7a7}app-feature-module .card{background:#fff;border:2px solid #ebedf0;border-radius:6px;margin-bottom:24px}app-feature-module .card .card-body{padding:20px}app-feature-module .text-primary{color:#3da7a6!important}app-feature-module .text-danger{color:red!important}app-feature-module .avatar{position:relative;display:inline-block;width:3rem;height:3rem}app-feature-module .avatar>img{width:100%;height:100%;object-fit:cover}app-feature-module .avatar .border{border-width:3px!important}app-feature-module .avatar .rounded{border-radius:6px!important}app-feature-module .avatar .avatar-title{font-size:18px}app-feature-module .avatar-title{width:100%;height:100%;background-color:#20c0f3;color:#fff;display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}app-feature-module .avatar-away:before{position:absolute;right:0;bottom:0;width:25%;height:25%;border-radius:50%;content:"";border:2px solid #fff;background-color:#ffbc34}app-feature-module .avatar-offline:before{position:absolute;right:0;bottom:0;width:25%;height:25%;border-radius:50%;content:"";border:2px solid #fff;background-color:#ff0100}app-feature-module .avatar-online:before{position:absolute;right:0;bottom:0;width:25%;height:25%;border-radius:50%;content:"";border:2px solid #fff;background-color:#0c9e6f}app-feature-module .avatar-xs{width:29px;height:29px}app-feature-module .avatar-xs .border{border-width:2px!important}app-feature-module .avatar-xs .rounded{border-radius:4px!important}app-feature-module .avatar-xs .avatar-title{font-size:12px}app-feature-module .avatar-xs.avatar-away:before{border-width:1px}app-feature-module .avatar-xs.avatar-offline:before{border-width:1px}app-feature-module .avatar-xs.avatar-online:before{border-width:1px}app-feature-module .avatar-sm{width:2.5rem;height:2.5rem}app-feature-module .avatar-sm .border{border-width:3px!important}app-feature-module .avatar-sm .rounded{border-radius:4px!important}app-feature-module .avatar-sm .avatar-title{font-size:15px}app-feature-module .avatar-sm.avatar-away:before{border-width:2px}app-feature-module .avatar-sm.avatar-offline:before{border-width:2px}app-feature-module .avatar-sm.avatar-online:before{border-width:2px}app-feature-module .avatar-lg{width:3.75rem;height:3.75rem}app-feature-module .avatar-lg .border{border-width:3px!important}app-feature-module .avatar-lg .rounded{border-radius:8px!important}app-feature-module .avatar-lg .avatar-title{font-size:24px}app-feature-module .avatar-lg.avatar-away:before{border-width:3px}app-feature-module .avatar-lg.avatar-offline:before{border-width:3px}app-feature-module .avatar-lg.avatar-online:before{border-width:3px}app-feature-module textarea{resize:none}app-feature-module .nav-tabs{border-bottom:1px solid #f0f0f0}app-feature-module .nav-tabs>li>a{margin-right:0;color:#888;border-radius:0}app-feature-module .nav-tabs>li>a:hover{border-color:transparent;color:#272b41}app-feature-module .nav-tabs>li>a:focus{border-color:transparent;color:#272b41}app-feature-module .nav-tabs .nav-link{border-radius:0}app-feature-module .nav-tabs .nav-link:focus{background-color:#eee;border-color:transparent;color:#272b41}app-feature-module .nav-tabs .nav-link:hover{background-color:#eee;border-color:transparent;color:#272b41}app-feature-module .nav-tabs.nav-tabs-solid{background-color:#fafafa;border:0}app-feature-module .nav-tabs.nav-tabs-solid>li{margin-bottom:0}app-feature-module .nav-tabs.nav-tabs-solid>li>a{color:#272b41;border-color:transparent}app-feature-module .nav-tabs.nav-tabs-solid>li>a:hover{background-color:#dcdcdc}app-feature-module .nav-tabs.nav-tabs-solid>li>a:focus{background-color:#dcdcdc}app-feature-module .nav-tabs.nav-tabs-solid>li>a.active{background-color:#b6d950;border-color:#38a7a7;color:#fff}app-feature-module .nav-tabs.nav-tabs-solid>li>a.active:hover{background-color:#b6d950;border-color:#38a7a7;color:#fff}app-feature-module .nav-tabs.nav-tabs-solid>li>a.active:focus{background-color:#b6d950;border-color:#38a7a7;color:#fff}app-feature-module .nav-tabs.nav-tabs-solid>.active>a{background-color:#b6d950;border-color:#38a7a7;color:#fff}app-feature-module .nav-tabs.nav-tabs-solid>.active>a:hover{background-color:#b6d950;border-color:#38a7a7;color:#fff}app-feature-module .nav-tabs.nav-tabs-solid>.active>a:focus{background-color:#b6d950;border-color:#38a7a7;color:#fff}app-feature-module .nav-tabs.nav-tabs-solid>.open:not(.active)>a{background-color:#dcdcdc;border-color:transparent}app-feature-module .tab-content{padding-top:20px}app-feature-module .nav-link:focus{color:#858585}app-feature-module .nav-link:hover{color:#858585}app-feature-module .nav-tabs.nav-justified>li>a{border-radius:0;margin-bottom:0}app-feature-module .nav-tabs.nav-justified>li>a:hover{border-bottom-color:#ddd}app-feature-module .nav-tabs.nav-justified>li>a:focus{border-bottom-color:#ddd}app-feature-module .nav-tabs.nav-justified.nav-tabs-solid>li>a{border-color:transparent}app-feature-module .nav-tabs.nav-tabs-solid.nav-tabs-rounded{border-radius:50px}app-feature-module .nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a{border-radius:50px}app-feature-module .nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active{border-radius:50px}app-feature-module .nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active:hover{border-radius:50px}app-feature-module .nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active:focus{border-radius:50px}app-feature-module .nav-tabs-justified>li>a{border-radius:0;margin-bottom:0}app-feature-module .nav-tabs-justified>li>a:hover{border-bottom-color:#ddd}app-feature-module .nav-tabs-justified>li>a:focus{border-bottom-color:#ddd}app-feature-module .nav-tabs-justified.nav-tabs-solid>li>a{border-color:transparent}app-feature-module .nav-tabs.nav-justified.nav-tabs-top{border-bottom:1px solid #ddd}app-feature-module .nav-tabs.nav-justified.nav-tabs-top>li>a{border-width:2px 0 0 0}app-feature-module .nav-tabs.nav-justified.nav-tabs-top>li>a:hover{border-width:2px 0 0 0}app-feature-module .nav-tabs.nav-justified.nav-tabs-top>li>a:focus{border-width:2px 0 0 0}app-feature-module .nav-tabs.nav-tabs-top>li{margin-bottom:0}app-feature-module .nav-tabs.nav-tabs-top>li>a{border-width:2px 0 0 0}app-feature-module .nav-tabs.nav-tabs-top>li>a:hover{border-width:2px 0 0 0;border-top-color:#ddd}app-feature-module .nav-tabs.nav-tabs-top>li>a:focus{border-width:2px 0 0 0;border-top-color:#ddd}app-feature-module .nav-tabs.nav-tabs-top>li>a.active{border-top-color:#38a7a7}app-feature-module .nav-tabs.nav-tabs-top>li>a.active:hover{border-top-color:#38a7a7}app-feature-module .nav-tabs.nav-tabs-top>li>a.active:focus{border-top-color:#38a7a7}app-feature-module .nav-tabs.nav-tabs-top>li.open>a{border-top-color:#ddd}app-feature-module .nav-tabs.nav-tabs-top>li+li>a{margin-left:1px}app-feature-module .nav-tabs.nav-tabs-bottom>li>a.active{border-bottom-width:2px;border-color:transparent;border-bottom-color:#38a7a7;background-color:transparent;transition:none 0s ease 0s;-moz-transition:none 0s ease 0s;-o-transition:none 0s ease 0s;-ms-transition:none 0s ease 0s;-webkit-transition:none 0s ease 0s}app-feature-module .nav-tabs.nav-tabs-bottom>li>a.active:hover{border-bottom-width:2px;border-color:transparent;border-bottom-color:#38a7a7;background-color:transparent;transition:none 0s ease 0s;-moz-transition:none 0s ease 0s;-o-transition:none 0s ease 0s;-ms-transition:none 0s ease 0s;-webkit-transition:none 0s ease 0s}app-feature-module .nav-tabs.nav-tabs-bottom>li>a.active:focus{border-bottom-width:2px;border-color:transparent;border-bottom-color:#38a7a7;background-color:transparent;transition:none 0s ease 0s;-moz-transition:none 0s ease 0s;-o-transition:none 0s ease 0s;-ms-transition:none 0s ease 0s;-webkit-transition:none 0s ease 0s}app-feature-module .nav-tabs-justified.nav-tabs-top{border-bottom:1px solid #ddd}app-feature-module .nav-tabs-justified.nav-tabs-top>li>a{border-width:2px 0 0 0}app-feature-module .nav-tabs-justified.nav-tabs-top>li>a:hover{border-width:2px 0 0 0}app-feature-module .nav-tabs-justified.nav-tabs-top>li>a:focus{border-width:2px 0 0 0}app-feature-module .table tbody td{padding:15px;font-size:15px;border-color:#dcdcdc;color:#797a8c}app-feature-module .table th{padding:15px;font-size:15px;border-color:#dcdcdc;color:#797a8c;vertical-align:middle;white-space:nowrap}app-feature-module .table tr{padding:15px;font-size:15px;border-color:#dcdcdc;color:#797a8c}app-feature-module .table td{vertical-align:middle;white-space:nowrap}app-feature-module .table>:not(:first-child){border-top:0}app-feature-module table.table td h2{display:inline-block;font-size:inherit;font-weight:400;margin:0;padding:0;vertical-align:middle}app-feature-module table.table td h2 a{font-weight:500;font-size:15px;color:#28283c}app-feature-module table.table td h2 a:hover{color:#3da7a6}app-feature-module table.table td h2 span{color:#797a8c;display:block;font-size:13px;margin-top:7px;font-weight:400}app-feature-module table.table td h2.table-avatar{align-items:center;display:inline-flex;font-size:inherit;font-weight:400;margin:0;padding:0;vertical-align:middle;white-space:nowrap}app-feature-module table.table td h2.table-user span{font-size:13px;margin-top:5px;font-weight:400}app-feature-module table.dataTable thead .sorting:before{right:1em;content:"\f0de";font-family:"Font Awesome 5 Free"}app-feature-module table.dataTable thead .sorting:after{right:1em;content:"\f0dd";font-family:"Font Awesome 5 Free"}app-feature-module table.dataTable thead .sorting_asc:before{right:1em;content:"\f0de";font-family:"Font Awesome 5 Free"}app-feature-module table.dataTable thead .sorting_asc:after{right:1em;content:"\f0dd";font-family:"Font Awesome 5 Free"}app-feature-module table.dataTable thead .sorting_desc:before{right:1em;content:"\f0de";font-family:"Font Awesome 5 Free"}app-feature-module table.dataTable thead .sorting_desc:after{right:1em;content:"\f0dd";font-family:"Font Awesome 5 Free"}app-feature-module table.dataTable thead .sorting_asc_disabled:before{right:1em;content:"\f0de";font-family:"Font Awesome 5 Free"}app-feature-module table.dataTable thead .sorting_asc_disabled:after{right:1em;content:"\f0dd";font-family:"Font Awesome 5 Free"}app-feature-module table.dataTable thead .sorting_desc_disabled:before{right:1em;content:"\f0de";font-family:"Font Awesome 5 Free"}app-feature-module table.dataTable thead .sorting_desc_disabled:after{right:1em;content:"\f0dd";font-family:"Font Awesome 5 Free"}app-feature-module .dataTables_paginate .pagination .previous{display:none}app-feature-module .dataTables_paginate .pagination .next{display:none}app-feature-module #tablelength label{font-weight:500;font-size:14px;color:#68616d}app-feature-module #tablelength label select{width:auto;display:inline-block;border:.5px solid #dcdcdc;border-radius:5px;padding:4px 10px;min-height:auto;color:#68616d;margin:0 8px}app-feature-module #tablepagination ul{margin:0}app-feature-module .table-ingopage{display:flex;justify-content:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:end;align-items:center}app-feature-module .table-ingopage .dataTables_info{font-weight:500;font-size:14px;color:#68616d;margin-right:10px}app-feature-module .custom-modal .modal-header{padding:30px}app-feature-module .custom-modal .modal-body{padding:30px}app-feature-module .custom-modal .modal-content{border-radius:4px;border:0;padding:0}app-feature-module .custom-modal .close-btn{background:#f82424;border:0;border-radius:50%;color:#fff;font-size:15px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;margin:0;opacity:1;padding:0;position:absolute;right:30px;top:30px;z-index:99}app-feature-module .custom-modal .close-btn:hover{background:#38a7a7;color:#fff}app-feature-module .modal-title{font-weight:500;font-size:24px}app-feature-module .header{position:absolute;left:0;top:0;width:100%;z-index:1001;transition:ease all .5s;-webkit-transition:ease all .5s;-ms-transition:ease all .5s}app-feature-module .header .has-arrow .dropdown-toggle:after{border-bottom:2px solid #7e84a3;border-right:2px solid #7e84a3;margin-right:10px;border-top:0;border-left:0;border-bottom:2px solid #68616d;border-right:2px solid #68616d;content:"";height:8px;display:inline-block;pointer-events:none;transform-origin:66% 66%;transform:rotate(45deg);transition:all .15s ease-in-out;width:8px;vertical-align:2px}app-feature-module .header .has-arrow .dropdown-toggle[aria-expanded=true]:after{transform:rotate(-135deg)}app-feature-module .header .dropdown-toggle:after{border-top:0;border-left:0;border-bottom:2px solid #757575;border-right:2px solid #757575;content:"";height:8px;display:inline-block;pointer-events:none;transform-origin:66% 66%;transform:rotate(45deg);transition:all .15s ease-in-out;width:8px;vertical-align:2px;margin-left:10px;display:none}app-feature-module .header .header-left{float:left;height:70px;padding:0 20px;position:relative;text-align:center;width:270px;z-index:1;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}app-feature-module .header .header-left .logo{display:inline-block;line-height:60px}app-feature-module .header .header-left .logo img{max-height:24px;width:auto}app-feature-module .header .dropdown-menu>li>a{position:relative;padding:10px 18px}app-feature-module .header .dropdown-menu>li>a:focus{background-color:#b6d950;color:#fff}app-feature-module .header .dropdown-menu>li>a:focus i{color:#fff}app-feature-module .header .dropdown-menu>li>a:hover{background-color:#b6d950;color:#fff}app-feature-module .header .dropdown-menu>li>a:hover i{color:#fff}app-feature-module .header .dropdown-menu>li>a i{color:#3da7a6;margin-right:10px;text-align:center;width:18px}app-feature-module .header .user-menu .dropdown-menu>li>a i{color:#3da7a6;font-size:16px;margin-right:10px;min-width:18px;text-align:center}app-feature-module .header .user-menu .dropdown-menu>li>a:focus i{color:#fff}app-feature-module .header .user-menu .dropdown-menu>li>a:hover i{color:#fff}app-feature-module .header.fixed{position:fixed;background-color:#fff;box-shadow:0 3px 53px #c5c5c545;transition:ease all .5s;-webkit-transition:ease all .5s;-ms-transition:ease all .5s}app-feature-module .navbar-brand.logo{margin-right:0}app-feature-module .logo img{height:auto;max-width:100%;max-height:60px}app-feature-module .logo a{float:left}app-feature-module .logo a img{float:left;max-height:45px}app-feature-module .header-nav{align-items:center;border:0;display:flex;flex-wrap:wrap;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;position:relative;height:85px;padding:0;margin-bottom:0}app-feature-module .main-nav{display:flex;list-style:none;margin:0;padding:0}app-feature-module .main-nav>li>a{color:#fff}app-feature-module .main-nav>li .submenu li{position:relative}app-feature-module .main-nav>li .submenu li a{display:block;padding:8px 15px;clear:both;white-space:nowrap;font-size:14px;color:#68616d;transition:all .35s ease;width:100%;position:relative}app-feature-module .main-nav>li .submenu>li.has-submenu>a:after{content:"\f054";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;right:15px;top:12px;font-size:13px}app-feature-module .main-nav>li.active>a{color:#3da7a6}app-feature-module .main-nav li a{display:block;font-weight:500;font-size:17px}app-feature-module .main-nav li a:hover{color:#3da7a6}app-feature-module .main-nav li.login-link{display:none}app-feature-module .main-nav li.megamenu>ul{width:100%}app-feature-module .header-navbar-rht{margin:0;padding:0}app-feature-module .header-navbar-rht>li{align-items:center;display:inline-flex;padding-left:20px;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}app-feature-module .header-navbar-rht>li:last-child{padding-right:0}app-feature-module .header-navbar-rht>li .dropdown-menu{border:0;box-shadow:0 0 3px #0000001a}app-feature-module .header-navbar-rht>li .dropdown-menu .dropdown-item{border-top:1px solid #f0f0f0;padding:10px 15px;font-size:.9375rem}app-feature-module .header-navbar-rht>li .dropdown-menu .dropdown-item:first-child{border-top:0;border-radius:5px 5px 0 0}app-feature-module .header-navbar-rht>li .dropdown-menu .dropdown-item:last-child{border-radius:0 0 5px 5px}app-feature-module .header-navbar-rht>li .fa-bell{font-size:24px}app-feature-module .header-navbar-rht>li .fa-comments{font-size:24px}app-feature-module .header-navbar-rht>li a.header-login:hover{background-color:#fff;border:1px solid #38a7a7;box-shadow:inset 210px 0 #fff;color:#3da7a6;transition:all .5s}app-feature-module .header-navbar-rht>li a.header-login:focus{background-color:#fff;border:1px solid #38a7a7;box-shadow:inset 210px 0 #fff;color:#3da7a6;transition:all .5s}app-feature-module .header-navbar-rht .dropdown-toggle:after{display:none}app-feature-module .header-navbar-rht li>.dropdown-menu a:hover{color:#3da7a6;background-color:#fff}app-feature-module .header-navbar-rht li>a.header-login{background-image:linear-gradient(-237.68deg,#33a4ae .52%,#c1dd47 53.13%,#3da7a6);border:unset;color:#fff;box-shadow:inset 0 0 #b6d950;border-radius:50px;padding:10px 20px;font-weight:500;transition:all .7s;background-size:200% auto;min-height:45px}app-feature-module .header-navbar-rht li>a.header-login:hover{background-color:#40a9a4;border:1px solid #b6d950;box-shadow:inset 0 70px #b6d950;color:#fff;transition:all .7s}app-feature-module .header-navbar-rht li>a.header-login img{margin-right:7px}app-feature-module .header-navbar-rht li>a.header-reg{font-weight:500;color:#fff;text-decoration:none;padding:0}app-feature-module .header-navbar-rht li>a.header-reg:hover{color:#33a4ae}app-feature-module .header-navbar-rht .dropdown-menu{min-width:200px;padding:0;right:0;left:unset}app-feature-module .header-navbar-rht .dropdown-menu .dropdown-item{align-items:center;display:flex;border-top:1px solid #e3e3e3;padding:10px 15px}app-feature-module .header-navbar-rht .dropdown-menu .dropdown-item:hover{color:#3da7a6}app-feature-module .header-navbar-rht .logged-item .nav-link{font-size:14px;height:85px;padding:0 10px;color:#fff;align-items:center;display:inline-flex;justify-content:center;position:relative;width:41px;height:41px;font-size:16px;background:#f6f6fe;border-radius:50%;transition:.7s}app-feature-module .header-navbar-rht .logged-item .nav-link .badge{position:absolute;top:15px;right:0}app-feature-module .header-navbar-rht .logged-item .nav-link:hover{background:#38a7a7;color:#fff}app-feature-module .header-navbar-rht .logged-item .nav-link:hover>img{filter:brightness(0) invert(1)}app-feature-module .header-navbar-rht .logged-item .nav-link:after{display:none}app-feature-module .user-menu{float:right;margin:0;position:relative;z-index:99;align-items:center}app-feature-module .user-menu .dropdown-menu{min-width:200px;padding:0;margin-top:10px!important}app-feature-module .user-menu .dropdown-menu .dropdown-item{display:flex;align-items:center;border-top:1px solid #e3e3e3;padding:10px 15px;font-size:14px}app-feature-module .user-menu .dropdown-menu .dropdown-item:first-child{border-top:0}app-feature-module .user-menu .dropdown-menu .dropdown-item:hover{color:#3da7a6}app-feature-module .user-menu.nav>li>a{color:#fff;font-size:14px;line-height:58px;padding:0 15px;height:60px}app-feature-module .user-menu.nav>li>a:hover{background-color:#0003;background-color:#b6d950}app-feature-module .user-menu.nav>li>a:hover i{color:#fff}app-feature-module .user-menu.nav>li>a:focus{background-color:#0003;background-color:#b6d950}app-feature-module .user-menu.nav>li>a:focus i{color:#fff}app-feature-module .user-menu.nav>li>a .badge{background-color:#f43f3f;display:block;font-size:10px;font-weight:700;min-height:15px;min-width:15px;position:absolute;right:3px;top:6px}app-feature-module .user-menu.nav>li>a>i{font-size:1.5rem;line-height:60px}app-feature-module .user-menu.nav>li>a.mobile_btn{border:0;position:relative;padding:0;margin:0;cursor:pointer}app-feature-module .user-menu.nav>li>a.viewsite:focus{background-color:transparent}app-feature-module .user-menu.nav>li>a.viewsite:focus i{color:#797a8c}app-feature-module .user-menu.nav>li.view-btn>a{display:flex;align-items:center;justify-content:center;color:#fff;padding:9px 15px;border-radius:6px;background-color:#b6d950}app-feature-module .user-menu.nav>li.view-btn>a:hover{background-color:#e60073;color:#fff}app-feature-module .user-menu.nav>li.view-btn>a:hover i{color:#fff}app-feature-module .user-menu.nav>li.view-btn>a:focus{background-color:#923564!important}app-feature-module .user-menu.nav>li.view-btn>a:focus i{color:#fff}app-feature-module .user-menu.nav>li.view-btn>a i{font-size:17px;position:relative}app-feature-module .user-img{display:inline-block;position:relative;animation:pulse 2s infinite;animation-iteration-count:infinite}app-feature-module .user-img>img{height:40px;object-fit:cover;width:40px;border:3px solid #fff;outline:3px solid #d9d9d9}app-feature-module .user-header{background-color:#f9f9f9;display:flex;padding:10px 15px}app-feature-module .user-header .user-text{margin-left:10px}app-feature-module .user-header .user-text h6{font-size:15px;margin-bottom:2px}app-feature-module .header-navbar-rht.log-rht li{margin-right:43px}app-feature-module .header-navbar-rht.log-rht li a{color:#28283c;padding:0}app-feature-module .header-navbar-rht.log-rht li a:hover{color:#3da7a6}app-feature-module .header-navbar-rht.log-rht li:last-child{margin-right:0}app-feature-module .flag-nav>a{color:#28283c;border:1px solid #e4e4e8;border-radius:8px;font-size:14px;padding:11px 13px}app-feature-module .flag-nav>a img{margin-right:5px}app-feature-module .flag-nav .dropdown-item img{margin-right:10px;border-radius:50%}app-feature-module .noti-dropdown .dropdown-toggle{color:#fff;font-size:14px;line-height:23px;padding:0 15px}app-feature-module .noti-dropdown .dropdown-toggle:after{display:none}app-feature-module .noti-dropdown .dropdown-toggle span{background-color:#f43f3f;display:block;font-size:10px;font-weight:700;min-height:15px;min-width:15px;position:absolute;right:3px;top:5px}app-feature-module .noti-dropdown .dropdown-toggle i{float:right;font-size:21px;float:left;line-height:50px;color:#fff;margin:0;cursor:pointer}app-feature-module .noti-dropdown .dropdown-menu{top:63px!important;font-size:14px}app-feature-module .notification-message{margin-bottom:0}app-feature-module .notification-message h6{font-size:14px;font-weight:400;color:#28283c;position:relative;padding-left:10px;margin-bottom:8px}app-feature-module .notification-message h6:before{position:absolute;content:"";left:0;top:0;background:#dddee1;border-radius:2px;width:4px;height:100%}app-feature-module .notification-message .avatar-online:before{top:0;background:#6dcc76}app-feature-module .notifications{padding:0;filter:drop-shadow(0px 5px 15px rgba(0,0,0,.2))}app-feature-module .notifications .notification-time{font-size:12px;font-weight:400;line-height:1.35;color:#7e84a3}app-feature-module .notifications .notify-btns .btn{margin:0 8px 8px 0}app-feature-module .notifications .media{margin-top:0;border-bottom:1px solid #f5f5f5}app-feature-module .notifications .media:last-child{border-bottom:none}app-feature-module .notifications .media a{display:block;padding:0;border-radius:2px}app-feature-module .notifications .media a:hover{background-color:#fafafa}app-feature-module .notifications .media .avatar{margin-right:15px;width:38px;height:38px}app-feature-module .notifications .media-list .media-left{padding-right:8px}app-feature-module .notifications .noti-content::-webkit-scrollbar{width:6px;background:#eef1fe;height:10px}app-feature-module .notifications .noti-content::-webkit-scrollbar-track{box-shadow:inset 0 0 5px #e7e7e7;border-radius:4px}app-feature-module .notifications .noti-content::-webkit-scrollbar-thumb{background:#8a8a95;border-radius:4px}app-feature-module .notifications .noti-content::-webkit-scrollbar-thumb:hover{background:#1b2559}app-feature-module .notifications ul.notification-list>li{margin-top:0;padding:10px 15px;border-bottom:1px solid #f5f5f5}app-feature-module .notifications ul.notification-list>li:last-child{border-bottom:none}app-feature-module .notifications ul.notification-list>li a{display:block;border-radius:2px}app-feature-module .notifications ul.notification-list>li>a:hover{background-color:#fafafa}app-feature-module .notifications ul.notification-list>li .list-item{border:0;padding:0;position:relative}app-feature-module .topnav-dropdown-header{border-bottom:1px solid #eee;text-align:center;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;height:45px;line-height:45px;padding-left:15px;padding-right:15px}app-feature-module .topnav-dropdown-header select{border:0;font-size:12px;color:#797a8c}app-feature-module .topnav-dropdown-header select:focus-visible{outline:0}app-feature-module .topnav-dropdown-header .notification-title{display:block;float:left;font-size:14px;font-weight:500;margin-bottom:0}app-feature-module .topnav-dropdown-header .notification-title span{padding:3px 6px;margin-left:5px;font-size:14px;font-weight:400;color:#fff;background:#38a7a7}app-feature-module .topnav-dropdown-header .clear-noti{color:#28283c;float:right;font-size:14px}app-feature-module .topnav-dropdown-header .clear-noti:hover{color:#3da7a6}app-feature-module .topnav-dropdown-footer{height:45px;line-height:45px;padding-left:15px;padding-right:15px;border-top:1px solid #eee}app-feature-module .topnav-dropdown-footer a{display:block;text-align:center;font-size:13px;font-weight:500;color:#3da7a6;display:flex;align-items:center;justify-content:center}app-feature-module .topnav-dropdown-footer a:hover{color:#3da7a6}app-feature-module .topnav-dropdown-footer a:hover i{color:#3da7a6;margin-left:8px;transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;-webkit-transition:all .4s ease}app-feature-module .topnav-dropdown-footer a img{margin-left:5px;filter:brightness(0) saturate(100%) invert(24%) sepia(84%) saturate(2990%) hue-rotate(239deg) brightness(91%) contrast(105%)}app-feature-module .noti-details{font-size:14px;color:#28283c;margin-bottom:8px;font-weight:500}app-feature-module .noti-details span{color:#797a8c;font-weight:400}app-feature-module .notification-list{list-style:none;padding:0;margin:0}app-feature-module .notification-list li.notification-message p.noti-details{position:relative}app-feature-module .notification-list li.notification-message:first-child p.noti-details:after{content:"";width:10px;height:10px;border-radius:20px;background:red;position:absolute;bottom:5px;margin-left:5px}app-feature-module .notification-list li.notification-message:nth-child(2) p.noti-details:after{content:"";width:10px;height:10px;border-radius:20px;background:red;position:absolute;bottom:5px;margin-left:5px}app-feature-module .noti-pop-detail li.noti-wrapper .notify-blk{padding:24px;border-radius:10px;border:1px solid #e1e1e1;background:#fff;box-shadow:0 4px 114px #d6d6d640;width:410px;height:580px}app-feature-module .noti-pop-detail li.noti-wrapper .notify-blk .topnav-dropdown-header{padding:15px;border-radius:10px;background:#fafafa;border:none;margin-bottom:15px}app-feature-module .noti-pop-detail li.noti-wrapper .notify-blk .noti-content ul.notification-list li.notification-message{padding:10px}app-feature-module .noti-pop-detail li.noti-wrapper .notify-blk .noti-content ul.notification-list li .media-body p.noti-details{margin-bottom:5px;position:relative}app-feature-module .noti-pop-detail li.noti-wrapper .notify-blk .topnav-dropdown-footer{border:none}app-feature-module .noti-pop-detail .noti-img span img{border-radius:45px;border:2px solid #e1e1e1}app-feature-module .noti-time{font-size:14px;margin:0}app-feature-module .flag-dropdown .nav-link{color:#28283c;padding:.5rem 0;align-items:center;display:inline-flex}app-feature-module .account-item .nav-link{padding:.5rem 0}app-feature-module .user-info{margin-left:10px}app-feature-module .user-info h6{font-weight:600;font-size:16px;color:#28283c;margin-bottom:4px}app-feature-module .user-info p{font-size:14px;margin-bottom:0}app-feature-module .user-infos{align-items:center;display:inline-flex}app-feature-module .megamenu-wrapper{padding:25px 25px 0}app-feature-module .single-demo{transition:.4s;margin-bottom:25px}app-feature-module .single-demo:hover{transform:translateY(-20px)}app-feature-module .single-demo:hover .demo-info{opacity:1;bottom:-30px}app-feature-module .single-demo.active .demo-info a{color:#ff008a}app-feature-module .single-demo.active .demo-img{box-shadow:0 4.8px 24.4px -12px #1310221a,0 4px 13px -2px #1310220f}app-feature-module .header-one .single-demo.active .demo-info a{color:#3da7a6}app-feature-module .header-four .single-demo.active .demo-info a{color:#3da7a6}app-feature-module .header-four .header-navbar-rht li a.header-login{border-radius:95px;text-transform:uppercase}app-feature-module .header-four .header-navbar-rht li a.header-login:hover{background-color:#fff;box-shadow:inset 0 70px #fff;color:#38a7a7}app-feature-module .header-five{background:none;box-shadow:none}app-feature-module .header-five .bar-icon span{background-color:#ff008a}app-feature-module .header-five .main-nav .single-demo.active .demo-info a{color:#ff008a}app-feature-module .header-five .main-nav .has-submenu a{color:#fff}app-feature-module .header-five .main-nav li .submenu a{color:#68616d}app-feature-module .header-five .menu-close{color:#ff008a}app-feature-module .demo-info{width:100%;margin:10px auto 0;text-align:center;z-index:1;transition:.4s}app-feature-module .header-six .bar-icon span{background-color:#ff008a}app-feature-module .header-six .menu-close{color:#ff008a}app-feature-module .header-nine .bar-icon span{background-color:#ff008a}app-feature-module .header-nine .menu-close{color:#ff008a}app-feature-module .header-nine .main-menu-wrapper{margin-left:0}app-feature-module .header-two .bar-icon span{background-color:#ff008a}app-feature-module .header-two .menu-close{color:#ff008a}app-feature-module .header-two .header-navbar-rht li>a.header-login{background:#ff008a;border:1px solid #ff008a;box-shadow:inset 0 70px #ff008a;border-radius:40px;font-size:16px;font-weight:500}app-feature-module .header-two .header-navbar-rht li>a.header-login:hover{background:#e2017b;border:1px solid #e2017b;box-shadow:inset 0 70px #e2017b}app-feature-module .header-two .main-nav li a:hover{color:#ff008a}app-feature-module .sidebar-overlay{background-color:#fff9;z-index:1039;background-color:#0009;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}app-feature-module .menu-opened .main-menu-wrapper{transform:translate(0)}app-feature-module .menu-header{align-items:center;height:60px;padding:0 20px;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;display:none}app-feature-module .menu-logo img{height:auto;max-width:160px;margin-top:15px}app-feature-module .menu-close{font-size:18px;color:#3da7a6}app-feature-module .bar-icon{display:inline-block;width:31px}app-feature-module .bar-icon span{background-color:#b6d950;display:block;float:left;height:3px;margin-bottom:6px;width:25px;border-radius:64px}app-feature-module .bar-icon span:nth-child(3){margin-bottom:0}app-feature-module #mobile_btn{display:none;margin-right:30px}app-feature-module html.menu-opened{overflow:hidden}app-feature-module html.menu-opened body{overflow:hidden}app-feature-module .main-menu-wrapper{margin:0 15px}app-feature-module .navbar-brand.logo-small{display:none}app-feature-module .navbar-brand.logo-small img{max-height:30px}app-feature-module .owl-nav .owl-next{width:32px;height:32px;background:#fff!important;box-shadow:0 4px 14px #8d8d8d40;text-shadow:none;top:4px;cursor:pointer;border:0;border-radius:50%!important;color:#28283c;margin-bottom:30px;transition:ease all .5s;-webkit-transition:ease all .5s;-ms-transition:ease all .5s;margin-left:10px}app-feature-module .owl-nav .owl-next:hover{background-color:#b6d950!important;color:#fff}app-feature-module .owl-nav .owl-next span{font-size:34px;line-height:25px}app-feature-module .owl-nav .owl-prev{width:32px;height:32px;background:#fff!important;box-shadow:0 4px 14px #8d8d8d40;text-shadow:none;top:4px;cursor:pointer;border:0;border-radius:50%!important;color:#28283c;margin-bottom:30px;transition:ease all .5s;-webkit-transition:ease all .5s;-ms-transition:ease all .5s}app-feature-module .owl-nav .owl-prev:hover{background-color:#b6d950!important;color:#fff}app-feature-module .owl-nav .owl-prev span{font-size:34px;line-height:25px}app-feature-module .testimonial-slider .owl-nav .owl-next{position:absolute;top:55%;transform:translateY(-50%);margin-bottom:0;right:-60px}app-feature-module .testimonial-slider .owl-nav .owl-prev{position:absolute;top:55%;transform:translateY(-50%);margin-bottom:0;left:-60px}app-feature-module .gallery-widget img{border-radius:5px}app-feature-module .slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}app-feature-module .slick-slider .slick-track{transform:translateZ(0)}app-feature-module .slick-slider .slick-list{transform:translateZ(0)}app-feature-module .slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}app-feature-module .slick-list:focus{outline:none}app-feature-module .slick-list.dragging{cursor:pointer}app-feature-module .slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}app-feature-module .slick-track:before{display:table;content:""}app-feature-module .slick-track:after{display:table;content:"";clear:both}app-feature-module .slick-loading .slick-track{visibility:hidden}app-feature-module .slick-loading .slick-slide{visibility:hidden}app-feature-module .slick-slide{display:none;float:left;height:100%;min-height:1px}app-feature-module .slick-slide img{display:block}app-feature-module [dir=rtl] .slick-slide{float:right}app-feature-module [dir=rtl] .slick-prev{right:-25px;left:auto}app-feature-module [dir=rtl] .slick-prev:before{content:"\2192"}app-feature-module [dir=rtl] .slick-next{right:auto;left:-25px}app-feature-module [dir=rtl] .slick-next:before{content:"\2190"}app-feature-module .slick-slide.slick-loading img{display:none}app-feature-module .slick-slide.dragging img{pointer-events:none}app-feature-module .slick-initialized .slick-slide{display:block}app-feature-module .slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}app-feature-module .slick-arrow.slick-hidden{display:none}app-feature-module .slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:40px;height:40px;padding:0;transform:translateY(-50%);box-shadow:1px 6px 14px #0003;border-radius:100%;cursor:pointer;border:none;outline:none;background:#fff;z-index:9999;left:100px;z-index:1}app-feature-module .slick-prev:hover{background-color:#ff008a;color:#fff;opacity:1}app-feature-module .slick-prev:hover:before{color:#fff;opacity:1}app-feature-module .slick-prev:focus{background-color:#ff008a;color:#fff;opacity:1}app-feature-module .slick-prev:focus:before{color:#fff;opacity:1}app-feature-module .slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#383838;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\2190"}app-feature-module .slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:40px;height:40px;padding:0;transform:translateY(-50%);box-shadow:1px 6px 14px #0003;border-radius:100%;cursor:pointer;border:none;outline:none;background:#fff;z-index:9999;right:100px;z-index:1}app-feature-module .slick-next:hover{background-color:#ff008a;color:#fff;opacity:1}app-feature-module .slick-next:hover:before{color:#fff;opacity:1}app-feature-module .slick-next:focus{background-color:#ff008a;color:#fff;opacity:1}app-feature-module .slick-next:focus:before{color:#fff;opacity:1}app-feature-module .slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#383838;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\2192"}app-feature-module .banner-slider .slick-prev:hover:before{color:#fff;opacity:1;border:solid #fff}app-feature-module .banner-slider .slick-prev:focus:before{color:#fff;opacity:1;border:solid #fff}app-feature-module .banner-slider .slick-prev:before{font-family:slick;font-size:10px;line-height:1;opacity:.75;color:#3e4265;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:solid #3e4265;border-width:0 3px 3px 0!important;display:inline-block;padding:3px;margin-right:-3px;content:"";transform:rotate(135deg);-webkit-transform:rotate(135deg)}app-feature-module .banner-slider .slick-next:hover:before{color:#fff;opacity:1;border:solid #fff}app-feature-module .banner-slider .slick-next:focus:before{color:#fff;opacity:1;border:solid #fff}app-feature-module .banner-slider .slick-next:before{font-family:slick;font-size:10px;line-height:1;opacity:.75;color:#3e4265;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:solid #3e4265;border-width:0 3px 3px 0!important;display:inline-block;padding:3px;margin-left:-3px;content:"";transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}app-feature-module .slick-prev.slick-disabled:before{opacity:.25}app-feature-module .slick-next.slick-disabled:before{opacity:.25}app-feature-module .hero-section{position:relative;min-height:660px;background-repeat:no-repeat;background-position:left top,left bottom}app-feature-module .hero-section:before{content:"";background-repeat:no-repeat;background-position:100% 0;height:100%;width:100%;position:absolute;right:0;top:0}app-feature-module .home-banner{min-height:660px;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center}app-feature-module .banner-imgs{padding:65px 0 0;position:relative;height:100%;min-height:540px}app-feature-module .banner-imgs .banner-1{position:absolute;z-index:2;top:50px;left:0;max-width:203px;max-height:203px}app-feature-module .banner-imgs .banner-2{position:absolute;z-index:2;max-width:350px;top:0;right:0}app-feature-module .banner-imgs .banner-3{position:absolute;z-index:2;max-width:300px;bottom:-60px;left:-40px}app-feature-module .banner-imgs .banner-3:before{position:absolute;content:"";width:100%;height:100%;background-repeat:no-repeat;left:-100px;z-index:-1}app-feature-module .banner-imgs .banner-4{position:absolute;z-index:2;max-width:145px;bottom:30px;right:80px}app-feature-module .banner-imgs img{border-radius:50%}app-feature-module .banner-homepage5 .banner-imgs .banner-1{max-width:256px;max-height:256px;position:absolute;z-index:2;inset:30px 0 0;max-width:356px;margin:auto;max-height:356px}app-feature-module .shape-1{animation:hero-thumb-animation 2.5s linear infinite alternate;-webkit-animation:hero-thumb-animation 2.5s linear infinite alternate;-moz-animation:hero-thumb-animation 2.5s linear infinite alternate;-o-animation:hero-thumb-animation 2.5s linear infinite alternate}app-feature-module .shape-2{animation:hero-thumb1-animation 2.5s linear infinite alternate;-webkit-animation:hero-thumb1-animation 2.5s linear infinite alternate;-moz-animation:hero-thumb1-animation 2.5s linear infinite alternate;-o-animation:hero-thumb1-animation 2.5s linear infinite alternate}app-feature-module .shape-3{animation:hero-thumb2-animation 2.5s linear infinite alternate;-webkit-animation:hero-thumb2-animation 2.5s linear infinite alternate;-moz-animation:hero-thumb2-animation 2.5s linear infinite alternate;-o-animation:hero-thumb2-animation 2.5s linear infinite alternate}app-feature-module .breadcrumb{margin-bottom:0}app-feature-module .section-search{position:relative;z-index:9;max-width:709px}app-feature-module .section-search h1{font-size:50px;color:#2a313d;font-family:greycliff-arabic-cf,sans-serif;margin-bottom:20px}app-feature-module .section-search p{font-size:18px;color:#797a8c;font-weight:500;margin:0}app-feature-module .search-box{width:100%;background:#fff;border:1px solid #f0f0f0;box-shadow:0 3px 53px #c5c5c545;border-radius:10px;padding:15px;margin-top:48px;display:inline-block}app-feature-module .search-box form{float:left;width:100%}app-feature-module .search-box::placeholder{font-size:14px;color:#959595;opacity:1}app-feature-module .search-input{float:left;display:table-cell;vertical-align:middle;position:relative;width:42%;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center}app-feature-module .search-input label{font-weight:500;color:#28283c;font-size:16px;margin-bottom:0}app-feature-module .search-input input{height:20px;min-height:20px;border:0;padding:0 12px 0 0}app-feature-module .search-input .current-loc-icon{position:absolute;right:15px;top:50%;transform:translateY(-50%);margin-top:0;color:#858585;font-size:18px}app-feature-module .search-input .current-loc-icon i{position:unset;transform:unset}app-feature-module .search-input.line{width:32%;margin-right:25px}app-feature-module .search-input.line input{height:20px;min-height:20px;border:0;padding:0 12px 0 0}app-feature-module .search-input.line:before{position:absolute;right:0;top:50%;width:2px;height:43px;background:#f2f2f2;content:"";z-index:1;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}app-feature-module .search-group-icon{width:43px;height:43px;background:#f2f2ff;border-radius:50%;font-size:20px;color:#3da7a6;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;margin-right:15px;flex-shrink:0}app-feature-module .providerset{border:2px solid #f5f5f5;border-radius:10px;padding:18px;position:relative;top:0;transition:all .5s;background:#fff;margin-bottom:1.5rem}app-feature-module .providerset:hover{box-shadow:0 10px 20px -5px #4c40ed14}app-feature-module .providerset-img{margin-bottom:18px}app-feature-module .providerset-img img{width:100%}app-feature-module .providerset-price{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}app-feature-module .offer-paths{background-color:#b6d950;border-radius:50px;position:relative;background-size:cover;display:flex;align-items:center;margin-bottom:80px;margin-top:-180px;padding:0 104px;z-index:1}app-feature-module .offer-paths:after{position:absolute;content:"";left:0;top:0;width:100%;height:100%;z-index:-1}app-feature-module .providers-section{padding-bottom:366px;background-repeat:no-repeat;background-position:right center}app-feature-module .pricing-sections{background-repeat:no-repeat;background-position:right center,left center}app-feature-module .pricing-plans{border:2px solid #f5f5f5;padding:25px;border-radius:10px;margin-bottom:20px;background:#fff}app-feature-module .pricing-plans:hover{box-shadow:0 10px 20px -5px #38a7a714}app-feature-module .pricing-planshead{border-bottom:1px solid #f5f5f5;text-align:center;padding-bottom:15px}app-feature-module .pricing-planshead h4{font-size:24px;color:#28283c}app-feature-module .pricing-planshead h5{font-size:14px;color:#797a8c;font-weight:400}app-feature-module .pricing-planshead h6{font-size:24px}app-feature-module .pricing-planshead h6 span{color:#c2c9d1;font-size:13px}app-feature-module .pricing-planscontent{padding-top:15px}app-feature-module .pricing-planscontent li{color:#28283c;display:flex;align-items:baseline}app-feature-module .pricing-planscontent li+li{margin-top:15px}app-feature-module .pricing-planscontent li.inactive{opacity:.2;pointer-events:none}app-feature-module .pricing-planscontent ul{margin-bottom:30px}app-feature-module .pricing-plans.active{box-shadow:0 10px 20px -5px #38a7a714}app-feature-module .pricing-popular{display:flex;align-items:center;justify-content:center}app-feature-module .pricing-popular .btn{padding:12px;opacity:0;width:95%;margin:0 auto;font-size:20px;font-weight:600}app-feature-module .pricing-popular.active .btn{opacity:1}app-feature-module .pricing-btn{text-align:center}app-feature-module .offer-pathimg{margin-top:-120px}app-feature-module .offer-path-content{padding-left:48px}app-feature-module .offer-path-content h3{font-size:38px;font-weight:600;color:#fff;margin-bottom:8px}app-feature-module .offer-path-content p{color:#fff;margin-bottom:20px;font-size:18px}app-feature-module .btn-views{background:#fff;color:#28283c;font-weight:500;display:inline-block;border:1px solid #fff;padding:12px 20px;transition:all .7s;display:inline-flex;align-items:center}app-feature-module .btn-views:hover{background-color:#fff;border:1px solid #38a7a7;box-shadow:inset 0 70px #fff;color:#3da7a6;transition:all .7s}app-feature-module .btn-views i{margin-left:8px}app-feature-module .providerset-name h4{font-size:20px;font-weight:500;margin-bottom:0}app-feature-module .providerset-name h4 a{margin-right:6px}app-feature-module .providerset-name h4 i{color:#6dcc76}app-feature-module .providerset-name span{font-weight:400}app-feature-module .providerset-prices h6{font-size:18px;margin:0;font-weight:600}app-feature-module .providerset-prices h6 span{font-size:14px;color:#797a8c;margin-left:3px;font-weight:400}app-feature-module .provider-rating .rating{margin:0}app-feature-module .provider-rating .rating span{color:#797a8c;margin-left:5px}app-feature-module .search-btn{float:right}app-feature-module .search-btn .btn{width:100%;font-size:15px;font-weight:500;padding:11px 20px;border-radius:5px;display:inline-flex;align-items:center}app-feature-module .theme-text{color:#3da7a6}app-feature-module .section-heading{margin-bottom:50px}app-feature-module .section-heading h2{font-size:40px;font-weight:600;font-family:greycliff-arabic-cf,sans-serif;margin-bottom:15px}app-feature-module .section-heading p{font-size:18px;color:#797a8c;margin-bottom:0}app-feature-module .section-heading .owl-nav .owl-next{margin-bottom:0;line-height:0}app-feature-module .section-heading .owl-nav .owl-prev{margin-bottom:0;line-height:0}app-feature-module .feature-section{background-repeat:no-repeat;background-position:left center,right center;padding:90px 0 66px}app-feature-module .feature-box{background-color:#e8f4f4;padding:25px;text-align:center;border-radius:10px;position:relative;display:block;z-index:1;overflow:hidden}app-feature-module .feature-box .feature-box-content .btn{color:#33a4ae;font-weight:600;font-size:18px}app-feature-module .feature-box h5{margin-bottom:0}app-feature-module .feature-box .feature-overlay{opacity:0;position:absolute;top:0;left:-100%;z-index:-1;transition:.7s;width:100%}app-feature-module .feature-box .feature-overlay img{border-radius:10px}app-feature-module .feature-box:hover .feature-overlay{opacity:1;left:0}app-feature-module .feature-box:hover .feature-overlay:before{position:absolute;content:"";width:100%;height:100%;background:#00000080;border-radius:10px}app-feature-module .feature-icon span{z-index:1;width:94px;height:94px;background:#ecf6f6;display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;border-radius:50%;margin:0 auto 20px}app-feature-module .btn-view{border-radius:5px;padding:10px 20px;font-weight:500;display:inline-flex;align-items:center}app-feature-module .btn-view img{margin-left:8px}app-feature-module .btn-view i{margin-left:8px}app-feature-module .btn-view:hover img{filter:invert(91%) sepia(125%) saturate(7510%) hue-rotate(258deg) brightness(112%) contrast(100%)}app-feature-module .service-section{padding:90px 0}app-feature-module .service-widget{background-color:#fff;border:2px solid #f5f5f5;border-radius:10px;margin-bottom:24px;position:relative;transition:all .3s ease 0s}app-feature-module .service-widget:hover{box-shadow:0 10px 20px -5px #4c40ed14}app-feature-module .service-widget .serv-info{display:flex;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}app-feature-module .service-widget .serv-info h6{font-weight:700;font-size:22px;margin-bottom:0}app-feature-module .service-widget .serv-info h6 .old-price{font-size:16px;color:#797a8c;text-decoration:line-through;margin-left:5px}app-feature-module .service-widget .service-content .title a:hover{color:#3da7a6}app-feature-module .service-widget .service-content p i{margin-right:7px;color:#c2c9d1}app-feature-module .service-widget .btn-book{background:#ecf6f6;border-radius:5px;color:#3da7a6;font-weight:500;font-size:14px;padding:10px 20px;box-shadow:inset 0 0 #fff;transition:all .7s}app-feature-module .service-widget .btn-book:hover{background:#fff;border:1px solid #38a7a7;box-shadow:inset 0 70px #fff;color:#3da7a6;transition:all .7s}app-feature-module .service-widget .fav-item{position:absolute;left:0;top:0;width:100%;padding:20px 20px 10px;z-index:1}app-feature-module .service-widget .fav-item.fav-item-four{right:0;left:auto;width:auto}app-feature-module .service-widget .service-img .item-info .service-user{font-size:20px;line-height:28px;color:#fff;font-weight:700;float:left}app-feature-module .service-widget .service-img .item-info .cate-list{float:right}app-feature-module .service-widget .service-user img{width:30px!important;height:30px;border-radius:50%;margin-right:8px;display:inline-block!important}app-feature-module .service-img{position:relative;overflow:hidden;z-index:1;border-radius:10px 10px 0 0}app-feature-module .service-img .serv-img{border-radius:10px 10px 0 0;transform:translateZ(0);transition:all 2s cubic-bezier(.19,1,.22,1) 0ms;width:100%}app-feature-module .service-img:hover .serv-img{transform:scale(1.15)}app-feature-module .service-content{padding:20px}app-feature-module .service-content .title{font-size:20px;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}app-feature-module .service-content p{color:#797a8c;font-size:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}app-feature-module .service-content p .rate{color:#797a8c;float:right}app-feature-module .service-content p .rate i{font-size:15px}app-feature-module .service-content p .rate i.filled{color:#ffbc35!important}app-feature-module .service-content .item-info{position:relative;padding-left:0}app-feature-module .service-content ul{display:flex;flex-wrap:wrap}app-feature-module .service-content ul li{padding:5px 10px;background-color:#f9f9f9;margin:0 13px 13px 0;font-size:14px}app-feature-module .service-content .user-info h6{color:#797a8c;font-size:16px;font-weight:400;display:flex;overflow:hidden;align-items:center}app-feature-module .service-content .user-info i{font-size:12px;line-height:26px;color:#171717;text-align:center;width:27px;height:27px;border:1px dashed #171717;border-radius:50%}app-feature-module .service-content .user-info i:hover{background:#38a7a7;color:#fff}app-feature-module .addrs-item{display:flex;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}app-feature-module .price{font-size:22px;font-weight:700;margin-bottom:1rem}app-feature-module .price .old-price{color:#797a8c;text-decoration:line-through;font-size:16px;font-weight:500;margin-left:5px}app-feature-module .price .price-hr{font-size:13px;color:#c2c9d1;font-weight:400}app-feature-module .servicecontent .btn-book{padding:10px 20px}app-feature-module .servicecontent .fav-icon i{transition:all .3s}app-feature-module .servicecontent:hover .fav-icon a{background:#ecf6f6}app-feature-module .servicecontent:hover .fav-icon i{transform:rotateY(360deg)}app-feature-module .servicecontent:hover .fav-item .serv-rating i{color:#3da7a6}app-feature-module .servicecontent .service-content .title{font-size:20px;margin-bottom:10px}app-feature-module .servicecontent .service-content p i{margin-right:7px;color:#c2c9d1}app-feature-module .servicecontent .fav-item .fav-icon{width:32px;height:32px}app-feature-module .servicecontent .service-widget .btn-book{padding:5px 15px}app-feature-module .provide-social.social-icon li{display:inline-block;margin-right:7px}app-feature-module .provide-social.social-icon li a{width:36px;height:36px;background:#ecf6f6;display:inline-flex;border-radius:50%;justify-content:center;align-items:center;color:#797a8c}app-feature-module .provide-social.social-icon li a:hover{background-color:#b6d950;color:#fff}app-feature-module .item-info{position:absolute;left:0;bottom:0;width:100%;padding:0 20px 20px;z-index:1}app-feature-module .item-cat{background:#ecf6f6;border-radius:5px;font-size:14px;padding:5px 10px;display:inline-block;color:#3da7a6;transition:ease all .5s;-webkit-transition:ease all .5s;-ms-transition:ease all .5s;line-height:normal}app-feature-module .item-cat:hover{background:#38a7a7;color:#fff}app-feature-module .item-img{display:inline-block;float:right}app-feature-module .item-img img{width:32px;height:32px;border-radius:50%;border:1px solid #fff}app-feature-module .fav-item{display:flex;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;font-size:14px}app-feature-module .fav-item .fav-icon{width:43px;height:43px;background:#fff;display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;border-radius:50%;width:31px;height:31px}app-feature-module .fav-item .fav-icon:hover{background-color:#ff008a;color:#fff}app-feature-module .fav-item .serv-rating{background:#fff;border-radius:5px;padding:5px 10px;font-weight:500;font-size:14px;color:#28283c;display:inline-flex;align-items:center}app-feature-module .fav-item .serv-rating i{color:#ffbc35;font-size:12px;margin-right:5px}app-feature-module .fav-item .item-info{position:unset;padding:0;width:auto}app-feature-module .fav-item .fav-icon.fav-icon-five{width:35px;height:35px}app-feature-module .fav-item .fav-icon.fav-icon-five:hover{background-color:#ff008a}app-feature-module .fav-icon.selected{background-color:#ff008a;color:#fff;background:#38a7a7}app-feature-module .btn-sec{text-align:center}app-feature-module .btn-sec .btn{display:inline-flex;margin-top:26px}app-feature-module .work-section{background-repeat:no-repeat;background-position:left center,right 0 bottom 25%;padding:80px 0 66px}app-feature-module .work-box{background:#fff;border:1px solid #f5f5f5;box-shadow:0 10px 20px -5px #4c40ed14;border-radius:20px;padding:30px;text-align:center;margin-bottom:24px;position:relative}app-feature-module .work-box h5{font-size:20px;margin-bottom:15px}app-feature-module .work-box p{color:#797a8c;margin-bottom:0}app-feature-module .work-box h4{font-weight:600;font-size:60px;color:#edecf8;margin-bottom:0;position:absolute;top:-30px;left:0}app-feature-module .work-icon span{width:83px;height:72px;background:#ecf6f6;border-radius:15px;display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;margin:0 auto 36px}app-feature-module .rating{margin-bottom:17px}app-feature-module .rating i{color:#e9eef3;color:#dedfe0}app-feature-module .rating i.active{color:#ffbc35}app-feature-module .rating i.filled{color:#fbc418}app-feature-module .client-section{padding:90px 0 66px;background-repeat:no-repeat;background-position:left center,right bottom}app-feature-module .client-widget{background:#fff;box-shadow:0 10px 20px -5px #4c40ed14;padding:1.5rem;text-align:center;margin:60px 0 24px}app-feature-module .client-widget .testimonial-author h4{margin-bottom:0;font-size:20px;font-weight:600}app-feature-module .client-img{margin:-83px 0 20px}app-feature-module .client-img img{width:110px!important;height:110px;border-radius:50%;margin:0 auto}app-feature-module .client-content p{margin-bottom:24px}app-feature-module .client-content h5{font-size:20px;font-weight:600;margin-bottom:5px}app-feature-module .client-content h6{color:#797a8c;font-weight:400;margin-bottom:0}app-feature-module .blog-section{padding:90px 0 66px}app-feature-module .blog{background:#fff;border:1px solid #f5f5f5;border-radius:10px;margin-bottom:24px;padding:20px}app-feature-module .blog:hover{box-shadow:0 10px 20px -5px #4c40ed14}app-feature-module .blog:hover .blog-image img{transform:scale(1.15)}app-feature-module .blog-image{border-radius:10px 10px 0 0;overflow:hidden}app-feature-module .blog-image img{border-radius:10px 10px 0 0;width:100%;transform:translateZ(0);transition:all 2s cubic-bezier(.19,1,.22,1) 0ms}app-feature-module .blog-content{padding-top:20px}app-feature-module .blog-content .blog-item{display:inline-flex;display:-webkit-inline-flex}app-feature-module .blog-content .blog-item li{display:inline-flex;display:-webkit-inline-flex;align-items:center;color:#797a8c;margin:0 25px 15px 0}app-feature-module .blog-content .blog-item li a{color:#68616d}app-feature-module .blog-content .blog-item li a:hover{color:#3da7a6}app-feature-module .blog-content .blog-item li:last-child{margin-right:0}app-feature-module .blog-content .blog-item li i{margin-right:.5rem;color:#3da7a6}app-feature-module .blog-content .blog-title{font-size:20px;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}app-feature-module .blog-content .blog-title a{color:#28283c}app-feature-module .blog-content .blog-title a:hover{color:#3da7a6}app-feature-module .app-section{padding:70px 0 90px}app-feature-module .partner-img{border:2px solid #f5f5f5;padding:15px;border-radius:10px;margin-bottom:20px;background-color:#fff}app-feature-module .partner-img img{width:auto!important;margin:0 auto;height:35px}app-feature-module .partner-img:hover{box-shadow:0 10px 20px -5px #4c40ed14}app-feature-module .app-sec{background:#38a7a7;border-radius:50px;padding:60px;position:relative}app-feature-module .app-sec:before{position:absolute;content:"";border-radius:10px;background-position:right top 10px;background-repeat:no-repeat;top:10px;right:20px;width:100%;height:100%}app-feature-module .app-sec h2{font-size:40px;font-family:greycliff-arabic-cf,sans-serif;color:#fff;margin-bottom:8px}app-feature-module .app-sec p{margin-bottom:15px;color:#fff}app-feature-module .app-sec h6{font-size:18px;font-weight:500;margin-bottom:15px;color:#fff}app-feature-module .downlaod-btn{display:flex}app-feature-module .downlaod-btn a{margin-right:15px;display:inline-flex}app-feature-module .downlaod-btn a:last-child{margin-right:0}app-feature-module .appimg-set{margin-top:-128px;position:relative}app-feature-module .scan-img{position:relative;background:#fff;border-radius:10px;margin-bottom:1.5rem;display:inline-block}app-feature-module .swal2-actions .btn{margin:0 5px;border-radius:5px}app-feature-module .swal2-actions .swal2-cancel{min-height:46px}app-feature-module .swal2-title{color:#28283c!important;font-size:22px!important}app-feature-module #swal2-content{font-size:14px;color:#68616d}app-feature-module .about-banner{margin-bottom:47px}app-feature-module .quality-box{background:#ecf6f6;border:2px solid #f5f5f5;border-radius:8px;padding:15px;display:flex;align-items:center;margin-bottom:24px}app-feature-module .quality-box:hover{border:2px solid #38a7a7;box-shadow:0 10px 20px -5px #4c40ed14}app-feature-module .quality-box:hover .quality-img{background:#38a7a7}app-feature-module .quality-box:hover .quality-img img{filter:brightness(0) invert(1)}app-feature-module .quality-img{width:58px;height:58px;background:#fff;margin-right:15px;display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;border-radius:50%;flex-shrink:0}app-feature-module .quality-img img{width:28px}app-feature-module .quality-info h6{font-weight:500;margin-bottom:10px}app-feature-module .quality-info p{font-size:14px;margin-bottom:0}app-feature-module .about-sec{padding:90px 0}app-feature-module .about-img{position:relative}app-feature-module .about-img img{border-radius:10px}app-feature-module .about-img .about-exp{position:absolute;background:#38a7a7;border-radius:10px;width:370px;height:100%}app-feature-module .about-img .about-exp span{font-weight:600;font-size:25px;color:#fff;display:inline-block;margin:240px -112px;transform:rotate(-90deg)}app-feature-module .abt-img{padding:30px 0 30px 60px;position:relative;z-index:1}app-feature-module .about-content{margin-left:50px}app-feature-module .about-content h6{font-size:16px;color:#3da7a6;text-transform:uppercase;margin-bottom:12px}app-feature-module .about-content h2{font-size:38px;margin-bottom:30px}app-feature-module .about-content p{margin-bottom:20px}app-feature-module .about-content ul li{position:relative;padding-left:25px;margin-bottom:15px;color:#353642}app-feature-module .about-content ul li:before{position:absolute;top:-10px;font-size:25px;left:0;content:"\f058";font-family:FontAwesome;color:#c5c5c5}app-feature-module .bgimg4{position:absolute;top:0;left:0;z-index:-1}app-feature-module .work-bg.work-section{background:#ecf6f6;background-repeat:no-repeat;background-position:right 0 bottom 25%}app-feature-module .abt-provider{padding-bottom:66px}app-feature-module .chooseus-sec{padding:90px 0 70px}app-feature-module .choose-content{margin-bottom:50px;margin-right:50px}app-feature-module .choose-content h2{font-size:38px;margin-bottom:8px}app-feature-module .choose-content p{margin-bottom:40px}app-feature-module .choose-icon{display:flex;align-items:center;margin-bottom:20px;background-color:#f5f5f5;border-radius:10px;padding:20px}app-feature-module .choose-icon img{margin-right:20px}app-feature-module .choose-info h5{font-size:32px;margin-bottom:2px}app-feature-module .choose-info p{margin-bottom:0}app-feature-module .chooseus-img{margin-bottom:50px}app-feature-module .support-card{margin-bottom:20px}app-feature-module .support-card:last-child{margin-bottom:0}app-feature-module .support-card p{margin:15px 0 0}app-feature-module .support-title{background:#f4f7ff;border-radius:5px;padding:20px;font-weight:500;font-size:18px;margin-bottom:0}app-feature-module .support-title a{color:#28283c;display:block;position:relative;padding-right:60px}app-feature-module .support-title>a:after{font-family:Fontawesome;font-weight:900;font-size:15px;content:"\f078";position:absolute;top:0;right:0;color:#292d32}app-feature-module .about-offer{padding:0 67px;border-radius:20px;margin:0;align-items:flex-end}app-feature-module .about-offer .offer-path-content{padding:67px 42px 67px 0}app-feature-module .about-offer .offer-path-content h3{margin-bottom:25px}app-feature-module .about-offer .offer-pathimg{margin-top:0}app-feature-module .about-offer .btn-views{min-width:138px;color:#3da7a6}app-feature-module .about-offer.offer-paths:after{content:none}app-feature-module .service-offer{position:relative;padding-bottom:90px}app-feature-module .service-offer:before{position:absolute;content:"";background:#f9f9f9;top:0;left:0;width:100%;height:160px}app-feature-module .service-wrap{margin-bottom:30px}app-feature-module .service-wrap p:last-child{margin-bottom:0}app-feature-module .service-wrap h5{font-weight:600;font-size:24px;font-family:greycliff-arabic-cf,sans-serif;margin-bottom:20px}app-feature-module .service-wrap .owl-nav .owl-next{margin-bottom:20px}app-feature-module .service-wrap .owl-nav .owl-prev{margin-bottom:20px}app-feature-module .provide-service.service-wrap{margin-bottom:15px}app-feature-module .serv-profile{margin:0 0 22px}app-feature-module .serv-profile span.badge{font-weight:400;font-size:16px;background:#ecf6f6;color:#3da7a6;border-radius:4px;margin-bottom:15px;padding:8px 10px;display:inline-block}app-feature-module .serv-profile h2{font-size:36px;margin-bottom:8px}app-feature-module .serv-profile ul li{font-size:16px;display:inline-block;margin-right:25px}app-feature-module .serv-profile ul li:last-child{margin-right:0}app-feature-module .serv-profile .serv-pro{display:inline-flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}app-feature-module .serv-profile .serv-pro img{width:46px;height:46px;border-radius:50%;margin-right:10px}app-feature-module .serv-profile .serv-review{margin-bottom:0}app-feature-module .serv-profile .serv-review span{font-size:14px}app-feature-module .serv-pro-info h6{font-weight:500;margin-bottom:6px}app-feature-module .service-map i{color:#c2c9d1}app-feature-module .serv-action{text-align:right;margin:35px 0 22px}app-feature-module .serv-action ul li{margin-right:12px;display:inline-block}app-feature-module .serv-action ul li:last-child{margin-right:0}app-feature-module .serv-action ul li a{width:47px;height:47px;background:#fff;border:2px solid #e6e8ec;color:#797a8c;display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;border-radius:50%}app-feature-module .serv-action ul li a:hover{background:#38a7a7;border-color:#38a7a7;color:#fff}app-feature-module .serv-action ul li a:hover img{filter:brightness(0) invert(1)}app-feature-module .serv-action ul li a img{width:15px}app-feature-module .service-images{position:relative;margin-bottom:10px}app-feature-module .service-images img{width:100%;border-radius:10px}app-feature-module .small-gallery .circle-icon{display:none}app-feature-module .small-gallery:hover .circle-icon{display:flex}app-feature-module .circle-icon{width:58px;height:58px;color:#000;background:#fff;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%}app-feature-module .provide-box{margin-bottom:1.5rem;display:flex}app-feature-module .provide-box>span{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#ecf6f6;border-radius:50%;margin-right:12px;flex-shrink:0}app-feature-module .provide-box>img{width:50px;height:50px;border-radius:50%;margin-right:12px}app-feature-module .provide-info h6{font-weight:500;font-size:17px;margin-bottom:5px}app-feature-module .provide-info p{font-size:15px;color:#797a8c;word-break:break-word;margin-bottom:0}app-feature-module .provide-info .serv-review{font-size:14px}app-feature-module .provide-info h5{font-size:20px;font-weight:700;color:#3da7a6;margin-bottom:0}app-feature-module .review-box{background:#fff;border:2px solid #f5f5f5;border-radius:8px;padding:20px;margin-bottom:20px}app-feature-module .review-box:last-child{margin-bottom:20px}app-feature-module .review-box p{font-size:16px;color:#797a8c;margin-bottom:15px}app-feature-module .review-box .card-body span{color:#555a64;font-size:16px;font-weight:500}app-feature-module .review-profile{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}app-feature-module .review-profile .rating{margin-bottom:10px}app-feature-module .review-img{display:flex;align-items:center;margin-bottom:10px}app-feature-module .review-img img{width:40px;height:40px;border-radius:50%;margin-right:10px}app-feature-module .review-name h6{font-size:18px;font-weight:500;margin-bottom:5px}app-feature-module .review-name p{color:#797a8c;margin-bottom:0}app-feature-module .recommend-item{display:flex;align-items:center;justify-content:space-between}app-feature-module .recommend-item>a{font-weight:500;font-size:14px;align-items:center;display:inline-flex}app-feature-module .recommend-item>a i{color:#797a8c}app-feature-module .recommend-info{display:inline-flex;align-items:center}app-feature-module .recommend-info p{font-size:14px;font-weight:500;color:#28283c;margin-bottom:0}app-feature-module .recommend-info a{background:#ecf6f6;border-radius:5px;color:#3da7a6;padding:6px 15px;font-size:13px;font-weight:500;display:inline-block;margin-left:10px}app-feature-module .recommend-info a:hover{background:#e1e1e1}app-feature-module .btn-review{font-weight:500;font-size:14px;border-radius:5px;padding:10px 27px}app-feature-module .reply-area{margin:15px 0 0}app-feature-module .reply-area textarea{margin-bottom:10px}app-feature-module .reply-area .btn{font-weight:500;font-size:14px;color:#28283c}app-feature-module .available-widget{display:flex}app-feature-module .available-widget span.avail-icon{width:60px;height:60px;background:#f4f5f6;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;margin-right:20px;flex-shrink:0}app-feature-module .package-widget{background:#ecf6f6;border-radius:8px;padding:20px;margin-bottom:20px}app-feature-module .package-widget h5{font-size:24px;margin-bottom:20px}app-feature-module .package-widget ul li{position:relative;margin-bottom:20px;padding-left:24px;color:#797a8c;display:flex;display:-webkit-flex;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}app-feature-module .package-widget ul li:last-child{margin-bottom:0}app-feature-module .package-widget ul li:before{position:absolute;top:0;left:0;content:"\f058";font-weight:900;font-family:"Font Awesome 6 Free";width:100%;height:100%;background-repeat:no-repeat;color:#3da7a6}app-feature-module .pack-service.package-widget ul li{padding-left:0}app-feature-module .pack-service.package-widget ul li:before{content:none}app-feature-module .pack-service .custom_check .checkmark{border:1px solid #c2c9d1;background:transparent}app-feature-module .service-gal{margin-bottom:40px}app-feature-module .big-gallery a.btn-show{background:#fff;border-radius:8px;font-weight:500;padding:10px 15px;position:absolute;left:20px;bottom:20px}app-feature-module .big-gallery a.btn-show:hover{background:#38a7a7;color:#fff}app-feature-module .card-provide{border:2px solid #f5f5f5}app-feature-module .card-provide .card-body{padding:20px}app-feature-module .card-provide .btn{font-weight:500;font-size:16px;padding:11px 9px;width:100%}app-feature-module .card-provide .map-grid{margin-bottom:20px}app-feature-module .card-provide .contact-map{height:250px;border-radius:10px}app-feature-module .provide-widget{display:flex;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;margin-bottom:30px}app-feature-module .service-amount h5{font-weight:600;font-size:30px;margin-bottom:7px}app-feature-module .service-amount h5 span{font-size:29px;color:#797a8c;font-size:20px;margin-left:5px;text-decoration:line-through}app-feature-module .service-amount .serv-review{font-size:14px;font-weight:500;margin-bottom:0}app-feature-module .service-amount .serv-review span{font-size:16px;font-weight:600;color:#28283c}app-feature-module .service-amount p{font-weight:400;font-size:17px;color:#797a8c}app-feature-module .service-amount p span{font-weight:600;font-size:18px;color:#313131}app-feature-module .service-amount p i{color:#ffbc35}app-feature-module .serv-review{font-weight:400;font-size:17px;font-size:12px;color:#797a8c}app-feature-module .serv-review span{color:#28283c;font-weight:600;font-size:14px}app-feature-module .serv-review i{color:#ffbc35}app-feature-module .serv-proimg{position:relative}app-feature-module .serv-proimg img{width:61px;height:61px;border-radius:50%}app-feature-module .serv-proimg span{position:absolute;top:0;right:0;font-size:15px;color:#58c27d;background:#fff;border-radius:50%;width:22px;height:22px;display:inline-block;text-align:center}app-feature-module .card-available{background:#ecf6f6;border-radius:8px;border:0}app-feature-module .card-available .card-body{padding:15px}app-feature-module .available-info{flex:1}app-feature-module .available-info h5{font-size:24px;font-family:greycliff-arabic-cf,sans-serif;margin-bottom:20px}app-feature-module .available-info ul li{color:#28283c;font-weight:500;font-size:16px;margin-bottom:14px}app-feature-module .available-info ul li:last-child{margin-bottom:0}app-feature-module .available-info ul li span{float:right;color:#797a8c}app-feature-module .available-info ul li span.text-danger{color:#f82424!important}app-feature-module .available-info p span{color:gray;font-size:15px;font-weight:400;margin-left:40px}app-feature-module .add-serving{width:calc(100% - 65px);display:flex;display:-webkit-flex;align-items:center}app-feature-module .add-serv-item{display:flex;display:-webkit-flex;align-items:center;overflow:hidden}app-feature-module .add-serv-img{margin-right:8px}app-feature-module .add-serv-img img{width:48px;height:48px;border-radius:5px;flex-shrink:0}app-feature-module .add-serv-info{overflow:hidden}app-feature-module .add-serv-info h6{font-size:16px;font-weight:500;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}app-feature-module .add-serv-info p{font-size:14px;color:#797a8c;margin-bottom:0}app-feature-module .add-serv-info p i{color:#c2c9d1}app-feature-module .add-serv-amt h6{font-weight:500;font-size:16px;margin-bottom:0}app-feature-module #background-video{width:100%;height:300px;position:relative;border-radius:5px;background-size:cover}app-feature-module #background-video iframe{width:100%;height:100%;display:none}app-feature-module #background-video .play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:37px;height:37px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}app-feature-module .progress-wrap{position:fixed;right:25px;bottom:25px;height:35px;width:35px;cursor:pointer;display:block;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;box-shadow:inset 0 0 0 2px #70c98633;z-index:99;opacity:0;visibility:hidden;transition:all .2s linear;transform:translateY(15px);-webkit-transform:translateY(15px);-moz-transform:translateY(15px);-ms-transform:translateY(15px);-o-transform:translateY(15px)}app-feature-module .progress-wrap:after{position:absolute;content:"\f062";font-family:FontAwesome;text-align:center;line-height:35px;font-size:17px;color:#3da7a6;left:0;top:0;height:35px;width:35px;cursor:pointer;display:block;z-index:1;transition:all .2s linear}app-feature-module .progress-wrap svg path{fill:none}app-feature-module .progress-wrap svg.progress-circle path{stroke:#38a7a7;stroke-width:4;box-sizing:border-box;transition:all .2s linear}app-feature-module .progress-wrap.active-progress{opacity:1;visibility:visible;transform:translateY(0)}app-feature-module .service-fav .item-info{position:unset;padding:0;width:auto}app-feature-module .service-fav .service-content{padding:15px}app-feature-module .service-fav .btn{font-weight:500;font-size:13px;padding:6px 15px;border-radius:4px}app-feature-module .serv-user{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center}app-feature-module .serv-user img{width:38px;height:38px;border-radius:50%;margin-right:10px}app-feature-module .serv-user-info h5{font-weight:500;font-size:16px;margin-bottom:4px}app-feature-module .serv-user-info p{font-size:14px;margin-bottom:0}app-feature-module #datetimepickershow{background:#fff;border:1px solid #f5f5f5;box-shadow:0 12px 25px #0000000f;border-radius:12px;padding:20px}app-feature-module #datetimepickershow .bootstrap-datetimepicker-widget table th.next{float:right;margin-right:6px;margin-bottom:15px}app-feature-module #datetimepickershow .bootstrap-datetimepicker-widget table th.prev{float:left;margin-left:6px;margin-bottom:15px}app-feature-module #datetimepickershow .bootstrap-datetimepicker-widget table td{width:30px;height:30px;margin:0 auto}app-feature-module #datetimepickershow .bootstrap-datetimepicker-widget table td.active{width:30px;height:30px;display:flex;align-items:center;justify-content:center;margin:0 auto;border-radius:50%}app-feature-module #datetimepickershow .bootstrap-datetimepicker-widget table td.day{font-size:14px;line-height:40px}app-feature-module .bootstrap-datetimepicker-widget table th{font-size:14px}app-feature-module .bootstrap-datetimepicker-widget table td.day{font-size:14px}app-feature-module .bootstrap-datetimepicker-widget table td.active{background-color:#b6d950;text-shadow:unset}app-feature-module .bootstrap-datetimepicker-widget table td.active:hover{background-color:#b6d950;text-shadow:unset}app-feature-module .step-register{margin:0 0 40px}app-feature-module .step-register li{display:inline-flex;display:-webkit-inline-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;border-bottom:3px solid rgba(20,85,141,.1);position:relative;margin-bottom:15px;padding:0 0 24px;opacity:.5}app-feature-module .step-register li:first-child{justify-content:start;-webkit-justify-content:start;-ms-flex-pack:start}app-feature-module .step-register li .multi-step-icon{width:50px;height:50px;background:#4c40ed30;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;margin-right:10px;flex-shrink:0}app-feature-module .step-register li .multi-step-info h6{font-size:18px;font-weight:500;margin-bottom:7px}app-feature-module .step-register li .multi-step-info p{color:#797a8c;margin-bottom:0;font-size:15px}app-feature-module .step-register li.active{opacity:1}app-feature-module .step-register li.active:before{content:"";border-bottom:3px solid #38a7a7;border-radius:5px;width:100%;height:3px;position:absolute;bottom:-3px;left:0}app-feature-module .step-register li.active .multi-step-icon{background:#38a7a7}app-feature-module .step-register li.activate{opacity:1}app-feature-module .step-register li.activate .multi-step-icon{background:#38a7a7}app-feature-module .booking-service{margin-bottom:25px}app-feature-module .service-book{display:inline-flex;display:-webkit-inline-flex;width:100%}app-feature-module .service-book .serv-profile{margin:0 0 25px}app-feature-module .service-book .serv-profile h2{font-size:24px;margin-bottom:10px}app-feature-module .service-book a{width:100%}app-feature-module .service-book-img{margin:0 20px 25px 0}app-feature-module .service-book-img img{width:175px;border-radius:10px}app-feature-module .visits{width:14.28%;padding:0 8px;margin-right:-4px!important}app-feature-module .visits input:checked~.visit-rsn{background:#38a7a7;border:2px solid rgba(220,220,220,.3);color:#fff;border-radius:4px}app-feature-module .visits input:checked~.visit-rsn:before{opacity:1}app-feature-module .visits input:disabled~.visit-rsn{background-color:#e30303;color:#fff;border-radius:5px}app-feature-module .visits .visit-rsn:hover{background:#38a7a7;border:2px solid rgba(220,220,220,.3);color:#fff;border-radius:4px}app-feature-module .visits .form-check-input{opacity:0}app-feature-module .visits input.form-check-input{position:absolute;left:0;top:0;opacity:0;visibility:hidden;margin-left:0}app-feature-module .visits span.visit-rsn{text-align:center;background:#ecf6f6;border:2px solid #f5f5f5;border-radius:5px;color:#797a8c;padding:7px 5px;font-weight:500;font-size:14px;display:inline-block;width:100%;margin-bottom:0;position:relative}app-feature-module .visit-btns{color:#272b41;background-color:#fff;width:100%;margin-bottom:15px;display:block;outline:unset;cursor:pointer}app-feature-module .book-submit{margin-top:80px}app-feature-module .book-submit .btn{font-weight:500;padding:10px 20px}app-feature-module .book-submit .btn+.btn{margin-left:24px}app-feature-module .book-title h5{font-weight:600;font-size:20px;margin-bottom:24px}app-feature-module .book-option{text-align:right}app-feature-module .book-option ul li{display:inline-block;font-size:14px;color:#68616d;margin-right:30px}app-feature-module .book-option ul li:last-child{margin-right:0}app-feature-module .book-option ul li .custom_check{padding-left:30px}app-feature-module .book-option ul li .custom_check .checkmark{margin-right:10px}app-feature-module .book-avail .custom_check .checkmark{border:1px solid #dcdcdc}app-feature-module .book-select .custom_check .checkmark{border:1px solid #dcdcdc;background:#38a7a7}app-feature-module .book-notavail .custom_check .checkmark{background:#68616d;border:1px solid #dcdcdc}app-feature-module .book-form{margin-bottom:30px}app-feature-module .book-form .select2-container--default .select2-selection--single{border:1px solid #c2c9d1;border-radius:5px;height:42px}app-feature-module .book-form .select2-container--default .select2-selection--single .select2-selection__rendered{font-size:14px;color:#797a8c;line-height:42px}app-feature-module .book-form .select2-container--default .select2-selection--single .select2-selection__arrow{height:42px}app-feature-module .book-form .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#68616d}app-feature-module .book-form .col-form-label{color:#28283c;padding:0 0 8px}app-feature-module .booking-done h6{font-size:36px;margin-bottom:10px}app-feature-module .booking-done p{color:#797a8c;margin-bottom:30px}app-feature-module .booking-done .book-submit{margin-top:0}app-feature-module .summary-box{background:#ecf6f6;border-radius:8px;margin-bottom:24px}app-feature-module .booking-info{padding:20px 20px 10px;border-bottom:1px solid #f5f5f5}app-feature-module .booking-info .service-book-img{margin:0 10px 10px 0}app-feature-module .booking-info .service-book-img img{width:114px;height:101px;object-fit:cover}app-feature-module .booking-info .serv-profile span.badge{margin-bottom:5px}app-feature-module .booking-info .serv-profile h2{font-size:18px;margin-bottom:15px}app-feature-module .booking-info .serv-profile ul{display:flex;align-items:center}app-feature-module .booking-info .serv-profile ul li{font-size:14px;margin:0 10px 10px 0}app-feature-module .booking-info .serv-profile .serv-pro img{width:26px;height:26px;margin-right:0}app-feature-module .booking-info .service-book .serv-profile{margin:0}app-feature-module .booking-date{border-bottom:1px solid #f5f5f5;padding:15px}app-feature-module .booking-date li{position:relative;font-size:16px;font-weight:500;color:#28283c;text-transform:capitalize;margin-bottom:12px}app-feature-module .booking-date li span{float:right;text-align:right;font-size:14px;color:#797a8c}app-feature-module .booking-date li:last-child{margin-bottom:0}app-feature-module .booking-total{padding:15px}app-feature-module .booking-total ul li span{font-size:16px;font-weight:600;color:#28283c}app-feature-module .booking-total ul li .total-cost{float:right}app-feature-module .payment-card{background:#fff;border:1px solid #e5e7eb;border-radius:5px;padding:15px;margin-bottom:24px}app-feature-module .booking-info-tab{border:0;padding:24px;margin-bottom:0}app-feature-module .booking-info-tab .payment-card{padding:10px;border-radius:5px;border:1px solid #e1e1e1}app-feature-module .booking-info-tab .payment-card:last-child{margin-bottom:0}app-feature-module .booking-info-tab .payment-card .custom_radio{padding:0}app-feature-module .booking-info-tab .payment-card h6{color:#858585;font-size:14px}app-feature-module .booking-info-tab .nav-pills{border-bottom:1px solid #e1e1e1}app-feature-module .booking-info-tab .nav-pills .nav-link{border:0;color:#333;padding:0 0 5px;margin:0;background:transparent;border-radius:0;position:relative;transition:.5s all;font-size:16px}app-feature-module .booking-info-tab .nav-pills .nav-link.active{color:#3da7a6;transition:.5s all}app-feature-module .booking-info-tab .nav-pills .nav-link.active:hover{background:transparent;color:#3da7a6}app-feature-module .booking-info-tab .nav-pills .nav-link.active:after{content:"";width:100%;height:3px;background:#38a7a7;position:absolute;bottom:-2px;left:0;transition:.5s all}app-feature-module .booking-info-tab .nav-pills .nav-item+.nav-item{margin-left:40px}app-feature-module .booking-info-tab .nav-pills .show>.nav-link:hover{background:transparent;color:#3da7a6}app-feature-module .booking-info-tab .tab-content .sub-title h5{margin-bottom:20px}app-feature-module .booking-info-tab .tab-content .form-group{margin-bottom:10px}app-feature-module .booking-info-tab .tab-content .guest-user-tab .form-group{margin-bottom:20px}app-feature-module .booking-info-tab .payment-card.payment-bg{border-color:#38a7a7;background:#ecf6f6}app-feature-module .booking-info-tab .payment-card.payment-bg h6{color:#3da7a6}app-feature-module .booking-info-tab .sub-title h5{font-size:16px;font-weight:500}app-feature-module .booking-info-tab .payment-card.save-cards .custom_radio{padding-left:27px}app-feature-module .booking-info-tab .payment-card.save-cards img{margin:0 10px 0 4px}app-feature-module .booking-info-tab .payment-card.payment-bg.save-cards{border-color:#e1e1e1;background:#fff}app-feature-module .booking-info-tab .payment-card.payment-bg.save-cards h6{color:#858585}app-feature-module .booking-info-tab .add-more-card{margin-bottom:24px;margin-top:24px}app-feature-module .booking-info-tab .add-more-cards{margin-bottom:24px;margin-top:24px}app-feature-module .booking-info-tab .total-price h5{padding:10px;border-radius:10px;background:#6dcc761a;display:flex;justify-content:center;color:#05a144;font-weight:400;font-size:14px;margin:20px 0 0}app-feature-module .payment-head{display:flex;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}app-feature-module .payment-head label{display:inline-block}app-feature-module .payment-head span{font-size:15px;text-align:right;margin-left:10px}app-feature-module .payment-title{display:flex;align-items:center}app-feature-module .payment-title h6{font-size:16px;font-weight:500;margin-bottom:0}app-feature-module .payment-title .custom_radio .checkmark{margin-top:-2px}app-feature-module .payment-list .form-control{line-height:42px;min-height:42px;padding:0 15px}app-feature-module .payment-list .form-control::placeholder{color:#797a8c}app-feature-module .payment-list .col-form-label{font-weight:500;color:#28283c}app-feature-module .pay-title{font-size:20px;font-family:greycliff-arabic-cf,sans-serif;margin-bottom:24px}app-feature-module .booking-pay{display:flex}app-feature-module .booking-pay .btn-pay{margin-right:24px}app-feature-module .booking-coupon{display:flex}app-feature-module .btn-pay{font-weight:700;padding:12px 15px}app-feature-module .btn-skip{font-weight:700;padding:12px 15px;color:#3da7a6;min-width:94px;border-radius:5px}app-feature-module .coupon-icon{position:relative;margin-right:24px}app-feature-module .coupon-icon span{position:absolute;top:50%;transform:translateY(-50%);left:8px}app-feature-module .coupon-icon .form-control{padding:5px 10px 5px 27px;min-height:42px}app-feature-module .apply-btn{font-weight:500;padding:8px 15px;min-width:88px;min-height:42px}app-feature-module .save-offer{background:#f3fff6;border-radius:5px;padding:10px;margin-bottom:24px}app-feature-module .save-offer p{color:#6dcc76;font-weight:500;padding-left:17px;margin-bottom:0;position:relative}app-feature-module .save-offer p:before{position:absolute;content:"";left:0;top:0;background:#6dcc76;border-radius:6px;width:7px;height:100%}app-feature-module .custom_check{display:inline-block;position:relative;font-size:16px!important;margin-bottom:15px;padding-left:25px;cursor:pointer;font-weight:400!important;-webkit-user-select:none;user-select:none;line-height:18px}app-feature-module .custom_check input{position:absolute;opacity:0;cursor:pointer}app-feature-module .custom_check input:checked~.checkmark{background-color:#b6d950;border-color:#38a7a7}app-feature-module .custom_check input:checked~.checkmark:after{display:block}app-feature-module .custom_check .checkmark{position:absolute;top:1px;left:0;height:15px;width:15px;border:1px solid #e4e4e8;background-color:#fff;border-radius:5px;transition:all .3s ease-in-out}app-feature-module .custom_check .checkmark:after{content:"\e92b";font-family:feather!important;font-weight:900;position:absolute;display:none;left:2px;top:52%;transform:translateY(-50%);color:#fff;font-size:10px}app-feature-module .custom_radio{display:block;position:relative;padding-left:27px;margin-bottom:15px;cursor:pointer;font-size:14px;-webkit-user-select:none;user-select:none}app-feature-module .custom_radio input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}app-feature-module .custom_radio input:checked~.checkmark:after{background-color:#b6d950;transform:scale(1);visibility:visible}app-feature-module .custom_radio .checkmark{position:absolute;top:0;left:0;width:19px;height:19px;margin:1px 0 0;border:1px solid #e0e0e0;border-radius:50%;transition:all .3s}app-feature-module .custom_radio .checkmark:after{position:absolute;left:4px;top:4px;content:"";width:9px;height:9px;background-color:#fff;border:1px solid #e0e0e0;transform:scale(.1);border-radius:50%;transition:all .3s}app-feature-module .form-focus{position:relative}app-feature-module .form-focus .col-form-label{position:absolute;top:-7px;left:10px;background:#fff;font-weight:500;font-size:12px;color:#68616d;padding:0 5px;z-index:1}app-feature-module .content{padding:50px 0}app-feature-module .page-top{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:20px}app-feature-module .btn-back{border:2px solid #e6e8ec;padding:8px 20px;border-radius:8px;font-size:17px;font-weight:500;color:#1a1a1a}app-feature-module .btn-back:hover{background:#e6e8ec;color:#1a1a1a}app-feature-module .page-breadcrumb ol{background-color:transparent;font-size:17px;margin-bottom:0;padding:0}app-feature-module .page-breadcrumb ol li a:hover{color:#3da7a6}app-feature-module .page-breadcrumb ol li.active{color:#40a9a6;font-weight:600}app-feature-module .breadcrumb-item+.breadcrumb-item{padding-left:0}app-feature-module .breadcrumb-item+.breadcrumb-item:before{content:"\f111";font-weight:900;font-family:"Font Awesome 6 Free";padding:9px 15px 0;color:#3da7a6;font-size:6px}app-feature-module .breadcrumb-bar{background-color:var(--dark-green);text-align:center;position:relative;padding:120px 0 70px;border-radius:0 0 30px 30px;color:#fff}app-feature-module .breadcrumb-bar:before{position:absolute;top:0;left:0;background:#ecf6f6;content:"";width:100%;height:100%;z-index:-1}app-feature-module .breadcrumb-bar .page-breadcrumb ol{justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}app-feature-module .breadcrumb-bar .page-breadcrumb ol li{font-size:17px;font-weight:400}app-feature-module .breadcrumb-bar .page-breadcrumb ol li a{font-size:17px;color:#fff;font-weight:400}app-feature-module .filter-content{padding:20px;background:#ecf6f6;border:2px solid #f5f5f5;border-radius:5px;margin-bottom:18px}app-feature-module .filter-content .rating i{color:#ffbc35}app-feature-module .filter-content .rating i.filled{color:#ffbc35;font-weight:600}app-feature-module .filter-content .select2-container--default .select2-selection--single{height:40px}app-feature-module .filter-content .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:40px;font-size:14px;color:#797a8c}app-feature-module .filter-content .select2-container--default .select2-selection--single .select2-selection__arrow{height:40px;color:#797a8c}app-feature-module .filter-content h2{font-size:18px;font-weight:500;margin-bottom:20px}app-feature-module .filter-content h2 span{float:right}app-feature-module .filter-content .form-control{min-height:46px;border-radius:50px;border:1px solid #c2c9d1;color:#797a8c}app-feature-module .page-title{margin-bottom:40px}app-feature-module .page-title h2{font-size:26px;font-weight:600;color:#28283c;margin:0}app-feature-module .filter-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}app-feature-module .filter-head h5{font-size:24px;color:#28283c;font-weight:500;margin:0}app-feature-module a.reset-link{color:#3da7a6;font-size:14px;font-weight:500}app-feature-module a.reset-link:hover{text-decoration:underline}app-feature-module .rating-set li{margin-bottom:15px}app-feature-module .rating-set li:last-child{margin:0}app-feature-module .rating-set li:last-child .rating{margin:0}app-feature-module .rating-set li .checkboxs span{top:2px;background-color:#fff}app-feature-module .filter-checkbox{margin-top:20px}app-feature-module .filter-checkbox li{margin-bottom:15px}app-feature-module .filter-checkbox li .checkboxs span{background-color:#fff}app-feature-module .irs--flat .irs-handle.state_hover>i:first-child{background-color:#261f84}app-feature-module .irs--flat .irs-handle:hover>i:first-child{background-color:#261f84}app-feature-module .irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:18px;height:18px;margin-left:-1px;background-color:#b6d950;border-radius:50px;border:3px solid #fff}app-feature-module .irs--flat .irs-line{top:28px;height:6px;background-color:#e1e5ea;border-radius:4px}app-feature-module .irs--flat .irs-bar{top:28px;height:6px;background-color:#b6d950}app-feature-module .irs--flat .irs-from{color:#fff;font-size:14px;line-height:1.333;text-shadow:none;padding:4px 12px;background-color:#0b2540;border-radius:4px;top:-10px}app-feature-module .irs--flat .irs-from:before{border-top-color:#0b2540;left:60%}app-feature-module .irs--flat .irs-to{color:#fff;font-size:14px;line-height:1.333;text-shadow:none;padding:4px 12px;background-color:#0b2540;border-radius:4px;top:-10px}app-feature-module .irs--flat .irs-to:before{border-top-color:#0b2540;left:60%}app-feature-module .irs--flat .irs-single{color:#fff;font-size:14px;line-height:1.333;text-shadow:none;padding:4px 12px;background-color:#0b2540;border-radius:4px;top:-10px}app-feature-module .irs--flat .irs-single:before{border-top-color:#0b2540;left:60%}app-feature-module .irs-min{display:none}app-feature-module .irs-max{display:none}app-feature-module .filter-div .filter-content:last-child{margin-bottom:0}app-feature-module .filter-div .btn{font-weight:500;width:100%;padding:12px 20px}app-feature-module #fill-more{height:180px;overflow:hidden}app-feature-module .more-view{font-size:13px;font-weight:500;color:#3da7a6;display:inline-flex;align-items:center}app-feature-module .group-img{position:relative}app-feature-module .group-img .form-control{padding:6px 30px 6px 15px}app-feature-module .group-img img{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#28283c}app-feature-module .group-img i{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#28283c}app-feature-module .average-rating{font-size:12px;color:#797a8c}app-feature-module .filter-range-amount{margin-top:15px}app-feature-module .filter-range-amount h5{margin:0;font-size:14px;font-weight:400;color:#797a8c}app-feature-module .select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #dcdcdc;border-radius:5px;height:42px}app-feature-module .select2-container--default .select2-selection--single .select2-selection__rendered{color:#3c4758;line-height:40px;padding-left:15px;padding-right:25px;font-size:15px}app-feature-module .select2-container--default .select2-selection--single .select2-selection__arrow{height:42px;right:6px}app-feature-module .select2-container--default .select2-selection--single .select2-selection__arrow b{position:absolute;top:50%;left:50%;border-color:#3c4758;border-style:solid;border-width:0 2px 2px 0;padding:3px;height:0;margin-left:-10px;margin-top:-3px;width:0;transform:rotate(45deg) translateY(-50%);-webkit-transform:rotate(45deg) translateY(-50%);-ms-transform:rotate(45deg) translateY(-50%)}app-feature-module .select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#b6d950;color:#fff}app-feature-module .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:#000;border-width:2px 0 0 2px;margin-top:3px;padding:3px}app-feature-module .servicecontent.service-widget .serv-info h6{font-size:22px;font-weight:600;margin:0}app-feature-module .servicecontent.service-widget .serv-info h6 b{font-size:15px;font-weight:500}app-feature-module .sorting-div{margin-bottom:0}app-feature-module .sorting-div .grid-listview a{width:40px;height:40px}app-feature-module .sorting-div .grid-listview a:hover{background:#38a7a7;border-color:#38a7a7;color:#fff}app-feature-module .sorting-div .grid-listview a:hover>img{filter:brightness(0) invert(1)}app-feature-module .sorting-div .grid-listview a.active{background:#38a7a7;border-color:#38a7a7;color:#fff}app-feature-module .bg-img{position:relative}app-feature-module img.bgimg1{position:absolute;top:0}app-feature-module img.bgimg2{position:absolute;top:350px}app-feature-module .bgimg3{position:absolute;top:0;right:0;z-index:-1}app-feature-module .checkboxs{cursor:pointer;display:flex;min-height:16px;align-items:center;line-height:1;-webkit-user-select:none;user-select:none;color:#607d8b;font-weight:400;margin-bottom:0}app-feature-module .checkboxs input{display:none}app-feature-module .checkboxs input:checked~span{border-color:#38a7a7;background-color:#b6d950}app-feature-module .checkboxs input:checked~span i:before{height:50%;transition:height .3s cubic-bezier(.895,.03,.685,.22)}app-feature-module .checkboxs input:checked~span i:after{width:100%;transition:width .3s .3s cubic-bezier(.165,.84,.44,1)}app-feature-module .checkboxs input:checked~b{color:#263238}app-feature-module .checkboxs span{position:relative;display:flex;width:16px;height:16px;border:1px solid #c2c9d1;border-radius:2px;box-sizing:border-box;overflow:hidden;margin-left:8px;background:#ecf6f6}app-feature-module .checkboxs span i{position:relative;width:15px;height:15px;margin-top:0;margin-left:2px;transform:rotate(-45deg) translate(0) translateY(0) scale(.7);transform-origin:center left}app-feature-module .checkboxs span i:before{content:"";position:absolute;background-color:#fff;border-radius:20px;height:0%;top:50%;left:0;width:3.5px}app-feature-module .checkboxs span i:after{content:"";position:absolute;background-color:#fff;border-radius:20px;width:0%;bottom:0;left:0;height:3px}app-feature-module .checkboxs .check-content{color:#28283c;font-weight:400;font-size:16px;margin:0;padding-top:0}app-feature-module .count-search h6{font-size:16px;font-weight:500;color:#28283c;margin:4px 0 0}app-feature-module .sortbyset{display:flex;align-items:center;margin:0 10px 20px 0}app-feature-module .sortbyset h4{font-size:16px;font-weight:500;margin-right:6px;margin-bottom:0}app-feature-module .sorting-select{min-width:178px}app-feature-module .sorting-select .select2-container--default .select2-selection--single{height:40px;font-size:14px}app-feature-module .sorting-select .select2-container--default .select2-selection--single .select2-selection__rendered{color:#797a8c;line-height:38px;font-weight:500}app-feature-module .sorting-select .select2-container--default .select2-selection--single .select2-selection__arrow{height:38px}app-feature-module .grid-listview{margin-bottom:20px}app-feature-module .grid-listview ul{display:flex;align-items:center}app-feature-module .grid-listview a{width:40px;height:40px;font-size:18px;display:flex;justify-content:center;align-items:center;border:1px solid #edecf8;color:#797a8c;border-radius:7px}app-feature-module .grid-listview a:hover{background:#ecf6f6;color:#3da7a6}app-feature-module .grid-listview a:hover>img{filter:brightness(0) saturate(100%) invert(34%) sepia(84%) saturate(5841%) hue-rotate(240deg) brightness(92%) contrast(102%)}app-feature-module .grid-listview li+li{margin-left:8px}app-feature-module .grid-listview a.active{background:#ecf6f6;color:#3da7a6}app-feature-module .fav-icon.active{background:#38a7a7;color:#fff}app-feature-module .modal{z-index:1052}app-feature-module .modal-backdrop{z-index:1040}app-feature-module .error-page .bgimg3{width:40%}app-feature-module .error-page .content{padding:30px 0}app-feature-module .error-page .error-wrap{text-align:center}app-feature-module .error-wrap .error-logo{margin-bottom:30px}app-feature-module .error-wrap .error-logo img{max-height:35px}app-feature-module .error-wrap h2{font-size:38px;margin-bottom:10px}app-feature-module .error-wrap .error-img{margin-bottom:30px}app-feature-module .error-wrap p{margin-bottom:30px}app-feature-module .error-wrap .btn{font-weight:500;padding:10px 25px;display:inline-flex;display:-webkit-inline-flex;align-items:center}app-feature-module .contact-details{margin-bottom:66px}app-feature-module .contact-img{position:relative;margin-right:25px}app-feature-module .contact-img img{border-radius:10px}app-feature-module .contact-info{display:flex;align-items:center;background:#fff;border:2px solid #f5f5f5;border-radius:10px;padding:15px;margin-bottom:24px}app-feature-module .contact-info:hover{background:#fff;box-shadow:0 10px 20px -5px #4c40ed14}app-feature-module .contact-info span{font-size:30px;color:#3da7a6;width:80px;height:80px;background:#ecf6f6;display:inline-flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;flex-shrink:0;border-radius:50%}app-feature-module .contact-data{margin-left:15px}app-feature-module .contact-data h4{font-weight:500;font-size:18px;margin-bottom:8px}app-feature-module .contact-data p{color:#797a8c;margin-bottom:0}app-feature-module .contact-data p a{color:#68616d}app-feature-module .contact-map{border:0;display:block;width:100%;height:450px;margin:0}app-feature-module .col-form-label{color:#28283c}app-feature-module .form-icon{position:relative}app-feature-module .form-icon .cus-icon{position:absolute;top:50%;transform:translateY(-50%);right:15px;height:auto}app-feature-module .form-icon .form-control{padding-right:30px}app-feature-module .form-icon.form-msg span{top:20px}app-feature-module .contact-queries h2{font-size:38px;margin-bottom:40px;font-family:greycliff-arabic-cf,sans-serif}app-feature-module .contact-queries .btn{font-weight:500;padding:12px 22px;margin-top:22px;display:inline-flex;display:-webkit-inline-flex;align-items:center}app-feature-module .contact-queries .form-group{margin-bottom:18px}app-feature-module .contact-queries .form-control{min-height:50px;border-radius:50px;border-color:#daeeee;background-color:#33a3ad12;padding:9px 30px 8px 15px}app-feature-module .login-back a{font-size:14px;color:#797a8c}app-feature-module .login-back a:hover{color:#3da7a6}app-feature-module .login-back.manage-log{margin-bottom:36px}app-feature-module .login-header{margin-bottom:30px}app-feature-module .login-header h3{font-family:greycliff-arabic-cf,sans-serif;font-size:32px;margin-bottom:13px}app-feature-module .login-header p{font-size:14px;margin-bottom:8px}app-feature-module .login-header p span{color:#28283c;font-weight:500}app-feature-module .login-header h6{font-size:14px;font-weight:400;color:#28283c;margin-bottom:10px}app-feature-module .login-header h6 a{color:#3da7a6}app-feature-module .login-header h6 a:hover{color:#33a4ae}app-feature-module .login-wrap{margin:0 auto}app-feature-module .login-wrap .col-form-label{font-size:16px;color:#28283c;padding:0;margin-bottom:8px}app-feature-module .login-wrap .form-control{border-radius:50px;border-color:#daeeee;background-color:#33a3ad12}app-feature-module .login-wrap .form-control::placeholder{color:#d1d1d1;font-size:14px}app-feature-module .login-wrap .custom_check{font-size:14px}app-feature-module .login-wrap .custom_check .checkmark{border-radius:2px}app-feature-module .login-wrap .login-btn{font-weight:500;border-radius:50px;padding:15px 10px;margin-bottom:20px}app-feature-module .char-length p{font-size:13px;margin-bottom:20px}app-feature-module .forgot-link{font-size:14px;font-weight:500;color:#3da7a6;text-decoration:underline;display:inline-block}app-feature-module .login-or{color:#818181;margin-bottom:30px;margin-top:10px;padding-bottom:10px;padding-top:10px;position:relative}app-feature-module .or-line{background-color:#edecf8;height:1px;margin-bottom:0;margin-top:0;display:block}app-feature-module .span-or{font-size:13px;background-color:#fff;display:block;left:50%;transform:translate(-50%);position:absolute;text-align:center;top:1px;padding:0 10px}app-feature-module .btn-google{background:#ecf6f6;border-radius:5px;color:#28283c;font-weight:500;font-size:14px;padding:9px}app-feature-module .btn-google:hover{border-color:#38a7a7;color:#3da7a6;background:#fff}app-feature-module .social-login .btn{font-weight:500!important;padding:10px 20px;border-radius:50px}app-feature-module .social-login .btn+.btn{margin-top:10px}app-feature-module .iti__selected-flag{padding-left:15px}app-feature-module .no-acc{font-size:14px;color:#797a8c;text-align:center;margin:30px 0 0}app-feature-module .no-acc a{font-size:14px;font-weight:500;color:#3da7a6}app-feature-module .no-acc a:hover{color:#33a4ae}app-feature-module .passcode-wrap input{background:#f6f6f6;box-shadow:inset 0 0 9px #4c40ed1f;width:74px;height:74px;border:0;border-radius:50%;text-align:center;color:#28283c;font-size:32px;font-weight:500;margin-right:18px}app-feature-module .passcode-wrap input:last-child{margin-right:0}app-feature-module .time-expiry{font-size:13px;background:#ecf6f6;border-radius:5px;padding:3px 8px;color:#3da7a6;align-items:center;display:inline-flex;margin-bottom:50px}app-feature-module .log-form{padding-bottom:26px}app-feature-module .otp-img{margin-bottom:18px}app-feature-module .otp-wrap .no-acc{margin:0 0 20px}app-feature-module .pass-group{position:relative}app-feature-module .toggle-password{position:absolute;right:17px;top:50%;transform:translateY(-50%);color:#797979;cursor:pointer}app-feature-module .feather-eye-off.feather-eye:before{content:"\e95c"!important}app-feature-module .password-strength{display:flex;margin-top:18px}app-feature-module .password-strength span{width:100%;height:5px;background:#e4e6ef;margin-right:10px;border-radius:5px}app-feature-module .password-strength span:last-child{margin-right:0}app-feature-module #passwordInfo{font-size:13px;margin-top:10px;color:#9e9e9e}app-feature-module .choose-signup{background:#fff;border:2px solid #f5f5f5;border-radius:10px;padding:25px;text-align:center;transition:ease all .5s;-webkit-transition:ease all .5s;-ms-transition:ease all .5s}app-feature-module .choose-signup h6{font-size:20px;font-weight:500;margin-bottom:15px}app-feature-module .choose-signup p{font-size:12px;margin-bottom:17px}app-feature-module .choose-signup .btn{width:100%;font-size:14px;font-weight:500;padding:10px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center}app-feature-module .choose-signup .btn:hover{background:#38a7a7;color:#fff;box-shadow:inset 0 0 #fff}app-feature-module .choose-signup:hover{border:2px solid #38a7a7}app-feature-module .choose-signup:hover .btn{border-color:#38a7a7;background:#38a7a7;color:#fff}app-feature-module .choose-signup:hover .btn img{filter:brightness(0) invert(1)}app-feature-module .choose-img{margin-bottom:16px}app-feature-module .choose-img img{border-radius:50%;width:120px;height:120px}app-feature-module .poor-active span.active#poor{background:red}app-feature-module .poor-active span.active#poors{background:red}app-feature-module .avg-active span.active#poor{background:#ffb54a}app-feature-module .avg-active span.active#weak{background:#ffb54a}app-feature-module .avg-active span.active#poors{background:#ffb54a}app-feature-module .avg-active span.active#weaks{background:#ffb54a}app-feature-module .strong-active span.active#poor{background:#1d9cfd}app-feature-module .strong-active span.active#weak{background:#1d9cfd}app-feature-module .strong-active span.active#strong{background:#1d9cfd}app-feature-module .strong-active span.active#poors{background:#1d9cfd}app-feature-module .strong-active span.active#weaks{background:#1d9cfd}app-feature-module .strong-active span.active#strongs{background:#1d9cfd}app-feature-module .heavy-active span.active#poor{background:#159f46}app-feature-module .heavy-active span.active#weak{background:#159f46}app-feature-module .heavy-active span.active#strong{background:#159f46}app-feature-module .heavy-active span.active#heavy{background:#159f46}app-feature-module .heavy-active span.active#poors{background:#159f46}app-feature-module .heavy-active span.active#weaks{background:#159f46}app-feature-module .heavy-active span.active#strongs{background:#159f46}app-feature-module .heavy-active span.active#heavys{background:#159f46}app-feature-module input[type=password]::-ms-reveal{display:none}app-feature-module input[type=password]::-ms-clear{display:none}app-feature-module .domain-grp{border:1px solid #c2c9d1;border-radius:5px}app-feature-module .domain-grp .form-control{border:0}app-feature-module .domain-grp .input-group-text{background:#fff;border-color:#fff;color:#3da7a6;font-size:14px;font-weight:500}app-feature-module .settings-header{padding:24px;text-align:center;border-bottom:1px solid #f5f5f5}app-feature-module .settings-header img{width:90px;height:90px;border-radius:50%;border:2px solid #fff;outline:4px solid rgba(0,0,0,.07)}app-feature-module .settings-header h6{font-size:18px;font-weight:500;margin-bottom:3px}app-feature-module .settings-header p{font-size:14px;color:#68616d;margin-bottom:0}app-feature-module .settings-img{margin-bottom:12px}app-feature-module .settings-widget{background:#ecf6f6;border:2px solid #f5f5f5;border-radius:8px;border:1px solid #edecf8}app-feature-module .settings-widget .settings-menu ul li a{display:flex;align-items:center;color:#858585;font-weight:400;font-size:16px}app-feature-module .settings-widget .settings-menu ul li a:hover{color:#3da7a6}app-feature-module .settings-widget .settings-menu ul li a.active{color:#3da7a6}app-feature-module .settings-menu{padding:24px}app-feature-module .settings-menu ul li:not(:last-child){margin-bottom:24px}app-feature-module .settings-menu ul li a{color:#797a8c;font-weight:500;display:flex;align-items:center}app-feature-module .settings-menu ul li a:hover{color:#3da7a6}app-feature-module .settings-menu ul li a:hover img{filter:invert(29%) sepia(76%) saturate(7498%) hue-rotate(246deg) brightness(99%) contrast(88%)}app-feature-module .settings-menu ul li a img{font-size:20px;min-width:25px;margin-right:8px;min-width:16px}app-feature-module .settings-menu ul li a.active{color:#3da7a6}app-feature-module .settings-menu ul li a.active img{filter:invert(29%) sepia(76%) saturate(7498%) hue-rotate(246deg) brightness(99%) contrast(88%)}app-feature-module .settings-menu ul li i{margin-right:10px;font-size:20px;min-width:25px}app-feature-module .pro-picture{display:flex;align-items:center;margin-bottom:30px}app-feature-module .pro-img{margin-right:13px}app-feature-module .pro-img img{width:61px;height:61px;border-radius:50%}app-feature-module .widget-title h4{font-weight:600;font-family:greycliff-arabic-cf,sans-serif;margin-bottom:24px;font-size:24px;font-weight:500;color:#333}app-feature-module .user-title{font-size:18px;font-weight:500;margin-bottom:15px}app-feature-module .img-upload{background:#38a7a7;border-radius:4px;color:#fff;padding:6px 12px;font-size:13px;font-weight:500;display:inline-block;position:relative;cursor:pointer;transition:ease all .5s;-webkit-transition:ease all .5s;-ms-transition:ease all .5s;display:inline-flex;display:-webkit-inline-flex;align-items:center}app-feature-module .img-upload:hover{background:#2229c1;color:#fff}app-feature-module .img-upload input[type=file]{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;cursor:pointer}app-feature-module .pro-info p{font-size:14px;margin-bottom:0}app-feature-module .pro-info .img-upload{margin:0 15px 10px 0}app-feature-module .pro-info .btn-remove{background:#fff5f5;border:1px solid #f82424;border-radius:4px;padding:6px 12px;font-size:13px;font-weight:500;color:#f82424;margin-bottom:10px}app-feature-module .pro-info .btn-remove:hover{background-color:#ff4949;color:#fff}app-feature-module .form-info .col-form-label{font-weight:500}app-feature-module .form-info .form-control{background:#f6f6f6;border-color:#f6f6f6;min-height:46px}app-feature-module .form-info .form-control::placeholder{color:#d1d1d1}app-feature-module .form-info .select2-container--default .select2-selection--single{background:#f6f6f6;border-color:#f6f6f6}app-feature-module .brief-bio{font-size:14px;font-weight:400;color:#797a8c}app-feature-module .linked-wrap{display:flex}app-feature-module .linked-acc{display:flex;margin-bottom:30px}app-feature-module .linked-acc .link-icon{width:46px;height:46px;background:#f9f9fb;border:1px solid #f3f3f3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:17px;flex-shrink:0}app-feature-module .linked-info h6{font-weight:500;font-size:16px;margin-bottom:6px}app-feature-module .linked-info p{font-size:14px;margin-bottom:0}app-feature-module .linked-info p span{color:#28283c}app-feature-module .linked-action{margin-left:auto}app-feature-module .btn-connect{font-size:14px;font-weight:500;padding:9px 23px;border-radius:4px;vertical-align:top}app-feature-module .btn-acc{background:#fff5f5;border-radius:4px;color:#f82424;font-size:14px;font-weight:500;padding:10px 24px}app-feature-module .btn-acc:hover{background:#ff4949;color:#fff}app-feature-module .acc-submit{text-align:right}app-feature-module .acc-submit .btn{font-weight:500;padding:12px 20px;border-radius:5px}app-feature-module .acc-submit .btn+.btn{margin-left:24px}app-feature-module .setting-submenu{padding:5px 0 0 35px}app-feature-module .setting-submenu li{font-size:13px;margin-bottom:12px!important}app-feature-module .setting-submenu li:last-child{margin-bottom:0!important}app-feature-module .btn-set{font-size:14px;font-weight:500;padding:10px 19px;min-width:99px;text-align:center;border-radius:4px}app-feature-module .link-check{color:#6dcc76;margin-right:30px!important}app-feature-module .link-close{color:#f82424;margin-right:30px!important}app-feature-module .link-close .fa-circle-check{color:#1ba345}app-feature-module .linked-item{background:#fff;box-shadow:0 4px 114px #d6d6d640;padding:24px;margin-bottom:20px}app-feature-module .linked-item a{display:inline-block;margin-right:10px}app-feature-module .linked-item a:last-child{margin-right:0}app-feature-module .linked-item:last-child .linked-acc{margin-bottom:0}app-feature-module .linked-item:last-child .btn-set{margin-bottom:0}app-feature-module .linked-item a.btn-gconnect{background:#f3fff6;border-radius:4px;padding:7px 17px;font-weight:500;font-size:13px;color:#6dcc76;margin-right:20px}app-feature-module .linked-item .linked-acc{margin-bottom:0}app-feature-module .linked-item a.link-close{margin-right:32px!important}app-feature-module .custom-table{border:1px solid #f1f1f1;border-radius:6px}app-feature-module .custom-table .badge-success{min-width:79px;font-size:15px;font-weight:500;padding:6px 8px;text-align:center;display:inline-block;border-radius:4px}app-feature-module .custom-table .badge-danger{min-width:79px;font-size:15px;font-weight:500;padding:6px 8px;text-align:center;display:inline-block;border-radius:4px}app-feature-module .custom-table .badge-warning{min-width:79px;font-size:15px;font-weight:500;padding:6px 8px;text-align:center;display:inline-block;border-radius:4px}app-feature-module .custom-table thead th{color:#28283c}app-feature-module .custom-table thead th:first-child{border-radius:10px 0 0}app-feature-module .custom-table thead th:last-child{border-radius:0 10px 0 0}app-feature-module .badge-success{background:#f3fff6;border-radius:6px;color:#6dcc76;padding:6px 15px;font-weight:500;font-size:14px;text-align:center}app-feature-module .sml-status .checktoggle{width:42px;height:24px}app-feature-module .sml-status .checktoggle:after{width:20px;height:20px;transform:translate(2px,-50%)}app-feature-module .sml-status .check:checked+.checktoggle{background-color:#6dcc76;border:1px solid #6dcc76}app-feature-module .sml-status .check:checked+.checktoggle:after{transform:translate(calc(-100% - 2px),-50%)}app-feature-module .check{display:block;margin:0;padding:0;width:0;height:0;visibility:hidden;opacity:0;pointer-events:none;position:absolute}app-feature-module .check:checked+.checktoggle{background-color:#00cc45;border:1px solid #00cc45}app-feature-module .check:checked+.checktoggle:after{background-color:#fff;left:100%;transform:translate(calc(-100% - 3px),-50%)}app-feature-module .checktoggle{background-color:#cccfe0;border:1px solid #cccfe0;border-radius:50px;cursor:pointer;display:block;font-size:0;height:22px;margin-bottom:0;position:relative;width:41px}app-feature-module .checktoggle:after{content:" ";display:block;position:absolute;top:50%;left:0;transform:translate(3px,-50%);width:16px;height:16px;background-color:#fff;border-radius:50%;transition:left .3s ease,transform .3s ease}app-feature-module .blue-tog .check:checked+.checktoggle{background:#2229c1;border:1px solid #2229c1}app-feature-module .status-tog .checktoggle{height:24px;width:42px;border-radius:999px}app-feature-module .status-tog .checktoggle:before{content:" ";display:block;position:absolute;top:50%;right:0;background-repeat:no-repeat;background-size:11px 20px;width:20px;height:20px;transform:translate(3px,-50%)}app-feature-module .status-tog .checktoggle:after{width:20px;height:20px;background-repeat:no-repeat;background-size:12px 21px;transform:translate(1px,-50%);background-position:center;box-shadow:0 1px 2px #0000001a,0 1px 1px #0000000f}app-feature-module .status-tog .check:checked+.checktoggle:before{content:" ";display:block;position:absolute;left:0;background-repeat:no-repeat;background-size:13px 21px;width:20px;height:20px;filter:brightness(0) invert(1)}app-feature-module .status-tog .check:checked+.checktoggle:after{background-repeat:no-repeat;background-size:12px 21px;transform:translate(calc(-100% - 2px),-50%);background-position:center}app-feature-module .notification-table .table-thead{background:#ecf6f6}app-feature-module .notification-table .table{border:1px solid #f1f1f1;margin-bottom:40px}app-feature-module .notification-table .table thead th:first-child{border-radius:5px 0 0}app-feature-module .notification-table .table thead th:last-child{border-radius:0 5px 0 0}app-feature-module .notification-table .table:not(:last-child){margin-bottom:40px}app-feature-module .notify-item h6{font-weight:500;font-size:16px;margin-bottom:5px}app-feature-module .notify-item p{font-size:14px;color:#797a8c;margin-bottom:0}app-feature-module .provide-table.manage-table{margin-bottom:30px}app-feature-module .write-review p{color:#797a8c;margin-bottom:20px}app-feature-module .dash-widget{border:2px solid #f5f5f5;border-radius:8px;padding:15px;margin-bottom:24px;display:flex;justify-content:space-between}app-feature-module .dash-icon{width:35px;height:35px;background:#fff2e5;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-bottom:8px}app-feature-module .dash-icon.bg-yellow{background:#fffdef}app-feature-module .dash-icon.bg-blue{background:#f4f7ff}app-feature-module .dash-value.text-danger{color:#f82424}app-feature-module .dash-info{align-items:flex-end}app-feature-module .dash-info h6{font-size:14px;font-weight:400;color:#68616d;margin-bottom:20px}app-feature-module .dash-info h5{font-size:24px;margin-bottom:0;text-align:right}app-feature-module .dash-value{font-size:12px;color:#6dcc76;display:inline-block}app-feature-module .bg-light-primary{background:#d8e6ff}app-feature-module .bg-light-success{background:#f3fff6}app-feature-module .bg-light-danger{background:#fff5f5}app-feature-module .recent-booking{border:2px solid #f5f5f5;border-radius:8px;padding:0 15px}app-feature-module .recent-booking tr td:first-child{padding-left:0}app-feature-module .recent-booking tr td:last-child{padding-right:0}app-feature-module .recent-booking tr:last-child{border:0}app-feature-module .recent-booking tr:last-child td{border:0}app-feature-module .transaction-table{border:2px solid #f5f5f5;border-radius:8px;padding:0 15px}app-feature-module .transaction-table tr td:first-child{padding-left:0}app-feature-module .transaction-table tr td:last-child{padding-right:0}app-feature-module .transaction-table tr:last-child{border:0}app-feature-module .transaction-table tr:last-child td{border:0}app-feature-module .btn-light-danger{background:#fff5f5;border-radius:4px;color:#f82424;font-weight:500;font-size:13px;padding:5px 12px}app-feature-module .btn-light-danger:hover{background:#fcd9d9;color:#f82424}app-feature-module .table-user .avatar{width:40px;height:40px}app-feature-module .table-user .avatar>img{width:40px;height:40px;border-radius:50%}app-feature-module .book-img{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;background:#ecf6f6;border-radius:50%;margin-right:10px}app-feature-module .table-book h6{font-weight:500;font-size:14px;margin-bottom:8px}app-feature-module .table-book p{font-size:13px;margin-bottom:0}app-feature-module .table-book p i{color:#c2c9d1;margin-right:5px}app-feature-module .table-book p span{margin-left:10px;display:inline-flex;align-items:center}app-feature-module .trans-amt{font-weight:500;font-size:18px;margin-bottom:0}app-feature-module .thead-light{background:#ecf6f6}app-feature-module .dash-wallet .dash-icon{width:45px;height:45px;background:#f6f6f6;margin:0 12px 0 0}app-feature-module .dash-wallet .dash-icon img{width:20px}app-feature-module .dash-wallet .dash-info h6{color:#797a8c;font-size:14px;margin-bottom:5px}app-feature-module .dash-wallet .dash-info h5{font-weight:600;font-size:18px;text-align:left}app-feature-module .btn-wallet{padding:6px 15px;font-weight:500;border-radius:5px;margin-bottom:30px}app-feature-module .bank-selection{position:relative}app-feature-module .bank-selection input{width:100%;height:100%;position:absolute;left:0;opacity:0}app-feature-module .bank-selection input~label .role-check{display:none}app-feature-module .bank-selection input:checked~label .role-check{display:block}app-feature-module .bank-selection label{background:#f4f7ff;border:2px solid #f5f5f5;border-radius:8px;padding:5px;text-align:center;width:100%;position:relative;height:42px;margin-bottom:30px}app-feature-module .bank-selection .role-check{position:absolute;top:-8px;right:-8px;color:#00cc45}app-feature-module #add-payout .bank-selection label{margin-bottom:20px}app-feature-module .day-cont .form-group{margin-bottom:8px}app-feature-module .review-list{border:2px solid #f5f5f5;border-radius:8px;display:flex;align-items:center;padding:20px;flex-wrap:wrap;margin-bottom:20px}app-feature-module .review-list:last-child{border-bottom:0}app-feature-module .review-list p{color:#797a8c;margin:0}app-feature-module .review-imgs{flex:0 0 87px;max-width:87px;margin:0 10px 12px 0}app-feature-module .review-imgs img{width:87px;height:60px;object-fit:cover}app-feature-module .review-info{margin-bottom:12px}app-feature-module .review-info h5{margin-bottom:10px}app-feature-module .review-info h5 span{font-weight:500;color:#28283c}app-feature-module .review-info a:hover{color:#3da7a6}app-feature-module .review-info p{margin-bottom:0;font-size:14px}app-feature-module .review-count{flex:0 0 auto;margin-left:auto;align-items:center;display:flex;justify-content:flex-end;margin-bottom:12px}app-feature-module .review-count .rating{font-size:14px;margin-bottom:0}app-feature-module .review-user{color:#28283c}app-feature-module .review-user .avatar{width:26px;height:26px;margin-right:5px}app-feature-module .review-date{font-size:14px;color:#797a8c}app-feature-module .review-sort{margin-bottom:20px}app-feature-module .review-sort p{font-weight:500;color:#28283c;padding-right:6px;display:inline-block;margin-bottom:0}app-feature-module .review-sort .select2-container{width:auto!important;min-width:125px;color:#797a8c;font-size:15px;text-align:left}app-feature-module .review-sort .select2-container--default .select2-selection--single{border:1px solid #edecf8;border-radius:5px;height:40px}app-feature-module .review-sort .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:39px;color:#797a8c}app-feature-module .review-sort .select2-container--default .select2-selection--single .select2-selection__arrow{height:40px}app-feature-module .review-entries span{font-weight:500;font-size:14px}app-feature-module .review-entries select{margin:0 10px;border:2px solid #f5f5f5;border-radius:5px;padding:5px 30px 5px 10px;color:#28283c;font-weight:500;font-size:14px}app-feature-module .review-pagination{text-align:right}app-feature-module .review-pagination p{display:inline-block;font-weight:500;font-size:14px;margin-bottom:0}app-feature-module .review-pagination ul{margin-top:0;display:inline-flex;width:auto;float:none}app-feature-module .review-pagination ul li{margin-left:10px}app-feature-module .review-pagination ul li a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f4f7ff;border:0;border-radius:5px;font-weight:500;font-size:14px;color:#797a8c}app-feature-module .review-pagination ul li.active a{background-color:#b6d950!important;border-color:#38a7a7!important;color:#fff}app-feature-module .page-item .page-link{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:#f4f7ff;border:0;border-radius:5px;font-weight:500;font-size:14px;color:#797a8c}app-feature-module .page-item .page-link:hover{background-color:#b6d950!important;border-color:#38a7a7!important;color:#fff}app-feature-module .page-item.active .page-link{background-color:#b6d950!important;border-color:#38a7a7!important;color:#fff}app-feature-module .badge-danger{background:#fff5f5;border-radius:4px;font-weight:500;font-size:13px;color:#f82424;padding:6px 20px;display:inline-block}app-feature-module .customer-chat .chat-cont-left .chat-scroll{max-height:calc(100vh - 330px)}app-feature-module .customer-chat .chat-scroll{max-height:calc(100vh - 330px)}app-feature-module .customer-chat .chat-cont-profile .card-body{max-height:calc(100vh - 330px)}app-feature-module .booking-list{border:2px solid #f5f5f5;border-radius:8px;display:flex;flex-wrap:wrap;margin-bottom:20px;padding:20px;align-items:center}app-feature-module .booking-list .booking-widget{display:flex;margin-right:auto;text-align:left;flex:0 0 calc(100% - 235px);overflow:hidden}app-feature-module .booking-list .booking-widget .booking-img img{border-radius:8px;height:160px;object-fit:cover;width:160px}app-feature-module .booking-list .booking-img{position:relative;margin-right:15px;flex:0 0 160px;max-width:160px}app-feature-module .booking-list .booking-img .fav-item{position:absolute;top:5px;right:5px}app-feature-module .booking-widget .fav-item .fav-icon:hover{background:#38a7a7}app-feature-module .booking-det-info h3{font-size:18px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-weight:500;margin-bottom:15px}app-feature-module .booking-det-info h3 a{margin-right:5px}app-feature-module .booking-det-info h3 .badge{padding:9px 16px;font-weight:500;font-size:13px;display:inline-block;border-radius:4px}app-feature-module .booking-details li{font-size:14px;margin-bottom:10px}app-feature-module .booking-details li:last-child{margin-bottom:0}app-feature-module .booking-details li span.book-item{font-weight:500;font-size:14px;color:#28283c;width:100px;display:inline-block}app-feature-module .booking-details li span.book-item>i{display:inline-block;width:18px}app-feature-module .booking-details li span.badge-grey{background:#ecf6f6;border-radius:5px;color:#3da7a6;padding:2px 8px;display:inline-block}app-feature-module .booking-details li span.badge{color:#fff;width:auto;flex:0 0 auto;margin-left:5px;font-weight:400;padding:4px 9px;height:20px}app-feature-module .booking-details li p{display:inline-block;position:relative;padding-left:20px;margin:0 10px 0 0}app-feature-module .booking-details li p:before{position:absolute;top:4px;left:0;content:"\f111";font-family:FontAwesome;font-size:8px;color:#ebebeb}app-feature-module .booking-details li span.badge-grey.badge-new{background:#e8e8e8;color:#333;margin-left:7px}app-feature-module .booking-action{align-items:center;display:inline-flex;flex:0 0 235px;justify-content:flex-end;flex-wrap:wrap}app-feature-module .booking-action a{font-size:14px;font-weight:500;padding:6px 15px;margin:3px 0;border-radius:5px;display:inline-flex;display:-webkit-inline-flex;align-items:center;-webkit-align-items:center}app-feature-module .booking-action a+a{margin-left:10px}app-feature-module .booking-action a i{margin-right:5px}app-feature-module .booking-action .rating{margin-bottom:10px}app-feature-module .booking-action .view-btn{color:#3da7a6;font-weight:500;margin:0;padding:0 15px}app-feature-module .booking-action .view-btn:hover{color:#3da7a6}app-feature-module .btn-reshedule{background:#fff;border:2px solid #e1e2e5;border-radius:6px;color:#3a3a3a}app-feature-module .btn-reshedule:hover{background:#38a7a7;border-color:#38a7a7;color:#fff}app-feature-module .btn-rebook{background:#ecf6f6;border-radius:6px;color:#494949}app-feature-module .btn-rebook:hover{background:#38a7a7;border-color:#38a7a7;color:#fff}app-feature-module .btn-rebook:hover img{filter:brightness(0) invert(1)}app-feature-module .user-book{align-items:center;display:inline-flex;margin-right:10px}app-feature-module .user-book .avatar{width:26px;height:26px;margin-right:5px}app-feature-module .badge-warning{background:#fffdef;border-radius:5px;color:#ffe30f;padding:6px 20px;font-weight:500;font-size:14px;display:inline-block}app-feature-module .badge-info{background:#f4f7ff;color:#326cfb}app-feature-module .view-action{margin:25px auto 0}app-feature-module .review-add{display:flex;align-items:center;margin-bottom:15px}app-feature-module .rev-img{margin-right:10px}app-feature-module .rev-img img{width:55px;height:55px;border-radius:8px}app-feature-module .rev-info h6{margin-bottom:5px}app-feature-module .rev-info p{font-size:14px;margin-bottom:0}app-feature-module .modal-submit .btn{padding:10px 20px;font-weight:500;border-radius:5px}app-feature-module .faq-card{background:#ecf6f6;border:1px solid #edecf8;border-radius:12px;padding:20px;margin-bottom:20px}app-feature-module .faq-card:last-child{margin-bottom:0}app-feature-module .faq-card .card-collapse p{margin:10px 0 0}app-feature-module .faq-title{font-size:18px;font-weight:500;margin-bottom:0}app-feature-module .faq-title a{color:#28283c;display:block;position:relative;padding-right:60px}app-feature-module .faq-title>a:after{font-family:Fontawesome;font-weight:900;content:"\f055";position:absolute;top:0;right:0;color:#292d32}app-feature-module .faq-title>a:not(.collapsed){color:#3da7a6}app-feature-module .faq-title>a:not(.collapsed):after{content:"\f056";color:#3da7a6}app-feature-module .faq-sec{text-align:center}app-feature-module .faq-sec h4{font-size:20px;margin-bottom:10px}app-feature-module .faq-sec p{font-size:14px;margin-bottom:0}app-feature-module .price-card{background:#fff;border:2px solid #f5f5f5;border-radius:10px;padding:20px}app-feature-module .price-card:hover{background:#ecf6f6}app-feature-module .price-card:hover .price-head h6{color:#28283c}app-feature-module .price-card:hover .price-head h1{color:#28283c}app-feature-module .price-card:hover .price-head h1 span{color:#28283c}app-feature-module .price-card:hover .price-body ul li{color:#28283c}app-feature-module .price-head{border-bottom:1px solid #edecf8;padding-bottom:15px}app-feature-module .price-head h6{font-weight:400;color:#797a8c;margin-bottom:5px}app-feature-module .price-head h1{font-size:38px;margin-bottom:0}app-feature-module .price-head h1 span{font-size:16px;color:#797a8c;font-weight:400}app-feature-module .price-level{display:flex;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}app-feature-module .price-level .badge-success{background:#6dcc76;font-weight:400;font-size:13px;color:#fff;padding:3px 8px}app-feature-module .price-level .badge-success i{font-size:8px}app-feature-module .price-body{padding-top:15px}app-feature-module .price-body ul{margin-bottom:30px;list-style:arabic-indic;padding-right:10px!important}app-feature-module .price-body ul li{position:relative;margin-bottom:10px;padding-left:25px}app-feature-module .price-body ul li:last-child{margin-bottom:0}app-feature-module .price-body ul li:before{position:absolute;content:"";top:5px;left:0;width:100%;height:100%;background-repeat:no-repeat}app-feature-module .price-body .btn-choose{background:#ecf6f6;border-radius:8px;font-weight:500;color:#3da7a6;padding:10px 20px;margin:0 auto;display:-ms-inline-flexbox;display:flex;align-items:center;justify-content:center}app-feature-module .price-body .btn-choose img{filter:brightness(0) saturate(100%) invert(24%) sepia(85%) saturate(5324%) hue-rotate(243deg) brightness(96%) contrast(93%)}app-feature-module .price-body .btn-choose i{margin-left:5px}app-feature-module .price-toggle{font-weight:500;font-size:14px;color:#28283c;text-align:center;margin-bottom:40px}app-feature-module .price-toggle .checktoggle{margin:0 8px;background:#38a7a7;border-color:#38a7a7}app-feature-module .price-toggle .check:checked+.checktoggle{background-color:#b6d950;border:1px solid #38a7a7}app-feature-module .price-toggle .toggle-pink{font-size:16px;font-weight:700;color:#181059;margin-bottom:32px}app-feature-module .price-toggle .toggle-pink .checktoggle{background:#3e4265;border:1px solid #3e4265;width:56px;height:24px}app-feature-module .price-toggle .toggle-pink .checktoggle:after{background:#ff008a;transform:translate(4px,-50%)}app-feature-module .price-toggle .toggle-pink .check:checked+.checktoggle{background-color:#3e4265;border:1px solid #3e4265}app-feature-module .price-toggle .toggle-pink .check:checked+.checktoggle:after{background-color:#ff008a;transform:translate(calc(-100% - 3px),-50%)}app-feature-module .category-card{background:#fff;border:2px solid #f5f5f5;border-radius:10px;margin-bottom:24px}app-feature-module .category-img{overflow:hidden;border-radius:10px 10px 0 0}app-feature-module .category-img img{width:100%;border-radius:10px 10px 0 0;transform:translateZ(0);transition:all 2s cubic-bezier(.19,1,.22,1) 0ms}app-feature-module .category-img:hover img{transform:scale(1.15)}app-feature-module .category-info{padding:20px;display:flex;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}app-feature-module .category-info p{font-size:16px;color:#797a8c;margin-bottom:0}app-feature-module .category-name{display:flex;align-items:center}app-feature-module .category-name h6{font-size:20px;margin-bottom:0}app-feature-module .category-name h6 a{color:#28283c}app-feature-module .category-name h6 a:hover{color:#3da7a6}app-feature-module .category-icon{width:45px;height:45px;background:#ecf6f6;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;margin-right:10px}app-feature-module .maintenance-wrap h2{font-size:38px;margin-bottom:8px}app-feature-module .maintenance-wrap p{color:#797a8c;margin-bottom:30px}app-feature-module .maintenance-wrap h6{font-weight:500;font-size:18px;margin:0 10px 15px 0}app-feature-module .maintenance-wrap .social-icon ul{margin:0 0 15px}app-feature-module .maintenance-wrap .btn{font-weight:700;padding:10px 20px;display:inline-flex;align-items:center}app-feature-module .social-icon.media-icon ul{display:inline-flex;list-style:none;padding:0}app-feature-module .media-icon.social-icon ul li{margin-right:16px}app-feature-module .media-icon.social-icon ul li:last-child{margin-right:0}app-feature-module .media-icon.social-icon ul li a{color:#797a8c;display:inline-flex;font-size:18px;transition:all .4s ease 0s;width:40px;height:40px;border-radius:50%;justify-content:center;align-items:center;background-color:#eaeaea}app-feature-module .media-icon.social-icon ul li a:hover{background-color:#b6d950;color:#fff}app-feature-module .maintenance-sec{padding:80px 0}app-feature-module .maintenance-icon{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:15px}app-feature-module .countdown-container{display:flex}app-feature-module .countdown-container .countdown-el{margin-right:20px;text-align:center;position:relative;background-color:#f6f6f6;padding:10px;border-radius:10px;min-width:100px;min-height:100px}app-feature-module .countdown-container .countdown-el:last-child{margin-right:0}app-feature-module .countdown-container .countdown-el:last-child:before{content:none}app-feature-module .countdown-container .countdown-el p{font-weight:700;font-size:30px;color:#28283c;margin-bottom:0}app-feature-module .countdown-container .countdown-el span{font-weight:500;font-size:14px;margin-bottom:0}app-feature-module .email-notify{margin-bottom:30px}app-feature-module .email-notify .form-info{margin-bottom:15px}app-feature-module .email-notify .btn{margin-bottom:15px;font-weight:500;font-size:14px;padding:11px 36px;min-width:auto;border-radius:8px}app-feature-module .coming-back{display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}app-feature-module .coming-back p{margin:0 23px 0 0}app-feature-module .terms-content p{margin-bottom:24px;color:#797a8c}app-feature-module .terms-content ul{margin-bottom:24px}app-feature-module .terms-content ul li{position:relative;color:#797a8c;margin-bottom:10px;padding-left:30px}app-feature-module .terms-content ul li:before{position:absolute;top:0;left:0;font-family:FontAwesome;font-weight:900;content:"\f058";color:#3da7a6}app-feature-module .terms-btn .btn{font-weight:500;border-radius:5px;padding:10px 20px;margin-right:15px}app-feature-module .terms-btn .btn:last-child{margin-right:0}app-feature-module .privacy-cont p:last-child{margin-bottom:0}app-feature-module .provider-body{margin-top:0}app-feature-module .provider-body .header{background:#fff;left:0;position:fixed;right:0;top:0;z-index:999;height:76px;width:auto;transition:all .45s ease 0s;border-bottom:2px solid rgba(236,238,246,.85)}app-feature-module .provider-body .header .has-arrow.account-item .dropdown-toggle:after{content:none}app-feature-module .provider-body .user-menu.nav>li>a{color:#797a8c;font-size:13px;padding:0 15px;margin:15px 0;line-height:unset;height:auto}app-feature-module .provider-body .user-menu.nav>li>a>i{font-size:18px}app-feature-module .provider-body .user-menu.nav>li>a.viewsite{display:inline-flex;align-items:center;margin:0}app-feature-module .provider-body .user-menu.nav>li>a.viewsite:hover{color:#3da7a6;background:transparent}app-feature-module .provider-body .user-menu.nav>li>a.viewsite:hover i{color:#3da7a6;background:transparent}app-feature-module .provider-body .user-menu.nav>li.account-item>a:hover{background-color:transparent}app-feature-module .provider-body .user-menu.nav>li.account-item>a:focus{background-color:transparent}app-feature-module .provider-body .flag-nav>a img{margin-right:0}app-feature-module .provider-body .page-wrapper{background-color:#fff;padding-top:76px;min-height:calc(100vh - 40px);margin-left:270px;position:relative}app-feature-module .provider-body .page-wrapper>.content{padding:24px}app-feature-module .provider-body .sidebar-notification.opened{z-index:1038}app-feature-module .page-headers h6{margin:0;font-size:22px;color:#28283c;font-weight:500}app-feature-module .page-headers .search-bar{position:relative;width:250px}app-feature-module .page-headers .search-bar .form-control{border:1px solid #c2c9d1;border-radius:8px;padding:9px 9px 9px 36px}app-feature-module .page-headers .search-bar span{position:absolute;top:50%;transform:translateY(-50%);left:15px}app-feature-module .header-left .logo.logo-small{display:none}app-feature-module .header-split{display:flex;align-items:center;justify-content:space-between;padding:0 24px}app-feature-module .dropdown-heads{margin:0 5px}app-feature-module .dropdown-heads>a{background:#f7f7fa;width:40px;height:40px!important;display:flex;align-items:center;border-radius:50px;justify-content:center}app-feature-module .user-link{display:flex;align-items:center}app-feature-module span.user-content{padding-left:8px}app-feature-module span.user-name{display:block;color:#28283c;font-size:14px;font-weight:600}app-feature-module span.user-details{color:#9e9e9e;font-size:12px;font-weight:400}app-feature-module .mobile_btn{display:none;float:left}app-feature-module .slide-nav .sidebar{margin-left:0}app-feature-module .menu-title{color:#a3a3a3;display:block;margin-bottom:5px;color:#9e9e9e;display:flex;font-size:14px;opacity:1;padding:5px 10px 5px 20px;white-space:nowrap;margin-top:30px}app-feature-module .menu-title h6{margin:0}app-feature-module .menu-title>i{float:right;line-height:40px}app-feature-module .sidebar-overlay.opened{display:block}app-feature-module .view-btn{margin-right:15px}app-feature-module .select-by{min-width:134px;margin-right:25px}app-feature-module .delete-wrap{margin-bottom:30px}app-feature-module .delete-wrap h2{font-size:24px;margin-bottom:25px}app-feature-module .delete-wrap p{font-size:24px;margin-bottom:20px}app-feature-module .modal-content.doctor-profile{border-radius:4px}app-feature-module .del-icon{margin-bottom:23px}app-feature-module .del-icon i{font-size:60px;color:#f0142f;margin-bottom:23px}app-feature-module .submit-section{text-align:center;margin-top:25px}app-feature-module .modal.contentmodal .modal-content .submit-section .btn{padding:7px 12px;border-radius:8px;font-size:16px;font-weight:600;color:#fff;min-width:150px;margin-top:5px}app-feature-module .main-wrapper{width:100%}app-feature-module .mobile_btns{display:none;float:left}app-feature-module .sidebar{background-color:#fff;bottom:0;left:0;margin-top:0;position:fixed;top:90px;transition:all .2s ease-in-out 0s;width:270px;z-index:1038}app-feature-module .sidebar .sidebar-menu>ul>li>a span{transition:all .2s ease-in-out 0s;display:inline-block;margin-left:10px;white-space:nowrap}app-feature-module .sidebar .sidebar-menu>ul>li>a span.chat-user{margin-left:0;overflow:hidden;text-overflow:ellipsis}app-feature-module .sidebar .sidebar-menu>ul>li>a span.badge{margin-left:auto}app-feature-module .sidebar>div{position:static!important}app-feature-module .sidebar.opened{transition:all .4s ease}app-feature-module .sidebar-inner{height:100%;min-height:100%;transition:all .2s ease-in-out 0s}app-feature-module .sidebar-menu{padding:10px;height:calc(100vh - 76px);display:flex;flex-wrap:wrap;width:100%}app-feature-module .sidebar-menu ul{font-size:15px;list-style-type:none;margin:0;padding:0;position:relative;width:100%}app-feature-module .sidebar-menu ul ul{display:none;padding-top:12px}app-feature-module .sidebar-menu ul ul a{display:block;font-size:14px;font-weight:500;color:#b3b3b3;padding:7px 10px 7px 68px;position:relative}app-feature-module .sidebar-menu ul ul a .menu-arrow{right:0;top:10px}app-feature-module .sidebar-menu ul ul a:before{position:absolute;content:"\f101";font-family:FontAwesome;left:50px;top:8px}app-feature-module .sidebar-menu ul ul a.active{color:#3da7a6}app-feature-module .sidebar-menu ul ul li:last-child a{padding-bottom:0}app-feature-module .sidebar-menu ul ul ul a{padding-left:65px}app-feature-module .sidebar-menu ul ul ul ul a{padding-left:85px}app-feature-module .sidebar-menu ul li a i{display:inline-block;font-size:20px;line-height:24px;text-align:left;vertical-align:middle;width:20px;transition:all .2s ease-in-out 0s}app-feature-module .sidebar-menu ul li.menu-title a i{font-size:16px!important;margin-right:0;text-align:right;width:auto}app-feature-module .sidebar-menu li a{color:#797a8c;display:block;font-size:15px;font-weight:500;height:auto;padding:0 20px}app-feature-module .sidebar-menu li a:hover{color:#3da7a6}app-feature-module .sidebar-menu li a>.badge{color:#fff}app-feature-module .sidebar-menu li a.subdrop .menu-arrow{-transform:rotate(90deg);transform:rotate(90deg)}app-feature-module .sidebar-menu li a.subdrop .menu-arrow i{transform:rotate(90deg)}app-feature-module .sidebar-menu li>a:hover img{filter:invert(29%) sepia(76%) saturate(7498%) hue-rotate(246deg) brightness(99%) contrast(88%)}app-feature-module .sidebar-menu>ul>li{margin-bottom:20px;position:relative}app-feature-module .sidebar-menu>ul>li>a{border-radius:5px;display:flex;align-items:center;justify-content:flex-start;padding:0 20px;position:relative;transition:all .2s ease-in-out 0s}app-feature-module .sidebar-menu>ul>li>a:hover{color:#3da7a6}app-feature-module .sidebar-menu>ul>li:last-child{margin-bottom:0}app-feature-module .sidebar-menu>ul>li.active>a:hover{color:#3da7a6}app-feature-module .sidebar-menu li.active>a{color:#3da7a6}app-feature-module .sidebar-menu li.active>a img{filter:invert(29%) sepia(76%) saturate(7498%) hue-rotate(246deg) brightness(99%) contrast(88%)}app-feature-module .sidebar-menu .menu-arrow{transition:transform .15s;position:absolute;right:15px;display:inline-block;font-family:"Font Awesome 5 Free";font-weight:900;text-rendering:auto;line-height:40px;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:translate(0,0);-transform:translate(0,0);transform:translate(0);line-height:18px;top:2px}app-feature-module .sidebar-menu .menu-arrow:before{content:"\f105"}app-feature-module .sidebar-menu .menu-arrow i{transition:transform .15s;position:absolute;right:20px;display:inline-block;text-rendering:auto;font-size:18px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0);top:10px;width:auto}app-feature-module .sidebar-menu li.menu-title a{color:#ff9b44;display:inline-block;margin-left:auto;padding:0}app-feature-module .sidebar-menu li.menu-title a.btn{color:#fff;display:block;float:none;font-size:15px;margin-bottom:15px;padding:10px 15px}app-feature-module .sidebar-menu .set-menu{padding:15px 0}app-feature-module .sidebar-menu .help-menu{padding:15px 0 0}app-feature-module .siderbar-toggle{position:relative}app-feature-module .siderbar-toggle .switch{position:relative;display:inline-block;margin-bottom:0;padding:0 20px}app-feature-module .siderbar-toggle .switch input{opacity:0;width:0;height:0}app-feature-module .siderbar-toggle .slider{position:absolute;cursor:pointer;inset:0;background:#cccfe0;transition:.4s;width:41px;height:21px}app-feature-module .siderbar-toggle .slider:before{position:absolute;content:"";height:17px;width:17px;left:4px;bottom:2px;background-color:#fff;transition:.4s}app-feature-module .siderbar-toggle input:checked+.slider{background-color:#b6d950}app-feature-module .siderbar-toggle input:checked+.slider:before{transform:translate(26px);left:-5px}app-feature-module .siderbar-toggle input:focus+.slider{box-shadow:0 0 1px #38a7a7}app-feature-module .siderbar-toggle .slider.round{border-radius:34px}app-feature-module .siderbar-toggle .slider.round:before{border-radius:50%}app-feature-module .sidebar-header{display:flex;align-items:center;width:100%;padding:27px;justify-content:space-between}app-feature-module .sidebar-logo .logo{height:27px}app-feature-module .card-heads{align-items:center;justify-content:space-between;display:flex}app-feature-module .mini-sidebar .logo-small{display:block;min-width:20px}app-feature-module .mini-sidebar .sidebar-header{padding:15px 0;justify-content:center}app-feature-module .mini-sidebar .menu-user-info{display:none}app-feature-module .mini-sidebar .menu-user span{display:none}app-feature-module .mini-sidebar .logo{display:none}app-feature-module .mini-sidebar #toggle_btn .slider{background-color:#b6d950}app-feature-module .mini-sidebar #toggle_btn .slider:before{transform:translate(26px);left:-5px}app-feature-module .mini-sidebar.expand-menu .sidebar-header{padding:27px;justify-content:space-between}app-feature-module .mini-sidebar.expand-menu .logo{display:block}app-feature-module .mini-sidebar.expand-menu .siderbar-toggle{opacity:1;width:auto}app-feature-module .logo-small{display:none}app-feature-module .menu-bottom{display:flex;align-items:flex-start;align-self:end;justify-content:space-between;margin:50px 0 0;padding:0 15px 15px;width:100%}app-feature-module .menu-user{display:flex;align-items:center}app-feature-module .menu-user-img{position:relative;margin-right:10px}app-feature-module .menu-user-img img{width:41px;height:41px;border-radius:50%}app-feature-module .menu-user-info h6{font-weight:500;font-size:15px;margin-bottom:3px}app-feature-module .menu-user-info p{font-size:12px;margin-bottom:0}app-feature-module .select-set{color:#ced1da}app-feature-module .user-drop{border:0;box-shadow:0 0 30px #45454526;padding:20px;display:none;position:absolute;bottom:15px;left:100%;width:300px}app-feature-module .user-drop ul{border-top:2px solid #f4f4f4}app-feature-module .user-drop ul li{margin-bottom:10px}app-feature-module .user-drop ul li:last-child{margin-bottom:0}app-feature-module .user-drop ul li a{padding:0;font-size:14px;color:#6b6b6b}app-feature-module .user-drop .menu-user{margin-bottom:15px}app-feature-module .user-drop .menu-user-info p{color:#949494}app-feature-module #dropboxes:before{border:8px solid #fff;border-color:transparent transparent #fff #fff;box-shadow:-2px 2px 2px -1px #0000001a;content:"";left:0;position:absolute;bottom:16px;transform-origin:0 0;transform:rotate(45deg)}app-feature-module .set-user{border-top:2px solid #f4f4f4;display:flex;align-items:center;justify-content:space-between;padding:15px 0}app-feature-module .set-user p{font-weight:500;font-size:14px;color:#9f9f9f;margin-bottom:0}app-feature-module .help-menu li a{font-weight:400;text-decoration:underline}app-feature-module .main-title{font-size:20px;font-weight:500;margin-bottom:30px}app-feature-module .dash-card{background:#fff;border:2px solid rgba(236,238,246,.85);border-radius:6px;margin-bottom:24px;display:flex;flex-direction:column}app-feature-module .dash-header{padding:20px}app-feature-module .dash-header p{font-size:15px}app-feature-module .dash-header p span{color:#28283c;font-weight:500}app-feature-module .dash-header select{background:#ecf6f6;border:1px solid #38a7a7;border-radius:4px;font-size:13px;font-weight:500;color:#3da7a6;padding:6px}app-feature-module .dash-widget-header{display:flex;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;margin-bottom:15px}app-feature-module .dash-widget-icon{width:44px;height:44px;background:#f4f7ff;border-radius:6px;display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;margin-right:12px;flex-shrink:0}app-feature-module .dash-widget-info{margin-right:20px}app-feature-module .dash-widget-info h6{font-size:14px;font-weight:400;margin-bottom:5px}app-feature-module .dash-widget-info h5{font-size:18px;margin-bottom:0}app-feature-module .dash-total{display:flex;align-items:center}app-feature-module .dash-total p{margin:0 10px 0 0}app-feature-module .dash-total .badge-success{font-size:13px;padding:1px 7px;border-radius:25px}app-feature-module .dash-total .btn{margin:0 auto;font-weight:500;font-size:14px;padding:5px 22px}app-feature-module .dash-widget-img{margin-top:auto}app-feature-module .dash-widget-img img{width:100%}app-feature-module .subhead-title{font-weight:500;font-size:18px;margin-bottom:20px}app-feature-module .plan-info{display:flex;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;flex-wrap:wrap;margin-bottom:15px}app-feature-module .plan-price{margin-bottom:15px}app-feature-module .plan-price h4{font-size:24px;font-weight:600;margin-bottom:2px;text-align:right}app-feature-module .plan-price p{font-size:14px;margin-bottom:0}app-feature-module .plan-price .btn{min-width:70px;border-radius:4px;font-size:15px;font-weight:500;padding:7px 15px}app-feature-module .plan-term h6{font-weight:500;color:#797a8c;margin-bottom:0}app-feature-module .plan-term h6 span{color:#28283c}app-feature-module .plan-term h5{font-weight:500;font-size:18px;margin-bottom:7px}app-feature-module .plan-term p{font-size:15px;margin-bottom:20px}app-feature-module .pay-next{display:flex;flex-direction:column}app-feature-module .pay-next .plan-term h6{font-size:15px;font-weight:400}app-feature-module .pay-next .plan-info:last-child{margin:auto 0 0}app-feature-module .pay-next .plan-info:last-child .plan-term{margin-bottom:0}app-feature-module .pay-next .plan-info:last-child .plan-price{margin-bottom:0}app-feature-module .plan-btns .btn{font-weight:500;font-size:14px;margin:5px 14px 0 0}app-feature-module .view-history{text-align:center}app-feature-module .view-history .btn{font-weight:500;font-size:14px;padding:9px 35px}app-feature-module .signup-list ul{border-bottom:5px solid #f2f2f2}app-feature-module .signup-list ul li{display:inline-block;margin-right:20px}app-feature-module .signup-list ul li:last-child{margin-right:0}app-feature-module .signup-list ul li a{display:inline-block;padding:12px 27px;font-weight:500;font-size:14px;color:#00000038;position:relative}app-feature-module .signup-list ul li a.active{color:#28283c}app-feature-module .signup-list ul li a.active:before{position:absolute;content:"";background:#38a7a7;border-radius:25px;width:100%;height:5px;bottom:-4px;left:0}app-feature-module .price-tab ul li{margin:0 14px 16px 0}app-feature-module .price-tab ul li:last-child{margin-right:0}app-feature-module .price-tab ul li a{display:inline-block;background:#fff;border:1px solid #e6e6e6;border-radius:6px;font-weight:500;font-size:14px;padding:10px 24px;color:#28283c}app-feature-module .price-tab ul li a:hover{background:#ecf6f6;border-color:#ecf6f6;color:#28283c}app-feature-module .price-tab ul li .active{background:#ecf6f6;border-color:#ecf6f6;color:#28283c}app-feature-module .price-subscribe{margin-bottom:20px}app-feature-module .price-subscribe .price-card{margin-bottom:30px}app-feature-module .price-subscribe .price-card:hover{background:#f4f7ff}app-feature-module .price-subscribe .price-card:hover .price-head h1{color:#28283c}app-feature-module .price-subscribe .price-card:hover .price-head h1 span{color:#797a8c}app-feature-module .price-subscribe .price-card:hover .price-head h6{color:#797a8c}app-feature-module .price-subscribe .price-card:hover .price-body ul li{color:#28283c}app-feature-module .price-subscribe .price-card:hover .btn-choose{background:#38a7a7;color:#fff}app-feature-module .price-subscribe .price-card:hover .btn-choose img{filter:brightness(0) invert(1)}app-feature-module .price-subscribe .btn-choose{background:#ecf6f6;border-radius:4px;font-size:14px;font-weight:500;color:#3da7a6;padding:9px 24px;margin:0 auto}app-feature-module .price-subscribe .btn-choose:hover{background:#38a7a7;color:#fff}app-feature-module .price-subscribe .btn-choose:hover img{filter:brightness(0) invert(1)}app-feature-module .price-btn{text-align:center}app-feature-module .price-btn .btn{font-weight:500;padding:12px 20px}app-feature-module .subscribe-box{border:2px solid #f4f4f4;border-radius:5px;padding:20px;margin-bottom:24px}app-feature-module .subscribe-box ul li{font-weight:500;margin-bottom:10px}app-feature-module .subscribe-box ul li:last-child{margin-bottom:0}app-feature-module .subscribe-box ul li span{font-weight:400;font-size:14px;float:right;margin-right:40px}app-feature-module .subscribe-box ul li span a{color:#0e82fd;text-decoration:underline}app-feature-module .payment-subscribe .btn{font-weight:700;padding:12px 20px;margin-bottom:30px;width:100%}app-feature-module .payment-subscribe h6{font-weight:500;font-size:18px;margin-bottom:1.5rem}app-feature-module .payment-methods .custom_radio{font-weight:500;font-size:14px;margin-bottom:25px}app-feature-module .payment-methods h6{font-weight:500;font-size:18px;margin-bottom:1.5rem}app-feature-module .payment-methods h6 span{color:#999;font-size:15px}app-feature-module .serv-info .serv-edit{margin-right:20px;font-weight:500;font-size:14px;color:#797a8c;display:inline-flex;align-items:center}app-feature-module .serv-info .serv-edit i{margin-right:5px;color:#c2c9d1}app-feature-module .serv-info span{font-weight:500;font-size:14px;color:#797a8c;display:inline-flex;align-items:center}app-feature-module .serv-info span i{margin-right:5px;color:#c2c9d1}app-feature-module .serv-info a:hover{color:#3da7a6}app-feature-module .serv-info a:hover i{color:#3da7a6}app-feature-module .serv-info:hover span{color:#3da7a6}app-feature-module .serv-info .rating{margin:0;font-weight:500;font-size:14px}app-feature-module .serv-info .rating span{color:#9397ad}app-feature-module .pro-service .service-content{padding:15px}app-feature-module .pro-service .service-content .title{font-size:16px;margin-bottom:12px}app-feature-module .pro-service .service-widget .btn-book{font-size:14px}app-feature-module .tab-list ul{margin-bottom:10px}app-feature-module .tab-list li{margin:0 10px 20px 0}app-feature-module .tab-list li a{background:#ecf6f6;border:1px solid #38a7a7;border-radius:5px;font-weight:500;color:#3da7a6;padding:6px 15px;display:inline-block}app-feature-module .tab-list li a:hover{background:#38a7a7;border-color:#38a7a7;color:#fff}app-feature-module .tab-list li a.active{background:#38a7a7;border-color:#38a7a7;color:#fff}app-feature-module .edit-service .login-back{margin-bottom:20px}app-feature-module .edit-service h5{font-weight:500;font-size:22px;margin-bottom:30px}app-feature-module .edit-service h6{font-weight:500;font-size:16px;margin-bottom:25px}app-feature-module .category-rating{display:inline-flex;align-items:center}app-feature-module .category-rating .item-cat{margin-right:10px}app-feature-module .category-rating .serv-rating{display:inline-block;background:#f9f9f9;border-radius:6px;font-weight:500;font-size:12px;color:#28283c;padding:3px 9px;margin-bottom:12px}app-feature-module .category-rating .serv-rating i{color:#ffbc35;margin-right:5px}app-feature-module .service-action{align-items:center;display:inline-flex;flex:0 0 315px;justify-content:flex-end;flex-wrap:wrap}app-feature-module .service-action ul li{display:inline-block;font-size:14px;font-weight:500;margin-right:20px}app-feature-module .service-action ul li a{color:#797a8c}app-feature-module .service-action ul li a:hover{color:#3da7a6}app-feature-module .service-action ul li a:hover i{color:#3da7a6}app-feature-module .service-action ul li i{color:#c2c9d1;margin-right:6px}app-feature-module .service-action h6{font-weight:700;font-size:22px;margin-bottom:0}app-feature-module .service-action h6 .old-price{font-weight:500;font-size:16px;color:#797a8c;text-decoration:line-through;margin-left:5px}app-feature-module .service-action .btn{font-size:14px;font-weight:500;margin-left:30px;padding:10px 23px}app-feature-module .add-set{font-weight:500;font-size:14px;padding:9px 15px}app-feature-module .page-header .add-set{margin-bottom:30px}app-feature-module .page-header .review-sort{margin-bottom:30px}app-feature-module .page-header .grid-listview{margin-bottom:30px}app-feature-module .balance-crad{display:flex;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}app-feature-module .balance-crad h3{font-size:32px;margin:0}app-feature-module .balance-crad .view-transaction{white-space:nowrap;font-size:13px;font-weight:500;padding:5px 15px;border-radius:4px}app-feature-module .balance-crad .btn-withdraw{font-size:13px;font-weight:500;padding:5px 15px;border-radius:4px;margin:6px auto 0;display:block}app-feature-module .balance-head{display:flex;align-items:center}app-feature-module .balance-head .balance-icon{width:50px;height:50px;background:#ecf6f6;border-radius:50%;display:flex;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;align-items:center;margin-right:10px}app-feature-module .balance-head h6{font-size:15px;color:#797a8c;font-weight:400;margin-bottom:5px}app-feature-module .balance-head p{font-size:14px;margin-bottom:15px}app-feature-module .balance-amt .badge-success{font-size:12px;margin-bottom:10px;padding:4px 10px}app-feature-module .provider-subtitle h6{font-size:24px;font-family:greycliff-arabic-cf,sans-serif;margin-bottom:30px}app-feature-module .provide-table{margin-bottom:30px}app-feature-module .availability-sec h6{font-weight:500;font-size:16px;margin-bottom:15px}app-feature-module .availability-sec .status-toggle{margin-bottom:15px}app-feature-module .availability-sec .input-group-text{background:#f6f6f6;border-radius:10px 0 0 10px;min-width:74px;justify-content:center;font-weight:500;font-size:14px}app-feature-module .text-dark{color:#252525!important}app-feature-module .fw-500{font-weight:500}app-feature-module .action-set{background:#ecf6f6;color:#797a8c;width:36px;display:inline-flex;height:36px;align-items:center;justify-content:center;border-radius:50%;margin-right:10px}app-feature-module .action-set:hover{background:#38a7a7;color:#fff}app-feature-module .table-action .action-set:last-child{margin-right:0}app-feature-module .coupon-submit{text-align:center}app-feature-module .coupon-submit .btn{font-size:14px;font-weight:500;padding:10px 15px;min-width:187px}app-feature-module .custom_radio.radio-success input:checked~.checkmark{border-color:#00cc45}app-feature-module .custom_radio.radio-success input:checked~.checkmark:after{background-color:#00cc45}app-feature-module .coupon-title h3{font-weight:500;font-size:20px;margin-bottom:24px}app-feature-module .page-content{display:flex}app-feature-module .content-side{min-width:260px}app-feature-module .content-sidebar{padding:24px}app-feature-module .content-sideheading{margin-bottom:20px}app-feature-module .content-sideheading h6{font-size:16px;color:#28283c;font-weight:500;margin-bottom:0}app-feature-module .content-sidemenu ul{list-style:none;padding:0;margin:0 0 20px}app-feature-module .content-sidemenu ul li{margin-bottom:10px;padding-left:25px}app-feature-module .content-sidemenu ul li h5{font-size:13px;color:#526484;font-weight:500;margin-bottom:15px}app-feature-module .content-sidemenu ul li a{color:#8094ae;font-size:14px;font-weight:500;padding-left:25px;position:relative}app-feature-module .content-sidemenu ul li a:before{position:absolute;content:"\f101";font-family:FontAwesome;color:#9597a9;left:0;top:0}app-feature-module .content-sidemenu ul li a:hover{color:#12151c}app-feature-module .content-sidemenu ul li a:hover:before{color:#12151c}app-feature-module .content-sidemenu ul li a.active{color:#12151c}app-feature-module .content-sidemenu ul li a.active:before{color:#12151c}app-feature-module .content-sidemenu ul li h4{color:#8094ae;font-size:13px;padding-left:20px;margin-bottom:0;font-weight:400}app-feature-module .content-sidemenu ul li.submenu-side a{padding-left:40px}app-feature-module .main-content{width:calc(100% - 260px);padding:24px}app-feature-module .bootstrap-tagsinput{display:block;border-radius:5px;background:#fff;border:1px solid #dcdcdc;height:46px;padding-top:4px;padding-left:10px;padding-right:10px;width:100%;box-shadow:none;overflow-y:auto}app-feature-module .bootstrap-tagsinput .tag{margin-right:5px;margin-bottom:2px;background:#f4f7ff!important;font-size:14px;font-weight:500;color:#797a8c;border-radius:5px;margin-top:5px}app-feature-module .bootstrap-tagsinput .tag:hover{color:#797a8c}app-feature-module .bootstrap-tagsinput .tag [data-role=remove]{position:relative;left:7px;cursor:pointer}app-feature-module .bootstrap-tagsinput .tag [data-role=remove]:after{content:"x";padding:0 2px}app-feature-module .bootstrap-tagsinput input{line-height:36px;border:1px solid transparent;background:transparent}app-feature-module .bootstrap-tagsinput input:focus-visible{border:1px solid transparent}app-feature-module .label-text{font-size:11px;color:#9d9d9d}app-feature-module .form-checkbox .custom_check{margin-right:22px;margin-bottom:2px}app-feature-module .slot-flex{border:1px solid #c2c9d1;border-radius:5px}app-feature-module .slot-flex .form-control{border:0}app-feature-module .slot-flex .select2-container--default .select2-selection--single{border:0}app-feature-module .slot-flex .select2-container--default .select2-selection--single .select2-selection__rendered{color:#3da7a6}app-feature-module .slot-flex .select2-container{width:auto!important;min-width:100px}app-feature-module .remaind-select .bank-selection{display:inline-block;margin-right:13px}app-feature-module .remaind-select .bank-selection label{background:#ecf6f6;width:auto;font-size:13px;font-weight:500;margin-bottom:0;height:auto;padding:5px 14px}app-feature-module .remaind-select .bank-selection input:checked~label{background:#38a7a7;color:#fff}app-feature-module .remaind-select .bank-selection input:checked~label img{filter:brightness(0) invert(1)}app-feature-module .remaind-select .bank-selection .role-check{background:#fff;height:20px}app-feature-module .appointment-sec .widget-title h4{font-size:22px;font-weight:500}app-feature-module .card-payments{border-radius:8px}app-feature-module .card-payments h6{font-weight:500;color:#797a8c;margin-bottom:10px}app-feature-module .card-payments a{font-weight:500;font-size:14px;background:#fff5f5;border:1px solid #fff5f5;border-radius:4px;color:#f82424;padding:6px 15px;display:inline-block}app-feature-module .card-payments a:hover{border:1px solid #f82424}app-feature-module .card-payments .card-body{display:flex;align-items:center;justify-content:space-between}app-feature-module .card-num{display:flex;align-items:center;margin-bottom:0}app-feature-module .card-num h6{font-weight:500;font-size:16px;color:#28283c;margin-bottom:0}app-feature-module .visa-img{background:#fff;border:1px solid #dfe0e3;border-radius:4px;padding:2px 4px;margin-right:8px}app-feature-module .card-payments.active{border:2px solid #a1bcff}app-feature-module .card-payments.active:before{position:absolute;content:"\f058";font-family:FontAwesome;color:#3da7a6;right:-5px;top:-10px}app-feature-module .card-payment-add{background:#fff;border:2px dashed #d9d9d9;border-radius:4px;margin-bottom:24px;padding:30px;display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}app-feature-module .card-payment-add span{width:32px;height:32px;background:#98a2b3;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}app-feature-module .form-duration{position:relative}app-feature-module .form-duration .mins{position:absolute;background:#fff;border-radius:6px;color:#3da7a6;font-weight:500;font-size:14px;padding:9px 18px;top:50%;transform:translateY(-50%);right:4px}app-feature-module .form-duration .form-control{padding:10px 70px 10px 15px}app-feature-module .ck-editor .ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){border:1px solid #e5e7eb;border-radius:0 0 6px 6px}app-feature-module .ck-editor .ck.ck-toolbar{background:#fff;border:1px solid #e5e7eb;border-radius:6px 6px 0 0!important}app-feature-module .sml-info{font-size:12px;color:#929292}app-feature-module .area-info{font-size:11px;color:#b0b0b0}app-feature-module .add-text{font-weight:500;font-size:14px;color:#3da7a6}app-feature-module #progressbar{margin-bottom:20px;display:flex}app-feature-module #progressbar li{border-radius:10px;border:1px solid #e1e1e1;background:#fff;display:inline-flex;display:-webkit-inline-flex;align-items:center;-webkit-align-items:center;margin:0 24px 20px 0;box-shadow:0 4px 114px #d6d6d640;padding:10px;position:relative;text-align:left;width:100%}app-feature-module #progressbar li:last-child{margin-right:0}app-feature-module #progressbar li.active{opacity:1}app-feature-module #progressbar li.active:after #progressbar li.activated:after{border-left:15px solid #ecf6f6}app-feature-module #progressbar li.active span{background:#38a7a7;color:#fff}app-feature-module #progressbar li.activated{opacity:1}app-feature-module #progressbar li.activated span{background-color:#000;color:#fff}app-feature-module #progressbar .multi-step-info h6{font-weight:500;color:#28283c;margin-bottom:2px}app-feature-module #progressbar .multi-step-info p{font-size:14px;color:#797a8c;margin-bottom:0}app-feature-module #progressbar .multi-step-icon span{background:#fafafa;padding:24px;border-radius:10px;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;margin-right:15px}app-feature-module #progressbar li.active.activated span{background:#333}app-feature-module .sub-title h6{font-weight:500;font-size:18px;margin-bottom:24px}app-feature-module .schedule-nav{margin-bottom:10px}app-feature-module .schedule-nav ul li{margin:5px 15px 10px 0;display:inline-block}app-feature-module .schedule-nav ul li:last-child{margin-right:0}app-feature-module .schedule-nav ul li a.active{background:#38a7a7;border:1px solid #38a7a7;color:#fff}app-feature-module .schedule-nav ul li a:hover{background:#38a7a7;border:1px solid #38a7a7;color:#fff}app-feature-module .schedule-nav ul>li>a{background:#ecf6f6;border:1px solid #ecf6f6;border-radius:5px;padding:7px 15px;color:#3da7a6;font-weight:500;font-size:14px}app-feature-module .input-icon .input-group-addon{background:#f6f6f6;border-color:#f6f6f6;padding:5px 10px;display:flex;align-items:center;justify-content:center}app-feature-module .file-upload{background:#fff;border:1px solid #c2c9d1;border-radius:5px;padding:60px 20px;text-align:center;position:relative;margin-bottom:20px}app-feature-module .file-upload img{margin-bottom:20px}app-feature-module .file-upload h6{font-weight:500;font-size:18px;margin-bottom:6px}app-feature-module .file-upload h6 span{color:#3da7a6;text-decoration:underline}app-feature-module .file-upload p{font-size:12px;margin-bottom:0}app-feature-module .file-upload input{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;cursor:pointer}app-feature-module .file-preview ul{margin-bottom:5px}app-feature-module .file-preview ul li{display:inline-block;margin:0 15px 15px 0;position:relative}app-feature-module .file-preview ul li h6{font-weight:400;font-size:14px}app-feature-module .file-preview ul li a{position:absolute;top:3px;right:3px;color:#f82424}app-feature-module .file-preview ul li img{width:83px;height:72px;object-fit:cover;border-radius:5px}app-feature-module .img-preview{position:relative;display:inline-block}app-feature-module .img-preview a{position:absolute;right:0;top:5px}app-feature-module .img-preview a.remove-item{display:none}app-feature-module .field-btns{margin-top:20px;text-align:right}app-feature-module .field-btns .btn{font-weight:500;font-size:14px;padding:9px 24px}app-feature-module .timepicker-sec{display:none}app-feature-module fieldset#first-field{display:block}app-feature-module .service-inform-fieldset fieldset{display:none}app-feature-module .page-topbar .back-link a{font-size:15px;color:#68616d;display:inline-block;margin-bottom:10px}app-feature-module .page-topbar .page-breadcrumb ol{font-size:16px;margin-bottom:30px}app-feature-module .page-topbar .page-breadcrumb ol li.active{color:#28283c}app-feature-module .book-id{margin-bottom:15px}app-feature-module .book-id h4{font-size:20px;margin-bottom:8px}app-feature-module .book-id p{margin-bottom:10px}app-feature-module .book-id-action{text-align:right;margin-bottom:30px}app-feature-module .book-id-action .btn{padding:9px 15px;font-weight:500;font-size:14px;margin:0 14px 10px 0;border-radius:5px}app-feature-module .book-id-action .btn:last-child{margin-right:0}app-feature-module .chat-item{display:flex;align-items:center}app-feature-module .chat-item .btn{font-size:13px;font-weight:500;padding:5px 14px;margin-bottom:10px}app-feature-module .slot-box{background:#f8f8f8;padding:20px 20px 10px;margin-bottom:30px}app-feature-module .slot-box h6{font-weight:500;font-size:18px;margin-bottom:15px}app-feature-module .slot-booked ul li{font-size:14px;margin-bottom:10px}app-feature-module .slot-booked ul li i{color:#c2c9d1}app-feature-module .slot-user-img{display:flex}app-feature-module .slot-user-img img{width:38px;height:38px;border-radius:50%;margin-right:10px}app-feature-module .slot-chat{display:flex}app-feature-module .slot-user-info{margin-right:25px}app-feature-module .slot-user-info p{font-size:14px;margin-bottom:6px}app-feature-module .slot-action{float:right}app-feature-module .slot-action .btn{font-weight:500;font-size:14px;padding:5px 15px;border-radius:5px;margin:0 15px 10px 0}app-feature-module .slot-action .btn:last-child{margin-right:0}app-feature-module .slot-action .btn-light-success{color:#1ba345}app-feature-module .order-title{font-size:20px;font-weight:500;margin-bottom:20px}app-feature-module .slot-address h6{font-size:14px;margin-bottom:13px}app-feature-module .slot-address ul li{display:flex;margin-bottom:15px}app-feature-module .slot-address ul li span{width:40px;height:40px;background:#ecf6f6;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;margin-right:10px}app-feature-module .slot-address ul li h6{font-size:15px;font-weight:500;margin-bottom:4px}app-feature-module .slot-address ul li p{font-size:14px;margin-bottom:0}app-feature-module .order-amt{display:flex;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}app-feature-module .order-amt h5{margin-bottom:10px}app-feature-module .order-info{display:flex;align-items:center;margin-bottom:20px}app-feature-module .order-img{margin-right:8px}app-feature-module .order-img img{width:55px;height:47px;border-radius:8px}app-feature-module .order-profile h6{font-size:16px;font-weight:500;margin-bottom:5px}app-feature-module .order-profile p{font-size:14px;margin-bottom:0}app-feature-module .ord-summary ul li{font-weight:500;color:#28283c;margin-bottom:15px}app-feature-module .ord-summary ul li:last-child{margin-bottom:0}app-feature-module .ord-summary ul li .ord-amt{float:right;font-weight:400;color:#797a8c}app-feature-module .ord-summary ul li.ord-total span{font-weight:500;color:#282828}app-feature-module .ord-code{background:#ecf6f6;border-radius:5px;padding:4px 9px;font-size:13px;color:#3da7a6;margin-left:15px}app-feature-module .book-history ul li{position:relative;padding:0 0 24px 20px;margin-left:4px;border-left:2px solid #e4e7ec}app-feature-module .book-history ul li:before{content:"";display:block;position:absolute;top:5px;left:-4px;width:7px;height:7px;background:#fff;outline:4px solid #3d5ee1;border-radius:50%}app-feature-module .book-history ul li:last-child{border:0;padding-bottom:0}app-feature-module .book-history ul li h6{font-size:16px;font-weight:500;margin-bottom:5px}app-feature-module .book-history ul li p{font-size:14px;margin-bottom:0}app-feature-module .book-history ul li p i{color:#3da7a6}app-feature-module .payment-summary{border-bottom:1px solid #d8e2e8;padding-bottom:30px;margin-bottom:30px}app-feature-module .slot-pay p{font-size:13px}app-feature-module .slot-pay p .slot-img{background:#d8e3f3;border-radius:4px;padding:2px 1px;margin-left:10px}app-feature-module .slot-title{font-weight:500;font-size:18px;color:#28283c;margin-right:40px}app-feature-module .order-reviews ul li .order-comment{margin-bottom:20px}app-feature-module .order-reviews ul li:last-child .order-comment{margin-bottom:0}app-feature-module .order-reviews .btn{font-weight:500;font-size:14px;padding:9px 20px;margin-bottom:20px}app-feature-module .order-reviews .btn-rebook:hover{color:#fff}app-feature-module .order-comment .rating{margin-bottom:15px}app-feature-module .order-comment h6{font-size:16px;font-weight:500;color:#68616d;margin-bottom:5px}app-feature-module .order-comment p{font-size:14px;margin-bottom:0}app-feature-module .order-comment p i{color:#3da7a6}app-feature-module .fc .fc-toolbar-title{font-size:20px;font-weight:500;display:inline-block}app-feature-module .fc .fc-col-header-cell-cushion{padding:9px 4px;font-weight:500;font-size:16px;color:#969696!important}app-feature-module .fc-theme-bootstrap5 a:not([href]){color:#969696}app-feature-module .fc-toolbar-chunk .btn-primary.active{background:#38a7a7;border:1px solid #38a7a7;color:#fff;border-radius:4px!important;box-shadow:none}app-feature-module .fc-toolbar-chunk .btn-primary.active:not(:disabled):not(.disabled){background:#38a7a7;border:1px solid #38a7a7;color:#fff;border-radius:4px!important;box-shadow:none}app-feature-module .fc-toolbar-chunk .btn-primary{background:#fff;border:0;color:#3da7a6;font-weight:500;padding:3px 12px}app-feature-module .fc-toolbar-chunk .btn-primary:hover{color:#fff}app-feature-module .fc-toolbar-chunk .fc-prev-button{width:35px;height:35px;display:inline-flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;background:#38a7a7;color:#fff;border-radius:50%!important}app-feature-module .fc-toolbar-chunk .fc-prev-button:hover{background:#fff;color:#3da7a6;border:1px solid #38a7a7!important}app-feature-module .fc-toolbar-chunk .fc-next-button{width:35px;height:35px;display:inline-flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;background:#38a7a7;color:#fff;border-radius:50%!important}app-feature-module .fc-toolbar-chunk .fc-next-button:hover{background:#fff;color:#3da7a6;border:1px solid #38a7a7!important}app-feature-module .fc-toolbar-chunk .btn-group>.btn-group:not(:first-child){margin-left:10px}app-feature-module .fc-toolbar-chunk .btn-group>.btn:not(:first-child){margin-left:10px}app-feature-module .fc-toolbar-chunk .fc-today-button.btn-primary{background:#eff6ff;border-color:#38a7a7;border-radius:4px!important;color:#2563eb;padding:4px 15px;font-weight:600;font-size:16px;box-shadow:none;opacity:1}app-feature-module .fc-header-toolbar>.fc-toolbar-chunk>div{display:inline-block}app-feature-module .leave-action .btn{font-weight:500;font-size:13px;padding:5px 14px;border-radius:4px;margin:0 10px 30px 0}app-feature-module .leave-action .btn:last-child{margin-right:0}app-feature-module .msg-alert{margin-bottom:29px}app-feature-module .msg-alert p{font-size:14px;color:#9597a9;margin-bottom:10px}app-feature-module .msg-alert p span{color:#28283c;font-weight:500}app-feature-module .msg-alert p:last-child{margin-bottom:0}app-feature-module .mouse-cursor{position:fixed;left:0;top:0;pointer-events:none;border-radius:50%;transform:translateZ(0);visibility:hidden}app-feature-module .cursor-inner{margin-left:-4px;margin-top:-4px;width:10px;height:10px;z-index:10000001;background:#6dcc76!important;transition:width .3s ease-in-out,height .3s ease-in-out,margin .3s ease-in-out,opacity .3s ease-in-out}app-feature-module .cursor-inner.cursor-hover{margin-left:-20px;margin-top:-20px;width:40px;height:40px;background:#6dcc76!important;opacity:.1}app-feature-module .cursor-outer{margin-left:-15px;margin-top:-15px;width:30px;height:30px;box-sizing:border-box;z-index:10000000;opacity:.5;border:2px solid #6dcc76;transition:all .08s ease-out}app-feature-module .cursor-outer.cursor-hover{opacity:0}app-feature-module .mim_tm_all_wrap[data-magic-cursor=hide] .mouse-cursor{display:none;opacity:0;visibility:hidden;position:absolute;z-index:-1111}app-feature-module .toggle-sidebar{width:400px;position:fixed;top:0;right:-400px;height:100vh;transition:ease all .8s;-webkit-transition:ease all .8s;-ms-transition:ease all .8s;z-index:1040}app-feature-module .toggle-sidebar .sidebar-header{padding:25px;display:flex;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;border-bottom:1px solid #f0f0f0}app-feature-module .toggle-sidebar .sidebar-header h5{font-size:18px;margin-bottom:0}app-feature-module .toggle-sidebar .sidebar-close{background:#f82424;border:0;border-radius:50%;color:#fff;font-size:15px;width:29px;height:29px;display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;margin:0}app-feature-module .toggle-sidebar .sidebar-close:hover{background:#38a7a7;color:#fff}app-feature-module .toggle-sidebar.sidebar-popup{right:0;width:100%;transition:ease all .8s;-webkit-transition:ease all .8s;-ms-transition:ease all .8s}app-feature-module .sidebar-layout{background-color:#fff;border:1px solid #f1f1f1;box-shadow:0 33px 74px 14px #4c40ed14;border-radius:20px 0 0 20px;max-width:400px;width:100%;position:absolute;right:0;height:100vh;overflow-y:auto;overflow-x:hidden}app-feature-module .bk-wrap{border-bottom:1px solid #f0f0f0;padding:25px 25px 20px}app-feature-module .bk-wrap h5{font-size:14px;font-weight:500;margin-bottom:8px}app-feature-module .bk-wrap p{font-size:12px;margin-bottom:5px}app-feature-module .bk-wrap .bk-price{font-weight:500;font-size:14px;margin-bottom:10px}app-feature-module .book-customer h5{font-weight:500;font-size:16px;margin-bottom:20px}app-feature-module .book-email{display:flex;align-items:center;margin:0 17px 5px 0}app-feature-module .book-email img{width:38px;height:38px;border-radius:50%;margin-right:10px}app-feature-module .book-email p{font-size:12px;margin-bottom:6px}app-feature-module .book-email p:last-child{margin-bottom:0}app-feature-module .book-email-info{display:flex;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}app-feature-module .book-email-info p{font-size:12px;margin-bottom:6px}app-feature-module .book-email-info p:last-child{margin-bottom:0}app-feature-module .btn-mail{border-radius:4px;font-weight:500;font-size:13px;padding:5px 14px;margin-left:10px}app-feature-module .edit-book{width:32px;height:32px;background:#ecf6f6;display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;border-radius:50%;color:#797a8c;margin-bottom:20px}app-feature-module .edit-book:hover{background:#38a7a7;color:#fff}app-feature-module .bk-service{display:flex;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}app-feature-module .book-confirm h6{font-size:16px;font-weight:500;margin-bottom:20px}app-feature-module .book-confirm h6 span{font-size:13px;padding:8px 16px;margin-left:10px}app-feature-module .book-confirm ul{margin-bottom:25px}app-feature-module .book-confirm ul li{font-size:12px;margin-bottom:10px}app-feature-module .book-confirm ul li .bk-date{font-weight:500;font-size:14px;color:#28283c;min-width:100px;display:inline-block}app-feature-module .book-confirm ul li .bk-date i{color:#c2c9d1;width:18px;display:inline-block}app-feature-module .book-confirm ul li span{color:#28283c}app-feature-module .book-confirm .btn{font-weight:500;font-size:13px}app-feature-module .bk-history h4{font-size:18px;margin-bottom:20px}app-feature-module .bk-history ul li{display:flex;position:relative;padding-bottom:40px}app-feature-module .bk-history ul li:last-child{padding-bottom:0}app-feature-module .bk-history ul li:last-child:before{content:none}app-feature-module .bk-history ul li:before{position:absolute;content:"";width:1px;height:100%;background:#eee;left:19px;top:0}app-feature-module .bk-history span{width:38px;height:38px;background:#f5f4fe;display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;border-radius:50%;color:#3da7a6;margin-right:15px;z-index:1}app-feature-module .bk-history h6{font-size:14px;margin-bottom:5px}app-feature-module .bk-history p{font-size:12px;margin-bottom:0}app-feature-module .wizard-book ul li{display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;position:relative;padding-right:40px}app-feature-module .wizard-book ul li:last-child{padding-right:0}app-feature-module .wizard-book ul li:last-child:before{content:none}app-feature-module .wizard-book ul li:before{position:absolute;content:"";width:100%;height:3px;top:17px;left:15px;background:#dbe3eb}app-feature-module .wizard-book ul li>div{text-align:center;z-index:1}app-feature-module .wizard-book ul li span{width:37px;height:37px;display:inline-flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;background:#dbe3eb;color:#fff;border-radius:50%;margin-bottom:8px;z-index:1}app-feature-module .wizard-book ul li h6{font-size:14px;margin-bottom:10px}app-feature-module .wizard-book ul li.activate:before{background:#38a7a7}app-feature-module .wizard-book ul li.activate span{background:#38a7a7}app-feature-module .wizard-book ul li.active span{background:#38a7a7}app-feature-module .bk-action{text-align:center}app-feature-module .bk-action .btn{margin-right:19px;border-radius:4px;padding:5px 14px}app-feature-module .bk-action .btn:last-child{margin-right:0}app-feature-module .chat-scroll{max-height:calc(100vh - 264px);overflow-y:auto}app-feature-module .chat-scroll::-webkit-scrollbar{width:3px;background:#fff;height:3px}app-feature-module .chat-scroll::-webkit-scrollbar-track{box-shadow:inset 0 0 5px #fff;border-radius:10px}app-feature-module .chat-scroll::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:10px}app-feature-module .chat-scroll::-webkit-scrollbar-thumb:hover{background:#d4d4d4}app-feature-module .chat-cont-left .chat-scroll{max-height:calc(100vh - 286px);overflow-y:auto}app-feature-module .chat-cont-left .chat-scroll::-webkit-scrollbar{width:3px;background:#fff;height:3px}app-feature-module .chat-cont-left .chat-scroll::-webkit-scrollbar-track{box-shadow:inset 0 0 5px #fff;border-radius:10px}app-feature-module .chat-cont-left .chat-scroll::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:10px}app-feature-module .chat-cont-left .chat-scroll::-webkit-scrollbar-thumb:hover{background:#d4d4d4}app-feature-module .chat-cont-left .chat-header{align-items:center;background-color:#fff;display:flex;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;padding:15px}app-feature-module .chat-cont-left .chat-header h6{font-size:20px;margin-bottom:3px}app-feature-module .chat-cont-left .chat-header p{margin-bottom:0;font-size:14px}app-feature-module .chat-cont-left .chat-header.inner-chat-header{padding:15px 0}app-feature-module .chat-cont-left .chat-header.inner-chat-header h6{font-size:16px;font-weight:500;margin-bottom:0}app-feature-module .chat-cont-left .card{border:2px solid rgba(220,220,220,.3);border-radius:5px}app-feature-module .chat-cont-left .chat-users-list a.media{border:1px solid #fff;padding:8px;transition:all .2s ease 0s}app-feature-module .chat-cont-left .chat-users-list a.media .media-body{display:flex;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}app-feature-module .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#28283c;font-weight:500;font-size:15px;text-transform:capitalize;margin-bottom:3px}app-feature-module .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7a7f9a;font-size:13px}app-feature-module .chat-cont-left .chat-users-list a.media .media-body>div:last-child{text-align:right}app-feature-module .chat-cont-left .chat-users-list a.media .media-body>div:last-child .badge{width:15px;height:15px;background:#38a7a7;border-radius:50%;color:#fff;align-items:center;display:inline-flex;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;font-weight:500;font-size:9px;padding:0}app-feature-module .chat-cont-left .chat-users-list a.media .media-body>div:last-child .last-chat-time{color:#7a7f9a;font-size:13px}app-feature-module .chat-cont-left .chat-users-list a.media .media-img-wrap{margin-right:10px;position:relative}app-feature-module .chat-cont-left .chat-users-list a.media .media-img-wrap .avatar{width:35px;height:35px}app-feature-module .chat-cont-left .chat-users-list a.media.active{background-color:#f3f3f5;border-radius:5px}app-feature-module .contacts_body{padding:.75rem 0;overflow-y:auto;white-space:nowrap}app-feature-module .msg_card_body{overflow-y:auto}app-feature-module .msg_card_body .media .media-body{margin-left:6px}app-feature-module .msg_card_body .media .media-body .msg-box .chat-file-icon{margin-right:9px}app-feature-module .msg_card_body .media .media-body .msg-box .chat-file-icon i{font-size:25px}app-feature-module .msg_card_body .media .media-body .msg-box .chat-file-info h6{font-weight:500;font-size:14px;margin-bottom:5px}app-feature-module .msg_card_body .media .media-body .msg-box .chat-file-info p{font-size:12px;color:#828282;margin-bottom:0}app-feature-module .msg_card_body .media .media-body .msg-box>div{padding:12px 17px;border-radius:10px;display:inline-block;position:relative}app-feature-module .msg_card_body .media .media-body .msg-box>div p{font-size:14px;margin-bottom:0}app-feature-module .msg_card_body .media .media-body .msg-box+.msg-box{margin-top:5px}app-feature-module .msg_card_body .media .avatar{height:25px;width:25px;width:40px;height:40px}app-feature-module .msg_card_body .media:last-child{margin-bottom:0}app-feature-module .msg_card_body .media .chat-msg-info li .dropdown-item{padding:4px 15px}app-feature-module .msg_card_body ul.list-unstyled{margin:0 auto;padding:1rem 0 0;width:100%;border-top:1px solid #e8ebed}app-feature-module .msg_card_body ul.list-unstyled li:last-child{margin-bottom:0}app-feature-module .msg_card_body .media.received{margin-bottom:20px}app-feature-module .msg_card_body .media.received .chat-msg-info li a{color:#ababab}app-feature-module .msg_card_body .media.received .media-body .msg-box{position:relative;display:inline-block}app-feature-module .msg_card_body .media.received .media-body .msg-box>div{background-color:#858585;color:#fff}app-feature-module .msg_card_body .media.received .media-body .msg-box>div .chat-time{color:#ababab}app-feature-module .msg_card_body .media.received .media-body .msg-box:first-child>div{border-radius:15px 15px 15px 0;margin-top:0}app-feature-module .msg_card_body .media.received .media-body .msg-box div.msg-img{border-radius:15px 0 0;padding:8px}app-feature-module .msg_card_body .media.sent{margin-bottom:20px;align-items:flex-end}app-feature-module .msg_card_body .media.sent .media-body{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end;margin-left:0;margin-right:6px}app-feature-module .msg_card_body .media.sent .media-body .msg-box{margin-left:70px;position:relative}app-feature-module .msg_card_body .media.sent .media-body .msg-box>div{background:#f7f7f8}app-feature-module .msg_card_body .media.sent .media-body .msg-box>div .chat-time{color:#32414866}app-feature-module .msg_card_body .media.sent .media-body .msg-box>div .chat-msg-info{flex-direction:row-reverse}app-feature-module .msg_card_body .media.sent .media-body .msg-box>div .chat-msg-info li{padding-left:16px;padding-right:0;position:relative}app-feature-module .msg_card_body .media.sent .media-body .msg-box>div .chat-msg-info li:last-child{padding-left:0}app-feature-module .msg_card_body .media.sent .media-body .msg-box>div .chat-msg-attachments{flex-direction:row-reverse}app-feature-module .msg_card_body .media.sent .media-body .msg-box>div:hover .chat-msg-actions{opacity:1}app-feature-module .msg_card_body .media.sent .media-body .msg-box:first-child>div{border-radius:15px 15px 0;margin-top:0;border:1px solid #fafafa;background:#fafafa}app-feature-module .msg_card_body .media.sent .media-body .msg-box:first-child>div.audio-file-sent{border-radius:0 15px 15px}app-feature-module .msg_card_body .media.sent .avatar{order:3;margin-bottom:30px}app-feature-module .msg_card_body .chat-date{font-size:13px;margin:22px 0;overflow:hidden;position:relative;text-align:center;text-transform:capitalize}app-feature-module .msg_card_body .chat-date span{color:#a8a8a8;background:#fff;border:1px solid #f1f1f1;border-radius:5px;padding:2px 10px;display:inline-block;background-color:#e8e8e8;color:#333}app-feature-module .chat-list{margin:0 auto;padding:0 14px;text-align:center}app-feature-module .chat-list li{display:inline-block;margin-bottom:5px}app-feature-module .chat-list li a{padding:5px 11px;font-weight:500;font-size:12px;color:#34444c;border-radius:50px;display:inline-flex;align-items:center}app-feature-module .chat-list li a:hover{background-color:#f3f3f5}app-feature-module .chat-list li a i{margin-right:5px}app-feature-module .chat-list li a.active{background-color:#f3f3f5}app-feature-module .chat-compose{width:37px;height:37px;color:#34444c;display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;background:#f9f9f9;border-radius:5px;font-size:18px}app-feature-module .chat-file-attachments{display:flex;align-items:center}app-feature-module .chat-file-attach{display:flex;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;margin-right:20px}app-feature-module .chat-file-download{width:28px;height:28px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}app-feature-module .card-footer{background-color:#fff;border-radius:0 0 15px 15px;border-top:0}app-feature-module .search{border-radius:15px 0 0 15px;background-color:#0000001a;border:0;color:#fff}app-feature-module .search:focus{box-shadow:none;outline:0px}app-feature-module .btn-file{align-items:center;display:inline-flex;font-size:20px;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;overflow:hidden;padding:0;vertical-align:middle;background:#edeef7;border:1px solid #edeef7;border-radius:50%!important;width:30px;height:30px;position:absolute!important;left:10px;top:50%;transform:translateY(-50%)}app-feature-module .btn-file input{cursor:pointer;filter:alpha(opacity=0);font-size:23px;height:100%;margin:0;opacity:0;position:absolute;right:0;top:0;width:100%}app-feature-module .type_msg{background:#fff;border:1px solid #38a7a7;box-shadow:0 4px 8px #34444c0a;border-radius:50px;overflow-y:auto;min-height:50px;padding:10px 107px 10px 45px;border-radius:50px!important;font-size:14px}app-feature-module .type_msg:focus{box-shadow:none;outline:0px;z-index:unset!important}app-feature-module .type_msg::placeholder{color:#b1b1b1}app-feature-module .send-action{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:inline-flex;display:-webkit-inline-flex;align-items:center;-webkit-align-items:center}app-feature-module .send-action a{width:30px;height:30px;display:inline-flex;display:-webkit-inline-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;background:#edeef7;border:1px solid #f3f3f3;color:#575757;border-radius:50%;margin-right:7px;font-size:12px}app-feature-module .send-action a:hover{background:#38a7a7;color:#fff}app-feature-module .btn_send{width:30px;height:30px;border-radius:50%!important;display:inline-flex;display:-webkit-inline-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;padding:0;font-size:12px}app-feature-module .search_btn{background-color:transparent;border:0;line-height:0}app-feature-module .user_img{height:46px;width:46px}app-feature-module .img_cont{position:relative;height:45px;width:45px}app-feature-module .offline{background-color:#c23616}app-feature-module .user_info{margin-top:auto;margin-bottom:auto;margin-left:8px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}app-feature-module .user_info span{font-size:18px;font-weight:600;color:#28283c}app-feature-module .user_info .user-name{color:#2c3038}app-feature-module .user_info p{font-size:14px;line-height:normal}app-feature-module .user_info p.active{color:#48e100}app-feature-module .user_info p.inactive{color:#c23616}app-feature-module .chat-window .avatar-online:before{background-color:#47bc00}app-feature-module .msg_head{position:relative;background-color:transparent;border-bottom:0!important}app-feature-module .chat-cont-right .chat-footer{background-color:#fff;border-top:1px solid #f0f0f0;padding:10px 15px;position:relative}app-feature-module .chat-cont-right .chat-footer .input-group{width:100%}app-feature-module .chat-cont-right .chat-footer .input-group .form-control{background-color:#f5f5f6;border:none;border-radius:50px}app-feature-module .chat-cont-right .chat-footer .input-group .form-control:focus{background-color:#f5f5f6;border:none;box-shadow:none}app-feature-module .chat-cont-right .chat-footer .input-group .input-group-prepend .btn{background-color:transparent;border:none;color:#9f9f9f}app-feature-module .chat-cont-right .chat-footer .input-group .input-group-append .btn{background-color:transparent;border:none;color:#9f9f9f}app-feature-module .chat-cont-right .chat-footer .input-group .input-group-append .btn.msg-send-btn{background-color:#0de0fe;border-color:#0de0fe;border-radius:50%;color:#fff;margin-left:10px;min-width:46px;font-size:20px}app-feature-module .chat-cont-right .card{border-color:#dcdcdc4d;border-radius:5px}app-feature-module .chat-cont-right .card-header{padding:15px;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:space-between;-webkit-justify-content:space-between}app-feature-module .chat-cont-right .img_cont{width:auto;height:auto}app-feature-module .chat-cont-right .msg_head .back-user-list{display:none;padding-right:10px;margin-left:-10px;padding-left:10px}app-feature-module .msg-typing{width:auto;height:24px;padding-top:8px}app-feature-module .msg-typing span{height:8px;width:8px;float:left;margin:0 1px;background-color:#fff;display:block;border-radius:50%;opacity:.4}app-feature-module .msg-typing span:nth-of-type(1){animation:1s blink infinite .33333s}app-feature-module .msg-typing span:nth-of-type(2){animation:1s blink infinite .66666s}app-feature-module .msg-typing span:nth-of-type(3){animation:1s blink infinite .99999s}app-feature-module .chat-msg-info{align-items:center;display:flex;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;clear:both;flex-wrap:wrap;list-style:none;font-size:10px;padding:0;margin:5px 0;bottom:-20px;left:0;width:100%}app-feature-module .chat-msg-info li{font-size:13px;padding-right:5px;display:flex;align-items:center}app-feature-module .chat-msg-info li:last-child{padding-right:0}app-feature-module .chat-msg-info li .chat-time{margin-right:10px}app-feature-module .chat-msg-info li .drop-item{color:#ababab}app-feature-module .chat-msg-info li a{color:#777}app-feature-module .chat-msg-info li a:hover{color:#2c80ff}app-feature-module .media.sent .chat-msg-info li .chat-time{margin:0 0 0 10px}app-feature-module .chat-seen i{color:#00d285;font-size:16px}app-feature-module .chat-msg-attachments{padding:4px 0;display:flex;width:100%;margin:0 -1px;gap:10px}app-feature-module .chat-msg-attachments>div{margin:0 1px}app-feature-module .chat-attachment{position:relative;max-width:130px;overflow:hidden;border-radius:.25rem}app-feature-module .chat-attachment:hover:before{opacity:.6}app-feature-module .chat-attachment:hover .chat-attach-caption{opacity:0}app-feature-module .chat-attachment:hover .chat-attach-download{opacity:1}app-feature-module .chat-attach-caption{position:absolute;left:0;right:0;bottom:0;color:#fff;padding:7px 15px;font-size:13px;opacity:1;transition:all .4s}app-feature-module .chat-attach-download{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:all .4s;color:#fff;width:32px;line-height:32px;background:#fff3;text-align:center}app-feature-module .chat-attach-download:hover{color:#495463;background:#fff}app-feature-module .chat-attachment-list{display:flex;margin:-5px}app-feature-module .chat-attachment-list li{width:33.33%;padding:5px}app-feature-module .chat-attachment-item{align-items:center;border:5px solid rgba(230,239,251,.5);height:100%;min-height:60px;text-align:center;font-size:30px;display:flex;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}app-feature-module .chat-msg-actions{position:absolute;left:-30px;top:50%;transform:translateY(-50%);opacity:0;transition:all .4s;z-index:2}app-feature-module .chat-msg-actions>a{padding:0 10px;color:#495463;font-size:24px}app-feature-module .chat-msg-actions>a:hover{color:#2c80ff}app-feature-module .card-body.chat-users-list{padding:15px}app-feature-module .chat-page .footer{display:none}app-feature-module .chat-search{padding:0 15px 24px;width:100%}app-feature-module .chat-search .input-group{width:100%}app-feature-module .chat-search .input-group .form-control{border:1px solid #ecf6f6;border-radius:7px!important;background-color:#fff;padding-left:36px;min-height:35px;font-size:13px}app-feature-module .chat-search .input-group .form-control:focus{border-color:#ccc;box-shadow:none}app-feature-module .chat-search .input-group .input-group-prepend{align-items:center;bottom:0;color:#888;display:flex;left:10px;pointer-events:none;position:absolute;top:0;z-index:4}app-feature-module .chat-search .input-group .form-control.chat-search{border-radius:5px;border:1px solid #e1e1e1;padding:10px}app-feature-module .chat-options ul{list-style:none;padding:0;margin:0;display:flex;display:-webkit-flex}app-feature-module .chat-options ul li a{width:30px;height:30px;background-color:#fff;border-radius:30px;display:inline-block;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center}app-feature-module .chat-options ul li a i{color:#797a8c}app-feature-module .chat-options ul li a:hover{background-color:#f3f3f5;background:#38a7a7}app-feature-module .chat-options ul li a:hover i{color:#fff}app-feature-module .chat-options ul li:not(:last-child){margin-right:5px}app-feature-module .chat-options ul li a.with-bg{background-color:#f3f3f5}app-feature-module .msg-highlight a{font-size:13px;color:#3da7a6;text-decoration:underline}app-feature-module .chat-cont-profile .card{border:2px solid rgba(220,220,220,.3);border-radius:5px}app-feature-module .chat-cont-profile .card-header{padding:14px 14px 0;background:#fff;border:0}app-feature-module .chat-cont-profile .card-body{padding:14px;max-height:calc(100vh - 265px);overflow-y:auto}app-feature-module .chat-cont-profile .card-body::-webkit-scrollbar{width:3px;background:#fff;height:3px}app-feature-module .chat-cont-profile .card-body::-webkit-scrollbar-track{box-shadow:inset 0 0 5px #fff;border-radius:10px}app-feature-module .chat-cont-profile .card-body::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:10px}app-feature-module .chat-cont-profile .card-body::-webkit-scrollbar-thumb:hover{background:#d4d4d4}app-feature-module .chat-profile{display:inline-flex;align-items:center;margin-bottom:15px}app-feature-module .chat-profile-img{margin-right:16px}app-feature-module .chat-profile-img img{width:46px;height:46px;border-radius:50%}app-feature-module .chat-profile-info h6{font-weight:500;font-size:18px;margin-bottom:3px}app-feature-module .chat-profile-info p{font-size:11px;color:#959494;margin-bottom:0}app-feature-module .profile-wrap{border-bottom:1px solid #f2f2f2;padding-bottom:14px}app-feature-module .profile-wrap ul li{display:inline-block;margin-right:15px}app-feature-module .profile-wrap ul li:last-child{margin-right:0}app-feature-module .profile-wrap ul li a{width:30px;height:30px;background-color:#fff;border-radius:30px;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;background-color:#f3f3f5;color:#585858}app-feature-module .profile-wrap ul li a:hover{background:#38a7a7;color:#fff}app-feature-module .chat-pro-list ul{padding:18px 0;border-bottom:1px solid #f2f2f2}app-feature-module .chat-pro-list ul li{font-weight:500;font-size:13px;margin-bottom:13px}app-feature-module .chat-pro-list ul li .role-info{font-weight:400;color:#8b8b8b}app-feature-module .chat-pro-list ul li:last-child{margin-bottom:0}app-feature-module .role-title{width:100px;display:inline-block}app-feature-module .role-title i{margin-right:8px}app-feature-module .media-list{text-align:center}app-feature-module .media-list ul{margin-bottom:10px;justify-content:center;justify-content:start}app-feature-module .media-list li{display:inline-block;margin-bottom:10px}app-feature-module .media-list li a{padding:5px 12px;font-weight:500;font-size:12px;color:#34444c;border-radius:50px;display:inline-flex;align-items:center}app-feature-module .media-list li a.active{background-color:#f3f3f5}app-feature-module .photo-list ul li{display:inline-block;margin:0 12px 15px 0}app-feature-module .photo-list ul li img{width:80px;height:70px;object-fit:cover;border-radius:10px}app-feature-module .input-group>.form-control:focus{z-index:3;z-index:0}app-feature-module .input-group>.form-floating:focus-within{z-index:3}app-feature-module .input-group>.form-select:focus{z-index:3}app-feature-module .chat-notification ul li{border-bottom:1px solid #f2f2f2;padding:14px 0;display:flex;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}app-feature-module .chat-notification ul li p{font-weight:500;font-size:14px;color:#28283c;margin-bottom:0}app-feature-module .chat-notification ul li p i{color:#34444c;margin-right:5px;width:15px}app-feature-module .chat-notification ul li .status-toggle .checktoggle{width:49px}app-feature-module .chat-media-title{display:flex;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;margin:18px 0 10px}app-feature-module .chat-media-title h6{font-weight:500;font-size:16px;margin-bottom:10px}app-feature-module .chat-media-title span{font-size:12px;color:#3da7a6;display:inline-block;margin-bottom:10px}app-feature-module .photo-link li a{font-size:12px}app-feature-module .photo-link li a:hover{color:#3da7a6}app-feature-module .photo-file{font-size:12px}app-feature-module .photo-file li{margin-bottom:10px}app-feature-module .clear-list ul{padding-top:18px}app-feature-module .clear-list ul li{font-weight:500;font-size:14px;color:#8c8c8c;margin-bottom:14px}app-feature-module .clear-list ul li:last-child{margin-bottom:0}app-feature-module .clear-list ul li a{color:#8c8c8c}app-feature-module .clear-list ul li a i{margin-right:10px}app-feature-module .clear-list ul li a:hover{color:#3da7a6}app-feature-module .blog-list{background:#fff;border:1px solid #f3f3f8;margin-bottom:30px}app-feature-module .blog-list .blog-image{border-radius:10px 10px 0 0;margin:0}app-feature-module .blog-list .blog-image img{border-radius:10px 10px 0 0}app-feature-module .blog-list .blog-content{padding-top:24px}app-feature-module .blog-list .blog-content .blog-title{font-size:32px;margin-bottom:20px}app-feature-module .blog-list .blog-content p{margin-bottom:24px}app-feature-module .blog-list .blog-info ul li{margin:0 20px 0 0;padding-right:0}app-feature-module .blog-list .blog-info ul li i{color:#3da7a6}app-feature-module .grid-blog{background:#fff;border:1px solid #f3f3f8;border-radius:0;margin-bottom:24px}app-feature-module .grid-blog .blog-image{margin:0;border-radius:0}app-feature-module .grid-blog .blog-image img{border-radius:0}app-feature-module .grid-blog .blog-category ul li{padding-right:10px;margin:0 10px 12px 0}app-feature-module .grid-blog .blog-category ul li:last-child{padding:0;margin:0}app-feature-module .grid-blog .blog-content{padding-top:24px}app-feature-module .grid-blog .blog-content .blog-title{font-size:22px;font-weight:500;margin-bottom:15px;-webkit-line-clamp:1}app-feature-module .grid-blog .blog-content p{margin-bottom:20px}app-feature-module .grid-blog .blog-content .read-more{font-weight:500;font-size:16px;color:#3da7a6;background:#ecf6f6;border-radius:4px;padding:10px 15px;display:inline-flex;align-items:center;-webkit-box-align:center;-ms-flex-align:center}app-feature-module .grid-blog .blog-content .read-more i{margin-left:5px}app-feature-module .grid-blog .blog-content .read-more img{filter:brightness(0) saturate(100%) invert(24%) sepia(85%) saturate(5324%) hue-rotate(243deg) brightness(96%) contrast(93%)}app-feature-module .grid-blog .blog-content .read-more:hover{background:#38a7a7;color:#fff}app-feature-module .grid-blog .blog-content .read-more:hover img{filter:brightness(0) invert(1)}app-feature-module .blog-content-img{display:flex;display:-webkit-flex}app-feature-module .blogimg{flex:0 0 260px;margin-right:15px}app-feature-module .blog-pagination ul li{margin-right:10px}app-feature-module .blog-pagination ul li:first-child{margin-right:20px}app-feature-module .blog-pagination ul li:last-child{margin-right:0;margin-left:10px}app-feature-module .blog-pagination .page-prev{width:auto;height:auto;background:#fff;border:0;font-size:13px;padding:0 3px;line-height:40px}app-feature-module .blog-pagination .page-prev:hover{background-color:#fff!important;color:#3da7a6}app-feature-module .blog-pagination .page-next{width:auto;height:auto;background:#fff;border:0;font-size:13px;padding:0 3px;line-height:40px}app-feature-module .blog-pagination .page-next:hover{background-color:#fff!important;color:#3da7a6}app-feature-module .blog-pagination .pagination{margin-top:26px}app-feature-module .blog-info ul li{display:inline-block;color:#71717a;font-size:15px;margin:0 35px 5px 0;padding-right:35px;position:relative}app-feature-module .blog-info ul li:last-child{padding:0;margin:0}app-feature-module .blog-info ul li a{color:#797a8c}app-feature-module .blog-info .post-author img{width:32px;height:32px;border-radius:50%;margin-right:10px}app-feature-module .blog-info .post-author span{font-size:15px;color:#797a8c}app-feature-module .blog-category .post-author img{width:26px;height:26px;border-radius:50%;margin-right:10px}app-feature-module .blog-category .post-author span{font-size:16px;color:#797a8c}app-feature-module .blog-category ul{margin-bottom:3px}app-feature-module .blog-category ul li{display:inline-block;font-size:14px;color:#797a8c;margin:0 10px 10px 0}app-feature-module .cat-blog{background:#ecf6f6;border-radius:5px;color:#3da7a6;padding:5px 10px;display:inline-block}app-feature-module .blog-sidebar .card{background:#f8f8ff;border:0;border-radius:5px}app-feature-module .blog-sidebar .card-body{padding:24px}app-feature-module .sin-post{margin-bottom:17px}app-feature-module .about-widget img{border-radius:15px;margin-bottom:20px;width:100%}app-feature-module .about-widget p{margin-bottom:20px}app-feature-module .about-widget .btn{font-weight:500}app-feature-module .search-widget .form-control{background:#fff;border:0;border-radius:4px;height:46px}app-feature-module .search-widget .input-group{background:#fff;border:0;border-radius:4px}app-feature-module .search-widget .input-group .btn{width:50px;margin:0;height:46px;border-radius:4px!important;border:0;background:transparent;color:#797a8c!important}app-feature-module .search-widget .input-group .btn:hover{background:transparent;box-shadow:none;color:#33a4ae!important}app-feature-module .latest-posts{margin:0;padding:0}app-feature-module .latest-posts li{display:table;width:100%;margin-bottom:20px}app-feature-module .latest-posts li:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none}app-feature-module .post-thumb{border-radius:4px;width:75px;float:left;overflow:hidden}app-feature-module .post-thumb a img{width:75px;height:75px;object-fit:cover;border-radius:5px;transform:translateZ(0);transition:all 2s cubic-bezier(.19,1,.22,1) 0ms}app-feature-module .post-thumb a:hover img{transform:scale(1.15)}app-feature-module .post-info{margin-left:95px}app-feature-module .post-info h4{font-size:16px;font-weight:500;margin:0}app-feature-module .post-info h4 a{color:#28283c}app-feature-module .post-info h4 a:hover{color:#3da7a6}app-feature-module .post-info p{color:#71717a;font-size:13px;margin-bottom:7px}app-feature-module .category-widget .categories{list-style:none;margin:0;padding:0}app-feature-module .category-widget .categories li{margin-bottom:15px}app-feature-module .category-widget .categories li:last-child{border-bottom:none;margin-bottom:0}app-feature-module .category-widget .categories li a{color:#797a8c}app-feature-module .category-widget .categories li a span{float:right}app-feature-module .category-widget .categories li a:hover{color:#3da7a6}app-feature-module .side-title{font-weight:500;font-size:24px;margin-bottom:24px}app-feature-module .widget-archive ul li a{color:#797a8c}app-feature-module .widget-archive ul li a:hover{color:#3da7a6}app-feature-module .tags{list-style:none;margin:0;overflow:hidden;padding:0}app-feature-module .tags li{float:left}app-feature-module .tag{background:#fff;border-radius:4px;color:#797a8c;padding:6px 12px;position:relative;margin:0 10px 15px 0;font-size:16px;display:inline-block}app-feature-module .tag:hover{background-color:#b6d950;color:#fff}app-feature-module .tags-widget .card-body{padding:28px 28px 13px}app-feature-module .author-widget{margin-bottom:60px}app-feature-module .author-widget .card-body{padding:30px}app-feature-module .about-author{display:flex}app-feature-module .about-author-img{flex-shrink:0;margin-right:30px}app-feature-module .about-author-img img{width:84px;height:84px;border:2px solid #fff;outline:7px solid #f4f4f4}app-feature-module .author-details h6{font-weight:500;font-size:18px;margin-bottom:15px}app-feature-module .author-details p{font-size:16px;color:#68616d;margin-bottom:15px}app-feature-module .new-comment h4{font-size:24px;margin-bottom:1.5rem;font-family:greycliff-arabic-cf,sans-serif}app-feature-module .new-comment .col-form-label{font-size:16px}app-feature-module .new-comment .submit-section{text-align:left}app-feature-module .new-comment .submit-btn{font-weight:700;font-size:16px;padding:12px 30px}app-feature-module .blog-review h4{font-size:24px;margin-bottom:1.5rem;font-family:greycliff-arabic-cf,sans-serif}app-feature-module .blog-review .review-box{padding:10px 0;border:0}app-feature-module .blog-details .blog-content p{margin-bottom:20px}app-feature-module .blog-details .blog-content p:last-child{margin-bottom:0}app-feature-module .test-info{font-weight:500;font-size:16px;border-left:2px solid #38a7a7;padding-left:15px}app-feature-module .blog-head .blog-category ul li{font-size:16px;color:#797a8c}app-feature-module .blog-head .blog-category ul li i{color:#3da7a6}app-feature-module .blog-head h3{font-size:36px;margin-bottom:20px}app-feature-module .social-widget{margin-bottom:33px}app-feature-module .ad-widget{margin-bottom:10px}app-feature-module .ad-widget ul li{display:inline-block;margin:0 20px 10px 0}app-feature-module .ad-widget ul li:last-child{margin-right:0}app-feature-module .ad-widget ul li a{background:#f8f8ff;border-radius:5px;color:#797a8c;padding:6px 12px;position:relative;display:inline-block}app-feature-module .ad-widget ul li a:hover{background-color:#b6d950;color:#fff}app-feature-module .adicon-widget{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;margin-bottom:10px}app-feature-module .adicon-widget span{background:#ecf6f6;border-radius:8px;color:#68616d;font-size:14px;font-weight:500;padding:5px 14px;display:inline-block;margin:0 15px 10px 0}app-feature-module .adicon-widget ul li{margin:0 8px 10px 0;display:inline-block}app-feature-module .adicon-widget ul li a{width:32px;height:32px;background:#fff;border:1px solid #efefef;border-radius:50%;color:#68616d;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}app-feature-module .comments-reply li{margin-left:70px}app-feature-module .comments-reply li .review-box{border:0;border-left:1px solid #eee;border-radius:0;padding-left:20px}app-feature-module .reply-box{font-weight:500;font-size:14px;color:#28283c}app-feature-module .reply-com{display:none}app-feature-module .work-wrap{margin-bottom:170px;position:relative}app-feature-module .work-wrap span{width:50px;height:50px;background:#38a7a7;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-family:greycliff-arabic-cf,sans-serif;font-weight:600;font-size:24px;margin-bottom:15px}app-feature-module .work-wrap h1{font-size:38px;font-family:greycliff-arabic-cf,sans-serif;margin-bottom:20px}app-feature-module .work-wrap p{margin-bottom:25px}app-feature-module .work-wrap p:last-child{margin-bottom:25px}app-feature-module .work-wrap-acc{padding-right:150px}app-feature-module .work-wrap-acc:after{position:absolute;content:"";bottom:-94%;right:40px;width:314px;height:264px;background-repeat:no-repeat;background-size:contain}app-feature-module .work-wrap-earning{padding-right:150px}app-feature-module .work-wrap-post{padding-left:150px}app-feature-module .work-wrap-post:after{position:absolute;content:"";bottom:-100%;left:0;width:314px;height:264px;background-repeat:no-repeat;background-size:contain}app-feature-module .work-img{margin-bottom:170px}app-feature-module .invoice-wrap{font-size:15px}app-feature-module .invoice-head{float:right;text-align:right;margin-bottom:20px}app-feature-module .invoice-head h5{font-family:greycliff-arabic-cf,sans-serif;margin-bottom:7px}app-feature-module .invoice-head ul li{margin-bottom:10px}app-feature-module .invoice-head ul li i{color:#c2c9d1}app-feature-module .invoice-head ul li:last-child{margin-right:0}app-feature-module .invoice-logo{margin-bottom:35px}app-feature-module .invoice-logo img{max-width:220px}app-feature-module .invoice-address{margin-bottom:30px}app-feature-module .invoice-address h6{font-weight:500;font-size:16px;margin-bottom:20px}app-feature-module .invoice-address ul li{margin-bottom:8px}app-feature-module .invoice-to{float:right}app-feature-module .invoice-table{margin-bottom:30px}app-feature-module .invoice-table table.table td h2 a{font-weight:400;color:#68616d}app-feature-module .invoice-table .avatar{width:30px;height:30px}app-feature-module .invoice-table .custom-table thead th:first-child{border-radius:0}app-feature-module .invoice-table .custom-table thead th:last-child{border-radius:0}app-feature-module .invoice-payment{margin-bottom:35px}app-feature-module .invoice-payment h6{font-weight:500;font-size:16px;margin-bottom:20px}app-feature-module .invoice-payment ul li{margin-bottom:10px}app-feature-module .invoice-payment ul li:last-child{margin-bottom:0}app-feature-module .invoice-total{margin-bottom:35px;float:right}app-feature-module .invoice-total ul li{font-weight:500;color:#28283c;margin-bottom:10px;display:flex;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;align-items:center}app-feature-module .invoice-total ul li:last-child{margin-bottom:0}app-feature-module .invoice-total ul li span{font-weight:400;color:#797a8c;min-width:240px;display:inline-block;text-align:right}app-feature-module .invoice-total ul li.tot-amt span{font-weight:500;color:#28283c}app-feature-module .pay-amt{font-weight:500;color:#28283c}app-feature-module .pay-amt span{font-weight:400;display:inline-block;color:#797a8c;min-width:124px}app-feature-module .invoice-terms{font-size:15px;border:2px solid #f5f5f5;border-radius:8px;padding:20px}app-feature-module .invoice-terms h5{font-weight:500;font-size:18px;margin-bottom:20px}app-feature-module .invoice-terms ul li{margin-bottom:15px;padding-left:20px;position:relative}app-feature-module .invoice-terms ul li:before{position:absolute;content:"\f111";font-family:FontAwesome;left:0;top:7px;color:#3da7a6;font-size:6px}app-feature-module .invoice-terms ul li:last-child{margin-bottom:0}app-feature-module .notification-item{display:flex}app-feature-module .notification-media .avatar{margin-right:10px;width:46px;height:46px}app-feature-module .notification-media .avatar>img{width:46px;height:46px}app-feature-module .notification-info h6{font-size:15px;font-weight:400;margin-bottom:5px;color:#797a8c}app-feature-module .notification-info h6 span{font-weight:500;color:#28283c}app-feature-module .notification-info p{font-size:13px;color:#797a8c;margin-bottom:0}app-feature-module .notification-details .login-back{margin-bottom:28px}app-feature-module .notification-details h4{font-size:24px;font-family:greycliff-arabic-cf,sans-serif;margin-bottom:1.5rem}app-feature-module .detail-list li{display:flex;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;margin-bottom:30px}app-feature-module .detail-list li:last-child{margin-bottom:0}app-feature-module .notify-head{display:flex;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between}app-feature-module .notify-head>a{font-weight:500;font-size:16px;color:#28283c;margin-bottom:15px}app-feature-module .avatar-icon{width:46px;height:46px;background:#fff;border:2px solid #f5f5f5;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-right:10px}app-feature-module .notification-dropdown>a{padding:0}app-feature-module .notification-dropdown .dropdown-menu{font-size:14px;padding:0}app-feature-module .notify-btns{margin-top:15px}app-feature-module .notify-btns .btn{font-weight:500;font-size:13px;padding:5px 15px;border-radius:4px;margin-right:16px}app-feature-module .notify-btns .btn:last-child{margin-right:0}app-feature-module .notify-list{margin-bottom:17px}app-feature-module .notify-list li{margin:0 20px 15px 0}app-feature-module .notify-list li a{padding:5px 20px 10px;position:relative;font-weight:500;color:#797a8c}app-feature-module .notify-list li a.active{color:#3da7a6}app-feature-module .notify-list li a.active:before{position:absolute;content:"";bottom:0;left:0;width:100%;height:3px;background:#38a7a7;border-radius:10px}app-feature-module .provider-info{background-color:#f9f9f9;padding:15px;border-radius:4px;margin-bottom:0}app-feature-module .provider-info h2{margin-bottom:5px}app-feature-module .provider-info h5{font-size:16px;font-weight:500;margin-bottom:24px}app-feature-module .provider-info p{font-size:14px;margin-bottom:24px;color:#666;font-size:16px;font-weight:400}app-feature-module .provider-info .provide-info p{margin-bottom:0}app-feature-module .provider-info i{margin-right:5px}app-feature-module .provider-img{position:relative;margin:30px 0 60px}app-feature-module .provider-img img{position:relative}app-feature-module .provider-img span{position:absolute;left:0;bottom:45px;background:#38a7a7;font-weight:700;font-size:22px;color:#fff;padding:20px}app-feature-module .provider-img:after{position:absolute;content:"";top:-30px;left:-30px;width:100%;height:100%;z-index:-1}app-feature-module .provider-img:before{position:absolute;content:none;bottom:-30px;right:-50px;width:100%;height:100%;z-index:-1}app-feature-module .provider-details{margin-bottom:60px;margin-left:100px}app-feature-module .provider-details:last-child{margin-bottom:0}app-feature-module .provider-details h5{font-size:20px;margin-bottom:20px}app-feature-module .provider-details p{margin-bottom:20px}app-feature-module .provider-details ul li{margin-bottom:16px;padding-left:24px;position:relative}app-feature-module .provider-details ul li:last-child{margin-bottom:0}app-feature-module .provider-details ul li:before{position:absolute;content:"\f058";font-family:FontAwesome;left:0;top:0;color:#3da7a6}app-feature-module .provider-details p.last-seen{margin-bottom:0}app-feature-module .provider-details p.last-seen i{color:#05a144}app-feature-module .provider-details .ser-provider-name{display:inline-block;margin-bottom:5px;color:#272b41;font-size:16px;font-weight:600}app-feature-module .provider-details.provide-area{margin-bottom:40px}app-feature-module .construct-box{background:#fff;box-shadow:0 10px 20px -5px #4c40ed14;padding:25px;margin-bottom:20px}app-feature-module .construct-box img{margin-bottom:19px}app-feature-module .construct-box h6{font-size:18px;font-weight:500;margin-bottom:0}app-feature-module .service-list{border:2px solid #f5f5f5;border-radius:8px;padding:20px;margin-bottom:24px;display:flex;align-items:center;flex-wrap:wrap}app-feature-module .service-cont-img{position:relative;margin-right:15px;flex:0 0 210px;max-width:210px}app-feature-module .service-cont-img img{border-radius:8px;height:143px;object-fit:cover;width:210px}app-feature-module .service-cont-img .fav-item{position:absolute;top:10px;left:10px}app-feature-module .service-cont{display:flex;align-items:center;margin-right:auto;text-align:left;flex:0 0 calc(100% - 315px);overflow:hidden}app-feature-module .service-cont-info{overflow:hidden}app-feature-module .service-cont-info .item-cat{display:inline-block;margin-bottom:12px}app-feature-module .service-cont-info h3{font-size:20px;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}app-feature-module .service-cont-info p{margin-bottom:10px}app-feature-module .service-cont-info p i{color:#c2c9d1;margin-right:7px}app-feature-module .service-pro-img{display:flex;align-items:center}app-feature-module .service-pro-img img{width:38px;height:38px;border-radius:50%;margin-right:8px}app-feature-module .service-pro-img span i{color:#ffbc35;margin-right:5px}app-feature-module .blog-pagination.rev-page .pagination{margin-top:6px}app-feature-module .top-bar{background:#3e4265;padding:10px 0;display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;flex-wrap:wrap;width:100%}app-feature-module .top-bar h6{font-weight:600;font-size:14px;color:#fff;margin:0 24px 0 0}app-feature-module .top-bar ul li{width:30px;height:30px;background:#fff;border-radius:6px;font-weight:600;font-size:12px;color:#ff008a;display:inline-flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;margin-right:12px}app-feature-module .top-bar ul li:last-child{margin-right:0}app-feature-module .top-close{color:#fff;position:absolute;right:20px}app-feature-module .top-close:hover{color:#ff008a}app-feature-module .header-two.fixed{top:0}app-feature-module .header-seven .menu-close{color:#ff008a}app-feature-module .header-seven .bar-icon span{background-color:#ff008a}app-feature-module .header-eight .menu-close{color:#ff008a}app-feature-module .header.header-seven .main-nav>li>a{color:#203066}app-feature-module .header.header-seven .header-navbar-rht li>a.header-login{background:#ff008a;border:1px solid #ff008a;border-radius:40px}app-feature-module .header.header-seven .header-navbar-rht li>a.header-login:hover{background:#f5f7ff;border:1px solid #f5f7ff;color:#203066;box-shadow:inset 0 70px #f5f7ff}app-feature-module .header.header-eight .main-nav>li>a{color:#151519}app-feature-module .header.header-eight .header-navbar-rht li>a.header-login{background:#ff008a;border:1px solid #ff008a;border-radius:0}app-feature-module .header.header-eight .header-navbar-rht li>a.header-login:hover{border:1px solid #2a396d;color:#2a396d;background:#fff;box-shadow:inset 0 70px #fff}app-feature-module .top-bar-nine{padding:17px 0;display:flex;align-items:center;background:#fff}app-feature-module .top-bar-nine .top-close{color:#000}app-feature-module .top-bar-nine-all{display:flex;align-items:center;justify-content:space-between;-webkit-justify-content:space-between}app-feature-module .top-bar-ryt{display:flex;align-items:center}app-feature-module .top-address{display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;margin-right:40px}app-feature-module .top-address span{font-size:28px;color:#203066;margin-right:10px}app-feature-module .top-address h6{margin-bottom:0;font-size:12px;color:#203066}app-feature-module .top-address p{margin-bottom:0;color:#203066;position:relative}app-feature-module .top-address p img{position:absolute;bottom:10px;right:0}app-feature-module .top-select{outline:none;border:none;color:#203066;-webkit-appearance:none;background:none}app-feature-module .top-addres-nine{position:relative}app-feature-module .top-btn .btn-primary{padding:12px 24px;background:#ff008a;color:#fff;border-radius:0;border:1px solid #ff008a}app-feature-module .top-btn .btn-primary:hover{border:1px solid #2229c1}app-feature-module .header-navbar-rht-nine .nav-item .nav-link{color:#ff008a;padding:0}app-feature-module .header-navbar-rht-nine .nav-item .nav-link:hover{color:#203066}app-feature-module .header.header-nine .navbar-header{display:none}app-feature-module .header.header-nine .header-nav{height:56px}app-feature-module .header.header-nine.fixed .header-nav{height:85px}app-feature-module .hero-section-six{position:relative;background-repeat:no-repeat;background-size:cover;z-index:1010}app-feature-module .header.header-six{background:none;box-shadow:none}app-feature-module .header.header-six .header-navbar-rht .nav-item .header-button-six{padding:12px 24px;background:#ff008a;color:#fff;border-radius:40px;transition:.7s;font-weight:500}app-feature-module .header.header-six .header-navbar-rht .nav-item .header-button-six:hover{color:#203066;background:#fff;transition:.7s}app-feature-module .header.header-six.fixed{background:#fff}app-feature-module .main-nav.main-nav-six li a{color:#203066;font-weight:500}app-feature-module .header-three.fixed{top:0}app-feature-module .header-three .navbar{padding:0 37px}app-feature-module .header-three .menu-close{color:#ff008a}app-feature-module .header-three .header-navbar-rht li a.header-login{background:#ff008a;border:1px solid #ff008a;box-shadow:inset 0 70px #ff008a;border-radius:5px;font-size:16px;font-weight:500;padding:10px 20px}app-feature-module .header-three .header-navbar-rht li a.header-login:hover{background-color:transparent;border:1px solid #ff008a;box-shadow:inset 0 0 0 0 transparent;color:#ff008a;transition:all .7s}app-feature-module .header-three .main-nav li a:hover{color:#ff008a}app-feature-module .main-nav.main-nav-four li a{font-size:16px;font-weight:500;color:#101522}app-feature-module .hero-section-two{position:relative}app-feature-module .banner:before{position:absolute;content:"";top:-6px;left:0;width:100%;height:100%;background:#2030661f}app-feature-module .banner-search{position:absolute;top:50%;transform:translateY(-50%)!important;width:100%}app-feature-module .banner-search h1{font-weight:700;font-size:50px;color:#fff;text-align:center;margin-bottom:12px}app-feature-module .banner-search p{font-weight:700;font-size:20px;color:#fff;text-align:center;margin-bottom:50px}app-feature-module .search-box-two{width:100%;background:#fff;border-radius:50px;padding:14px;display:table}app-feature-module .search-box-two .search-btn{width:15%}app-feature-module .search-box-two .search-btn .btn{background:#ff008a;border-radius:52px;color:#fff;font-weight:700;font-size:15px;padding:14px 10px;align-items:center;justify-content:center}app-feature-module .search-box-two .search-btn .btn:hover{background:#e2017b;border:1px solid #e2017b}app-feature-module .search-input-new{width:32%;float:left;position:relative}app-feature-module .search-input-new input{height:52px;padding:0 40px 0 50px;border:0;color:#58627b}app-feature-module .search-input-new input::placeholder{color:#58627b}app-feature-module .search-input-new>i.bficon{right:inherit;left:15px;z-index:1}app-feature-module .search-input-new i{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#58627b;font-size:18px}app-feature-module .search-input-new.line{width:53%}app-feature-module .search-input-new.line input{height:52px;padding:0 40px 0 50px;border:0;color:#58627b}app-feature-module .search-input-new.line input::placeholder{color:#58627b}app-feature-module .search-input-new.line:before{position:absolute;right:0;top:50%;width:1px;height:60px;background:#e2e6f1;content:"";z-index:1;margin-top:-30px}app-feature-module .section-heading-two{position:relative;margin-bottom:50px}app-feature-module .section-heading-two:before{position:absolute;content:"";width:100%;height:100%;left:0;top:0}app-feature-module .section-heading-two h2{font-size:40px;font-weight:600;margin-bottom:15px;color:#2a313d}app-feature-module .section-heading-two.white-text:after{background:linear-gradient(to bottom,#ff008a 50% 50%)}app-feature-module .section-heading-two.white-text p{color:#fff}app-feature-module .section-heading-two.white-text h2{color:#fff}app-feature-module .sec-header{position:relative}app-feature-module .sec-header:before{position:absolute;content:"";width:114px;height:100px;left:50%;transform:translate(-50%);top:0}app-feature-module .feature-section-two{background:#fff;padding:90px 0 66px}app-feature-module .feature-widget{position:relative;margin-bottom:24px}app-feature-module .feature-widget .feature-icon{align-items:center;display:flex;padding:0 20px;position:absolute;bottom:20px;left:0;width:100%}app-feature-module .feature-widget .feature-icon span{width:50px;height:50px;background:#ff008a;border-radius:8px 0 0 8px;display:inline-flex;margin:0}app-feature-module .feature-widget .feature-icon span img{width:30px}app-feature-module .feature-widget .feature-title p{font-size:14px;color:#fff;margin:0}app-feature-module .feature-img{overflow:hidden;border-radius:8px}app-feature-module .feature-img img{border-radius:8px;width:100%;transform:translateZ(0);transition:all 2s cubic-bezier(.19,1,.22,1) 0ms}app-feature-module .feature-img:hover img{transform:scale(1.15)}app-feature-module .feature-title{background:#203066;border-radius:0 8px 8px 0;padding:12px 14px;width:calc(100% - 50px);display:flex;align-items:center;justify-content:space-between;min-height:50px}app-feature-module .feature-title h5{font-weight:700;font-size:20px;color:#fff;margin-bottom:0}app-feature-module .btn-pink{border-color:#fceff8;background:#fceff8;color:#dd318e;padding:12px 24px}app-feature-module .btn-viewall{background:#fceff8;border-radius:50px;color:#dd318e;font-weight:500;padding:10px 20px}app-feature-module .btn-viewall:hover{background:#ff008a;border:1px solid #ff008a;color:#fff}app-feature-module .btn-viewall i{margin-left:8px}app-feature-module .service-section-two{background:#fff4fa;padding:90px 0 66px}app-feature-module .service-section-two .owl-nav .owl-next:hover{background:#ff008a}app-feature-module .service-section-two .owl-nav .owl-prev:hover{background:#ff008a}app-feature-module .service-widget.service-two{border:1px solid #e2e6f1;padding:20px}app-feature-module .service-widget.service-two .service-img{border-radius:10px}app-feature-module .service-widget.service-two .service-img .serv-img{border-radius:8px}app-feature-module .service-widget.service-two .service-content{padding:20px 0 0}app-feature-module .service-widget.service-two .service-content p{color:#797a8c}app-feature-module .service-widget.service-two .service-content p .rate{font-size:15px;font-weight:400;color:#797a8c}app-feature-module .service-widget.service-two .item-cat{background:#fff4fa;border-radius:50px;color:#ff008a;font-size:14px;font-weight:500;padding:5px 10px}app-feature-module .service-widget.service-two .item-img{float:left;align-items:center;display:inline-flex;color:#fff;font-weight:700;font-size:14px}app-feature-module .service-widget.service-two .item-img img{width:28px;height:28px;border-radius:50%;border:0;margin-right:5px}app-feature-module .service-widget.service-two .fav-item{padding:20px 20px 0}app-feature-module .service-widget.service-two .item-info{padding:0 20px 20px}app-feature-module .service-widget.service-two .item-info a{display:block}app-feature-module .service-widget.service-two .service-content.service-four-content .service-cater-bottom{color:#2a396d}app-feature-module .service-widget.service-two .service-content.service-four-content p{white-space:normal}app-feature-module .service-widget.service-two .service-content.service-content-five p{color:#28283c;font-weight:600;font-size:20px}app-feature-module .work-section-two{background:#fff;padding:90px 0 66px}app-feature-module .work-wrap-box{background:#fff4fa;border-radius:50%;text-align:center;width:358px;height:358px;padding:53px 46px;position:relative;margin-bottom:24px;display:flex;align-items:center;justify-content:center;flex-direction:column}app-feature-module .work-wrap-box .work-icon span{width:100px;height:100px;background:#ff008a;border-radius:50%;margin:0 auto 24px}app-feature-module .work-wrap-box h5{margin-bottom:15px}app-feature-module .work-wrap-box p{margin-bottom:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}app-feature-module .work-wrap-box.work-first:before{position:absolute;content:"";top:-17px;right:-83%;width:100%;height:100%}app-feature-module .work-wrap-box.work-last:after{position:absolute;content:"";bottom:-81%;right:-295px;width:100%;height:100%}app-feature-module .popular-section{padding:0 0 66px}app-feature-module .popular-section .owl-nav .owl-next:hover{background:#ff008a}app-feature-module .popular-section .owl-nav .owl-prev:hover{background:#ff008a}app-feature-module .price-sections{padding:0 0 66px}app-feature-module .pricing-plans.price-new{background:#f3f6ff;border:1px solid #e2e6f1;border-radius:25px;padding:20px;margin-top:24px}app-feature-module .pricing-plans.price-new:hover .btn{background:#ff008a}app-feature-module .pricing-plans.price-new .pricing-planshead{border-bottom:1px solid #e2e5f1;text-align:left;padding:0}app-feature-module .pricing-plans.price-new .pricing-planshead h6{font-size:36px;font-weight:700;margin-bottom:20px}app-feature-module .pricing-plans.price-new .pricing-planshead h6 span{font-size:16px;font-weight:600;color:#9397ad}app-feature-module .pricing-plans.price-new .pricing-planshead h4{font-size:28px;font-weight:700;color:#101522;margin-bottom:8px}app-feature-module .pricing-plans.price-new .pricing-planshead h5{font-size:15px;color:#939aad;font-weight:600;margin-bottom:15px}app-feature-module .pricing-plans.price-new .pricing-planscontent li{color:#58627b}app-feature-module .pricing-plans.price-new .pricing-planscontent li i{color:#ff008a}app-feature-module .pricing-plans.price-new .btn{background:#3e4265;border-radius:40px;color:#fff;display:block;text-align:center}app-feature-module .pricing-plans.price-new.active{background:#fff;border:1px solid #e2e5f1;box-shadow:3px 42px 34px #ff008a14;margin-top:0}app-feature-module .pricing-plans.price-new.active .btn{background:#ff008a;color:#fff}app-feature-module .price-block{text-align:right}app-feature-module .price-block .popular{background:#3e4265;border-radius:13px;font-size:10px;font-weight:700;padding:7px 15px;color:#fff;margin-bottom:20px;display:inline-block}app-feature-module .app-section-two{padding:0 0 90px;background-position:center right}app-feature-module .blog.blog-new{border:1px solid #e2e6f1}app-feature-module .blog.blog-new .blog-image{position:relative}app-feature-module .blog.blog-new .blog-image .date{background:#fff;border-radius:5px;font-weight:500;font-size:14px;padding:5px 13px;text-align:center;position:absolute;top:20px;left:20px;min-width:55px;min-height:55px;color:#ff008a;box-shadow:0 4.4px 12px -1px #1310220f,0 2px 6.4px -1px #13102208}app-feature-module .blog.blog-new .blog-image .date span{display:block}app-feature-module .blog.blog-new .blog-content .blog-item{background:#3e4265;border-radius:5px;padding:4px 7px;margin-bottom:10px}app-feature-module .blog.blog-new .blog-content .blog-item li{margin:0 10px 0 0;font-size:14px;color:#fff}app-feature-module .blog.blog-new .blog-content .blog-item li i{color:#fff}app-feature-module .blog.blog-new .blog-content .blog-item li:last-child{margin-right:0}app-feature-module .blog.blog-new .blog-content .blog-item li+li{border-left:1px solid rgba(255,255,255,.4);padding-left:10px}app-feature-module .blog.blog-new .blog-content .blog-item li a{color:#fff}app-feature-module .blog.blog-new .blog-content .blog-title{-webkit-line-clamp:2;margin-bottom:12px}app-feature-module .blog.blog-new .blog-content p{margin-bottom:0}app-feature-module .client-box{background:#fff;border:1px solid #f0f0f7;box-shadow:0 4.4px 12px -1px #1310220f,0 2px 6.4px -1px #13102208;border-radius:30px;padding:25px;margin-bottom:40px}app-feature-module .client-box .client-content{border-bottom:1px solid #e2e5f1}app-feature-module .client-box .client-content h6{font-weight:500;font-size:20px;color:#28283c;margin-bottom:12px}app-feature-module .client-box .rating{font-size:12px;margin-bottom:13px}app-feature-module .client-box .client-img{margin:23px 0 0;display:flex;align-items:center}app-feature-module .client-box .client-img img{width:48px!important;height:48px;margin:0 15px 0 0}app-feature-module .client-name h5{font-weight:600;font-size:20px;margin-bottom:5px}app-feature-module .client-name h6{font-weight:400;font-size:14px;color:#797a8c;margin-bottom:0}app-feature-module .client-section-two{background:#fff4fa;padding:90px 0}app-feature-module .owl-dots{text-align:center}app-feature-module .owl-dots .owl-dot{margin-right:5px}app-feature-module .owl-dots .owl-dot span{width:15px;height:15px;line-height:12px;margin:0;background:#f1e2eb;border-radius:50%;display:block;transition:all .4s ease}app-feature-module .owl-dots .owl-dot.active span{background:#ff008a}app-feature-module .offer-sec.offer-paths{background:#ff008a;border-radius:30px;padding:0 80px;margin:0;align-items:flex-end}app-feature-module .offer-sec.offer-paths:after{position:absolute;content:"";left:0;top:0;background-size:contain;background-position:top right;width:100%;height:100%;z-index:-1;border-radius:30px}app-feature-module .offer-sec.offer-paths .offer-pathimg{margin:0}app-feature-module .offer-sec .section-heading-two{margin-bottom:20px}app-feature-module .offer-sec .section-heading-two:after{background:linear-gradient(to bottom,#fff 50%,#203066 50%)}app-feature-module .offer-sec .section-heading-two p{color:#fff}app-feature-module .offer-sec .btn-views{border-radius:40px;color:#ff008a}app-feature-module .offer-sec .btn-views:hover{background-color:#ff008a;box-shadow:inset 0 70px #ff008a;color:#fff}app-feature-module .offer-sec .offer-path-content{padding:93px 0}app-feature-module .offer-sec .section-heading-two.section-heading-nine p{color:#ff008a}app-feature-module .offer-sec .offer-path-content.service-path-content{padding-left:50px}app-feature-module .download-sec{padding-left:60px}app-feature-module .download-sec p{color:#58627b}app-feature-module .download-sec h6{color:#203066;margin-bottom:20px}app-feature-module .providers-section-two{position:relative;padding:90px 0 66px}app-feature-module .providers-section-two:before{content:"";background:#3e4265;width:100%;min-height:396px;position:absolute;top:0;z-index:-1}app-feature-module .provider-box{box-shadow:0 4.4px 12px -1px #1310220f,0 2px 6.4px -1px #13102208;border-radius:8px;border:0;margin-top:85px}app-feature-module .provider-box .providerset-img{text-align:center;margin:-105px 0 10px}app-feature-module .provider-box .providerset-img img{width:180px;height:180px;border:10px solid #fff;border-radius:50%;object-fit:cover}app-feature-module .provider-box .providerset-name h4{font-weight:700}app-feature-module .provider-box .provider-rating{display:flex;align-items:center;justify-content:space-between}app-feature-module .provider-box .rate{background:#fff4fa;border-radius:50px;font-size:15px;color:#58627b;padding:5px 12px;display:inline-block}app-feature-module .provider-box .rate i{color:#ffbc35;margin-right:6px}app-feature-module .provider-box .btn{font-weight:500;font-size:15px;color:#fff;background:#ff008a;border:1px solid #ff008a;border-radius:30px;padding:5px 15px}app-feature-module .provider-box .btn:hover{background:#e2017b;border:1px solid #e2017b}app-feature-module .section-offer{position:relative;padding-bottom:60px}app-feature-module .section-offer:before{content:"";background:#fff4fa;width:100%;min-height:300px;position:absolute;top:50%;z-index:-1}app-feature-module .section-offer .offer-sec .btn-views{font-weight:700}app-feature-module .hero-section-three{position:relative;background-repeat:no-repeat;background-size:cover;background-position:center;z-index:2}app-feature-module .hero-section-three .search-box .search-input{align-items:center;display:flex;width:33.33%;padding-right:15px}app-feature-module .hero-section-three .search-box .form-group{min-width:180px;width:100%}app-feature-module .hero-section-three .search-box label{color:#999;font-size:14px;margin-bottom:0}app-feature-module .hero-section-three .search-box .select2-container--default .select2-selection--single{height:25px;font-weight:500;border:0;min-width:180px}app-feature-module .hero-section-three .search-icon{width:48px;height:48px;background:#f2f2f2;border-radius:50%;align-items:center;display:flex;justify-content:center;flex-shrink:0;margin-right:15px}app-feature-module .section-section-three h4{color:#ffa621;font-size:18px}app-feature-module .section-section-three h1{color:#fff}app-feature-module .section-section-three p{color:#f9f9f9;font-size:16px;margin-bottom:20px}app-feature-module .sidecircle-ryt{position:absolute;right:-115px;z-index:-1;top:-125px}app-feature-module .make-appointment{border-radius:5px;padding:20px;background-color:#ff0080;color:#fff;border:1px solid #ff008a;font-size:14px;transition:all .5s;display:inline-block;font-weight:500}app-feature-module .make-appointment:hover{background-color:transparent;border:1px solid #2229c1;box-shadow:inset 0 70px #2229c1;color:#fff;transition:all .7s}app-feature-module .cta-btn{background:#ff008a;border:1px solid #ff008a;box-shadow:inset 0 70px #ff008a;color:#fff;border-radius:4px;min-width:176px;padding:10px 20px;box-shadow:inset 0 0 #fff;transition:all .7s}app-feature-module .cta-btn:hover{background-color:transparent;border:1px solid #ff008a;color:#ff008a;box-shadow:inset 0 0 0 0 transparent;transition:all .7s}app-feature-module .cta-btn:hover a{color:#ff008a}app-feature-module .cta-btn a{padding:0;border:0;color:#fff;font-weight:500}app-feature-module .search-input.search-input-three i{color:#424242}app-feature-module .search-input.search-input-three .select2-container--default .select2-selection--single .select2-selection__rendered{color:#898989;font-weight:400;padding-left:10px}app-feature-module .search-input.search-input-three .select2-container--default .select2-selection--single .select2-selection__arrow b{margin-top:-1px}app-feature-module .search-input.search-input-three input::placeholder{color:#898989}app-feature-module .services-section{position:relative;z-index:1;padding:130px 0 85px;background-color:#f9f9f9}app-feature-module .services-section .search-box{background:#fff;box-shadow:0 0 25px #00000026;border-radius:15px;padding:20px;margin-top:20px}app-feature-module .services-section .owl-nav{text-align:center;margin-top:40px;font-size:24px}app-feature-module .services-section .owl-nav .owl-prev{background:none!important;box-shadow:none}app-feature-module .services-section .owl-nav .owl-prev:hover{background:none!important;color:#ff0080}app-feature-module .services-section .owl-nav .owl-next{margin-bottom:0}app-feature-module .services-section .owl-nav .owl-prev{margin-bottom:0}app-feature-module .services-section .owl-nav .owl-next{background:none!important;box-shadow:none}app-feature-module .services-section .owl-nav .owl-next:hover{background:none!important;color:#ff0080}app-feature-module .services-section.stylists-section{padding:90px 0 85px;background-color:#fff}app-feature-module .services-all{position:relative}app-feature-module .services-main-img{position:relative}app-feature-module .services-main-img:before{background:linear-gradient(0deg,#0d153199,#0d153199);content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:14px;z-index:0}app-feature-module .services-main-img:hover:before{background:#ff008099;border-radius:12px;transform:scale(0);transition:all .5s;transform:scale(1)}app-feature-module .service-foot{display:flex;flex-direction:column;align-items:center;position:absolute;bottom:0;left:33%;margin-bottom:10px}app-feature-module .service-foot img{max-width:45px;max-height:45px}app-feature-module .service-foot h4{color:#fff;font-size:24px}app-feature-module .service-foot h6{color:#fff;font-size:16px;font-weight:400}app-feature-module .section-content{display:flex;align-items:center;flex-direction:column;margin-bottom:50px}app-feature-module .section-content p{max-width:510px;text-align:center}app-feature-module .section-content h2{font-size:40px;color:#151519}app-feature-module .our-img-all{position:relative;margin-bottom:10px}app-feature-module .our-img-all:after{width:33px;height:1px;position:absolute;content:"";background-color:#424242;top:13px;left:30px}app-feature-module .our-img-all:before{width:33px;height:1px;position:absolute;content:"";background-color:#424242;top:13px;right:30px}app-feature-module .search-box.search-box-three{padding:18px}app-feature-module .searchbox-list{display:flex;justify-content:space-between;width:87%}app-feature-module .search-box-three{justify-content:space-between;margin-bottom:-50px}app-feature-module .search-btn-three .btn-primary{background-color:#ff0080;border:1px solid #ff0080;padding:20px;font-size:14px}app-feature-module .search-btn-three .btn-primary:hover{border:1px solid #2229c1}app-feature-module .search-input-three{background:none}app-feature-module .search-btn.search-btn-three .btn-primary i{font-size:18px}app-feature-module .blog-section-three .blog{padding:0}app-feature-module .blog-section-three .blog-content{padding:20px}app-feature-module .blog-section-three .blog-view a{color:#ff0080}app-feature-module .blog-section-three .cat-blog{background:#fff;color:#898989;padding:2px 10px;border:1px solid #898989}app-feature-module .blog-section-three .blog.blog-new .blog-image .date{background-color:#ff0080;color:#fff;font-weight:700;font-size:16px}app-feature-module .blog-section-three .blog.blog-new .blog-image .date span{font-weight:400;font-size:12px}app-feature-module .service-img-top a{position:relative}app-feature-module .service-img-top a:before{background:#0d153199;content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:20px}app-feature-module .saloon-content-top{display:flex;align-items:baseline}app-feature-module .saloon-content-top i{margin-right:7px}app-feature-module .saloon-content-btn{display:flex;align-items:baseline}app-feature-module .saloon-content-btn i{margin-right:7px}app-feature-module .saloon-profile-left{display:flex;align-items:center}app-feature-module .saloon-profile-left .saloon-img{margin-right:11px}app-feature-module .saloon-profile-left .saloon-img img{width:61px;height:61px;border-radius:10px}app-feature-module .service-show-img{position:relative}app-feature-module .service-show-img:before{content:"";background-color:#0d153199;position:absolute;top:0;left:0;width:100%;height:100%;opacity:.9;z-index:1}app-feature-module .service-content.service-content-three .title a:hover{color:#ff0080}app-feature-module .main-saloons-profile{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}app-feature-module .saloon-right span{font-size:24px;color:#ff0080;font-weight:600}app-feature-module .saloon-bottom{display:flex}app-feature-module .saloon-bottom a{padding:10px;background-color:#ff0080;border:1px solid #ff0080;border-radius:5px;color:#fff;width:100%;text-align:center;font-weight:500}app-feature-module .saloon-bottom a:hover{background-color:transparent;border:1px solid #2229c1;box-shadow:inset 0 70px #2229c1;color:#fff;transition:all .7s}app-feature-module .item-infos{padding:0 20px}app-feature-module .btn-saloons .btn-primary{background-color:#ff0080;padding:10px 15px;border:1px solid #ff0080;font-weight:500}app-feature-module .btn-saloons .btn-primary:hover{border-color:#2229c1}app-feature-module .saloon-section-circle{position:absolute;left:-127px;bottom:-146px;z-index:0}app-feature-module .featured-saloons{position:relative;background-color:#fff}app-feature-module .appointment-section{position:relative;background-repeat:no-repeat;padding:90px 0;background-size:cover}app-feature-module .appointment-section:before{content:"";background-color:#2a396d;position:absolute;top:0;left:0;width:100%;height:100%;opacity:.9}app-feature-module .appointment-main{text-align:center;display:flex;flex-direction:column;align-items:center}app-feature-module .appointment-main h6{font-size:14px;font-weight:700;color:#ffa621;z-index:1}app-feature-module .appointment-main h2{font-size:40px;color:#fff;z-index:1}app-feature-module .appointment-main p{color:#fff;max-width:630px;text-align:center;z-index:1}app-feature-module .appointment-btn{z-index:1}app-feature-module .appointment-btn .btn-primary{background:#ff0080;border-color:#ff0080}app-feature-module .appointment-btn .btn-primary:hover{background-color:transparent;box-shadow:none;color:#fff}app-feature-module .populars-section{background-color:#f9f9f9}app-feature-module .stylists-slider .owl-carousel .stylists-main-img img{width:270px;height:270px;border-radius:50%;border:2px dashed #2a396d;padding:20px;margin-bottom:25px}app-feature-module .stylists-bottom{text-align:center}app-feature-module .stylists-bottom h4{font-size:20px}app-feature-module .stylists-bottom h6{font-size:14px;color:#797a8c;font-weight:400}app-feature-module .stylists-all{display:flex;flex-direction:column;align-items:center}app-feature-module .popular-content{text-align:center}app-feature-module .popular-content h3{font-size:20px;color:#151519}app-feature-module .popular-content h6{font-size:14px;color:#797a8c;margin-bottom:0;font-weight:400}app-feature-module .works-section{padding:90px 0}app-feature-module .works-main{display:flex;flex-direction:column;align-items:center}app-feature-module .works-top-img{position:relative;display:flex;align-items:center;justify-content:center;transition:.7s}app-feature-module .works-top-img:before{content:"";background-color:#2a396de5;position:absolute;border-radius:75% 25% 50% 50%/52% 47% 53% 48%;top:0;left:0;width:100%;height:100%;opacity:.9;transition:all .7s}app-feature-module .works-top-img:hover:before{background-color:#ff008099;transition:all .7s}app-feature-module .works-top-img img{border-radius:75% 25% 50% 50%/52% 47% 53% 48%;width:230px;height:218px}app-feature-module .works-top-img span{position:absolute;color:#fff;font-size:28px;font-weight:700;border:5px solid #fff;border-radius:50%;width:71px;height:71px;display:flex;align-items:center;justify-content:center;z-index:1}app-feature-module .works-top-img.works-load-profile{position:relative;transition:all .7s}app-feature-module .works-top-img.works-load-profile:before{content:"";background-color:#2a396de5;position:absolute;border-radius:16% 84% 50% 50%/52% 47% 53% 48%;top:0;left:0;width:100%;height:100%;opacity:.9;transition:all .7s}app-feature-module .works-load-profile img{border-radius:16% 84% 50% 50%/52% 47% 53% 48%}app-feature-module .works-bottom{text-align:center}app-feature-module .works-bottom p{max-width:300px;margin-bottom:0}app-feature-module .works-bottom h2{font-size:28px}app-feature-module .works-tops{position:relative;margin-bottom:30px}app-feature-module .works-tops:hover .works-inner-content{transform:scale(1)}app-feature-module .works-inner-content{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;top:0;z-index:9;background:#ff008099;transform:scale(0);transition:all .5s;border-radius:75% 25% 50% 50%/52% 47% 53% 48%}app-feature-module .work-inner-content-left{border-radius:16% 84% 50% 50%/52% 47% 53% 48%}app-feature-module .client-sections{background-repeat:no-repeat,no-repeat;background-position:left center;position:relative;padding:90px 0 80px;background-size:cover}app-feature-module .client-sections:before{content:"";background-color:#2a396d;position:absolute;top:0;left:0;width:100%;height:100%;opacity:.9}app-feature-module .review-four .testimonial-thumb{padding:10px 0}app-feature-module .review-four .client-img.client-pro .testimonial-thumb img{width:58px!important;height:58px!important;border-radius:60px}app-feature-module .review-four .slider-nav{width:300px;margin:auto}app-feature-module .review-four .slider-nav .slick-current .testimonial-thumb{transform:scale(1.1);-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transition:ease all .5s;-webkit-transition:ease all .5s;-ms-transition:ease all .5s}app-feature-module .review-four .slider-nav .slick-current .testimonial-thumb img{border:5px solid #ff0080;border-radius:50px;padding:2px}app-feature-module .review-four .slick-list{padding:0!important}app-feature-module .review-love-group{max-width:680px;margin:auto}app-feature-module .review-passage{text-align:center;max-width:600px;margin:auto auto 25px}app-feature-module .quote-love-img{margin-bottom:30px}app-feature-module .quote-love-img img{margin:auto}app-feature-module .review-profile-blk{display:flex;align-items:center;background:#fff;border-radius:110px;padding:8px;margin-right:15px;min-width:200px}app-feature-module .section-client h2{color:#fff;z-index:1}app-feature-module .section-client p{color:#f9f9f9;z-index:1}app-feature-module .section-client .our-img-all:before{background:#fff}app-feature-module .section-client .our-img-all:after{background:#fff}app-feature-module .say-about .review-passage{color:#fff}app-feature-module .say-name-blk h5{color:#fff;font-size:20px;font-weight:500}app-feature-module .say-name-blk p{color:#ffa621}app-feature-module .service-img.service-latest-img{position:relative}app-feature-module .service-img.service-latest-img:before{content:"";background-color:#0d153180;position:absolute;top:0;left:0;width:100%;height:100%;opacity:.9;z-index:1}app-feature-module .latest-section{position:relative;padding:80px 0 66px}app-feature-module .service-latest-img{height:312px}app-feature-module .latest-content span{display:inline-block;font-size:14px;color:#898989;padding:5px;border:1px solid #898989;margin-bottom:10px;border-radius:3px;line-height:normal}app-feature-module .latest-content .latest-news-content{display:flex;color:#151519;font-size:20px;white-space:normal;margin-bottom:10px;font-weight:500}app-feature-module .latest-content .latest-news-content:hover{color:#ff0080}app-feature-module .latest-content .latest-news{color:#ff0080;font-size:14px}app-feature-module .latest-content .latest-news:hover{color:#151519}app-feature-module .latest-date{position:absolute;left:0;top:0;z-index:1;display:flex;flex-direction:column;align-items:center;padding:3px 10px;margin:15px 0 0 15px;background-color:#ff0080;border-radius:3px;font-size:14px;color:#fff}app-feature-module .latest-date span{font-size:24px;color:#fff}app-feature-module .register-section{background-repeat:no-repeat;background-size:cover;position:relative}app-feature-module .register-section:before{content:"";background-color:#2a396d;position:absolute;top:0;left:0;width:100%;height:100%;opacity:.9}app-feature-module .register-content{display:flex;align-items:center;justify-content:space-between;padding:69px 0}app-feature-module .register-content h2{font-weight:600;font-size:40px;color:#fff;z-index:1;max-width:767px;margin-bottom:0}app-feature-module .register-content ul{z-index:1}app-feature-module .register-content .header-navbar-rht li>a.header-login{background:#ff008a;border:1px solid #ff008a;box-shadow:inset 0 70px #ff008a}app-feature-module .register-btn{z-index:1;background:#ff008a;border:1px solid #ff008a;box-shadow:inset 0 70px #ff008a;border-radius:5px;font-size:16px;padding:15px;font-weight:600}app-feature-module .register-btn a{color:#fff}app-feature-module .register-btn:hover{background-color:transparent;box-shadow:inset 0 70px;transition:all .7s;border:1px solid #ff008a}app-feature-module .bar-icon.bar-icon-three span{background-color:#ff0080}app-feature-module .copyright-menu .footer-menu li a:hover{color:#ff0080}app-feature-module .progress-wrap.progress-wrap-three:after{color:#ff0080}app-feature-module .progress-wrap.progress-wrap-three svg.progress-circle path{stroke:#ff0080}app-feature-module .catering-banner-section{background-color:#f3f3f3}app-feature-module .search-three-form{display:flex;align-items:center}app-feature-module .search-box.search-box-four{border-radius:90px;margin:0 0 30px;box-shadow:none;padding:10px 15px 10px 30px}app-feature-module .search-box.search-box-four .search-btn .btn{padding:13px 50px;border-radius:105px;font-size:18px}app-feature-module .search-box.search-box-four .search-three-form .search-input.search-input-three{width:100%}app-feature-module .search-box.search-box-four .search-three-form .form-group{width:85%}app-feature-module .search-box.search-box-four i{color:#424242}app-feature-module .search-box.search-box-four .btn i{color:#fff}app-feature-module .section-search.section-search-four{max-width:633px}app-feature-module .section-search.section-search-four span{color:#38a7a7;border:none}app-feature-module .section-search.section-search-four p{margin-bottom:30px}app-feature-module .feature-section.nearby-section .section-heading h2{font-weight:700}app-feature-module .feature-section.nearby-section .section-heading .btn-view{padding:14px 20px;border-radius:50px}app-feature-module .service-widget.service-four{border:1px solid #e2e6f1;padding:20px}app-feature-module .service-content-bottom{display:flex;justify-content:space-between;align-items:center;padding:20px}app-feature-module .service-content-bottom .service-cater-img img{width:38px;height:38px;border-radius:50px;margin-right:10px}app-feature-module .service-content-bottom h6{color:#38a7a7;margin:0;font-weight:600}app-feature-module .service-content-bottom .service-cater-img.service-world-img img{width:61px;height:61px;border-radius:10px}app-feature-module .service-content-bottom span{display:flex;display:-webkit-flex;padding:10px;border-radius:50%;background-color:#38a7a7;color:#fff}app-feature-module .service-cater-img{display:flex;align-items:center}app-feature-module .service-cater-img p{margin:0}app-feature-module .catering-banner-botton{display:flex;align-items:center}app-feature-module .catering-btn-services{margin-right:40px}app-feature-module .catering-btn-services:last-child{margin-right:0}app-feature-module .catering-btn-services h5{font-size:18px;margin-bottom:10px}app-feature-module .catering-btn-services h6{color:#797a8c;font-size:15px;font-weight:400;margin-bottom:0}app-feature-module .catering-btn-icon{margin-bottom:20px}app-feature-module .catering-btn-icon-two img{color:#38a7a7;width:23px;height:30px;font-size:24px;margin-bottom:10px}app-feature-module .catering-slider .service-two.service-four{padding:0}app-feature-module .service-two.service-four .service-common-four{padding:20px;border-bottom:1px solid #ebebeb}app-feature-module .catering-main-bottom .title{margin-bottom:0}app-feature-module .catering-main-bottom .title a{color:#101522}app-feature-module .catering-main-bottom .rating{font-size:14px;margin-bottom:7px}app-feature-module .catering-main-bottom span{font-size:14px}app-feature-module .nearby-section{padding:80px 0}app-feature-module .categories-section{padding:80px 0;position:relative;background-color:#f3f3f3}app-feature-module .categories-main-all{padding:30px 31px;border-radius:10px;display:flex;display:-webkit-flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;flex-direction:column;background:#fff;margin-bottom:27px}app-feature-module .categories-main-all h6{text-align:center;color:#58627b;max-width:115px}app-feature-module .categories-main-all .category-bottom{display:flex;display:-webkit-flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;width:24px;height:24px;background-color:#f3f3f3;color:#fff;border-radius:50px}app-feature-module .categories-main-all:hover .categories-img span{background-color:#38a7a7;border:#38a7a7;transition:.7s}app-feature-module .categories-main-all:hover .categories-img span img{filter:invert(1) brightness(2);transform:rotateY(360deg);-webkit-transform:rotateY(360deg);-ms-transform:rotateY(360deg);transition:.4s}app-feature-module .categories-main-all:hover .category-bottom{background-color:#38a7a7;color:#fff;transition:.7s}app-feature-module .categories-img span{width:100px;height:100px;background-color:#f3f3f3;border:#f3f3f3;border-radius:10px;margin-bottom:25px;display:flex;display:-webkit-flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;transition:.4s}app-feature-module .categories-img span img{transition:.4s}app-feature-module .btn-catering .btn-view{border-radius:95px;padding:15px 26px;margin-top:23px}app-feature-module .section-heading.section-heading-four .btn-view{border-radius:95px;padding:15px 27px}app-feature-module .features-four-section{position:relative;padding:80px 0}app-feature-module .rate-four{padding:2px 10px;background-color:#fff;border-radius:5px}app-feature-module .rate-four i{color:#ffb800;margin-right:3px}app-feature-module .rate-four span{color:#000;font-weight:600}app-feature-module .service-four-img{position:relative}app-feature-module .service-four-img:before{content:"";background-color:#0c112399;position:absolute;top:0;left:0;width:100%;height:100%;opacity:.9;z-index:1}app-feature-module .service-content.service-four-content{padding:20px 20px 0;border-bottom:1px solid #f1f1f1}app-feature-module .service-content.service-four-content ul li{color:#6c6c6c;font-size:12px;padding:5px}app-feature-module .service-content.service-four-content ul li:last-child{margin-right:0}app-feature-module .service-content.service-four-content p{white-space:normal}app-feature-module .service-content.service-four-content .mini-mealmenu{text-decoration:line-through;font-size:18px;font-weight:700;margin-right:5px;color:#2a396d}app-feature-module .service-content.service-four-content .mealmenu{font-size:22px;font-weight:700;color:#38a7a7}app-feature-module .category-feature-bottom{display:flex;display:-webkit-flex;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;background-color:#f3f3f3;padding:10px;border-radius:5px}app-feature-module .category-feature-bottom p{margin-bottom:0;color:#2a396d}app-feature-module .category-feature-bottom a{font-size:14px;font-weight:700;color:#38a7a7}app-feature-module .category-feature-bottom a:hover{color:#0b2540}app-feature-module .trust-us-section{position:relative;padding:80px 0;background-color:#f9f9f9;z-index:1}app-feature-module .trust-us-section:before{position:absolute;content:"";left:0;top:0;width:100%;height:100%;z-index:-1;background-position:left}app-feature-module .trust-us-main{padding:40px;display:flex;display:-webkit-flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;flex-direction:column;background-color:#fff;box-shadow:0 4px 24px #cdcdcd40}app-feature-module .trust-us-main h6{font-size:20px;font-weight:700;margin-bottom:20px}app-feature-module .trust-us-main p{text-align:center;margin-bottom:0}app-feature-module .trust-us-main:hover .trust-us-img{background-color:#38a7a7;transition:.7s;color:#fff;padding:12px 18px;border-radius:10px;transition:.4s;-webkit-transition:.4s;-ms-transition:.4s}app-feature-module .trust-us-main:hover .trust-us-img i{transform:rotateY(360deg);-webkit-transform:rotateY(360deg);-ms-transform:rotateY(360deg);transition:.4s}app-feature-module .trust-us-main .trust-us-img i{transition:.4s;-webkit-transition:.4s;-ms-transition:.4s}app-feature-module .trust-us-img{display:flex;font-size:56px;color:#38a7a7;margin-bottom:25px;padding:12px 18px}app-feature-module .popular-four-section{position:relative;padding:80px 0}app-feature-module .popular-portfolio-img{position:relative;margin-bottom:24px;overflow:hidden;border-radius:10px;transition:.5s all}app-feature-module .popular-portfolio-img img{width:100%;transition:.5s all}app-feature-module .popular-portfolio-img:hover img{position:relative;z-index:1;transition:.5s all}app-feature-module .popular-portfolio-img:before{background-color:#00000080;content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;border-radius:10px;transition:.5s all}app-feature-module .popular-portfolio-overlay{position:absolute;content:"";bottom:0;padding:20px;z-index:1;transition:.5s all}app-feature-module .popular-portfolio-overlay h6{font-size:20px;color:#fff;margin-bottom:5px}app-feature-module .popular-portfolio-overlay p{font-size:12px;font-weight:500;color:#fff;margin-bottom:0}app-feature-module .Working-four-section{position:relative;padding:80px 0;background-color:#f9f9f9}app-feature-module .search-input.search-input-three.search-input-four .form-group input::placeholder{color:#6c6c6c}app-feature-module .search-input.search-input-three.search-input-four .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:45px;font-weight:400;color:#6c6c6c}app-feature-module .section-heading.working-four-heading h2{font-size:32px}app-feature-module .working-four-main{display:flex;display:-webkit-flex;align-items:center;justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center;flex-direction:column;text-align:center;padding:20px;background-color:#38a7a7;border-radius:10px}app-feature-module .working-four-main h6{font-size:14px;font-weight:600;color:#fff;margin-bottom:30px}app-feature-module .working-four-main h4{font-size:18px;color:#fff}app-feature-module .working-four-main p{font-size:14px;font-weight:400;color:#fff;margin-bottom:0}app-feature-module .working-four-img{position:relative;padding:20px;background-color:#fff;border-radius:10px;margin-bottom:60px}app-feature-module .working-four-img:before{position:absolute;content:"";left:29px;width:43px;height:5px;bottom:-33px;background-color:#ffb800}app-feature-module .around-world-section{position:relative;padding:80px 0}app-feature-module .item-info.item-info-four{padding:0 20px;font-size:14px}app-feature-module .service-world-img i{margin-right:7px;color:#424242}app-feature-module .service-world-img p{color:#424242}app-feature-module .useful-blog-section{position:relative;padding:80px 0}app-feature-module .service-content.service-four-blogs h3{white-space:normal;color:#101522;font-weight:700;font-size:23px;margin-bottom:20px}app-feature-module .service-content.service-four-blogs p{white-space:normal}app-feature-module .usefull-bottom{display:flex;justify-content:space-between;align-items:center}app-feature-module .usefull-bottom h6{font-weight:500;color:#2a396d}app-feature-module .useful-four-slider .owl-carousel .useful-img img{width:30px;height:30px;border-radius:50%}app-feature-module .review-client-section{position:relative;padding:80px 0;background-color:#f9f9f9}app-feature-module .client-review-top{position:relative;padding:30px;background-color:#fff;border-radius:5px;margin-bottom:46px}app-feature-module .client-review-top:before{content:"\a";border-style:solid;border-width:32px 55px 0px 0px;border-color:transparent #fff transparent transparent;border-radius:0;position:absolute;bottom:-31px;transform:rotate(180deg)}app-feature-module .client-review-top p{margin-bottom:0}app-feature-module .common-four-slider .owl-dots .owl-dot.active span{background-color:#38a7a7;position:relative}app-feature-module .common-four-slider .owl-dots .owl-dot.active span:before{width:19px;height:19px;background-color:transparent;border-radius:50%;border:2px solid #38a7a7;position:absolute;content:"";top:-5px;left:-5px}app-feature-module .common-four-slider .owl-dots .owl-dot span{width:9px;height:9px;margin-right:5px}app-feature-module .client-review-name{display:flex;align-items:center;justify-content:space-between}app-feature-module .client-review-name h6{font-size:20px}app-feature-module .client-review-name .rating{font-size:12px}app-feature-module .client-review-img{margin-bottom:55px;float:left}app-feature-module .client-four-slider .owl-carousel .client-review-img img{width:65px;height:65px;border-radius:50%;border:5px solid #fff}app-feature-module .client-four-slider{margin-bottom:55px;border-bottom:1px solid #ebebeb}app-feature-module .client-four-slider .owl-dots{margin-bottom:55px}app-feature-module .header.header-five.fixed .main-nav li a{color:#28283c}app-feature-module .header.header-five.fixed .header-button{color:#28283c}app-feature-module .header.header-five.fixed .header-button.header-button-five{color:#fff}app-feature-module .home-page-five .header-navbar-rht li>a.header-login{background-color:#ff008a;border:1px solid #ff008a;box-shadow:inset 0 0 #e2017b}app-feature-module .home-page-five .header-navbar-rht li>a.header-login:hover{background:#e2017b;border:1px solid #e2017b;box-shadow:inset 0 70px #e2017b}app-feature-module .header-button.header-button-five{color:#fff;background:#ff008a;border-radius:4px}app-feature-module .header-button.header-button-five:hover{color:#ff008a;background:#fff;border-radius:4px}app-feature-module .header-button{color:#fff}app-feature-module .hero-section-five{position:relative;background-repeat:no-repeat;background-size:cover;background-position:left center}app-feature-module .section-section-five h1{color:#fff;font-weight:700;font-size:50px;max-width:600px;margin-bottom:30px}app-feature-module .section-section-five h4{font-size:24px;color:#fff;margin-bottom:15px}app-feature-module .section-section-five p{color:#fff;font-size:16px;margin-bottom:20px;max-width:430px;font-weight:400}app-feature-module .section-section-five span{color:#ff008a}app-feature-module .pagination-main-class{display:flex;justify-content:space-between}app-feature-module .table_footer{display:flex;justify-content:space-between;padding:0rem 1.5rem}app-feature-module .dataTables_length{margin-top:15px!important;float:left;font-size:12px}app-feature-module .table_footer .dataTables_length label{display:flex;align-items:center;justify-content:space-between;margin-left:-24px}app-feature-module .dataTables_length label:before{margin-right:5px}app-feature-module .table_design{display:flex;flex-direction:row;justify-content:space-between;align-items:center}app-feature-module .dataTables_info{float:right;padding-right:15px;padding-top:18px!important;font-size:12px;color:#5e5873;font-weight:600}app-feature-module .table_design .pagination_section{display:flex;justify-content:flex-end}app-feature-module .pagination{margin-top:15px}app-feature-module .table_footer .dataTables_length select{width:auto;display:inline-block;margin:0 3px;appearance:auto;border-radius:.375rem}app-feature-module .search-group-icon-5{color:#ff008a;font-size:20px;padding:10px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#ff008a0d}app-feature-module .search-box.search-box-five{padding:12px;margin-top:0}app-feature-module .search-box.search-box-five .search-input{width:50%;float:none}app-feature-module .search-box.search-box-five .search-input .form-group{width:calc(100% - 40px)}app-feature-module .search-box.search-box-five .select2-container--default .select2-selection--single{border:none}app-feature-module .search-box.search-box-five .select2-container--default .select2-selection--single .select2-selection__rendered{color:#626262;font-weight:400;padding-left:0}app-feature-module .search-box.search-box-five .search-box-form{display:flex}app-feature-module .floating-five-main{margin-top:-200px;position:relative;z-index:3}app-feature-module .floating-img{position:absolute;bottom:-75px;z-index:1}app-feature-module .car-five-arrow-img{position:relative}app-feature-module .car-five-arrow-img img{position:absolute;content:"";top:-205px;left:115px}app-feature-module .floating-five-buttom{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;padding:24px;border-radius:8px;margin-right:10px}app-feature-module .floating-five-buttoms{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;padding:24px;border-radius:8px}app-feature-module .car-wash-feature{margin-top:35px}app-feature-module .floating-five-buttom-all{margin-right:20px}app-feature-module .floating-five-buttom-all h5{font-size:36px;margin-bottom:10px}app-feature-module .floating-five-buttom-all p{margin-bottom:0}app-feature-module .floating-five-buttom-img i{background-color:#203066;padding:22px;border-radius:50%;color:#fff}app-feature-module .floating-five-buttom-img.floating-fives-buttom-img i{background-color:#ff008a}app-feature-module .featured-categories-section{padding:140px 0 90px;position:relative;background-color:#f3f6fc}app-feature-module .featured-category-bg-img img{position:absolute;left:0;top:170px;z-index:0}app-feature-module .testimonals-five-section{background-repeat:no-repeat;background-size:cover;padding:90px 0 160px}app-feature-module .car-testimonials-five-slider .owl-nav{text-align:center}app-feature-module .car-testimonials-five-slider .owl-nav .owl-prev{background:#fff!important;color:#ff008a;margin-bottom:0}app-feature-module .car-testimonials-five-slider .owl-nav .owl-next{background:#fff!important;color:#ff008a;margin-bottom:0}app-feature-module .feature-content-bottom{display:flex;align-items:center;justify-content:space-between}app-feature-module .service-content.service-content-five p{margin-bottom:0}app-feature-module .service-content.service-content-five a{color:#797a8c}app-feature-module .features-service-five{display:flex;align-items:center;justify-content:center}app-feature-module .features-service-five h6{padding:10px;background:#fff;border-radius:4px;font-size:16px;font-weight:400;margin-bottom:0}app-feature-module .features-service-rating{padding:7px;background:#fff;border-radius:4px;margin-right:8px}app-feature-module .features-service-rating i{color:#ffba08;margin-right:9px}app-feature-module .features-service-rating span{color:#626262;font-size:16px}app-feature-module .feature-service-botton{display:flex;align-items:center;justify-content:space-between}app-feature-module .feature-service-botton img{width:45px;height:45px;border-radius:50%}app-feature-module .feature-service-botton.feature-service-botton-five img{width:50px!important}app-feature-module .feature-service-btn a{padding:12px 20px;background-color:#ff008a;border-radius:8px;color:#fff;border:1px solid #ff008a;font-weight:500}app-feature-module .feature-service-btn a:hover{background-color:#fff;border:1px solid #626262;color:#626262}app-feature-module .feature-services-five{display:flex;align-items:center;margin-bottom:16px}app-feature-module .feature-services-five h6{margin-bottom:0;font-size:24px;color:#203066;margin-right:8px}app-feature-module .feature-services-five span{text-decoration:line-through}app-feature-module .feature-category-section{padding:90px 0;position:relative}app-feature-module .feature-category-section:before{position:absolute;content:"";left:0;top:163px;width:100%;height:100%;z-index:0}app-feature-module .feature-category-section-five{position:relative;padding:90px 0;background-color:#f3f6fc}app-feature-module .feature-category-section-five:before{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:0}app-feature-module .top-providers-five .providerset{padding:0;margin-bottom:50px}app-feature-module .top-providers-five .providerset .providerset-img a img{border-radius:10px}app-feature-module .top-providers-five .providerset .providerset-content{padding:0 18px 18px;text-align:center}app-feature-module .top-providers-five .providerset .providerset-content h4{margin-bottom:10px}app-feature-module .top-providers-five .providerset .providerset-content h4 a{font-size:20px;margin-right:4px}app-feature-module .top-providers-five .providerset .providerset-content h4 i{font-size:18px;color:#6dcc76}app-feature-module .top-providers-five .providerset .providerset-content h5{color:#626262;margin-bottom:15px;font-size:16px;font-weight:400}app-feature-module .top-providers-five .providerset .providerset-content .providerset-prices{margin-bottom:22px}app-feature-module .top-providers-five .owl-nav{text-align:center}app-feature-module .top-providers-five .owl-nav .owl-prev{background:#ff008a!important;color:#fff;margin-bottom:0}app-feature-module .top-providers-five .owl-nav .owl-prev:hover{background:#fff!important;color:#ff008a}app-feature-module .top-providers-five .owl-nav .owl-next{background:#ff008a!important;color:#fff;margin-bottom:0}app-feature-module .top-providers-five .owl-nav .owl-next:hover{background:#fff!important;color:#ff008a}app-feature-module .providers-section-five{position:relative;padding:90px 0;background:#f3f6fc}app-feature-module .providers-section-five .providerset{border:1px solid #fff}app-feature-module .providers-five-bg-car img{position:absolute;content:"";right:0;bottom:55px;z-index:0}app-feature-module .btn-sec.btn-sec-five .btn-view{background-color:#203066;padding:15px 30px;border-radius:8px}app-feature-module .works-five-section{position:relative;padding:90px 0}app-feature-module .works-five-section:before{position:absolute;content:"";left:0;top:0;width:100%;height:100%;z-index:-1}app-feature-module .car-wash-img-five{display:flex;justify-content:center;align-items:center}app-feature-module .works-it-five-button{text-align:center}app-feature-module .works-it-five-button h4{font-size:40px;color:#bbb;margin-bottom:15px}app-feature-module .works-it-dots{position:relative;display:flex;justify-content:center;align-items:center}app-feature-module .works-it-dots span{position:relative;width:16px;height:16px;background-color:#203066;border-radius:50%;margin-bottom:55px}app-feature-module .works-it-dots span:before{width:38px;height:38px;background-color:#22c55e;border-radius:50%;position:absolute;content:"";top:-11px;left:-11px;z-index:-1}app-feature-module .works-it-lines span{position:relative}app-feature-module .works-it-lines span:before{width:370px;height:1px;background-color:#203066;position:absolute;content:"";top:-62px;left:241px;z-index:-1}app-feature-module .works-five-main{border:1px solid #f3f6fc;border-radius:8px;margin-bottom:160px}app-feature-module .works-five-main:hover{box-shadow:0 10px 20px -5px #4c40ed14}app-feature-module .works-five-img img{width:100%}app-feature-module .offering-five-all{position:relative;background-color:#203066;border-radius:20px;z-index:1}app-feature-module .offering-five-all-img img{position:absolute;content:"";left:0;top:0;z-index:-1}app-feature-module .offering-five-button .btn-primary{background-color:#ff008a;padding:15px 30px;border:1px solid #ff008a}app-feature-module .offering-five-button .btn-primary:hover{border:1px solid #2229c1}app-feature-module .offering-five-button .btn-primary i{margin-left:10px}app-feature-module .offering-five-main{padding:50px 29px 50px 50px}app-feature-module .offering-five-main h2{font-size:40px;color:#fff;margin-bottom:25px}app-feature-module .offering-five-main p{color:#fff}app-feature-module .offering-five-img{margin:-86px 0 0 -60px}app-feature-module .works-five-bottom{text-align:center;padding:20px}app-feature-module .works-five-bottom i{display:inline-flex;width:54px;height:54px;background:#ff008a;border-radius:50%;align-items:center;justify-content:center;color:#fff;font-size:18px}app-feature-module .car-testimonials-main-five{background-color:#ff008a;border-radius:50px}app-feature-module .car-wash-bg-five{position:relative}app-feature-module .car-wash-bg-five:before{position:absolute;content:"";background:#ff008a;width:100%;height:483px;border-radius:50px;bottom:-60px}app-feature-module .testimonials-five-top{display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:#fff;border-radius:50px;padding:24px 50px;margin-bottom:50px}app-feature-module .testimonials-five-top h2{font-size:20px}app-feature-module .testimonials-five-top p{text-align:center}app-feature-module .testimonials-five-top h6{font-size:14px;color:#797a8c;margin-bottom:0;font-weight:400}app-feature-module .car-testimonials-five-slider .owl-carousel .test-five-img img{width:119px;height:119px;border-radius:50%;margin-bottom:20px}app-feature-module .blog-section.blog-five-section{padding:90px 0 80px}app-feature-module .car-blogs-section{position:relative;padding:90px 0 0;background-color:#f3f6fc}app-feature-module .car-blogs-section:before{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:0}app-feature-module .feature-service-five-slider .service-widget{margin-bottom:50px}app-feature-module .feature-service-five-slider .owl-nav{text-align:center}app-feature-module .feature-service-five-slider .owl-nav .owl-prev{background:#ff008a!important;color:#fff;margin-bottom:0}app-feature-module .feature-service-five-slider .owl-nav .owl-prev:hover{background:#fff!important;color:#ff008a}app-feature-module .feature-service-five-slider .owl-nav .owl-next{background:#ff008a!important;color:#fff;margin-bottom:0}app-feature-module .feature-service-five-slider .owl-nav .owl-next:hover{background:#fff!important;color:#ff008a}app-feature-module .pricing-btn-five .btn-view{display:flex;align-items:center;justify-content:center;background-color:#203066;border:1px solid #203066}app-feature-module .pricing-service-five{position:relative;padding:90px 0}app-feature-module .pricing-service-five .nav-pills{justify-content:center;max-width:254px;background:#ffedf7;margin:0 auto 80px;border-radius:580px;padding:10px}app-feature-module .pricing-service-five .nav-pills .nav-link{border:none;color:#28283c;font-size:16px;font-weight:600;padding:13px 24px;border-radius:22px;background:none}app-feature-module .pricing-service-five .nav-pills .nav-link.active{color:#fff;background:#ff008a;padding:13px 24px;border-radius:50px}app-feature-module .pricing-service-topimg .pricing-five-img-one{position:absolute;content:"";top:0;left:0}app-feature-module .pricing-service-topimg .pricing-five-img-two{position:absolute;content:"";top:0;right:0}app-feature-module .pricing-plans.pricing-plans-five{border:1px solid #d8e1ff;transition:.5s}app-feature-module .pricing-plans.pricing-plans-five:hover{background-color:#203066;border:1px solid #203066;transition:.5s}app-feature-module .pricing-plans.pricing-plans-five:hover .pricing-btn-five .btn-primary{background-color:#ff008a;box-shadow:inset 0 70px #ff008a;border:1px solid #ff008a}app-feature-module .pricing-plans.pricing-plans-five:hover .pricing-planscontent.pricing-planscontent-five ul li span{color:#fff}app-feature-module .pricing-plans.pricing-plans-five:hover h4{color:#fff}app-feature-module .pricing-plans.pricing-plans-five:hover .providerset-prices-five h6{color:#fff}app-feature-module .pricing-plans.pricing-plans-five:hover .providerset-prices-five span{color:#fff}app-feature-module .pricing-plans.pricing-plans-five h4{margin-bottom:20px}app-feature-module .providerset-prices-five{margin-bottom:20px;display:flex;align-items:center;justify-content:start}app-feature-module .providerset-prices-five h6{font-size:36px;margin:0 10px 0 0}app-feature-module .pricing-planscontent.pricing-planscontent-five{padding-top:0}app-feature-module .pricing-planscontent.pricing-planscontent-five ul li span{color:#797a8c}app-feature-module .item-cat.item-car{background-color:#4c82f7;color:#fff}app-feature-module .item-cat.item-car:hover{background-color:#fff;color:#4c82f7}app-feature-module .car-blog-slider .service-content p{white-space:normal}app-feature-module .car-blog-slider .serv-info img{width:42px;height:42px;border-radius:50%}app-feature-module .car-blog-slider .serv-info a{background-color:#ff008a;color:#fff}app-feature-module .car-blog-slider .service-widget{margin-bottom:50px}app-feature-module .car-blog-slider .owl-nav{text-align:center;margin-bottom:50px}app-feature-module .car-blog-slider .owl-nav .owl-prev{background:#ff008a!important;color:#fff;margin-bottom:0}app-feature-module .car-blog-slider .owl-nav .owl-prev:hover{background:#fff!important;color:#ff008a}app-feature-module .car-blog-slider .owl-nav .owl-next{background:#ff008a!important;color:#fff;margin-bottom:0}app-feature-module .car-blog-slider .owl-nav .owl-next:hover{background:#fff!important;color:#ff008a}app-feature-module .section-heading.car-wash-heading{position:relative}app-feature-module .section-heading.car-wash-heading h2{position:relative}app-feature-module .section-heading.car-wash-heading .car-wash-header-one{margin-right:8px}app-feature-module .section-heading.car-wash-heading .car-wash-header-two{margin-left:8px}app-feature-module .app-five-section{background-color:#ecf6f6;padding:117px 0 160px}app-feature-module .app-sec.app-sec-five{background:#203066;border-radius:50px;padding:95px 85px 0}app-feature-module .app-sec.app-sec-five .downlaod-btn{display:flex;align-items:center;justify-content:start}app-feature-module .app-sec.app-sec-five .downlaod-btn .scan-img{margin:0 17px 0 0}app-feature-module .app-sec.app-sec-five .downlaod-btn .scan-img img{height:45px;width:50px}app-feature-module .app-sec.app-sec-five .downlaod-btn a img{width:100%;height:60px}app-feature-module .app-sec.app-sec-five .heading h2{margin-bottom:20px}app-feature-module .app-sec.app-sec-five .heading h6{margin-bottom:20px}app-feature-module .app-sec.app-sec-five:before{background-repeat:no-repeat;background-position:left}app-feature-module .app-sec.app-sec-five:after{background-repeat:no-repeat}app-feature-module .app-sec.app-sec-five .appimg-set img{margin-top:-105px}app-feature-module .footer.footer-five{background-color:#203066}app-feature-module .footer.footer-five .footer-widget.footer-menu ul li a{color:#fff}app-feature-module .footer.footer-five .footer-widget.footer-menu ul li a:hover{color:#ff008a}app-feature-module .footer.footer-five .footer-widget.footer-menu .footer-title{color:#fff}app-feature-module .footer.footer-five .footer-bottom .copyright{border-top:1px solid rgba(255,255,255,.07)}app-feature-module .footer.footer-five .footer-bottom .copyright .payment-image ul{justify-content:start}app-feature-module .footer.footer-five .footer-bottom .copyright .copyright-text p{text-align:center;color:#fff}app-feature-module .footer.footer-five .footer-bottom .copyright .copyright-menu .policy-menu li a{color:#fff}app-feature-module .footer.footer-five .footer-top .footer-widget .footer-content p{color:#fff}app-feature-module .footer.footer-five .footer-widget.footer-contact .footer-title{color:#fff}app-feature-module .footer.footer-five .footer-widget.footer-contact .footer-contact-info p{color:#fff}app-feature-module .footer.footer-five .footer-widget.footer-contact .footer-contact-info span{color:#ff008a}app-feature-module .footer.footer-five .footer-widget .footer-title{color:#fff}app-feature-module .footer.footer-five .footer-widget .footer-subtitle{color:#fff}app-feature-module .footer.footer-five .social-icon ul li a:hover{background-color:#ff008a}app-feature-module .home-banner-main{position:relative;justify-content:center;align-items:center;display:flex}app-feature-module .home-banner-six-bg img{position:absolute;content:"";z-index:-1;top:-125px;left:-40px}app-feature-module .home-banner-six-detergent{justify-content:start;align-items:flex-end;display:flex;margin-bottom:20px}app-feature-module .home-banner-six-detergent h5{margin-bottom:0;color:#203066}app-feature-module .search-box-two.search-box-six{padding:10px;width:93%}app-feature-module .search-box-two.search-box-six .search-input-new.line-six{width:45%}app-feature-module .search-box-two.search-box-six .search-input-new.line-two-six{width:35%}app-feature-module .search-box-two.search-box-six .search-btn{width:20%}app-feature-module .search-box-two.search-box-six .search-btn .btn{padding:8px 16px;font-size:16px;font-weight:500}app-feature-module .search-box-two.search-box-six .select2-container--default .select2-selection--single .select2-selection__rendered{color:#797a8c;font-size:16px;font-weight:400}app-feature-module .search-input-new.line-two-six input{padding:0 40px 0 10px;height:40px;min-height:40px}app-feature-module .search-input-new.line-two-six i{color:#ff008a;right:12px}app-feature-module .search-input-new.line-two-six .form-group input::placeholder{color:#797a8c;font-size:16px;font-weight:400}app-feature-module .search-input-new.line-six .select2-container--default .select2-selection--single{border:0;height:40px}app-feature-module .search-input-new.line-six .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#ff008a}app-feature-module .side-social-media-six{position:relative}app-feature-module .side-social-media-six ul{position:absolute;top:260px;left:0;z-index:2}app-feature-module .side-social-media-six ul li{margin-bottom:20px}app-feature-module .side-social-media-six ul li a{width:24px;display:flex;height:24px;background:#203066;align-items:center;justify-content:center;border-radius:50%;color:#fff;transition:.5s}app-feature-module .side-social-media-six ul li a:hover{background:#fff;color:#203066;transition:.5s}app-feature-module .side-social-media-six ul li a i{font-size:12px}app-feature-module .home-banner-six-bottom{padding-top:85px}app-feature-module .home-banner-six-bottom h1{color:#203066;max-width:470px;margin-bottom:23px}app-feature-module .home-banner-six-bottom h1 span{color:#ff008a}app-feature-module .home-banner-six-bottom p{color:#797a8c;max-width:375px;margin-bottom:50px}app-feature-module .banner-six-side-img{position:relative}app-feature-module .banner-six-side-img img{position:absolute;bottom:-33px;right:0}app-feature-module .banner-six-ellipse-img{position:relative}app-feature-module .banner-six-ellipse-img .ellipe-six-one{position:absolute;top:0}app-feature-module .reason-choose-us{position:relative;padding:60px 0}app-feature-module .reason-six{display:flex;justify-content:start;align-items:flex-end;margin-bottom:10px}app-feature-module .reason-six img{margin-right:10px}app-feature-module .reason-six p{color:#203066;font-weight:600}app-feature-module .section-heading.section-heading-six h2{color:#203066;margin-bottom:0}app-feature-module .section-heading.section-heading-six h2 span{color:#ff008a}app-feature-module .professional-cleaning-main{background:#edeef0;padding:50px 0;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:24px}app-feature-module .professional-cleaning-main img{margin-bottom:10px}app-feature-module .professional-cleaning-main h5{color:#203066;margin-bottom:0}app-feature-module .total-client-all{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}app-feature-module .total-client-all .total-client-half{display:flex;justify-content:start;align-items:center}app-feature-module .total-client-all .total-client-half .total-client-mini{padding:0 20px}app-feature-module .total-client-all .total-client-half .total-client-mini:first-child{padding-left:0;border-right:1px solid #d9d9d9}app-feature-module .total-client-all .total-client-half .total-client-mini:nth-child(3){padding-left:0}app-feature-module .total-client-all .total-client-half .total-client-mini .total-experts-main{display:inline-flex;align-items:center}app-feature-module .total-client-all ul li a img{width:45px;height:45px;border-radius:50%;border:5px solid #fff}app-feature-module .total-experts-main h3{color:#203066;font-size:38px;margin:0 10px 0 0}app-feature-module .total-experts-main p{color:#797a8c;font-weight:500;margin-bottom:0}app-feature-module .total-experts-main p span{display:block}app-feature-module .total-client-avatar li{display:inline-block;margin:0 0 0 -15px}app-feature-module .total-client-avatar li:first-child{margin-left:0}app-feature-module .total-client-avatar .more-set a{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:#203066;border-radius:50%;color:#fff;border:5px solid #fff;font-size:14px;font-weight:600}app-feature-module .total-client-half li .total-client-content{margin:0 0 0 40px;color:#797a8c}app-feature-module .total-client-half li .total-client-content span{display:block}app-feature-module p.total-client-content{margin-bottom:0;max-width:480px}app-feature-module .our-company-ryt{position:relative;display:flex;justify-content:flex-end;z-index:0}app-feature-module .our-company-bg img{position:absolute;top:-160px;z-index:-1;left:-10px}app-feature-module .our-company-img{margin-top:-160px}app-feature-module .about-our-company{position:relative;background-repeat:no-repeat;background-size:cover;padding:80px 0}app-feature-module .our-company-six p{color:#797a8c;font-weight:400;max-width:559px;line-height:30px;margin-bottom:40px}app-feature-module .our-company-first-content{display:inline-flex;align-items:center;background:#fff;border:1px solid #e7e7e7;box-shadow:0 4px 15px #0000000a;border-radius:10px;padding:15px;position:absolute;bottom:47px;left:-30px}app-feature-module .our-company-first-content a{display:flex;align-items:center;justify-content:center;padding:20px;border-radius:50%;background:#ff008a;color:#fff;transition:.7s}app-feature-module .our-company-first-content a:hover{background:#fff;color:#ff008a;transition:.7s}app-feature-module .our-company-first-content a i{font-size:22px}app-feature-module .company-top-content{margin-right:24px}app-feature-module .company-top-content p{margin-bottom:0;color:#797a8c}app-feature-module .company-top-content h3{font-size:38px;color:#203066;margin-bottom:0}app-feature-module .our-company-two-content{position:absolute;top:-158px;right:117px;padding:15px;background:#fff;border:1px solid #e7e7e7;box-shadow:0 4px 15px #0000000a;border-radius:10px}app-feature-module .our-company-two-content p{color:#797a8c;margin-bottom:0}app-feature-module .company-two-top-content{display:flex;justify-content:center;align-items:center}app-feature-module .company-two-top-content h4{margin-bottom:0;color:#203066;font-size:38px}app-feature-module .afford-btn{display:inline-flex;justify-content:flex-end;text-decoration:underline;color:#ff008a;float:right}app-feature-module .aboutus-companyimg{position:relative}app-feature-module .aboutus-companyimg img{max-width:100%}app-feature-module .playicon{position:absolute;right:61%;top:37%}app-feature-module .playicon span{width:48px;height:48px;background:#ff008a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}app-feature-module .modal-content-video{padding:0!important}app-feature-module .modal-content-video .modal-content{background:#000}app-feature-module .modal-content-video .modal-header{border:0}app-feature-module .modal-content-video .modal-header button.close{color:#fff;opacity:1}app-feature-module .video-home video{width:100%}app-feature-module .satisfied-service-section{position:relative;padding:80px 0 45px}app-feature-module .get-service-main{padding:30px;text-align:center;background:#f7f8f9;border:1px solid #f7f8f9;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:24px}app-feature-module .get-service-main:hover{border:1px solid #ff008a;background:#ff008a03}app-feature-module .get-service-main:hover .get-service-btn a{color:#ff008a}app-feature-module .get-service-main:hover .get-service-btn a i{background:#ff008a1a}app-feature-module .get-service-main span{transition:.4s}app-feature-module .get-service-main span img{transition:.4s}app-feature-module .get-service-main img{margin-bottom:25px}app-feature-module .get-service-main h5{color:#203066;margin-bottom:25px}app-feature-module .get-service-btn a{display:flex;align-items:center;color:#797a8c;font-weight:500}app-feature-module .get-service-btn a i{padding:4px;border-radius:50%;background:#6262621a}app-feature-module .see-works-six-section{position:relative;padding:80px 0;background-repeat:no-repeat;background-size:cover}app-feature-module .how-it-works-six{margin-bottom:25px}app-feature-module .works-six-num{display:flex;align-items:center;justify-content:center}app-feature-module .works-six-num h2{position:relative;display:flex;align-items:center;justify-content:center;color:#fff;font-size:50px;width:82px;height:82px;background:#ff008a80;border-radius:10px;z-index:0}app-feature-module .works-six-num h2:before{position:absolute;content:"";width:82px;height:82px;background:#ff008a80;border-radius:10px;transform:rotate(14.46deg);z-index:-1}app-feature-module .works-six-num h2:after{position:absolute;content:"";width:2px;height:51px;background:#ff008a;bottom:-70px;left:50%;transform:translate(-50%)}app-feature-module .works-six-num.works-six-num-two h2{background:#f7d04a80}app-feature-module .works-six-num.works-six-num-two h2:before{background:#f7d04a80}app-feature-module .works-six-num.works-six-num-three h2{background:#20306680}app-feature-module .works-six-num.works-six-num-three h2:before{background:#20306680}app-feature-module .work-online-img{display:flex;align-items:center;justify-content:center;margin-top:80px}app-feature-module .work-online-bottom{display:flex;align-items:center;justify-content:center;position:absolute;flex-direction:column;top:50%;left:50%;transform:translate(-50%,-50%)}app-feature-module .work-online-bottom h4{max-width:160px;text-align:center}app-feature-module .work-online-bottom img{margin-bottom:20px}app-feature-module .work-online-schedule{position:relative}app-feature-module .work-online-bottom.work-online-bottom-two img{margin-bottom:0}app-feature-module .work-online-bottom.work-online-bottom-two h4{margin-bottom:25px}app-feature-module .blogs-service-section{position:relative;padding:80px 0 56px}app-feature-module .latest-blog-content{width:76px;height:76px;border-radius:10px;background:#ff008a;display:inline-flex;align-items:center;justify-content:center;flex-direction:column;margin-right:20px}app-feature-module .latest-blog-content h5{text-align:center;color:#fff;font-size:24px}app-feature-module .latest-blog-content h5 span{display:block}app-feature-module .latest-profile-name{display:flex;align-items:center}app-feature-module .latest-profile-name img{width:28px;height:28px;border-radius:50%;margin-right:5px}app-feature-module .latest-profile-name h6{margin-bottom:0;font-size:14px;color:#797a8c;font-weight:400}app-feature-module .latest-blog-six{display:flex;align-items:flex-end;margin-bottom:20px}app-feature-module .service-content.service-content-six{padding:20px 0 0;margin-top:-60px;z-index:1;position:relative}app-feature-module .service-content.service-content-six .blog-import-service{color:#203066;font-size:20px}app-feature-module .service-content.service-content-six p{color:#797a8c;white-space:normal}app-feature-module .service-content.service-content-six a{color:#ff008a}app-feature-module .service-content.service-content-six a:hover{color:#203066}app-feature-module .service-widget.service-six{padding:20px;background:#f8f8f8}app-feature-module .our-expert-six-section{position:relative;padding:80px 0;background-repeat:no-repeat;background-size:cover}app-feature-module .our-expert-six{position:relative;margin-bottom:24px}app-feature-module .our-expert-six:hover .our-expert-six-content{transform:scale(1);z-index:0}app-feature-module .our-expert-six-content{display:flex;align-items:self-start;justify-content:center;flex-direction:column;padding-left:15px;position:absolute;width:100%;height:100%;top:0;z-index:9;border-radius:10px 204px 10px 10px;background:#00000087;transform:scale(0);transition:all .5s}app-feature-module .our-expert-six-content h6{color:#fff;font-size:18px}app-feature-module .our-expert-six-content p{color:#ff008a;margin-bottom:10px}app-feature-module .our-expert-six-content .rating{font-size:12px;margin-bottom:12px}app-feature-module .our-expert-six-content h5{font-size:20px;color:#fff;margin-bottom:17px}app-feature-module .our-expert-six-content h5 span{font-size:14px;color:#c2c9d1}app-feature-module .our-expert-six-content a{padding:8px 16px;border-radius:30px;background:#ff008a;border:1px solid #ff008a}app-feature-module .our-expert-img{border-radius:10px}app-feature-module .our-expert-img img{border-radius:10px;width:100%}app-feature-module .customer-reviews-six-section{position:relative;padding:80px 0}app-feature-module .customer-review-main-six{background:#f8f8f8;border-radius:10px;position:relative;margin-bottom:24px}app-feature-module .customer-review-top{position:relative;padding:30px 56px;text-align:center;border-bottom:2px solid #e7e7e7}app-feature-module .customer-review-top img{width:97px;height:97px;border-radius:50%;margin-bottom:30px}app-feature-module .customer-review-top:before{position:absolute;content:"";bottom:-2px;left:50%;width:54px;height:2px;background:#ff008a;transform:translate(-50%,-50%)}app-feature-module .customer-review-top p{color:#797a8c;margin-bottom:0}app-feature-module .customer-review-bottom{padding:28px 0;display:flex;align-items:center;justify-content:center}app-feature-module .customer-review-bottom .rating{margin-bottom:0}app-feature-module .customer-review-quote img{position:absolute;top:20px;right:20px}app-feature-module .hidden-charge-section{position:relative;background:#ff008a05;padding:80px 0}app-feature-module .hidden-charge-main{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:20px;background:#fff;border:1px solid #e7e7e7;border-radius:10px;margin-bottom:24px}app-feature-module .hidden-charge-main h4{color:#203066;margin-bottom:30px}app-feature-module .hidden-charge-main ul{text-align:center;height:213px;width:100%;margin-bottom:30px}app-feature-module .hidden-charge-main ul li{line-height:30px;color:#797a8c}app-feature-module .hidden-charge-main.hidden-charge-main-two{border:1px solid #ff008a;box-shadow:10px 24px 17px #ff008a0a}app-feature-module .hidden-charge-img{margin-bottom:30px}app-feature-module .hidden-charges-bottom-mark h1{color:#203066}app-feature-module .hidden-charges-bottom-mark h1 span{font-size:18px;color:#dadada}app-feature-module .hidden-charges-bottom-mark h6{color:#20306680;font-weight:400;margin-bottom:30px}app-feature-module .btn-charges{border-radius:30px;background:#203066;padding:8px 16px;border:1px solid #203066}app-feature-module .btn-charges.btn-plan{background:#ff008a;border:1px solid #ff008a}app-feature-module .btn-charges.btn-plan:hover{border-color:#2229c1}app-feature-module .app-six-section{position:relative;padding:80px 0}app-feature-module .app-sec.app-sec-six{background:#203066;border-radius:10px;padding:0}app-feature-module .app-sec-main{position:relative;background-repeat:no-repeat;background-position:left top;background-size:50% 100%;border-radius:10px}app-feature-module .app-imgs-six-bg img{position:absolute;top:18%;left:30%}app-feature-module .appimg-six{position:relative;margin-left:-16px}app-feature-module .app-img-sec img{position:absolute;top:80px;left:60px;z-index:-1}app-feature-module .new-app-six-bottom{display:flex}app-feature-module .new-app-six-content{display:flex;flex-direction:column;justify-content:center;margin-top:27px}app-feature-module .new-app-six-middle{padding-left:50px}app-feature-module .new-app-six-middle h2{font-size:50px;max-width:340px}app-feature-module .new-app-six-middle h2 span{font-size:40px;font-weight:600}app-feature-module .new-app-six-middle p{max-width:450px}app-feature-module .new-six-img{margin-bottom:15px}app-feature-module .hero-section-seven{background:#fff6fb}app-feature-module .hero-sectionseven-top{background-repeat:no-repeat;background-position:right center}app-feature-module .total-client-avatar-seven li a img{width:48px;height:48px;border-radius:50%;border:5px solid #fff}app-feature-module .total-client-avatar.total-client-avatar-seven li{margin:0 0 0 -20px}app-feature-module .total-client-avatar.total-client-avatar-seven li:first-child{margin:0}app-feature-module .solution-seven{display:inline-block;background:#fff;border:1px solid #f0f0f0;box-shadow:0 10px 20px -5px #ff008a14;border-radius:10px;padding:20px}app-feature-module .solution-seven h6{color:#203066}app-feature-module .home-banner.homer-banner-seven{min-height:535px}app-feature-module .home-banner.homer-banner-seven .section-search h5{color:#67687a;font-size:20px}app-feature-module .home-banner.homer-banner-seven .section-search h1{color:#ff008a}app-feature-module .home-banner.homer-banner-seven .section-search h1 span{color:#203066}app-feature-module .search-box-two.search-box-seven{max-width:1068px;margin:-47px auto 0;background:#f9f9f9}app-feature-module .search-box-two.search-box-seven .search-input-new input{background:#f9f9f9}app-feature-module .search-box-two.search-box-seven .search-input-new>i.bficon{color:#67687a}app-feature-module .search-box-two.search-box-seven .search-input-new.line input{background:#f9f9f9}app-feature-module .search-box-two.search-box-seven .search-btn .btn{background:#203066}app-feature-module .search-box-two.search-box-seven .search-btn .btn i{margin-right:10px}app-feature-module .popularsearch-top{display:flex;align-items:center;justify-content:center;margin-top:25px}app-feature-module .popularsearch-top h6{margin:0 24px 0 0;color:#203066;font-size:18px;position:relative}app-feature-module .popularsearch-top h6:before{width:16px;height:16px;border-radius:50%;background:#ff008a;position:absolute;top:3px;content:"";left:-23px}app-feature-module .popularsearch-top ul{display:flex;align-items:center;justify-content:center}app-feature-module .popularsearch-top ul li{padding:7px 20.0469px 8.5px 19px;background:#2030660d;border-radius:25px;margin-right:10px;font-size:15px;color:#203066}app-feature-module .hero-banner-ryt-content{display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid #f0f0f0;border-radius:10px;padding:20px;position:absolute;bottom:60px;left:-150px}app-feature-module .hero-banner-ryt-content span{width:54px;height:54px;background:#ff008a;border-radius:50%;display:flex;align-items:center;justify-content:center}app-feature-module .hero-banner-ryt{position:relative}app-feature-module .hero-banner-ryt-top{margin-right:15px}app-feature-module .hero-banner-ryt-top h5{color:#203066;margin-bottom:4px}app-feature-module .hero-banner-ryt-top p{margin-bottom:0;color:#67687a}app-feature-module .feature-box.feature-box-seven{padding:30px;border:2px solid #f0f0f0;box-shadow:0 10px 20px -5px #ff008a14;border-radius:10px;margin-bottom:40px}app-feature-module .feature-box.feature-box-seven h5{color:#203066;font-size:18px}app-feature-module .feature-box.feature-box-seven:hover .feature-overlay:before{left:0}app-feature-module .feature-box.feature-box-seven:hover h5{color:#fff}app-feature-module .feature-icon.feature-icon-seven span{width:113px;height:113px;background:#f9f5ff}app-feature-module .owl-nav.mynav.mynav-seven .owl-next:hover{background-color:#ff008a!important}app-feature-module .owl-nav.mynav.mynav-seven .owl-prev:hover{background-color:#ff008a!important}app-feature-module .categories-slider-seven .owl-carousel .owl-item img{width:auto}app-feature-module .service-section-seven{padding:80px 0}app-feature-module .popular-service-seven-section{background:#f8fcfd;padding:80px 0}app-feature-module .service-widget.service-two.service-seven .item-cat{background:#fffc}app-feature-module .service-widget.service-two.service-seven .fav-item{padding:10px 10px 0}app-feature-module .service-widget.service-two.service-seven .fav-item .fav-icon:hover{background:#38a7a7}app-feature-module .service-widget.service-two.service-seven .item-info{padding:0 10px 10px}app-feature-module .service-widget.service-two.service-seven .item-img img{width:34px;height:34px}app-feature-module .service-widget.service-two.service-seven .service-content p{color:#203066b3}app-feature-module .service-widget.service-two.service-seven .service-content p .rate{color:#203066b3}app-feature-module .service-widget.service-two.service-seven .serv-info h6{color:#203066}app-feature-module .service-content.service-content-seven{padding:15px 0 0}app-feature-module .service-content.service-content-seven .title{white-space:normal;margin-bottom:14px}app-feature-module .service-content.service-content-seven .title a{color:#203066}app-feature-module .service-content.service-content-seven p{white-space:normal;color:#67687a;margin-bottom:14px}app-feature-module .service-content.service-content-seven p .rate i{margin-right:10px!important;color:#2030664d}app-feature-module .service-content.service-content-seven p i{color:#2030664d}app-feature-module .service-content.service-content-seven .usefull-bottom a{color:#ff008a}app-feature-module .service-content.service-content-seven .usefull-bottom .useful-img{justify-content:start;align-items:center;display:flex}app-feature-module .service-content.service-content-seven .usefull-bottom .useful-img img{width:36px;height:36px;margin-right:5px;border-radius:50%}app-feature-module .service-content.service-content-seven .usefull-bottom .useful-img span{color:#203066}app-feature-module .section-heading.section-heading-seven h2{color:#203066}app-feature-module .section-heading.section-heading-seven p{color:#67687a}app-feature-module .work-section-seven{padding:80px 0}app-feature-module .work-icon-seven{position:relative;display:flex;align-items:center;justify-content:center}app-feature-module .work-icon-seven span{padding:45px 43px;border:2px solid #dedede;border-radius:10px;background:#fff;margin-bottom:25px}app-feature-module .work-icon-seven h1{position:absolute;top:22%;left:-30%;font-size:80px;color:#dedede}app-feature-module .work-box-seven{display:flex;align-items:center;justify-content:center;flex-direction:column}app-feature-module .work-box-seven h5{color:#203066}app-feature-module .work-box-seven p{color:#67687a;max-width:311px;text-align:center}app-feature-module .providers-section-seven{padding:80px 0}app-feature-module .providerset-img.providerset-img-seven{position:relative}app-feature-module .providerset-img.providerset-img-seven .fav-item{position:absolute;top:0;left:0;width:100%;padding:15px 15px 0}app-feature-module .providerset-img.providerset-img-seven .fav-item .fav-icon{width:28px;height:28px}app-feature-module .providerset-img.providerset-img-seven .fav-item .fav-icon:hover{background:#ff008a}app-feature-module .providerset-img.providerset-img-seven .fav-item .fav-icons{font-size:22px;color:#159c5b}app-feature-module .providerset-img.providerset-img-seven a img{border-radius:10px}app-feature-module .provider-rating-seven{align-items:center;display:flex;justify-content:space-between}app-feature-module .provider-rating-seven h6{color:#203066}app-feature-module .provider-rating-seven a{background:#203066;padding:8px 16px;color:#fff;border-radius:30px}app-feature-module .providerset-content.providerset-content-seven .rate{padding:6px 14px;background:#fff4fa;border-radius:50px;font-size:12px;color:#58627b}app-feature-module .providerset-content.providerset-content-seven .rate i{color:#ffbc35;margin-right:6px}app-feature-module .providerset-content.providerset-content-seven .providerset-name h4 a{color:#353535}app-feature-module .price-sections-seven{padding:80px 0 60px;background:#f8fcfd}app-feature-module .pricing-plans.price-new.pricing-plans-seven{background:#fff;border-radius:20px;margin-top:40px}app-feature-module .pricing-plans.price-new.pricing-plans-seven .pricing-plans-img{margin-bottom:17px}app-feature-module .pricing-plans.price-new.pricing-plans-seven .pricing-planshead{border:none}app-feature-module .pricing-plans.price-new.pricing-plans-seven .pricing-planshead h5{color:#203066;font-size:20px;margin-bottom:24px}app-feature-module .pricing-plans.price-new.pricing-plans-seven .pricing-planshead h6{font-size:38px;color:#203066;align-items:flex-start;display:flex}app-feature-module .pricing-plans.price-new.pricing-plans-seven .pricing-planshead h6 span{font-size:24px;color:#203066}app-feature-module .pricing-plans.price-new.pricing-plans-seven .pricing-planscontent.pricing-planscontent-seven ul li i{width:24px;height:24px;background:#203066;border-radius:5px;color:#fff;justify-content:center;align-items:center;display:flex;font-size:12px}app-feature-module .pricing-plans.price-new.pricing-plans-seven .pricing-planscontent.pricing-planscontent-seven ul li span{color:#67687a}app-feature-module .pricing-plans.price-new.pricing-plans-seven .btn{display:inline-block;padding:10px 24px;background:#203066}app-feature-module .pricing-plans.price-new.pricing-plans-seven .pricing-btn{text-align:start}app-feature-module .pricing-planscontent.pricing-planscontent-seven{padding-top:0}app-feature-module .pricing-planscontent.pricing-planscontent-seven ul{margin-bottom:40px}app-feature-module .pricing-planscontent.pricing-planscontent-seven ul li{justify-content:start;align-items:center;display:flex}app-feature-module .price-toggle.price-toggle-seven{color:#203066}app-feature-module .price-toggle.price-toggle-seven .toggle-pink .checktoggle{background:#fff;border:1px solid #203066}app-feature-module .price-toggle.price-toggle-seven .toggle-pink .checktoggle:after{background:#203066}app-feature-module .pricing-plans.price-new.active-seven{background:#203066;border:1px solid #f0f0f0;box-shadow:0 1px 4px #0000000d;border-radius:10px;margin-top:0}app-feature-module .pricing-plans.price-new.pricing-plans-seven.active-seven .price-block{text-align:left}app-feature-module .pricing-plans.price-new.pricing-plans-seven.active-seven .price-block span{padding:7px 18px;background:#fff;border-radius:13.5px;color:#203066;font-size:10px;margin-bottom:44px}app-feature-module .pricing-plans.price-new.pricing-plans-seven.active-seven .pricing-planshead h5{color:#ff008a}app-feature-module .pricing-plans.price-new.pricing-plans-seven.active-seven .pricing-planshead h6{color:#fff}app-feature-module .pricing-plans.price-new.pricing-plans-seven.active-seven .pricing-planshead h6 span{color:#fff}app-feature-module .pricing-plans.price-new.pricing-plans-seven.active-seven .pricing-planscontent.pricing-planscontent-seven ul li i{background:#ff008a}app-feature-module .pricing-plans.price-new.pricing-plans-seven.active-seven .pricing-planscontent.pricing-planscontent-seven ul li span{color:#fff}app-feature-module .pricing-plans.price-new.pricing-plans-seven.active-seven .pricing-btn .btn{background:#ff008a}app-feature-module .app-sec.app-sec-seven{background:#f8fcfd;border-radius:50px;padding:0}app-feature-module .appimg-seven{background-repeat:no-repeat;background-position:right center}app-feature-module .appimg-seven img{margin:122px 0 0 90px}app-feature-module .new-app-seven-middle{padding-left:117px}app-feature-module .new-app-seven-middle h2{color:#203066;max-width:280px}app-feature-module .new-app-seven-middle p{color:#203066;max-width:475px}app-feature-module .app-seven-section{padding:80px 0}app-feature-module .service-widget.service-seven-blog{padding:15px;margin-bottom:40px}app-feature-module .service-bottom-seven{justify-content:space-between;align-items:center;display:flex;margin-bottom:14px}app-feature-module .service-bottom-seven h6{font-size:12px;padding:6px 14px;background:#fff4fa;border-radius:50px;color:#58627b;margin-bottom:0}app-feature-module .service-bottom-icons i{color:#203066;font-size:14px}app-feature-module .service-bottom-icons span{color:#6b6b6bcc;font-size:14px}app-feature-module .our-partners-seven{padding:80px 0}app-feature-module .testimonals-seven-section{padding:80px 0}app-feature-module .testimonials-seven-img{justify-content:start;align-items:center;display:flex}app-feature-module .testimonials-seven-img img{width:60px!important;height:60px;border-radius:50%}app-feature-module .testimonials-content-seven{margin-bottom:30px;justify-content:space-between;align-items:center;display:flex}app-feature-module .testimonials-content-seven img{width:57px!important;height:100%;margin-right:16px}app-feature-module .testimonials-img-content .rating{margin-bottom:0}app-feature-module .testimonials-img-content .rating i{font-size:13px}app-feature-module .testimonials-img-content h6{font-size:20px;margin-bottom:0}app-feature-module .testimonials-main-ryt{background:#fff;border:1px solid #f0f0f0;box-shadow:0 1px 4px #0000000d;border-radius:20px;padding:20px}app-feature-module .footer.footer-seven{background:#252525}app-feature-module .footer.footer-seven .footer-title{color:#fff}app-feature-module .footer.footer-seven .footer-menu ul li a{color:#f0f0f0}app-feature-module .footer.footer-seven .social-icon ul{margin-bottom:0}app-feature-module .footer.footer-seven .social-icon ul li a{background:none;color:#ff008a}app-feature-module .footer.footer-seven .footer-widget .footer-six-main .footer-six-left img{filter:invert(1) brightness(100);width:18px;height:18px;margin-right:0}app-feature-module .footer.footer-seven .footer-widget .footer-six-main .footer-six-left .footer-seven-icon{justify-content:center;align-items:center;display:flex;width:48px;height:48px;border-radius:30px;background:#ff008a;margin-right:12px;flex-shrink:0}app-feature-module .footer.footer-seven .footer-widget .footer-six-main .footer-six-left .footer-six-ryt span{color:#ffffffb3}app-feature-module .footer.footer-seven .footer-widget .footer-six-main .footer-six-left .footer-six-ryt h6{color:#fff}app-feature-module .footer.footer-seven .footer-bottom.footer-bottom-seven .copyright{border-top:1px solid #454545}app-feature-module .footer-selects.footer-selects-seven .subscribe-form .form-control{height:48px;min-height:48px;background:#ffffffc9;border-radius:30px;padding:6px 102px 6px 19px}app-feature-module .footer-selects.footer-selects-seven .subscribe-form .form-control::placeholder{color:#203066}app-feature-module .footer-selects.footer-selects-seven .subscribe-form .footer-btn{font-size:14px;padding:7px 21px;background:#ff008a;color:#fff;border-radius:30px;right:8px}app-feature-module .footer-selects.footer-selects-seven .footer-subtitle{color:#fff}app-feature-module .footer-widget.footer-widget-seven .footer-content p{color:#f0f0f0}app-feature-module .footer-bottom.footer-bottom-seven .copyright .copyright-text p{color:#fff;margin-bottom:0}app-feature-module .home-banner-eight{min-height:625px}app-feature-module .home-banner-eight .section-search{max-width:none;text-align:center;padding-top:67px}app-feature-module .home-banner-eight .section-search h1{position:relative}app-feature-module .home-banner-eight .section-search h1 span{color:#ff008a}app-feature-module .home-banner-eight .section-search p{margin-bottom:30px}app-feature-module .home-eight-bg img{position:absolute;top:60px;right:0;z-index:0}app-feature-module .home-eight-dog{position:relative}app-feature-module .home-eight-bg-two img{position:absolute;bottom:127px;left:100px;z-index:0}app-feature-module .home-eight-dog-feet img{position:absolute;bottom:50%;left:14%;z-index:-2}app-feature-module .home-banner-eight-icon{margin-bottom:32px}app-feature-module .home-banner-eight-icon ul{justify-content:center;align-items:center;display:flex}app-feature-module .home-banner-eight-icon ul li{justify-content:center;align-items:center;display:flex;margin-right:30px}app-feature-module .home-banner-eight-icon ul li i{font-size:20px;margin-right:7px;color:#ff008a}app-feature-module .hero-section-eight{background:#f9f9f9;box-shadow:0 20px 30px #0000000d}app-feature-module .search-box-two.search-box-eight{max-width:450px;margin:auto auto 30px;border-radius:0;padding:0}app-feature-module .search-box-two.search-box-eight .search-input-new{width:40%}app-feature-module .search-box-two.search-box-eight .search-input-new i{left:15px;right:auto;color:#424242}app-feature-module .search-box-two.search-box-eight .search-btn{width:20%}app-feature-module .search-box-two.search-box-eight .search-btn .btn{border-radius:0;padding:9px 10px}app-feature-module .search-box-two.search-box-eight .select2-container--default .select2-selection--single .select2-selection__rendered{text-align:start;color:#6c6c6c;padding-left:10px}app-feature-module .search-box-two.search-box-eight .search-input-new.line-six{position:relative}app-feature-module .search-box-two.search-box-eight .search-input-new.line-six .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#424242}app-feature-module .search-box-two.search-box-eight .search-input-new.line-six:before{position:absolute;right:0;top:50%;width:1px;height:22px;background:#2a396d1a;content:"";z-index:1;margin-top:-10px}app-feature-module .search-box-two.search-box-eight .search-input-new.line-two-six input{padding:0 10px 0 40px}app-feature-module .search-box-two.search-box-eight .search-input-new.line-two-six input::placeholder{color:#6c6c6c;font-size:14px}app-feature-module .category-sections-eight{padding:80px 0}app-feature-module .category-eight-main{text-align:center;position:relative;margin-bottom:40px}app-feature-module .category-eight-main span{padding:5px 10px;background:#2a396d0d;border-radius:10px;font-size:14px}app-feature-module .category-eight-main:hover .category-eight-img-inside{transform:scale(1)}app-feature-module .category-eight-main:hover h6{color:#ff0080}app-feature-module .category-eight-main:hover .category-eight-img:before{opacity:1;transform:scale(1);transition:.5s all}app-feature-module .category-eight-main:hover span{background:#ff00800d;color:#ff0080}app-feature-module .category-eight-img{margin-bottom:15px;position:relative;transition:.5s all}app-feature-module .category-eight-img img{border-radius:10px}app-feature-module .category-eight-img:before{content:"";width:100%;height:100%;background:linear-gradient(0deg,#ff0080b3,#ff0080b3);opacity:0;transform:scale(0);position:absolute;top:0;left:0;transition:.5s all;border-radius:10px}app-feature-module .category-eight-img-inside{position:absolute;width:100%;height:75%;display:flex;align-items:center;justify-content:center;top:0;z-index:9;border-radius:10px;transform:scale(0);transition:all .5s}app-feature-module .category-eight-img-inside a{color:#fff}app-feature-module .category-eight-img-inside a img{width:41px!important;margin:auto}app-feature-module .category-eight-slider .owl-nav{text-align:center}app-feature-module .category-eight-slider .owl-nav .owl-prev{background:none!important;box-shadow:none;color:#000}app-feature-module .category-eight-slider .owl-nav .owl-prev:hover{color:#ff0080}app-feature-module .category-eight-slider .owl-nav .owl-next{background:none!important;box-shadow:none;color:#000}app-feature-module .category-eight-slider .owl-nav .owl-next:hover{color:#ff0080}app-feature-module .popular-eight-section{padding:80px 0;background:#f9f9f9}app-feature-module .shop-content-logo img{width:40px;height:40px;border-radius:50%;margin-bottom:17px}app-feature-module .service-feature-eight{margin-top:-40px;position:relative;z-index:1}app-feature-module .features-service-five.features-service-eight h6{padding:5px 10px;color:#545454;background:#f9f9f9}app-feature-module .service-content.service-feature-eight p i{color:#2a396d}app-feature-module .feature-services-eight{display:flex;align-items:center;justify-content:space-between}app-feature-module .feature-services-eight .rate{display:flex;align-items:center}app-feature-module .feature-services-eight .rate h6{margin-bottom:0;font-size:14px;color:#9c9c9c;font-weight:400}app-feature-module .popular-service-eight{display:flex;align-items:flex-end;justify-content:start}app-feature-module .popular-service-eight h6{color:#ff0080;font-size:24px;margin-bottom:0}app-feature-module .popular-service-eight h6 span{color:#545454;font-size:20px;margin-right:4px}app-feature-module .popular-service-eight p{margin-bottom:0;color:#9c9c9c;text-decoration:line-through}app-feature-module .rate-icon{background:#ffd43b;border-radius:5px;padding:2px 10px;color:#fff;font-size:14px;margin-right:3px}app-feature-module .rate-icon i{margin-right:2px}app-feature-module .btn-pets .btn-primary{font-size:14px}app-feature-module .works-eight-section{padding:80px 0}app-feature-module .works-eights-img{position:relative;display:flex;align-items:center;justify-content:center;width:174px;height:174px;border-radius:50%;background:#fff;border:1px solid #f1f1f1;box-shadow:0 20px 30px #0000000d;margin-bottom:30px}app-feature-module .works-eights-main{display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:24px}app-feature-module .works-eights-main p{margin-bottom:0}app-feature-module .works-eights-arrow{position:absolute;top:0;left:160px}app-feature-module .works-eights-arrow.works-eights-arrow-two{top:auto;bottom:0}app-feature-module .about-us-eight-section{padding:80px 0;background:#f9f9f9}app-feature-module .passion-content-top{display:flex;align-items:center}app-feature-module .passion-content-top img{margin-right:10px}app-feature-module .passion-content-top .btn-primary{padding:15px 40px;background:#ff0080;border:1px solid #ff0080}app-feature-module .passion-content-top .btn-primary:hover{border:1px solid #2229c1}app-feature-module .passion-eight-heading{margin-bottom:25px}app-feature-module .passion-eight-all ul{margin-bottom:24px;display:flex;flex-wrap:wrap}app-feature-module .passion-eight-all ul li{line-height:44px;width:50%}app-feature-module .passion-eight-content{display:inline-block;background:#fff;border:1px solid #f1f1f1;padding:10px 20px}app-feature-module .passion-content-bottom{margin-right:65px}app-feature-module .passion-content-bottom h2{margin-bottom:0;font-size:38px}app-feature-module .passion-content-bottom p{margin-bottom:0}app-feature-module .about-eight-main{position:relative}app-feature-module .truely-eight-bg img{position:absolute;top:0;right:50px}app-feature-module .truely-eight-bg-two img{position:absolute;bottom:0;left:0}app-feature-module .cat-dog-eight-section{padding:80px 0}app-feature-module .clients-eights-all{display:flex;align-items:center;justify-content:center;flex-direction:column;background:#fff;border:1px solid #f1f1f1;box-shadow:0 20px 30px #0000000d;border-radius:10px;padding:30px 20px;margin-bottom:24px}app-feature-module .clients-eights-all h3{font-size:48px;margin-bottom:0}app-feature-module .clients-eights-all span{color:#ff0080;font-size:40px;font-weight:600}app-feature-module .clients-eights-all p{margin-bottom:0}app-feature-module .clients-eight-span{display:flex;align-items:center;justify-content:center}app-feature-module .professional-eight-img{position:relative}app-feature-module .professional-eight-bg img{position:absolute;top:0;right:0}app-feature-module .meet-eight-section{padding:80px 0;background:#f9f9f9}app-feature-module .owl-carousel .professional-eight-img-ryt img{width:250px;height:250px;border-radius:50%;margin-bottom:20px}app-feature-module .professional-eight-img-inside{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;top:0;background:linear-gradient(0deg,#ff0080b3,#ff0080b3);border-radius:10px;transform:scale(0);transition:all .5s}app-feature-module .professional-eight-img-inside img{width:41px!important;margin:auto}app-feature-module .professional-eight-main{display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:40px}app-feature-module .professional-eight-main h6{font-size:20px;margin-bottom:15px}app-feature-module .professional-eight-main .act{padding:5px 10px;background:#2a396d0d;border-radius:10px;font-size:14px;margin-bottom:12px}app-feature-module .professional-eight-main .rating{font-size:14px}app-feature-module .professional-eight-img-ryt{position:relative}app-feature-module .professional-eight-img-ryt:hover{transform:scale(1)}app-feature-module .professional-eight-slider .owl-nav{text-align:center}app-feature-module .professional-eight-slider .owl-nav .owl-prev{background:none!important;box-shadow:none;margin-bottom:0;color:#000}app-feature-module .professional-eight-slider .owl-nav .owl-prev:hover{color:#ff0080}app-feature-module .professional-eight-slider .owl-nav .owl-next{background:none!important;box-shadow:none;margin-bottom:0;color:#000}app-feature-module .professional-eight-slider .owl-nav .owl-next:hover{color:#ff0080}app-feature-module .customers-eight-section{padding:80px 0}app-feature-module .customers-eight-main{margin-bottom:40px}app-feature-module .customers-eight-main .testimonials-seven-img img{width:100px!important;height:100px;border:4px solid #fff;filter:drop-shadow(0px 4px 24px rgba(205,205,205,.25))}app-feature-module .testimonials-main-ryt.customers-eight-main{background:#fff;border:1px solid #f1f1f1;box-shadow:0 20px 30px #0000000d;border-radius:10px}app-feature-module .testimonials-main-ryt.customers-eight-main .testimonials-content-seven{margin-bottom:10px}app-feature-module .testimonials-main-ryt.customers-eight-main .testimonials-img-content{margin-bottom:20px}app-feature-module .testimonials-main-ryt.customers-eight-main p{margin-bottom:0}app-feature-module .customers-eight-heading{margin-bottom:20px}app-feature-module .customers-eight-heading h2{max-width:500px}app-feature-module .customers-eights-all p{max-width:500px}app-feature-module .customers-eights-all .total-client-avatar-seven{margin-bottom:15px}app-feature-module .customers-icons i{color:#ffb800}app-feature-module .customers-icons span{color:#6c6c6c}app-feature-module .customers-icons p{color:#6c6c6c}app-feature-module .testimonals-eight-slider .owl-nav{text-align:end}app-feature-module .testimonals-eight-slider .owl-nav .owl-prev{background:none!important;box-shadow:none;margin-bottom:0}app-feature-module .testimonals-eight-slider .owl-nav .owl-prev:hover{color:#ff0080}app-feature-module .testimonals-eight-slider .owl-nav .owl-next{background:none!important;box-shadow:none;margin-bottom:0}app-feature-module .testimonals-eight-slider .owl-nav .owl-next:hover{color:#ff0080}app-feature-module .blog-eight-section{padding:80px 0;background:#f9f9f9}app-feature-module .service-widget.service-widget-eight{position:relative}app-feature-module .service-widget.service-widget-eight:hover .service-eight-img-inside{transform:scale(1);z-index:1}app-feature-module .service-eight-img-inside{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;top:0;background:linear-gradient(0deg,#ff0080b3,#ff0080b3);border-radius:10px;transform:scale(0);transition:all .5s;z-index:2}app-feature-module .service-eight-img-inside a{color:#fff}app-feature-module .service-eight-img-inside a img{width:41px!important;margin:auto}app-feature-module .service-widget-eight .service-img{border-radius:0}app-feature-module .service-content.service-eight-blogs p{white-space:normal}app-feature-module .useful-bottom-eight .useful-img{display:flex;align-items:center;justify-content:center}app-feature-module .useful-bottom-eight .useful-img img{width:28px;height:28px;margin-right:5px;border-radius:50%}app-feature-module .useful-bottom-eight .useful-img span{color:#203066}app-feature-module .useful-bottom-eight h6{margin-bottom:0;color:#203066}app-feature-module .useful-bottom-eight h6 i{color:#ff008a;margin-right:6px}app-feature-module .blog-eight-slider .owl-nav{text-align:center}app-feature-module .blog-eight-slider .owl-nav .owl-prev{background:none!important;box-shadow:none;margin-bottom:0;color:#000}app-feature-module .blog-eight-slider .owl-nav .owl-prev:hover{color:#ff0080}app-feature-module .blog-eight-slider .owl-nav .owl-next{background:none!important;box-shadow:none;margin-bottom:0;color:#000}app-feature-module .blog-eight-slider .owl-nav .owl-next:hover{color:#ff0080}app-feature-module .healthy-eight-section{padding:80px 0}app-feature-module .pets-content-all h2{color:#ff0080;font-size:38px}app-feature-module .pets-content-all h1{font-size:48px;margin-bottom:20px}app-feature-module .pets-content-all p{margin-bottom:30px}app-feature-module .pets-content-all .btn-primary{padding:15px 30px;background:#ff0080;border-radius:0;border:1px solid #ff0080}app-feature-module .pets-content-all .btn-primary:hover{border-color:#2229c1}app-feature-module .healthy-pets-img{position:relative}app-feature-module .healthy-eight-bg img{position:absolute;top:0;right:0}app-feature-module .healthy-eight-bg-two img{position:absolute;bottom:0;left:0;z-index:-1}app-feature-module .footer.footer-eight{background:#f9f9f9}app-feature-module .footer.footer-eight .footer-top{padding:80px 0 70px}app-feature-module .footer.footer-eight .footer-widget .footer-logo{margin-bottom:20px}app-feature-module .footer.footer-eight .social-icon ul{margin:0}app-feature-module .footer.footer-eight .footer-contact-info span{color:#ff0080}app-feature-module .footer.footer-eight .footer-bottom .copyright{border-top:1px solid rgba(156,156,156,.5)}app-feature-module .footer-menu-eight ul li img{margin-right:10px}app-feature-module .new-app-eight-content{display:flex;justify-content:center;align-items:center;flex-direction:column}app-feature-module .app-eight-bottom{display:flex}app-feature-module .app-eight-bottom-inner{margin-right:7px}app-feature-module .app-eight-content-inner{margin-bottom:10px}app-feature-module .footer-bottom-eight .copyright .copyright-text p{margin-bottom:0}app-feature-module .hero-section-nine{background:#2030660d;min-height:700px}app-feature-module .home-banner.home-banner-nine{min-height:620px}app-feature-module .banner-imgs.banner-imgs-nine img{border-radius:50px 50px 50px 0}app-feature-module .banner-imgs.banner-imgs-nine .banner-1{max-width:none;max-height:none;top:50px}app-feature-module .banner-imgs.banner-imgs-nine .banner-1:before{position:absolute;content:"";width:100%;height:100%;background-repeat:no-repeat;left:-91px;bottom:-70px;z-index:-1}app-feature-module .banner-imgs.banner-imgs-nine .banners-3{position:absolute;z-index:2;bottom:-60px;left:0}app-feature-module .banner-imgs.banner-imgs-nine .banners-3:before{position:absolute;content:"";width:100%;height:100%;background-repeat:no-repeat;left:-67px;bottom:-130px;z-index:-1}app-feature-module .banner-imgs.banner-imgs-nine .banner-4{max-width:none;right:35px;bottom:-80px}app-feature-module .banner-imgs.banner-imgs-nine .banner-2{max-width:none;top:90px}app-feature-module .banner-imgs.banner-imgs-nine .banner-2:before{position:absolute;content:"";width:100%;height:100%;background-repeat:no-repeat;top:-30px;left:17px;z-index:-1}app-feature-module .banner-appointment-nine{display:flex;align-items:center}app-feature-module .banner-appointment-nine img{width:67px;height:67px;border-radius:50%;margin-right:15px}app-feature-module .section-search-nine h6{color:#ff008a}app-feature-module .section-search-nine p{margin-bottom:20px}app-feature-module .arrow-ryt-all{position:relative}app-feature-module .arrow-ryt img{position:absolute;top:0;right:0}app-feature-module .appoints-btn{padding:8px 16px;background:#ff008a;border:1px solid #ff008a;border-radius:0;margin-bottom:60px}app-feature-module .banner-appointment-content p{margin-bottom:0;font-weight:400}app-feature-module .banner-appointment-content h5{margin-bottom:0}app-feature-module .safety-section{padding:80px 0}app-feature-module .section-heading-nine p{color:#ff008a}app-feature-module .section-heading-nine h2{position:relative;display:inline-block}app-feature-module .section-heading-nine h2:after{position:absolute;content:"";width:12px;height:9px;background:#ff008a;transform:skew(-14deg);bottom:12px;right:-20px}app-feature-module .section-heading-nine.safety-heading-nine h2{position:relative;max-width:400px;margin-bottom:0}app-feature-module .safety-heading-nine h2:after{display:none}app-feature-module .journey-heading-nine{margin-bottom:0}app-feature-module .journey-heading-nine h2{color:#fff;max-width:300px;margin-bottom:0}app-feature-module .journey-heading-nine h2:after{display:none}app-feature-module .safety-para{position:relative;text-transform:capitalize;padding-left:24px;line-height:31px;margin-bottom:30px}app-feature-module .safety-para:before{position:absolute;content:"";width:5px;height:55px;top:0;left:0;background:#ff008a}app-feature-module .safety-ryt-main img{border-radius:50px 50px 0;margin:50px 0 33px}app-feature-module .safety-ryt-main ul li{margin-bottom:24px;display:flex;align-items:center}app-feature-module .safety-ryt-main ul li:last-child{margin-bottom:0}app-feature-module .safety-ryt-main ul li i{color:#ff008a;font-size:17px;background:#ff008a1a;padding:9px 7px;margin-right:10px}app-feature-module .safety-ryt-two img{margin:0 0 60px;border-radius:50px 50px 50px 0}app-feature-module .safety-ryt-main.safety-ryt-two{position:relative}app-feature-module .safety-ryt-main.safety-ryt-two:after{position:absolute;content:"";background:#ff008a;width:62.15px;height:23px;border-radius:30px 30px 30px 0;transform:scaleY(-1);top:56%}app-feature-module .service-nine-section{padding:80px 0;background:#fff9f9}app-feature-module .service-feature-nine{display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;flex-direction:column;margin-top:-58px;z-index:1;position:relative}app-feature-module .service-feature-nine .shop-content-logo{display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;width:60px;height:60px;background:#203066;box-shadow:0 4px 15px #0000000a;border-radius:41px;margin-bottom:20px}app-feature-module .service-feature-nine .shop-content-logo img{margin-bottom:0;border-radius:0;width:auto;height:auto}app-feature-module .service-feature-nine span{color:#ff008a;text-transform:capitalize;font-size:14px;display:inline-block;margin-bottom:10px}app-feature-module .service-feature-nine p{white-space:normal;text-align:center;color:#28283c;margin-bottom:0;text-transform:capitalize;font-size:18px}app-feature-module .service-widget-nine .service-img{border-radius:0}app-feature-module .service-widget-nine .service-img .serv-img{border-radius:0}app-feature-module .service-nine-slider .owl-dots .owl-dot span{width:30px;height:7px;border-radius:0}app-feature-module .btn-service-nine .btn-primary{margin-top:40px;background-color:#ff008a;padding:8px 16px;border:1px solid #ff0080;border-radius:0}app-feature-module .btn-service-nine .btn-primary:hover{border:1px solid #2229c1}app-feature-module .feature-service-nine{padding:80px 0}app-feature-module .items-nine{display:flex;align-items:center;justify-content:start;-webkit-justify-content:start}app-feature-module .items-nine img{width:40px;height:40px;border-radius:50%;margin-right:10px}app-feature-module .items-nine .rating{margin-bottom:0}app-feature-module .items-nine .rating span{color:#fff}app-feature-module .service-content-nine .sub-title{color:#ff008a;margin-bottom:10px;display:inline-block}app-feature-module .service-content-nine .saloon-right span{font-weight:700}app-feature-module .service-bottom-nine .btn-primary{padding:8px 16px;background-color:#fff;border:1px solid #203066;border-radius:0;color:#203066;width:100%;text-align:center;transition:all .7s}app-feature-module .service-bottom-nine .btn-primary:hover{background:#ff008a;border:1px solid #ff008a;box-shadow:inset 0 70px #ff008a;color:#fff;transition:all .7s}app-feature-module .service-widget.service-widget-nine{border-radius:0}app-feature-module .journey-nine-section{position:relative;padding:60px 0;background-repeat:no-repeat;background-position:center;z-index:0;background-size:cover}app-feature-module .journey-nine-section:before{content:"";background:#203066d4;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-6}app-feature-module .journey-client-main{display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;flex-direction:column;text-align:center}app-feature-module .journey-client-main h2{color:#fff;font-size:48px;margin-bottom:0}app-feature-module .journey-client-main span{color:#fff;font-size:30px;font-weight:600}app-feature-module .journey-client-main h5{font-weight:400;color:#fff;margin-bottom:0}app-feature-module .journey-client-counter{display:flex;align-items:center;justify-content:center;-webkit-justify-content:center}app-feature-module .choose-nine-section{padding:80px 0 56px;background:#fff9f9}app-feature-module .reasonable-all{display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;flex-direction:column;padding:40px;background:#203066;margin-bottom:24px}app-feature-module .reasonable-all img{margin-bottom:20px}app-feature-module .reasonable-all h5{color:#fff;text-transform:capitalize;text-align:center}app-feature-module .reasonable-all p{color:#fff;margin-bottom:0;text-align:center;text-transform:capitalize}app-feature-module .expert-all{background:#ff008a}app-feature-module .delivery-all{background:#1c1c1c}app-feature-module .workshop-all{background:#20306633}app-feature-module .workshop-all h5{color:#203066;text-align:center}app-feature-module .workshop-all p{color:#203066;text-align:center}app-feature-module .mechanics-section{padding:80px 0}app-feature-module .mechanics-section .nav-pills{justify-content:center;margin:auto}app-feature-module .mechanics-section .nav-pills .nav-link{border-radius:0;padding:10px 20px;background:#ffffff1a;border:1px solid #e7e7e7;color:#203066}app-feature-module .providerset.providerset-nine{background:#fff;border:1px solid #e7e7e7;box-shadow:0 4px 15px #0000000a;border-radius:0}app-feature-module .providerset-nine .providerset-content{text-align:center}app-feature-module .providerset-nine .providerset-content h6{color:#ff008a;font-size:14px;font-weight:400}app-feature-module .providerset-nine .providerset-content h4 a{font-size:20px}app-feature-module .provider-rating-nine .rating i{font-size:14px}app-feature-module .provider-nine-slider .owl-dots .owl-dot span{width:30px;height:7px;border-radius:0}app-feature-module .customer-review-section{padding:80px 0;background:#fff9f9}app-feature-module .customer-reviews-all{display:flex;align-items:center;justify-content:center;-webkit-justify-content:center;flex-direction:column;position:relative;max-width:724px;margin:auto;text-align:center}app-feature-module .customer-reviews-all span{margin-bottom:20px}app-feature-module .customer-reviews-main{position:relative;margin-bottom:20px}app-feature-module .customer-reviews-main img{border-radius:50px 50px 50px 0}app-feature-module .customer-quote img{position:absolute;bottom:0;right:0;width:66px!important}app-feature-module .customer-side-main-all{position:relative}app-feature-module .customer-side-left-img img{position:absolute;content:"";left:8%;top:150px}app-feature-module .customer-side-right-img img{position:absolute;content:"";right:8%;top:150px}app-feature-module .customer-review-slider .owl-dots .owl-dot span{width:30px;height:7px;border-radius:0}app-feature-module .additional-service-section{padding:80px 0}app-feature-module .service-widget-nine-two .service-feature-nine{display:block;margin-top:0}app-feature-module .service-widget-nine-two .service-content .title{white-space:normal;margin-bottom:0}app-feature-module .items-nine-two img{width:70px!important;height:70px}app-feature-module .blogs-nine-section{padding:80px 0;background:#fff9f9}app-feature-module .blogs-nine-section .blog{border-radius:0;padding:0}app-feature-module .blogs-nine-section .blog.blog-new .blog-image{border-radius:0}app-feature-module .blogs-nine-section .blog.blog-new .blog-image img{border-radius:0}app-feature-module .blogs-nine-section .blog.blog-new .blog-image .date{background-color:#ff0080;color:#fff}app-feature-module .blogs-nine-section .blog.blog-new .blog-content p{margin-bottom:1rem}app-feature-module .blogs-nine-section .blog-content{padding:20px}app-feature-module .useful-bottom-nine{margin-bottom:20px}app-feature-module .service-blog-nine h5{color:#203066;font-size:18px}app-feature-module .service-blog-nine p{white-space:normal}app-feature-module .useful-bottom-eight.useful-bottom-nine h6{font-weight:400}app-feature-module .latest-date.latest-date-nine{padding:10px 23px}app-feature-module .latest-date.latest-date-nine span{border-bottom:1px solid #d9d9d9}app-feature-module .blogs-nine-slider .owl-dots .owl-dot span{width:30px;height:7px;border-radius:0}app-feature-module .free-service-all{background:#203066;z-index:1;position:relative;margin-top:80px}app-feature-module .free-service-nine{display:flex;align-items:center;justify-content:center;padding:55px}app-feature-module .free-service-img-one img{border-radius:50px 50px 0;margin-right:10px}app-feature-module .free-service-img-two img{margin-top:-60px;border-radius:50px 50px 50px 0}app-feature-module .free-service-bottom-content{padding:76px 58px 76px 0}app-feature-module .free-service-bottom-content p{color:#ffffffb3}app-feature-module .free-service-bottom-content .btn-primary{padding:8px 16px;background:#ff008a;border:1px solid #ff008a;font-weight:600}app-feature-module .free-service-bottom-content .btn-primary:hover{border:1px solid #2229c1;transition:.7s}app-feature-module .free-heading-nine{margin-bottom:0}app-feature-module .free-heading-nine p{color:#ff008a}app-feature-module .free-heading-nine h2{color:#fff}app-feature-module .footer-nine .footer-top{background-color:#fff9f9}app-feature-module .footer-nine p a:hover{color:#ff008a}app-feature-module .footer-nine .footer-contact-info .footer-address p{padding-left:16px;font-weight:700;font-size:16px}app-feature-module .footer-nine .footer-contact-info .footer-address span{position:relative;font-size:24px}app-feature-module .footer-nine .footer-contact-info .footer-address:last-child p{margin-bottom:0}app-feature-module .footer-nine .footer-contact-info h6{padding-left:16px;font-size:12px;color:#203066b3}app-feature-module .footer-nine .footer-tags{display:flex;flex-wrap:wrap}app-feature-module .footer-nine .footer-menu .footer-tags li a{font-weight:400;padding:6px 10px;margin-bottom:0;border:1px solid #e7e7e7;margin-right:0;font-size:14px;transition:.5s}app-feature-module .footer-nine .footer-menu .footer-tags li a:hover{color:#fff!important;background:#ff008a;transition:.5s}app-feature-module .footer-nine .footer-widget .read-more{color:#ff008a}app-feature-module .footer-nine .footer-address i{color:#ff008a}app-feature-module .footer-nine .social-media-icon-img i{color:#ff008a;font-size:18px}app-feature-module .footer.footer-nine .footer-widget.footer-menu ul li a:hover{color:#ff008a}app-feature-module .footer{background-color:#fff;text-align:left;font-size:16px;margin:0;color:#797a8c}app-feature-module .footer .footer-menu .footer-tags li:last-child{margin-bottom:9px}app-feature-module .footer .footer-menu ul li{margin-bottom:10px;position:relative;display:flex;font-weight:600;margin-right:0;padding:0 10px}app-feature-module .footer .footer-menu ul li a{color:#28283c}app-feature-module .footer .footer-top{padding:50px 0}app-feature-module .footer .footer-widget.footer-menu ul{list-style:none;margin:0;padding:0;outline:none}app-feature-module .footer .footer-widget.footer-menu ul li a:hover{color:#3da7a6}app-feature-module .footer .footer-bottom .copyright{border-top:1px solid #f5f5f5;padding:30px 0}app-feature-module .footer .footer-bottom .copyright .copyright-four{border:1px solid #ebebeb}app-feature-module .footer .footer-bottom .copyright-text p{color:#797a8c}app-feature-module .footer .footer-bottom .copyright-text p a{color:#3da7a6;transition:all .4s ease 0s}app-feature-module .footer .footer-bottom .copyright-text p a:hover{color:#3da7a6}app-feature-module .footer .footer-bottom .copyright-text p.title{font-weight:400;margin:10px 0 0}app-feature-module .footer .social-icon ul{display:inline-flex;list-style:none;padding:0;margin:0 0 35px}app-feature-module .footer .social-icon ul li{margin-right:10px}app-feature-module .footer .social-icon ul li:last-child{margin-right:0}app-feature-module .footer .social-icon ul li a{color:#797a8c;display:inline-flex;font-size:18px;transition:all .4s ease 0s;width:40px;height:40px;border-radius:50%;justify-content:center;align-items:center;background-color:#eaeaea}app-feature-module .footer .social-icon ul li a:hover{background-color:#b6d950;color:#fff}app-feature-module .footer .footer-menu-three ul li{position:relative;display:flex;align-items:center}app-feature-module .footer .footer-menu-three ul li a{margin-left:20px}app-feature-module .footer .footer-menu-three ul li:before{content:"";background-color:#ff008a;width:5px;height:5px;border-radius:50%;position:absolute}app-feature-module .footer .footer-widget.footer-menu.footer-menu-three ul li a:hover{color:#ff0080}app-feature-module .footer .social-icon.social-icon-four ul{margin:0}app-feature-module .footer .footer-top.footer-top-four{padding:50px 0 30px}app-feature-module .social-media-icon-img{display:flex;align-items:center;justify-content:flex-start;gap:24px;padding-top:40px}app-feature-module .social-media-icon-img img{width:20px;height:20px}app-feature-module .service-section-nine .offer-paths{background-color:#203066;border-radius:0}app-feature-module .offer-paths.service-path:after{background:none;content:none}app-feature-module .section-heading-two.section-heading-nine:before{background:none;content:none}app-feature-module .offer-paths.service-path.offer-sec{align-items:center}app-feature-module .offer-paths.service-path.offer-sec .service-img-ten{border-radius:50px 50px 50px 0}app-feature-module .offer-paths.service-path.offer-sec .service-img-nine{border-radius:50px 50px 0;margin-right:20px;margin-top:50px}app-feature-module .partner-section-nine{margin-top:-250px;padding:230px 0 56px;background:#f4eff2}app-feature-module .provider-price .price-card{box-shadow:0 10px 20px -5px #4c40ed14;border:2px solid #f5f5f5}app-feature-module .provider-price .price-card .btn-choose{background:#aaadf9;color:#fff;width:100%;justify-content:center}app-feature-module .provider-price .price-card.active{background:#ecf6f6;border-radius:8px}app-feature-module .provider-price .price-card.active:hover{background:#38a7a7}app-feature-module .provider-price .price-card.active:hover .btn-choose{background:#aaadf9}app-feature-module .provider-price .price-card.active .btn-choose{background:#38a7a7}app-feature-module .subs-list{border-radius:8px;margin-bottom:24px}app-feature-module .subs-list li{display:inline-block;margin-right:-4px}app-feature-module .subs-list li a.active{background:#fff}app-feature-module .subs-list li a{display:inline-block;background:#f3f4f6;border:4px solid #f3f4f6;font-weight:500;font-size:14px;color:#1f2937;padding:10px 20px}app-feature-module .choose-title{margin-bottom:1.5rem}app-feature-module .choose-title h6{font-weight:600;font-size:20px;margin:0 30px 10px 0;flex:0 0 100%}app-feature-module .choose-title .status-toggle{margin-bottom:10px;font-weight:500}app-feature-module .choose-title .status-tog .checktoggle{margin:0 16px}app-feature-module .addon-box{background:#fff;border:2px solid #f5f5f5;border-radius:5px;padding:24px 24px 14px;margin-bottom:18px;display:flex;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:space-between}app-feature-module .addon-box:last-child{margin:0}app-feature-module .addon-name{display:flex;align-items:center}app-feature-module .addon-name h6{font-weight:500;font-size:16px;margin-bottom:2px}app-feature-module .addon-name p{font-size:14px;margin-bottom:10px}app-feature-module .addon-name .custom_check{margin-bottom:25px}app-feature-module .addon-info ul{display:flex;align-items:center;-webkit-justify-content:flex-end;-ms-flex-pack:end}app-feature-module .addon-info ul li{margin:0 24px 10px 0}app-feature-module .addon-info ul li:last-child{margin-right:0}app-feature-module .addon-info ul li h6{font-size:20px;margin:0}app-feature-module .addon-info .btn{font-weight:500;padding:5px 15px;white-space:nowrap}app-feature-module .addon-info .select2-container--default .select2-selection--single{min-width:161px}app-feature-module .footer-content{max-width:304px}app-feature-module .footer-content p{color:#797a8c;margin-bottom:15px}app-feature-module .footer-title{font-size:20px;font-weight:500;margin-bottom:1.5rem}app-feature-module .footer-subtitle{font-size:20px;font-weight:500;margin-bottom:1.5rem}app-feature-module .footer-logo img{max-height:70px}app-feature-module .footer-contact-info .footer-address{display:flex}app-feature-module .footer-contact-info p{color:#797a8c;position:relative;padding-left:30px;margin-bottom:15px}app-feature-module .footer-contact-info span{position:absolute;left:0;top:0;font-size:17px;color:#3da7a6}app-feature-module .footer-contact-info h6{color:#58627b;font-weight:500;position:relative;padding-left:39px;margin-bottom:2px}app-feature-module .subscribe-form{position:relative}app-feature-module .subscribe-form .form-control{min-height:42px;border-radius:5px;background:#fff;border:1px solid #d9d9d9;padding:6px 50px 6px 15px}app-feature-module .subscribe-form .form-control::placeholder{color:#797a8c}app-feature-module .subscribe-form .footer-btn{font-size:20px;color:#68616d;transition:.5s all ease;position:absolute;top:50%;transform:translateY(-50%);right:15px;padding:0;display:inline-flex}app-feature-module .subscribe-form .footer-btn i:hover{color:#3da7a6}app-feature-module .policy-menu{margin:0;padding:0}app-feature-module .policy-menu li{display:inline-block;color:#797a8c;margin-left:15px}app-feature-module .policy-menu li:last-child{margin-right:0}app-feature-module .policy-menu li:last-child:after{content:""}app-feature-module .policy-menu li a{color:#797a8c}app-feature-module .policy-menu li a:hover{color:#3da7a6}app-feature-module .policy-menu li a:focus{color:#3da7a6}app-feature-module .policy-menu li:after{color:#797a8c;content:"|";font-weight:300;position:relative;right:10px}app-feature-module .footer-select{position:relative;width:108px}app-feature-module .footer-select .select2-container--default .select2-selection--single{border:1px solid #d9d9d9;height:40px}app-feature-module .footer-select .select2-container--default .select2-selection--single .select2-selection__rendered{font-size:14px;color:#d9d9d9;color:#00000080;line-height:40px}app-feature-module .footer-select .select2-container--default .select2-selection--single .select2-selection__arrow{height:47px;right:6px;display:none}app-feature-module .footer-select:last-child{margin-left:20px}app-feature-module .footer-select>img{position:absolute;z-index:9;right:10px;top:10px}app-feature-module .footer-select>img.footer-dropdown{top:18px}app-feature-module .select2-results__option{font-size:14px}app-feature-module .payment-image ul{display:flex;align-items:center;justify-content:center}app-feature-module .payment-image ul li:not(:last-child){margin-right:11px}app-feature-module .footer-two{background:#fff4fa}app-feature-module .footer-two .footer-contact-info .footer-address{position:relative}app-feature-module .footer-two .footer-contact-info .footer-address:last-child p{margin:0}app-feature-module .footer-two .footer-contact-info p{color:#203066;font-size:16px;font-weight:700;padding-left:37px}app-feature-module .footer-two .footer-contact-info span{font-size:25px;color:#b4b7c9}app-feature-module .footer-two .social-icon{text-align:center}app-feature-module .footer-two .social-icon ul{margin:0}app-feature-module .footer-two .social-icon ul li a{background:#d4d8e542;color:#b4b7c9}app-feature-module .footer-two .social-icon ul li a:hover{background:#ff008a}app-feature-module .footer-two .footer-bottom .copyright-text p{color:#58627b;text-align:right}app-feature-module .footer-two .payment-image ul{justify-content:start}app-feature-module .footer-two .footer-widget.footer-menu ul li a:hover{color:#ff008a}app-feature-module .insta-row{margin:0}app-feature-module .insta-row li{padding:0 4px 8px}app-feature-module .footer-menu li{display:inline-block;color:#151519;margin-right:15px}app-feature-module .footer-menu li a{color:#151519}app-feature-module .footer-title-three{color:#2a396d}app-feature-module .footer-menu-three{text-align:left}app-feature-module .footer-three .policy-menu li a:hover{color:#ff0080}app-feature-module .footer-three .policy-menu li a:focus{color:#ff0080}app-feature-module .footer-subtitle-three{margin-bottom:6px;color:#2a396d;font-weight:500}app-feature-module .footer-selects .footer-expert p{display:flex;align-items:center}app-feature-module .footer-selects .footer-expert p i{font-size:20px;margin-right:14px}app-feature-module .footer.footer-four{background-color:#f9f9f9}app-feature-module .footer.footer-four .footer-widget.footer-widget-four .footer-logo{margin-bottom:24px}app-feature-module .footer.footer-four .social-icon ul li a{background-color:#fff;color:#38a7a7}app-feature-module .footer.footer-four .social-icon ul li a:hover{background-color:#38a7a7;color:#fff}app-feature-module .footer-subtitle.footer-subtitle-four{font-size:18px;color:#101522}app-feature-module .footer-top.footer-top-four .subscribe-form .form-control{margin-bottom:24px;height:56px;min-height:56px;border:none;padding-right:70px}app-feature-module .footer-top.footer-top-four .subscribe-form .footer-btn{background-color:#38a7a7;padding:8px 10px;color:#fff}app-feature-module .footer-top.footer-top-four .subscribe-form .footer-btn i:hover{color:#fff}app-feature-module .policy-menu.policy-menu-four li:after{content:"";left:0;color:transparent}app-feature-module .footer.footer-six{background-repeat:no-repeat;padding-top:80px;border:none;position:relative}app-feature-module .footer.footer-six .footer-top{padding:0}app-feature-module .footer.footer-six .footer-menu ul li{margin-bottom:15px;color:#797a8c}app-feature-module .footer-top-content img{position:absolute;top:0;z-index:-1}app-feature-module .footer-widget.footer-wid-six .footer-content{max-width:none}app-feature-module .footer-widget.footer-wid-six .footer-content p{margin-bottom:30px}app-feature-module .footer-widget.footer-wid-six .footer-content p a{color:#ff008a;text-decoration:underline}app-feature-module .footer-widget.footer-wid-six .footer-content p a:hover{color:#203066}app-feature-module .footer-six-left{display:flex;align-items:center;margin-bottom:24px}app-feature-module .footer-six-left img{margin-right:15px}app-feature-module .footer-six-ryt span{font-size:14px;color:#797a8c}app-feature-module .footer-six-ryt h6{color:#203066;margin-bottom:0}app-feature-module .footer-btns{color:#ff008a!important;text-decoration:underline}app-feature-module .footer-btns:hover{color:#203066!important;text-decoration:underline}app-feature-module .footer-bottom.footer-bottom-six .copyright-menu ul{display:flex}app-feature-module .footer-bottom.footer-bottom-six .copyright-menu ul li{padding-right:10px}app-feature-module .footer-bottom.footer-bottom-six .copyright-menu ul li a{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#20306699;color:#dadada;font-size:12px}app-feature-module .footer-bottom.footer-bottom-six .copyright-menu ul li a:hover{background:#ff008a;color:#fff}app-feature-module .footer-widget.footer-menu.footer-menu-six{margin-top:50px}app-feature-module .add-service{padding:24px;box-shadow:0 4px 114px #d6d6d640;border:0}app-feature-module .add-service .sub-title h6{padding-bottom:24px;border-bottom:1px solid #e1e1e1;font-size:20px}app-feature-module .add-service .col-form-label{padding:0 0 10px}app-feature-module .add-service .add-service-toggle{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e1e1e1}app-feature-module .add-service .add-service-toggle .sub-title h6{margin:0;padding:0;border:0}app-feature-module .add-service .file-preview ul{display:flex}app-feature-module .add-service .file-preview ul li{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-right:15px}app-feature-module .add-service .file-preview ul li .img-preview{margin-bottom:15px}app-feature-module .add-service .file-preview ul li .img-preview a{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#ff0101;border-radius:5px}app-feature-module .add-service .file-preview ul li .custom_check{padding:0}app-feature-module .add-service .file-preview ul li .custom_check .checkmark{position:static;display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center}app-feature-module .add-service .file-preview ul li .custom_check .checkmark:after{position:static;display:inline-flex;transform:none;font-size:15px;content:"";width:12px;height:12px;border-radius:50%;position:absolute;background:#38a7a7;opacity:0;top:4px;left:4px;display:none}app-feature-module .add-service .file-preview ul li .custom_check input:checked~.checkmark:after{opacity:1;display:block}app-feature-module .add-service .file-preview ul.gallery-selected-img li .custom_check .checkmark{width:20px;height:20px;border-radius:50%;background-color:#fff}app-feature-module .add-service .select2-container--default .select2-selection--single{height:50px}app-feature-module .add-service .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:50px}app-feature-module .field-bottom-btns{display:flex;justify-content:center}app-feature-module .field-bottom-btns button.btn{padding:9px 15px;display:inline-flex;align-items:center;min-width:78px;justify-content:center}app-feature-module .field-bottom-btns .prev_btn{background:#333;border-color:#333;margin-right:10px}app-feature-module .field-bottom-btns .prev_btn:hover{border-color:#2229c1}app-feature-module .field-bottom-btns .prev_btn i{margin-right:5px}app-feature-module .field-bottom-btns .next_btn i{margin-left:5px}app-feature-module .field-bottom-btns .done_btn{padding:9px 15px;display:inline-flex;align-items:center;width:78px}app-feature-module .field-bottom-btns .done_btn i{margin-left:5px}app-feature-module .field-bottom-btns .next_btn.submit-btn{min-width:98px}app-feature-module .field-bottom-btns .prev_btnn{background:#333;border-color:#333}app-feature-module .field-bottom-btns .prev_btnn i{margin-right:5px}app-feature-module .field-bottom-btns .prev_btnn:hover{border-color:#38a7a7}app-feature-module .field-bottom-btns .next_btnn i{margin-left:5px}app-feature-module .field-bottom-btns .prev_btnn.disabled{background:#333;border-color:#333;color:#fff;box-shadow:none}app-feature-module .add-service-modal .modal-content{padding:40px;text-align:center}app-feature-module .add-service-modal .modal-content .modal-body{padding:0}app-feature-module .add-service-modal .modal-content .modal-body span{margin-bottom:10px;display:block}app-feature-module .add-service-modal .modal-content .modal-body span i{font-size:40px;color:#6dcc76}app-feature-module .add-service-modal .modal-content .modal-body h3{font-size:28px;margin-bottom:15px}app-feature-module .add-service-modal .modal-content .modal-body p{margin-bottom:15px}app-feature-module .add-service-modal .modal-content .modal-body .popup-btn a{padding:9px 15px;font-size:14px;display:inline-flex;align-items:center}app-feature-module .add-service-modal .modal-content .modal-body .popup-btn a i{margin-left:5px}app-feature-module .booking-success-modal p{max-width:250px;margin:0 auto 15px}app-feature-module .add-service-modal.show:after{content:"";width:100%;height:100%;background:#000000bf;position:absolute;top:0;left:0;right:0;z-index:-1;transition:.5s all}app-feature-module .booking-action.action-popup-btn{flex-direction:column;align-items:flex-end}app-feature-module .booking-action.action-popup-btn a{min-width:132px;padding:9px 15px;justify-content:center;margin:0}app-feature-module .booking-action.action-popup-btn a i{margin-right:5px}app-feature-module .booking-action.action-popup-btn a+a{margin-top:10px}app-feature-module .reshchedule-modal{overflow:hidden}app-feature-module .reshchedule-modal .modal-dialog{max-width:1295px}app-feature-module .reshchedule-modal .modal-content.doctor-profile{max-height:600px;overflow-y:scroll;overflow-x:hidden;padding:20px}app-feature-module .reshchedule-modal.custom-modal .modal-body{padding:0}app-feature-module .modal-active-dots{padding:24px 0;box-shadow:0 4px 114px #d6d6d640}app-feature-module .modal-active-dots ul{display:flex;justify-content:center;align-items:center;margin-top:30px}app-feature-module .modal-active-dots ul .active-dot:last-child{margin-right:0}app-feature-module .modal-active-dots .active-dot{width:12px;height:12px;background:#fff;border:1px solid #e1e1e1;border-radius:50%;margin-right:12px;position:relative}app-feature-module .modal-active-dots .active-dot.active:after{content:"";width:7px;height:7px;background:#38a7a7;border-radius:50%;position:absolute;left:5px;top:5px;transform:translate(-50%,-50%)}app-feature-module .modal-active-dots .active-dot.activated{border-color:#38a7a7;background-color:#b6d950}app-feature-module .modal-active-dots .active-dot.activated:after{display:none}app-feature-module .booking-two{margin:60px 0}app-feature-module .calender-modal{margin:145px 0}app-feature-module .calender-modal img{margin-bottom:33px}app-feature-module .calender-modal p{max-width:200px;margin:auto}app-feature-module .call-help h6{font-size:14px;color:#333;margin-bottom:0}app-feature-module .call-help h6 span{font-size:14px;font-weight:400;display:block;margin-top:10px}app-feature-module .rechedule-calender{background:#fafafa;padding:24px;display:flex;flex-direction:column}app-feature-module .rechedule-calender .book-title{border-bottom:1px solid #e1e1e1;padding-bottom:20px;margin-bottom:20px}app-feature-module .rechedule-calender .book-title h5{margin-bottom:0;font-size:20px;font-weight:500}app-feature-module .rechedule-calender #datetimepickershow .bootstrap-datetimepicker-widget table td.day{width:50px;height:40px;line-height:normal;border-radius:0}app-feature-module .rechedule-calender #datetimepickershow .bootstrap-datetimepicker-widget table td.active{width:50px;height:40px;border-radius:0}app-feature-module .rechedule-calender #datetimepickershow .bootstrap-datetimepicker-widget table th.prev{margin:0}app-feature-module .rechedule-calender #datetimepickershow .bootstrap-datetimepicker-widget table th.next{margin:0}app-feature-module .rechedule-calender .bootstrap-datetimepicker-widget table td.active{background-color:#05a144;border-radius:0}app-feature-module .rechedule-calender .bootstrap-datetimepicker-widget table td.active:hover{background-color:#05a144;border-radius:0}app-feature-module .rechedule-calender .bootstrap-datetimepicker-widget table td.active.today:before{display:none}app-feature-module .rechedule-calender .bootstrap-datetimepicker-widget table td.today:before{display:none}app-feature-module .rechedule-calender .bootstrap-datetimepicker-widget table th{height:35px}app-feature-module .rechedule-calender .bootstrap-datetimepicker-widget table th.picker-switch{vertical-align:top}app-feature-module .rechedule-calender .datepicker .day{position:relative}app-feature-module .rechedule-calender .datepicker .day:after{content:"6 Slots Available";background:#000;width:110px;padding:5px 10px;height:25px;border-radius:5px;font-size:12px;color:#fff;position:absolute;top:-20px;left:-25px;opacity:0;display:none}app-feature-module .rechedule-calender .datepicker .day:hover:after{opacity:1;display:block}app-feature-module .rechedule-calender .datepicker .day:hover:before{opacity:1;display:block}app-feature-module .rechedule-calender .datepicker .day:before{border:4px solid #fff;border-color:#000 #000;box-shadow:-2px 2px 2px -1px #0000001a;content:"";position:absolute;top:5px;left:32px;transform-origin:0 0;transform:rotate(135deg);-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);opacity:0;display:none}app-feature-module .pick-slot{margin:24px 0 0}app-feature-module .pick-slot h6{text-align:center;color:#858585;font-size:16px;font-weight:400;margin-bottom:15px}app-feature-module .pick-slot h6 span{color:#333}app-feature-module .pick-slot .token-slot{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}app-feature-module .pick-slot .token-slot .visits{width:auto;padding:0;margin:0!important}app-feature-module .pick-slot .token-slot .visits span.visit-rsn{width:80px;height:34px;display:inline-flex;align-items:center;justify-content:center;position:relative}app-feature-module .pick-slot .visits span.visit-rsn{background:#fff;color:#858585;border:0;border-radius:0}app-feature-module .pick-slot .visits input:checked~.visit-rsn{background:#05a144;color:#fff;border-radius:0}app-feature-module .pick-slot .visits input:checked~.visit-rsn:after{content:"";width:24px;height:24px;position:absolute;background:#05a144;border-radius:50%;z-index:1;top:-10px;right:-10px}app-feature-module .pick-slot .visits input:checked~.visit-rsn:before{content:"\f00c";color:#fff;font-size:12px;position:absolute;font-family:fontawesome;top:-7px;right:-4px;z-index:2}app-feature-module .pick-slot .visits .visit-rsn:hover{background:#05a144;color:#fff;border-radius:0}app-feature-module .pick-slot .visit-btns{margin-bottom:0}app-feature-module .booking-summary-card{border:0;background:#fff;box-shadow:0 4px 114px #d6d6d640;width:100%;margin-bottom:0}app-feature-module .booking-summary-card .card-body{padding:24px}app-feature-module .booking-summary-card .sub-title h5{font-weight:500;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e1e1e1}app-feature-module .booking-summary-card .card-footer{padding:24px;border-top:1px solid #e1e1e1}app-feature-module .booking-summary-card .card-footer li{margin-bottom:15px;display:flex;align-items:center;justify-content:space-between}app-feature-module .booking-summary-card .card-footer li h6{margin-bottom:0;font-size:14px;font-weight:500;color:#333}app-feature-module .booking-summary-card .card-footer li span{font-size:16px;color:#858585}app-feature-module .booking-summary-card .card-footer li:last-child{margin-bottom:0}app-feature-module .booking-summary-card .card-footer li.total-amount h6{font-size:20px}app-feature-module .booking-summary-card .card-footer li.total-amount span{font-size:20px;font-weight:500;color:#333}app-feature-module .appointment-details ul li{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px}app-feature-module .appointment-details ul li:last-child{margin:0}app-feature-module .appointment-details ul li .detail-list h5{font-size:14px;color:#333;margin-bottom:8px;font-weight:500}app-feature-module .appointment-details ul li .detail-list h6{font-size:14px;color:#858585;font-weight:400;margin:0}app-feature-module .appointment-details ul li .detail-list h6.date-red{color:#3da7a6}app-feature-module .appointment-details ul li.droped-item:hover .customer-detail-list{opacity:1;display:block}app-feature-module .appointment-details .add-calender a span{margin-right:5px;font-size:15px}app-feature-module .appointment-details ul.customer-detail-list{position:absolute;background:#fff;padding:24px;top:0;opacity:0;right:-120px;z-index:4;width:90%;display:none;border-radius:10px;border:1px solid #e1e1e1;box-shadow:0 4px 114px #d6d6d640;right:unset;top:120px}app-feature-module .appointment-details ul.customer-detail-list li{display:block;margin-bottom:10px}app-feature-module .appointment-details ul.customer-detail-list li h6{font-size:14px;font-weight:500}app-feature-module .appointment-details ul.customer-detail-list li p{font-size:14px;margin-bottom:0}app-feature-module .appointment-details ul.customer-detail-list li:last-child{margin-bottom:0}app-feature-module .appointment-details ul.customer-detail-list:after{content:"";border:7px solid #fff;border-color:transparent transparent #fff #fff;transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);position:absolute;box-shadow:-2px 2px 2px -1px #0000001a;transform:rotate(135deg);-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);top:-7px;left:111px}app-feature-module .guest-country .select2-container--default .select2-selection--single{height:42px}app-feature-module .get-new-password p{font-size:14px;color:#858585;margin-bottom:20px}app-feature-module .get-new-password p a{color:#333}app-feature-module .main-booking-form{flex-direction:column}app-feature-module .guest-user-tab .join-user{text-align:center;margin-top:4px}app-feature-module .guest-user-tab .join-user a{display:inline-flex;align-items:center;font-size:14px;background:#fafafa;padding:10px;color:#333}app-feature-module .payment-card.save-cards .payment-title .custom_radio .checkmark{width:24px;height:24px;border-radius:0}app-feature-module .payment-card.save-cards .custom_radio input:checked~.checkmark{background:#38a7a7;border-color:#38a7a7;border-radius:5px}app-feature-module .payment-card.save-cards .custom_radio input:checked~.checkmark:after{content:"\f00c";color:#fff;font-size:16px;position:absolute;font-family:fontawesome;top:-1px;left:4px;z-index:2;width:0;height:0;border:0}app-feature-module .secure-transaction{background:#fafafa;display:flex;align-items:center;padding:24px}app-feature-module .secure-transaction span{font-size:24px;display:inline-flex;align-items:center;line-height:0;margin-right:10px}app-feature-module .secure-transaction p{font-size:14px;color:#858585;margin-bottom:0}app-feature-module .save-later .custom_check{padding-left:25px}app-feature-module .save-later .custom_check .checkmark{width:17px;height:17px;top:0}app-feature-module .save-later .custom_check .checkmark:after{font-size:11px;left:2px;top:8px}app-feature-module .booking-confirmation-info{border:0}app-feature-module .booking-confirmation-info .appointment-details{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e1e1e1}app-feature-module .booking-confirmation-info .appointment-details span{font-size:18px;font-weight:500}app-feature-module .booking-confirmation-info .appointment-details .add-calender a{border-radius:5px;border:1px solid #333;display:inline-flex;align-items:center;padding:10px;font-size:14px;font-weight:500;line-height:normal}app-feature-module .confirmation-product-card{background:#fff;box-shadow:0 4px 114px #d6d6d640;padding:15px;margin-bottom:15px}app-feature-module .confirmation-product-card .service-item{display:flex;align-items:center}app-feature-module .confirmation-product-card .service-item span img{width:70px;height:70px;border-radius:5px;margin-right:8px}app-feature-module .confirmation-product-card .product-info h5{font-size:18px;margin-bottom:0}app-feature-module .confirmation-product-card .product-info span{font-size:14px;color:#858585;display:block}app-feature-module .confirmation-product-card .product-info span.date-time{color:#3da7a6}app-feature-module .product-info h6{font-size:14px;margin-bottom:0}app-feature-module .name-card{background:#fff;box-shadow:0 4px 114px #d6d6d640;padding:15px;margin-bottom:15px}app-feature-module .name-card span.profile-pic{display:inline-block;width:40px;height:40px;border-radius:5px;margin-right:5px;flex-shrink:0}app-feature-module .name-card h6{font-weight:500;margin-bottom:10px}app-feature-module .name-card span img{border-radius:5px;width:100%}app-feature-module .name-card .profile-detail{display:flex;align-items:center;flex-wrap:wrap;row-gap:10px}app-feature-module .profile-detail .email-name span{color:#333;font-size:14px}app-feature-module .profile-detail .email-name p{font-size:14px;color:#858585;margin-bottom:0;line-break:anywhere}app-feature-module .profile-detail .email-name a{color:#3da7a6;font-size:14px;display:block;line-height:normal;line-break:anywhere}app-feature-module .payed-method{border-radius:5px;border:1px solid #e1e1e1;background:#fafafa;line-height:normal;padding:10px;font-size:14px}app-feature-module #appointment-confirmation .calender-modal{margin:110px 0}app-feature-module .booking-date-time{background:#fafafa;padding:10px;text-align:center;line-height:normal;color:#333;font-size:14px;display:flex;align-items:center;justify-content:center;font-weight:500;margin-bottom:15px}app-feature-module .booking-date-time i{color:#3da7a6;margin-right:5px}app-feature-module .search-icon-right{position:absolute;right:10px;top:50%;line-height:normal;transform:translateY(-50%);padding-bottom:0}app-feature-module .chat-search.chat-search-head{padding-bottom:0}app-feature-module .chat-search.chat-search-head .input-group input.form-control{padding-right:30px}app-feature-module .received .drop-item.message-more-option{position:absolute;right:-40px;top:0}app-feature-module .chat-time i.fa-check-double{color:#858585;margin-left:5px}app-feature-module .chat-time i.fa-check-double.read{color:#05a144}app-feature-module .chat-time i.fa-check{color:#858585;margin-left:5px}app-feature-module .sent .drop-item.message-more-option{position:absolute;left:-40px;top:0}app-feature-module .drop-item{opacity:0;transform:scale(0);transition:.5s all;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#fafafa;border:1px solid #e1e1e1;border-radius:50%;z-index:1}app-feature-module .drop-item a.more-vertical-bar{display:flex;align-items:center;justify-content:center}app-feature-module .msg-box:hover .drop-item{opacity:1;transform:scale(1);transition:.5s all}app-feature-module .drop-item.message-more-option .dropdown-menu{min-width:130px!important;padding:0}app-feature-module .drop-item.message-more-option .dropdown-menu a{display:flex;align-items:center;font-size:.9375rem;padding:5px 15px}app-feature-module .drop-item.message-more-option .dropdown-menu .dropdown-item:active{background-color:#b6d950}app-feature-module .drop-item.message-more-option .dropdown-menu .dropdown-item.active{background-color:#b6d950}app-feature-module .pbutton{float:left;color:#3da7a6;cursor:pointer}app-feature-module .audio-sample{display:flex;align-items:center;width:300px}app-feature-module .timeline{width:100%;height:2px;margin-left:10px;margin-right:10px;float:left;border-radius:15px;background:#e1e1e1}app-feature-module .playhead{width:8px;height:8px;border-radius:50%;margin-top:-3px;background:#38a7a7;cursor:pointer}app-feature-module span.audio-length{font-size:14px}app-feature-module .wizard ul{display:flex;justify-content:center;text-align:center;margin-bottom:50px}app-feature-module .wizard ul li{width:100%;position:relative;display:flex;justify-content:center}app-feature-module .wizard ul li h5{font-size:16px;margin:10px 0;font-weight:400}app-feature-module .wizard ul li span.dot-active{width:18px;height:18px;border:1px solid #ddd;background-color:#fff;display:flex;border-radius:50%;margin:auto auto 0;z-index:1}app-feature-module .wizard ul li:after{content:"";width:50%;height:1px;background:#ddd;position:absolute;bottom:9px;left:0}app-feature-module .wizard ul li:before{content:"";width:100%;height:1px;background:#ddd;position:absolute;bottom:9px;right:0}app-feature-module .wizard ul li:first-child:before{width:50%}app-feature-module .wizard ul li:first-child:after{display:none}app-feature-module .wizard ul li:last-child:before{display:none}app-feature-module .wizard ul li.progress-activated:after{background:#38a7a7}app-feature-module .wizard ul li.progress-activated:before{background:#38a7a7}app-feature-module .wizard ul li.progress-activated span.dot-active{border-color:#2229c1;background-color:#40a9a4}app-feature-module .wizard ul li.progress-active:after{background:#38a7a7}app-feature-module .wizard ul li.progress-active span.dot-active{border-color:#2229c1}app-feature-module .profile-step{display:flex;flex-direction:column;align-items:center}app-feature-module .wizard-form-card{padding:24px;background:#fff}app-feature-module .wizard-form-card .card-title{margin-bottom:30px}app-feature-module .install-step{border-radius:10px;background:#f9f9f9;padding:24px;margin-bottom:40px}app-feature-module .install-step .requirment-field{border-radius:5px;background:#fff;padding:15px;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}app-feature-module .install-step .requirment-field:last-child{margin-bottom:0}app-feature-module .install-step .requirment-field .elements-name{display:inline-flex;align-items:baseline}app-feature-module .install-step .requirment-field .elements-name i{color:#05a144;margin-right:10px}app-feature-module .install-step .requirment-field .elements-name i.fa-circle-xmark{color:#ff0101}app-feature-module .install-step .requirment-field span.version{display:inline-block;border-radius:5px;border:1px solid #05a144;background:#05a1440a;color:#05a144;padding:5px 15px}app-feature-module .install-step .requirment-field span.error-msg{color:#ff0101}app-feature-module .install-step .files-list li{display:flex;align-items:center;justify-content:space-between;padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #e1e1e1;color:#858585}app-feature-module .install-step .files-list li:last-child{margin-bottom:0;padding-bottom:0;border:0}app-feature-module .install-step .files-list li span.folder{display:inline-flex;align-items:baseline}app-feature-module .install-step .files-list li span.folder i{color:#ffb800;margin-right:10px}app-feature-module .install-step .files-list li span i{color:#05a144}app-feature-module .install-step .install-user tr{margin-bottom:15px;display:table}app-feature-module .install-step .install-user tr td{color:#333}app-feature-module .install-step .install-user tr td:first-child{width:120px}app-feature-module .install-step .install-user tr:last-child{margin-bottom:0}app-feature-module .add-form-btn{margin-top:20px;display:flex;justify-content:space-between}app-feature-module .add-form-btn .pre-btn{background:#e8e8e8;border-color:#e8e8e8;box-shadow:none;color:#fff}app-feature-module .initialization-form-set #first{display:block}app-feature-module .initialization-form-set .main-btn{display:inline-flex;align-items:center;gap:2px}app-feature-module .initialization-form-set fieldset{display:none}app-feature-module .rechange-details{padding-bottom:20px}app-feature-module .rechange-details span{border-radius:10px;background:#05a14421;color:#05a144;padding:20px;display:block;text-align:center}app-feature-module .droped-item h5{position:relative}app-feature-module .droped-item:hover h5:after{opacity:1}app-feature-module .chat-cont-right.chat-window-long{display:flex}app-feature-module .card.chat-window{width:100%;margin-right:0;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;-webkit-transition:all .5s ease}app-feature-module .chat-cont-profile.chat-profile-right{width:0;display:none;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;-webkit-transition:all .5s ease}app-feature-module .chat-cont-right.chat-window-long.window-full-width .card.chat-window{width:65%;margin-right:24px;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;-webkit-transition:all .5s ease}app-feature-module .chat-cont-right.chat-window-long.window-full-width .chat-cont-profile.chat-profile-right{width:35%;display:flex;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;-webkit-transition:all .5s ease}app-feature-module .chat-page-body .sidebar-overlay.opened{display:none}app-feature-module .form-control.type_msg.empty_check{padding-left:50px;padding-right:130px}app-feature-module .setting-img-profile{text-align:start}app-feature-module .setting-img-profile h6{font-size:20px;font-weight:500;color:#333;margin-bottom:5px}app-feature-module .setting-img-profile p{font-size:16px;font-weight:400;color:#9e9e9e;margin-bottom:0}app-feature-module:root{--tooltip-color: red}app-feature-module .tooltip-inner{color:#fff;background:#000}app-feature-module input[type=password]{padding-right:45px}app-feature-module .verify-modal .modal-dialog .modal-content{padding:40px}app-feature-module .verify-modal.custom-modal .modal-body{padding:0}app-feature-module .modal-dialog .modal-content .modal-header.verfication-modal-head{display:block;text-align:center;padding:0;margin-bottom:40px;border-bottom:none}app-feature-module .modal-dialog .modal-content .modal-header.verfication-modal-head h5{color:#333;font-size:28px;font-weight:700;margin-bottom:5px}app-feature-module .modal-dialog .modal-content .modal-header.verfication-modal-head p{color:#858585;font-size:16px;font-weight:400;margin:0}app-feature-module #otp .doctor-profile .modal-body .wallet-add .form-group{margin-bottom:20px}app-feature-module #otp .doctor-profile .modal-body .wallet-add .otp-timer{margin-bottom:20px}app-feature-module #otp .doctor-profile .modal-body .wallet-add .otp-timer h6{font-size:16px;font-weight:400;color:#05a144}app-feature-module #otp .doctor-profile .modal-body .wallet-add .resend-code-otp{margin-bottom:20px}app-feature-module #otp .doctor-profile .modal-body .wallet-add .resend-code-otp p{color:#858585;font-size:14px;font-weight:400}app-feature-module #otp .doctor-profile .modal-body .wallet-add .resend-code-otp p span{color:#333}app-feature-module #otp .doctor-profile .modal-body .wallet-add .resend-code-otp p a{color:#ff0101}app-feature-module .success-modal .modal-body .success-modal-body{color:#858585;font-size:16px;font-weight:400;max-width:270px;margin:auto}app-feature-module .success-modal .modal-content .success-body{margin-bottom:40px}app-feature-module .success-modal .modal-content .modal-body span{display:block}app-feature-module .success-modal .modal-content .modal-body span i{font-size:40px;color:#6dcc76}app-feature-module .success-modal .modal-content .modal-body h3{font-size:28px;margin-bottom:20px}app-feature-module #change-mail .modal-dialog .doctor-profile .modal-body .wallet-add .form-group{margin-bottom:10px}app-feature-module #change-mail .modal-dialog .doctor-profile .modal-body .mail-check-verify{margin-bottom:40px}app-feature-module #change-mail .modal-dialog .doctor-profile .modal-body .mail-check-verify p{color:#858585;font-size:16px;font-weight:400;margin-bottom:0}app-feature-module #change-document .modal-dialog .modal-content .modal-body .wallet-add .form-group{margin-bottom:20px}app-feature-module #change-document .modal-dialog .modal-content .modal-body .wallet-add .form-group label{font-size:16px;font-weight:400;color:#333;margin-bottom:10px}app-feature-module #change-document .modal-dialog .modal-content .modal-body .file-uploaded-mail{width:100%;background:#fff;border:1px solid #c2c9d1;border-radius:5px;height:188px;padding:10px 0 10px 8px;text-align:center;position:relative;margin-bottom:20px;display:flex;flex-direction:column;align-items:center;justify-content:center}app-feature-module #change-document .modal-dialog .modal-content .modal-body .file-uploaded-mail #file-input{width:100%;height:inherit;position:absolute;left:0;top:0;cursor:pointer;opacity:0}app-feature-module #change-document .modal-dialog .modal-content .modal-body .file-uploaded-mail img{margin-bottom:20px}app-feature-module #change-document .modal-dialog .modal-content .modal-body .file-uploaded-mail h4{font-size:20px;color:#333;font-weight:500;margin-bottom:6px}app-feature-module #change-document .modal-dialog .modal-content .modal-body .file-uploaded-mail h4 span{color:#3da7a6}app-feature-module #change-document .modal-dialog .modal-content .modal-body .file-uploaded-mail p{font-size:14px;color:#9e9e9e;font-weight:400;margin-bottom:0}app-feature-module #change-document .modal-dialog .modal-content .modal-body .document-upload-file{margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;padding:15px;background:#fafafa}app-feature-module #change-document .modal-dialog .modal-content .modal-body .document-upload-file p{color:#858585;font-size:16px;font-weight:400;margin-left:5px;margin-bottom:0}app-feature-module #change-document .modal-dialog .modal-content .modal-body .document-update-success{margin-bottom:40px}app-feature-module #change-document .modal-dialog .modal-content .modal-body .document-update-success p{font-size:16px;color:#05a144;font-weight:400;margin-bottom:0}app-feature-module #success-document .modal-dialog .modal-content .success-body .success-modal-body{color:#858585;font-size:16px;font-weight:400;margin:auto;max-width:inherit}app-feature-module .modal-content{padding:20px}app-feature-module .settings-widget.setting-appointment .settings-header .settings-img{position:relative}app-feature-module .settings-widget.setting-appointment .settings-header .settings-img img{border:none;outline:none}app-feature-module .settings-widget.setting-appointment .settings-header .settings-img .settings-check img{position:absolute;width:24px;height:24px;bottom:-6px}app-feature-module .settings-widget.setting-appointment .settings-menu ul li i{font-size:16px;min-width:16px}app-feature-module .appointment-set-two .coupon-title{margin-bottom:40px}app-feature-module .appointment-set-two .coupon-title h4{font-size:24px;font-weight:500;color:#333;margin-bottom:0}app-feature-module .appointment-set-two .appointment-setting-list{background:#fff;box-shadow:0 4px 114px #d6d6d640;padding:24px;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}app-feature-module .appointment-set-two .appointment-setting-list .appoint-wrapper h5{font-size:18px;font-weight:500;color:#333;margin-bottom:6px}app-feature-module .appointment-set-two .appointment-setting-list .appoint-wrapper p{font-size:14px;font-weight:400;color:#858585;margin-bottom:0}app-feature-module .appointment-set-two .appointment-setting-list .form-group{width:140px;height:24px}app-feature-module .appointment-set-two .appointment-setting-list .form-group .select{font-size:16px;font-weight:400;color:#797a8c}app-feature-module .appoint-submit .btn{padding:10px 15px;font-size:14px}app-feature-module .appoint-submit .btn+.btn{margin-left:10px}app-feature-module .grey-tog .check:checked+.checktoggle{background-color:#cccfe0;border:1px solid #cccfe0}app-feature-module .grey-tog .checktoggle{background-color:#6dcc76;border:1px solid #6dcc76;height:24px}app-feature-module .notify-content-swap .notify-wrap-head{display:flex;align-items:center;justify-content:space-between;padding:40px 0;margin-bottom:50px}app-feature-module .notify-content-swap .notify-wrap-head h4{margin-bottom:0}app-feature-module .notify-content-swap .notify-wrap-head .notify-wrap-service-home h6{color:#858585;margin-bottom:0;font-weight:400;font-size:16px}app-feature-module .notify-content-swap .notify-wrap-head .notify-wrap-service-home h6 a{color:#858585;margin-bottom:0;font-weight:400;font-size:16px}app-feature-module .notify-content-swap .noti-content{padding:40px 0 0}app-feature-module .notify-content-swap .noti-content ul li.notification-message{padding:24px;border-radius:10px;border:1px solid #E1E1E1;background:#fff;box-shadow:0 4px 114px #d6d6d640}app-feature-module .notify-content-swap .noti-content ul li.notification-message .media span{margin-right:15px}app-feature-module .notify-content-swap .noti-content ul li.notification-message .media span img{border:2px solid #e1e1e1}app-feature-module .notify-content-swap .noti-content ul li.notification-message .media .media-body p.noti-details{margin-bottom:5px}app-feature-module .notify-content-swap .noti-content ul li.notification-message+li.notification-message{margin-top:24px}app-feature-module .notification-delete-wrap{transition:.5s all}app-feature-module .notification-delete-wrap .notification-delete a.btn-acc{background:#ff01011a;padding:10px;color:#ff0101;border:none;display:inline-block;line-height:normal;margin-bottom:0}app-feature-module .notification-delete-wrap:hover .notification-delete .notification-dropdown{opacity:1;display:flex;transition:.5s all}app-feature-module .notification-delete .notification-dropdown{margin-right:20px;width:34px;height:34px;background:#fafafa;border:1px solid #e1e1e1;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;display:none;transition:.5s all}app-feature-module .notification-delete .notification-dropdown .dropdown-menu{border-radius:5px;background:#fff;box-shadow:0 4px 114px #d6d6d640;padding:10px}app-feature-module ul.noti-pop-detail li.has-arrow a.notify-link:hover>img{filter:brightness(0) invert(1)}app-feature-module ul.noti-pop-detail li.has-arrow a.notify-link:focus>img{filter:brightness(0) invert(1)}app-feature-module .notification-wrap-date .noti-read-delete .notification-read a.mark-all{color:#3f4254;margin-bottom:0;padding:7px 15px;border-radius:5px;border:1px solid #e1e1e1;background:#fff;margin-right:10px;min-height:42px;display:flex;align-items:center;justify-content:center}app-feature-module .notification-wrap-date .noti-read-delete .notification-read h6 i.feather-check{margin-right:5px}app-feature-module .notification-wrap-date .noti-read-delete .notification-delete-content a{border:1px solid #e1e1e1;background:#fff;padding:7px 15px;border-radius:5px;min-height:42px;display:flex;align-items:center;justify-content:center;color:#ed3a3a;font-size:16px;font-weight:400;margin-bottom:0}app-feature-module .notification-wrap-date .search-calendar-line{padding:10px 15px;border-radius:5px;border:1px solid #e1e1e1;width:135px;height:42px}app-feature-module .notification-wrap-date .search-calendar-line i.feather.icon-calendar{margin-right:5px}app-feature-module .search-calendar-line input{padding-right:0;line-height:normal}app-feature-module .sidebar-notification{display:none}app-feature-module .section-booking{padding:80px 0;background:#fff}app-feature-module .section-booking h4.card-title{color:#333;font-size:20px;font-weight:500;margin-bottom:20px}app-feature-module .service-view .service-header h1.electric-header{font-size:36px;color:#000}app-feature-module .service-view .service-images img{border-radius:0;margin-bottom:24px}app-feature-module .service-header{margin-bottom:30px}app-feature-module .service-header .rating{list-style:none;margin:0 0 7px;padding:0;width:100%}app-feature-module address{margin-bottom:1rem;font-style:normal;line-height:inherit;font-size:18px;color:#555a64}app-feature-module .service-cate a{color:#fff;padding:5px;text-transform:uppercase;background:#d9c505;border-radius:4px;font-size:.8125rem;display:inline-block}app-feature-module .service-cate span{font-size:20px;color:#3da7a6}app-feature-module .service-details ul{margin-bottom:24px}app-feature-module .service-details ul li+li{margin-left:10px}app-feature-module .service-details ul li a:hover{background:#203066;color:#fff}app-feature-module .service-details .tab-content{padding-top:0}app-feature-module .service-details .tab-content .tab-pane .card{border-radius:5px;border:1px solid #e1e1e1;margin-bottom:40px}app-feature-module .service-details .tab-content .tab-pane .card .card-body{padding:24px}app-feature-module .service-details .tab-content .tab-pane .card .card-body h5.card-title{color:#333;font-size:20px;font-weight:500;margin-bottom:20px}app-feature-module .service-details .tab-content .tab-pane .card .card-body .serviced-offer ul.list-bullet{color:#858585;font-size:16px;font-weight:400;margin-bottom:0}app-feature-module .service-details .tab-content .tab-pane .card .card-body .serviced-offer ul.list-bullet span i{color:#6dcc76;margin-right:5px}app-feature-module .service-details .tab-content .tab-pane .card .card-body .serviced-offer ul.list-bullet li+li{margin-top:18px;margin-left:0}app-feature-module .service-carousel .service-widget .service-img:before{background:linear-gradient(to bottom,#0000,#000000a6);background:-ms-linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);content:"";position:absolute;left:0;bottom:0;width:100%;height:70px;z-index:1}app-feature-module .cate-list a{color:#fff;padding:2px 15px;font-size:13px;overflow:hidden;line-height:22px;border-radius:15px;position:relative;display:inline-block;background:#d9c505}app-feature-module .widget{margin-bottom:30px}app-feature-module .sidebar-widget{background:#f9f9f9;padding:14px;border-radius:5px;text-align:center}app-feature-module .sidebar-widget .service-amount{color:#2c3038;font-size:36px;font-weight:700}app-feature-module .about-provider-img{background-color:#fff;height:80px;overflow:hidden;position:absolute;width:80px}app-feature-module .booking-report-provider{padding:10px;background-color:#b6d950;border:1px solid #38a7a7;box-shadow:inset 0 0 #2229c1;border-radius:5px;width:195px;margin-bottom:20px}app-feature-module .booking-report-provider h6{margin-bottom:0;color:#fff}app-feature-module .available-widget.widget-book-detail .card-body h5.card-title{margin-bottom:15px}app-feature-module .available-widget.widget-book-detail ul{padding-left:0;margin-bottom:0;list-style-type:none}app-feature-module .available-widget.widget-book-detail ul li{color:#858585;overflow:hidden;text-align:right;padding-top:10px;padding-bottom:10px;font-size:16px;font-weight:500}app-feature-module .available-widget.widget-book-detail ul li span{float:left}app-feature-module .available-widget.widget-book-detail ul li:first-child{padding-top:0}app-feature-module .available-widget.widget-book-detail ul li:last-child{border-bottom:none;padding-bottom:0}app-feature-module .computer-service{padding:15px;background:#fff;box-shadow:0 4px 114px #d6d6d640}app-feature-module .comp-serv-img{width:70px;height:70px;display:flex;align-items:center;margin-right:8px}app-feature-module .comp-serv-img img{border-radius:8px}app-feature-module .comp-serv-header h5{margin-bottom:4px;font-size:18px;font-weight:500}app-feature-module .comp-serv-header p{margin-bottom:0;font-size:14px;font-weight:400}app-feature-module .comp-service-amount h5{color:#3da7a6}app-feature-module .additional-title{margin:15px 0}app-feature-module .additional-title h5{margin-bottom:0}app-feature-module .service-wrap-content{height:94%}app-feature-module .service-add-server{border-radius:10px;border:1px solid #e1e1e1;background:#fff;box-shadow:0 4px 114px #d6d6d640;padding:15px;margin-bottom:15px}app-feature-module .service-add-server .custom_check{margin-bottom:0}app-feature-module .service-add-server:last-child{margin-bottom:0}app-feature-module .service-add-server .save-later-amount h5{margin-bottom:0;color:#3da7a6}app-feature-module .body-one .fav-item .fav-icon:hover{background:#38a7a7}app-feature-module .body-one .fav-icon.selected{background:#38a7a7}app-feature-module .home-page-four .fav-item .fav-icon:hover{background:#38a7a7}app-feature-module .home-page-four .fav-item .fav-icon.selected{background:#38a7a7}app-feature-module .notify-head.notification-details.notify-content-swap{background-color:#fafafa;margin-bottom:50px}app-feature-module .notify-head.notification-details.notify-content-swap .notify-wrap-head{margin-bottom:0}app-feature-module .search-form .btn-primary:active:not(:disabled):not(.disabled){border:0;box-shadow:none;background-color:transparent}app-feature-module .search-form .btn-primary:focus{border:0;box-shadow:none;background-color:transparent}app-feature-module .installation-footer{display:flex;justify-content:center}app-feature-module .installation-footer p{margin-bottom:0;font-size:16px}app-feature-module .nameof-day{font-size:18px;font-weight:500;margin-bottom:15px}app-feature-module .noti-wrapper .notify-link{position:relative}app-feature-module .noti-wrapper .notify-link:hover .noti-message{background:#fff;color:#3da7a6}app-feature-module .noti-wrapper .noti-message{width:17px;color:#fff;height:17px;border-radius:50%;background:#38a7a7;position:absolute;display:block!important;right:7px;top:0;display:inline-flex!important;align-items:center;justify-content:center;font-size:11px}app-feature-module form .otp-box{margin-bottom:34px}app-feature-module form .otp-box input{width:74px;height:74px;background:#fff;border:1px solid #e1e1e1;border-radius:8px;text-align:center;margin-right:15px;font-weight:700;font-size:26px;color:#797a8c;outline:none}app-feature-module form .otp-box input::placeholder{color:#797a8c}app-feature-module form .otp-box input:last-child{margin-right:0}app-feature-module .chat-profile-right .back-user-list{display:none}app-feature-module header.header nav ul li+li{margin-left:0}app-feature-module header.header nav ul li a:hover{text-decoration:none}app-feature-module .hide-cards-group{display:none}app-feature-module .show-card-details .hide-cards-group{display:block}app-feature-module .book-main .modal-active-dots{width:27%}app-feature-module .book-main .middle-items{margin:0 24px}app-feature-module .book-main .hide-show-main{width:73%}app-feature-module .hide-show#show-first{display:block}app-feature-module .hide-show{display:none}app-feature-module .booking-confirm-active-dots .calender-modal{margin:110px 0}app-feature-module .booking-confirm-active-dots .rechedule-calender{padding:15px}app-feature-module .booking-confirm-active-dots .booking-confirmation-info .appointment-details{margin-bottom:15px;padding-bottom:15px}app-feature-module .page-link:focus{box-shadow:none}app-feature-module .window-full-width .received .drop-item.message-more-option{right:0}@media only screen and (min-width: 992px){app-feature-module .main-nav>li{margin-right:25px}app-feature-module .main-nav>li:last-child{margin-right:0}app-feature-module .main-nav>li>a{line-height:85px;padding:0!important}app-feature-module .main-nav>li>a>i{font-size:12px;margin-left:3px}app-feature-module .main-nav>li .submenu li:first-child a{border-top:0}app-feature-module .main-nav>li .submenu>li .submenu{left:100%;top:0;margin-top:10px}app-feature-module .main-nav li{display:block;position:relative}app-feature-module .main-nav li>ul{background-color:#fff;border-radius:5px;box-shadow:0 0 3px #0000001a;display:block;font-size:14px;left:0;margin:0;min-width:200px;opacity:0;padding:0;position:absolute;transition:all .2s ease;transform:translateY(20px);top:100%;visibility:hidden;z-index:1000}app-feature-module .main-nav li .submenu a:hover{color:#3da7a6}app-feature-module .main-nav li>ul.mega-submenu{padding:0;border:0;display:block;opacity:0;visibility:hidden;min-width:250px;transform:scaleY(0);-webkit-transform:scaleY(0);-moz-transform:scaleY(0);-ms-transform:scaleY(0);-o-transform:scaleY(0);transform-origin:center top 0;-webkit-transform-origin:center top 0;-moz-transform-origin:center top 0;-ms-transform-origin:center top 0;-o-transform-origin:center top 0;transition:all .3s ease-in-out 0s;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;box-shadow:0 16px 50px #00000014;-webkit-box-shadow:0 16px 50px rgba(0,0,0,.08);-moz-box-shadow:0 16px 50px rgba(0,0,0,.08);-ms-box-shadow:0 16px 50px rgba(0,0,0,.08);-o-box-shadow:0 16px 50px rgba(0,0,0,.08);border-radius:0;-webkit-border-radius:0px;-moz-border-radius:0px}app-feature-module .main-nav li.megamenu{position:unset}app-feature-module .main-nav li.has-submenu:hover>.submenu{opacity:1;visibility:visible;transform:scaleY(1);-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-ms-transform:scaleY(1);-o-transform:scaleY(1)}app-feature-module .main-nav .has-submenu.active>a{color:#3da7a6}app-feature-module .main-nav .has-submenu.active .submenu li.active>a{color:#3da7a6}app-feature-module .main-nav>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu{visibility:visible;opacity:1;margin-top:-1px;margin-right:0}app-feature-module .main-nav>.has-submenu>.submenu>.has-submenu>.submenu:before{top:20px;margin-left:-35px;box-shadow:1px 1px #00000026;border-color:transparent #fff #fff transparent}app-feature-module .header.header-nine .main-nav>li>a{line-height:56px}app-feature-module .header.header-nine .main-nav .has-submenu.active>a{color:#ff008a}app-feature-module .header.header-nine .main-nav .has-submenu.active .submenu li.active>a{color:#ff008a}app-feature-module .header.header-nine.fixed .main-nav>li>a{line-height:85px}app-feature-module .single-demo a{padding:0!important}app-feature-module .header-six .main-nav .has-submenu.active>a{color:#ff008a}app-feature-module .header.header-five .main-nav .has-submenu.active>a{color:#ff008a}app-feature-module .header.header-five .main-nav .has-submenu.active .submenu li.active>a{color:#ff008a}app-feature-module .header-five .main-nav li .submenu a:hover{color:#ff008a}app-feature-module .header.header-seven .main-nav .has-submenu.active>a{color:#ff008a}app-feature-module .header.header-seven .main-nav .has-submenu.active .submenu li.active>a{color:#ff008a}app-feature-module .header-seven .main-nav li .submenu a:hover{color:#ff008a}app-feature-module .header.header-eight .main-nav .has-submenu.active>a{color:#ff008a}app-feature-module .header.header-eight .main-nav .has-submenu.active .submenu li.active>a{color:#ff008a}app-feature-module .header-eight .main-nav li .submenu a:hover{color:#ff008a}app-feature-module .header-nine .main-nav li .submenu a:hover{color:#ff008a}app-feature-module .header-two .main-nav li .submenu a:hover{color:#ff008a}app-feature-module .header-two .main-nav .has-submenu.active>a{color:#ff008a}app-feature-module .header-two .main-nav .has-submenu.active .submenu li.active>a{color:#ff008a}app-feature-module .header-three .main-nav li .submenu a:hover{color:#ff008a}app-feature-module .header-three .main-nav .has-submenu.active>a{color:#ff008a}app-feature-module .header-three .main-nav .has-submenu.active .submenu li.active>a{color:#ff008a}app-feature-module .header-navbar-rht .dropdown-toggle.show+.dropdown-menu{visibility:visible;opacity:1;margin-top:0;transform:translateY(0)}app-feature-module .header-navbar-rht li .dropdown-menu{border-radius:5px;padding:0;margin:0;min-width:200px;visibility:hidden;opacity:0;top:115%;left:auto;transition:all .2s ease;display:block;transform:translateY(20px)}app-feature-module .header-navbar-rht li .dropdown-menu.notifications{left:-310px}app-feature-module .mini-sidebar .header-left .logo img{height:auto;max-height:40px;width:auto}app-feature-module .mini-sidebar .header-left .logo.logo-small{display:block}app-feature-module .mini-sidebar .header .header-left{padding:0 5px;width:80px}app-feature-module .mini-sidebar .header .header-left .logo{display:none}app-feature-module .mini-sidebar .header .header-left #toggle_btn i{transform:rotate(180deg);color:#7e84a3;padding:0 7px}app-feature-module .mini-sidebar .sidebar{width:80px}app-feature-module .mini-sidebar .sidebar .sidebar-menu ul>li>a span{display:none;transition:all .2s ease-in-out;opacity:0}app-feature-module .mini-sidebar .menu-title{visibility:hidden;white-space:nowrap}app-feature-module .mini-sidebar .menu-title a{visibility:hidden}app-feature-module .mini-sidebar .page-wrapper{margin-left:78px}app-feature-module .mini-sidebar.expand-menu .sidebar{width:270px}app-feature-module .mini-sidebar.expand-menu .sidebar .sidebar-menu ul>li>a span{display:inline;opacity:1}app-feature-module .mini-sidebar.expand-menu .menu-title{visibility:visible}app-feature-module .mini-sidebar.expand-menu .menu-title a{visibility:visible}app-feature-module .modal-open.mini-sidebar .sidebar{z-index:1051}}@media only screen and (max-width: 1399.98px){app-feature-module .home-banner{background-size:550px}app-feature-module .catering-banner-img img{max-width:660px}app-feature-module .section-search.section-search-four h1{font-size:40px}app-feature-module .home-banner.slider-service{min-height:600px}app-feature-module .service-content p{font-size:15px}app-feature-module .banner-imgs .banner-1{max-width:160px}app-feature-module .banner-imgs .banner-2{max-width:270px}app-feature-module .banner-imgs .banner-3{max-width:250px;bottom:0}app-feature-module .service-content.service-four-content ul li{margin-right:10px}app-feature-module .service-content.service-four-content ul li:last-child{margin-right:0}app-feature-module .banner-imgs.banner-imgs-nine img{max-width:250px}app-feature-module .testimonial-slider .owl-nav .owl-next{right:-40px}app-feature-module .testimonial-slider .owl-nav .owl-prev{left:-40px}app-feature-module .footer .footer-menu-three ul li a{margin-left:15px}app-feature-module .footer-subtitle-three{font-size:18px}app-feature-module .booking-details li p{padding-left:10px}app-feature-module .booking-details li p:last-child{margin-left:110px;margin-top:10px;display:block}app-feature-module .slot-action .btn{padding:5px 11px}app-feature-module .main-nav>li{margin-right:18px}app-feature-module .main-nav li a{font-size:14px}app-feature-module .section-search h1{font-size:44px}app-feature-module .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name{max-width:70px}app-feature-module .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat{max-width:70px}app-feature-module .chat-cont-left .chat-scroll{max-height:calc(100vh - 325px)}app-feature-module .grid-blog .blog-category ul li{margin:0 5px 12px 0}app-feature-module .search-btn .btn{padding:11px 10px}app-feature-module .dash-wallet .dash-icon{width:42px;height:42px;margin:0 7px 0 0}app-feature-module .card-remove{flex-shrink:0}app-feature-module .card-payments a{font-size:12px;padding:6px}app-feature-module .balance-crad h3{font-size:28px}app-feature-module .balance-crad .view-transaction{padding:5px 6px}app-feature-module .balance-crad .btn-withdraw{padding:5px 6px}app-feature-module .servicecontent.service-widget .serv-info h6{font-size:20px}app-feature-module .work-wrap-box.work-first:before{background-size:156px}app-feature-module .work-wrap-box.work-last:after{background-size:143px}app-feature-module .slick-next{right:30px}app-feature-module .slick-prev{left:30px}app-feature-module .provider-img span{bottom:39px}app-feature-module .price{font-size:18px}app-feature-module .price .old-price{font-size:14px}app-feature-module .flag-dropdown .nav-link{font-size:14px}app-feature-module .support-title{font-size:16px}app-feature-module .offer-sec .offer-path-content{padding:80px 0}app-feature-module .servicecontent .btn-book{padding:10px 14px}app-feature-module .header-three .header-navbar-rht li a.header-login{font-size:14px}app-feature-module .header-three .header-navbar-rht li>a.header-login{padding:9px 6px}app-feature-module .header-three .navbar{padding:0}app-feature-module .categories-main-all{padding:30px 25px}app-feature-module .trust-us-main{padding:30px}app-feature-module .works-it-lines span:before{width:315px;left:207px}app-feature-module .floating-five-buttoms{left:400px}app-feature-module .offering-five-img{margin:-60px 0 0 -60px}app-feature-module .cta-btn{padding:7px 9px;min-width:auto}app-feature-module .cta-btn a{font-size:14px;font-weight:500}app-feature-module .search-box-two.search-box-six{width:100%}app-feature-module .search-box-two.search-box-six .search-btn .btn{padding:8px 10px}app-feature-module .home-banner-six-bg img{left:-95px}app-feature-module .our-company-bg img{left:-100px}app-feature-module .app-imgs-six-bg img{top:15%;left:25%}app-feature-module .professional-eight-img-ryt img{height:auto}app-feature-module .reshchedule-modal .modal-dialog{max-width:1120px}app-feature-module .calender-modal{margin:170px 0}app-feature-module .secure-transaction{padding:20px}app-feature-module .providerset-content.providerset-content-seven .rate{padding:6px 10px}app-feature-module .book-submit .btn+.btn{margin-left:20px}}@media only screen and (max-width: 1199.98px){app-feature-module .logo img{max-width:170px}app-feature-module .dropdown.noti-dropdown{margin-top:0!important}app-feature-module .header-navbar-rht>li.desc-list a>span{display:none}app-feature-module .header-navbar-rht>li{padding-right:5px}app-feature-module .header-navbar-rht li>a.header-reg{font-size:13px}app-feature-module .header-navbar-rht>li.lang-nav{display:none}app-feature-module .provider-box .btn{font-size:14px;padding:5px 12px}app-feature-module .provider-box .rate{font-size:14px}app-feature-module .register-content h2{font-size:35px}app-feature-module .banner-imgs.banner-imgs-nine img{max-width:220px}app-feature-module .safety-ryt-main.safety-ryt-two:after{top:46%}app-feature-module .header .has-arrow .dropdown-toggle:after{display:none}app-feature-module .howwork{padding:0}app-feature-module .security-verifi .btn-acc{padding:9px 15px}app-feature-module .security-verifi .btn-connect{padding:9px 15px}app-feature-module .howworksec{background-size:contain}app-feature-module .dash-widget-icon{width:50px;height:50px;line-height:50px;flex:0 0 50px}app-feature-module .dash-widget{padding:15px}app-feature-module .dash-widget-info>span{font-size:16px}app-feature-module .main-nav>li{margin-right:9px}app-feature-module .main-nav li a{font-size:14px}app-feature-module .section-heading h2{font-size:30px}app-feature-module .section-heading span{font-size:18px}app-feature-module .section-heading-two h2{font-size:30px}app-feature-module .category-name h6{font-size:18px}app-feature-module .pricing-plans.price-new .pricing-planshead h4{font-size:24px}app-feature-module .language-list a{padding:11px 13px;font-size:14px}app-feature-module .language-list a i{margin-left:10px}app-feature-module .app-section{padding:20px 0 90px}app-feature-module .app-sec{padding:45px}app-feature-module .app-sec h2{font-size:40px}app-feature-module .appimg-set{margin-top:-70px}app-feature-module .appimg-set img{max-width:450px}app-feature-module .testimonial-slider .owl-nav .owl-prev{left:-25px}app-feature-module .testimonial-slider .owl-nav .owl-next{right:-25px}app-feature-module .home-banner{background-size:470px}app-feature-module .section-search h1{font-size:34px;max-width:500px}app-feature-module .serv-profile h2{font-size:36px}app-feature-module .serv-profile ul li{font-size:14px;margin:0 15px 15px 0}app-feature-module .service-book .serv-profile h2{font-size:20px}app-feature-module .contact-info span{font-size:20px;width:60px;height:60px}app-feature-module .provide-info p{font-size:14px}app-feature-module .service-book-img{margin:0 25px 30px 0}app-feature-module .progress-wrap.active-progress{display:none}app-feature-module .available-widget span.avail-icon{width:50px;height:50px;margin-right:10px}app-feature-module .available-widget ul li{font-size:14px}app-feature-module .available-info h5{font-size:18px}app-feature-module .available-info ul li{font-size:14px}app-feature-module .available-info ul li span{font-size:14px}app-feature-module .package-widget h5{font-size:18px}app-feature-module .service-wrap h5{font-size:18px}app-feature-module .card-provide .btn{padding:12px}app-feature-module .dash-info h6{font-size:13px}app-feature-module .dash-wallet .dash-info h5{font-size:20px}app-feature-module .dash-wallet .dash-info h6{font-size:13px}app-feature-module .widget-title h4{font-size:20px}app-feature-module .maintenance-wrap h2{font-size:26px}app-feature-module .balance-crad h3{font-size:26px}app-feature-module .booking-list .booking-widget{flex:0 0 100%}app-feature-module .booking-action{display:flex;flex:0 0 100%;margin-top:15px}app-feature-module .main-content .linked-wrap{display:block}app-feature-module .linked-item a.btn-gconnect{margin-right:15px}app-feature-module .linked-item:last-child .linked-acc{margin-bottom:25px}app-feature-module .linked-item a.btn-connect{margin-right:5px}app-feature-module .plan-btns .btn{margin:5px 5px 0 0}app-feature-module .slot-action .btn{padding:7px 15px}app-feature-module .chat-cont-profile.opened{margin-right:0}app-feature-module .header-four .main-nav>li{margin-right:5px}app-feature-module .header-four .header-navbar-rht li a.header-login{padding:9px;font-size:14px}app-feature-module p.total-client-content{max-width:400px}app-feature-module .chat-cont-profile .card{border-radius:10px 0 0 10px}app-feature-module .chat-cont-profile .card-body{max-height:calc(100vh - 136px)}app-feature-module .window-full-width .sidebar-overlay.opened{display:none}app-feature-module .chat-cont-left .chat-scroll{max-height:calc(100vh - 292px)}app-feature-module .customer-chat .chat-cont-profile .card-body{max-height:calc(100vh - 330px)}app-feature-module .search-btn .btn{font-size:14px;padding:10px}app-feature-module .search-input label{font-size:14px}app-feature-module .work-wrap h1{font-size:30px}app-feature-module .work-wrap-acc:after{bottom:-53%;width:60%;height:60%}app-feature-module .work-wrap-post:after{bottom:-53%;width:60%;height:60%}app-feature-module .visits{width:16.6%}app-feature-module .book-submit{margin-top:25px}app-feature-module .book-submit .btn{margin-right:10px;margin-bottom:10px}app-feature-module .book-submit .btn+.btn{margin-left:0}app-feature-module .offer-paths{padding:0 50px}app-feature-module .offer-path-content{padding-left:30px}app-feature-module .offer-path-content h3{font-size:28px}app-feature-module .providerset-name h4{font-size:16px}app-feature-module .providerset-prices h6{font-size:16px}app-feature-module .feature-title h5{font-size:16px}app-feature-module .page-headers .search-bar{width:190px}app-feature-module .provider-img span{padding:10px;font-size:14px;bottom:32px}app-feature-module .service-action .btn{margin-left:10px;padding:10px 12px}app-feature-module .service-action h6{font-size:18px}app-feature-module .service-widget.service-two .service-content .title{font-size:18px}app-feature-module .work-wrap-box{width:296px;height:296px;padding:40px;margin:auto}app-feature-module .work-wrap-box .work-icon span{width:80px;height:80px}app-feature-module .work-wrap-box.work-first:before{background-size:130px}app-feature-module .work-wrap-box.work-last:after{background-size:122px;right:-245px}app-feature-module .support-title{font-size:15px}app-feature-module .about-content h2{font-size:30px}app-feature-module .choose-content h2{font-size:30px}app-feature-module .choose-info h5{font-size:28px}app-feature-module .choose-info p{font-size:14px}app-feature-module .about-img .about-exp span{font-size:20px;margin:190px -85px}app-feature-module .header.header-four .header-nav{padding:0;justify-content:start}app-feature-module .works-it-lines span:before{width:265px;left:175px}app-feature-module .offering-five-img{margin:-13px 0 0 -100px}app-feature-module .search-box-two.search-box-six .search-input-new.line-six{width:40%}app-feature-module .search-box-two.search-box-six .search-input-new.line-two-six{width:35%}app-feature-module .search-box-two.search-box-six .search-btn{width:25%}app-feature-module .customer-review-top{padding:30px}app-feature-module .home-banner-eight .section-search h1{max-width:none}app-feature-module .about-eight-main img{max-width:100%}app-feature-module .booking-info-tab .nav-pills .nav-item+.nav-item{margin-left:15px}app-feature-module .booking-info-tab .nav-pills .nav-link{font-size:15px}app-feature-module .appointment-details ul.customer-detail-list{right:unset;top:120px}app-feature-module .appointment-details ul.customer-detail-list:after{transform:rotate(135deg);-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);top:-7px;left:111px}app-feature-module .settings-widget .settings-header{display:block}app-feature-module .setting-img-profile{text-align:center}app-feature-module .service-content{padding:16px}app-feature-module .service-content .user-info h6{font-size:14px}app-feature-module .our-company-first-content a{padding:15px}app-feature-module .company-top-content h3{font-size:32px}app-feature-module .passion-content-top .btn-primary{padding:15px 30px}}@media only screen and (max-width: 991.98px){app-feature-module .sidebar-overlay.opened{display:block}app-feature-module .booking-details li p:last-child{margin-left:0;margin-top:0;display:unset}app-feature-module .booking-details li p:first-child{margin-left:110px;margin-top:10px}app-feature-module .linked-item .security-verifi .btn-connect{padding:9px 15px;margin-right:10px;margin-bottom:0}app-feature-module .linked-item a.btn-connect{margin-right:0;margin-bottom:15px}app-feature-module .settings-widget{margin-bottom:30px}app-feature-module .works-five-main{margin-bottom:30px}app-feature-module .provider-box .btn{font-size:15px;padding:5px 15px}app-feature-module .provider-box .rate{font-size:15px}app-feature-module .header-navbar-rht>li{padding-right:15px}app-feature-module .header-navbar-rht>li.desc-list{display:none}app-feature-module .header-navbar-rht li .dropdown-menu.notifications{left:-310px}app-feature-module .providers-section{padding-bottom:50px}app-feature-module .login-wrap .col-form-label{font-size:14px}app-feature-module .login-wrap .login-btn{font-size:14px;padding:10px}app-feature-module .offer-paths{background-color:#b6d950;border-radius:5px;margin-bottom:80px;margin-top:60px;padding:15px;top:0}app-feature-module .offer-paths:after{background:transparent;z-index:-1}app-feature-module .offer-path-content{padding-left:0}app-feature-module .offer-path-content h3{font-size:28px}app-feature-module .offer-pathimg{display:none}app-feature-module .grid-listview a{width:32px;height:32px;font-size:14px}app-feature-module .megamenu-wrapper{padding:0}app-feature-module .demo-img{display:none}app-feature-module .demo-info{opacity:1;position:relative;bottom:0;text-align:left}app-feature-module .single-demo{margin-bottom:0}app-feature-module .single-demo:hover{transform:translateY(0)}app-feature-module .single-demo:hover .demo-info{bottom:0}app-feature-module .single-demo .demo-info a{padding:10px 15px 10px 35px}app-feature-module .select2-container--default .select2-selection--single{outline:0}app-feature-module .review-sort .select2-container--default .select2-selection--single{height:32px}app-feature-module .review-sort .select2-container--default .select2-selection--single .select2-selection__arrow{height:32px}app-feature-module .review-sort .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:31px}app-feature-module .main-nav{margin-top:30px;flex-direction:column;padding:0;margin-bottom:0;list-style:none}app-feature-module .main-nav ul{display:none;list-style:none;margin:0;padding-left:0}app-feature-module .main-nav>li{margin-left:0;margin-right:0}app-feature-module .main-nav>li>a{line-height:1.5;padding:15px 20px!important;font-size:16px;font-weight:500}app-feature-module .main-nav>li>a>i{float:right;margin-top:5px}app-feature-module .main-nav>li>a:hover:after{top:0}app-feature-module .main-nav>li .submenu li a{border-top:0;color:#28283c;padding:10px 15px 10px 35px}app-feature-module .main-nav>li .submenu ul li a{padding:10px 15px 10px 45px}app-feature-module .main-nav>li .submenu>li.has-submenu>a:after{content:"\f078"}app-feature-module .main-nav li+li{margin-left:0}app-feature-module .main-nav .has-submenu.active>a{color:#3da7a6}app-feature-module .main-nav .has-submenu.active .submenu li.active>a{color:#3da7a6}app-feature-module .main-nav>li.active>a:after{top:0}app-feature-module .header-three .main-nav .has-submenu.active>a{color:#ff008a}app-feature-module .header-six .main-nav .has-submenu.active>a{color:#ff008a}app-feature-module .header-nine .main-nav .has-submenu.active>a{color:#ff008a}app-feature-module .header-eight .main-nav .has-submenu.active>a{color:#ff008a}app-feature-module .header-two .main-nav .has-submenu.active>a{color:#ff008a}app-feature-module .header-two .main-nav .has-submenu.active .submenu li.active>a{color:#ff008a}app-feature-module .main-menu-wrapper{order:3;width:260px;position:fixed;top:0;bottom:0;left:0;overflow-x:hidden;overflow-y:auto;z-index:11111;transform:translate(-260px);transition:all .4s;background-color:#0e2f32;margin:0}app-feature-module .menu-header{display:flex}app-feature-module .navbar-header{align-items:center;display:inline-flex}app-feature-module #mobile_btn{line-height:0;display:inline-block}app-feature-module .sidebar{margin-left:-225px;width:225px;transition:all .4s ease;z-index:1038}app-feature-module .provider-body .page-wrapper{margin-left:0;padding-left:0;padding-right:0;transition:all .4s ease}app-feature-module .provider-body .header{left:0;z-index:1039}app-feature-module .provider-body .user-menu.nav>li>a.viewsite{display:none}app-feature-module .provider-body .user-menu.nav>li>a.win-maximize{display:none}app-feature-module .provider-body .user-menu.nav>li.flag-nav{display:none}app-feature-module .provider-body .logo-small{display:block;margin:0 auto}app-feature-module .review-pagination ul li a{width:25px;height:25px}app-feature-module .page-item .page-link{width:25px;height:25px}app-feature-module .blog-pagination .page-prev{line-height:25px}app-feature-module .blog-pagination .page-next{line-height:25px}app-feature-module .mobile_btns{color:#3da7a6;cursor:pointer;display:flex;font-size:26px;height:76px;left:0;padding:0 15px;position:absolute;text-align:center;top:0;z-index:10;justify-content:center;align-items:center}app-feature-module .bg-img{display:none}app-feature-module .page-headers{display:none}app-feature-module .siderbar-toggle{display:none}app-feature-module .header .header-left{position:absolute;width:100%;display:block;height:auto;top:0;left:0}app-feature-module .header .header-left .logo{display:none}app-feature-module .header .header-left .sidebar-logo{padding:26px 0}app-feature-module .header-split{justify-content:flex-end}app-feature-module .content{padding:30px 0}app-feature-module .footer-widget{margin-bottom:30px}app-feature-module .footer .footer-top{padding-bottom:10px}app-feature-module .footer .footer-bottom .copyright-text p{font-size:13px}app-feature-module .footer .footer-top-three{padding:50px 0 30px}app-feature-module .section-search{margin:60px 0;max-width:100%}app-feature-module .section-search p{font-size:20px}app-feature-module .section-search h1{font-size:34px;margin-bottom:15px;max-width:100%}app-feature-module .breadcrumbs{float:left;width:100%;text-align:center;margin-top:10px}app-feature-module .breadcrumbs li{float:none;display:inline-block;padding:0 13px}app-feature-module .hero-section{min-height:400px}app-feature-module .home-banner{min-height:400px;background:none}app-feature-module .search-box{border-radius:30px;margin-top:35px}app-feature-module .search-box form .search-btn{width:auto;float:right;margin:0;float:left;width:100%;padding:0}app-feature-module .search-box form>div{width:100%}app-feature-module .search-box-two{border-radius:30px}app-feature-module .search-box-two form .search-btn{float:left;width:100%;padding:0}app-feature-module .search-box-two .search-btn .btn{font-size:14px;padding:6px 10px}app-feature-module .search-input.line{width:100%;margin-right:0}app-feature-module .search-input.line:before{display:none}app-feature-module .search-input-new.line{width:100%}app-feature-module .search-input-new.line:before{display:none}app-feature-module .search-input-new.line input{height:35px}app-feature-module .search-input{width:100%;margin:0 0 10px}app-feature-module .search-input>i{right:20px}app-feature-module .search-input-new{width:100%}app-feature-module .search-input-new input{height:35px}app-feature-module .viewall span{font-size:1.875rem}app-feature-module .howworksec{background:none}app-feature-module .heading h2{font-size:1.625rem}app-feature-module .chat-cont-left{flex:0 0 100%;max-width:100%;transition:all .4s;width:100%;max-height:100%;z-index:9}app-feature-module .chat-cont-left .chat-scroll{max-height:calc(100vh - 292px)}app-feature-module .chat-cont-right{flex:0 0 100%;max-width:100%;transition:all .4s;width:100%;max-height:100%;position:absolute;right:0;opacity:0;visibility:hidden;z-index:99}app-feature-module .chat-cont-right .chat-header{justify-content:start;-webkit-justify-content:start;-ms-flex-pack:start}app-feature-module .chat-cont-right .msg_head .back-user-list{display:flex;align-items:center}app-feature-module .chat-cont-right .msg_head .chat-options{margin-left:auto}app-feature-module .chat-cont-right .chat-scroll{max-height:calc(100vh - 257px);max-height:calc(100vh - 254px)}app-feature-module .chat-window.chat-slide .chat-cont-right{right:0;opacity:1;visibility:visible}app-feature-module .chat-cont-profile{z-index:999}app-feature-module .msg_card_body .media.sent .media-body .msg-box{margin-left:0}app-feature-module .chat-options ul li a{width:20px;height:20px}app-feature-module .user_img{height:30px;width:30px}app-feature-module .section-search-box{min-height:330px}app-feature-module .download-app .app-world .heading h2{margin-bottom:30px;font-size:24px}app-feature-module .download-app .app-world .heading span{font-size:16px}app-feature-module .section-heading span{font-size:16px}app-feature-module .section-heading h2{font-size:25px}app-feature-module .true-search-box{position:relative;top:0;padding-top:25px}app-feature-module .feature-category{padding-top:60px}app-feature-module .section-heading-two{margin-bottom:24px}app-feature-module .section-heading-two h2{font-size:25px}app-feature-module .blog-title a{font-weight:500}app-feature-module .blog-read-more a{font-size:15px}app-feature-module .blog-date p{font-size:15px}app-feature-module .blog-inner-img img:nth-child(1){margin-right:10px}app-feature-module .blog-item.left-box{margin-right:30px}app-feature-module .blog-item p{padding:30px 35px}app-feature-module .container-fluid{padding-left:20px;padding-right:20px}app-feature-module .feature-section{padding:60px 0 36px}app-feature-module .work-section{padding:60px 0 36px}app-feature-module .client-section{padding:60px 0 36px}app-feature-module .feature-section-two{padding:60px 0 36px}app-feature-module .service-section-two{padding:60px 0 36px}app-feature-module .work-section-two{padding:60px 0 36px}app-feature-module .providers-section-two{padding:60px 0 36px}app-feature-module .popular-section{padding-bottom:36px}app-feature-module .app-section-two{padding-bottom:60px}app-feature-module .service-section{padding:40px 0}app-feature-module .client-section-two{padding:60px 0}app-feature-module .about-sec{padding:60px 0}app-feature-module .chooseus-sec{padding:60px 0 40px}app-feature-module .blog-section{padding:60px 0 40px}app-feature-module .app-section{padding:0 0 60px}app-feature-module .about-banner{margin-bottom:60px}app-feature-module .about-content{margin:0}app-feature-module .about-content p{margin-bottom:15px}app-feature-module .about-content h2{font-size:24px}app-feature-module .btn-view{padding:11px 25px;font-weight:500;font-size:14px}app-feature-module .fav-item .serv-rating{padding:6px 8px;font-size:14px}app-feature-module .choose-content{margin-right:0}app-feature-module .choose-content h2{font-size:24px}app-feature-module .choose-info h5{font-size:24px}app-feature-module .choose-info p{font-size:14px}app-feature-module .service-content .title{font-size:18px}app-feature-module .work-box h5{font-size:18px}app-feature-module .book-title h5{font-size:18px}app-feature-module .contact-data h4{font-size:18px}app-feature-module .contact-data p{font-size:15px}app-feature-module .category-name h6{font-size:18px}app-feature-module .service-widget .serv-info h6{font-size:20px}app-feature-module .widget-title h4{font-size:20px}app-feature-module .grid-blog .blog-content p{font-size:14px}app-feature-module .grid-blog .blog-content .blog-title{font-size:18px}app-feature-module .grid-blog .blog-content .read-more{font-size:14px}app-feature-module .blog-category ul li{font-size:12px}app-feature-module .blog-category .post-author span{font-size:12px}app-feature-module .breadcrumb-bar .page-breadcrumb ol li{font-size:15px}app-feature-module .breadcrumb-bar .page-breadcrumb ol li a{font-size:15px}app-feature-module .breadcrumb-item+.breadcrumb-item:before{padding:7px 15px 0}app-feature-module .about-offer{padding:30px}app-feature-module .about-offer .offer-path-content{padding:0}app-feature-module .service-offer{padding-bottom:60px}app-feature-module .btn-book{padding:10px 16px}app-feature-module .blog-content .blog-title{font-size:16px}app-feature-module .testimonial-slider .owl-nav .owl-prev{left:-10px}app-feature-module .testimonial-slider .owl-nav .owl-next{right:-10px}app-feature-module .appimg-set{margin-top:20px;position:relative;text-align:center;right:0}app-feature-module .appimg-set img{max-width:100%}app-feature-module .app-sec:before{content:none}app-feature-module .serv-profile h2{font-size:30px}app-feature-module .contact-queries h2{font-size:30px;margin-bottom:20px}app-feature-module .contact-queries .btn{margin-top:2px}app-feature-module .serv-action ul li{margin-right:10px}app-feature-module .serv-action ul li a{width:40px;height:40px}app-feature-module .step-register li .multi-step-icon{margin-right:10px}app-feature-module .step-register li .multi-step-info p{font-size:14px}app-feature-module .step-register li .multi-step-info h6{font-size:16px}app-feature-module .service-wrap{margin-bottom:20px}app-feature-module .service-amount h5{font-size:20px}app-feature-module .service-amount h5 span{font-size:18px}app-feature-module .booking-done h6{font-size:20px}app-feature-module .booking-done p{font-size:14px}app-feature-module .package-widget ul li:before{top:2px}app-feature-module .book-submit .btn{font-size:14px}app-feature-module .blog-list .blog-content .blog-title{font-size:16px}app-feature-module .page-title h2{font-size:24px}app-feature-module .login-header h3{font-size:24px}app-feature-module .dash-info h5{font-size:24px}app-feature-module .category-info p{font-size:15px}app-feature-module .header-navbar-rht.log-rht li{margin-right:0}app-feature-module .login-back{margin-bottom:25px}app-feature-module .recent-booking{margin-bottom:25px}app-feature-module .login-back.manage-log{margin-bottom:25px}app-feature-module .banner-imgs{display:none}app-feature-module .settings-header{padding:20px}app-feature-module .settings-menu{padding:20px}app-feature-module .price-head h1{font-size:32px}app-feature-module .error-wrap h2{font-size:32px}app-feature-module .maintenance-sec{padding:60px 0}app-feature-module .maintenance-wrap{margin-bottom:30px}app-feature-module .maintenance-wrap h2{font-size:22px}app-feature-module .maintenance-wrap p{margin-bottom:24px}app-feature-module .balance-crad h3{font-size:22px}app-feature-module .main-title{font-size:20px;margin-bottom:15px}app-feature-module .balance-head h6{font-size:13px}app-feature-module .balance-head p{font-size:12px}app-feature-module .user-menu li.dropdown.dropdown-heads{margin-right:0}app-feature-module .filter-div .filter-content:last-child{margin-bottom:25px}app-feature-module .filter-div .btn{margin-bottom:25px}app-feature-module .new-comment{margin-bottom:30px}app-feature-module .chat-page-body{overflow:hidden}app-feature-module .customer-chat .chat-cont-left .chat-scroll{max-height:calc(100vh - 235px)}app-feature-module .customer-chat .chat-cont-profile .card-body{max-height:calc(100vh - 260px)}app-feature-module .work-wrap{margin-bottom:100px}app-feature-module .work-wrap h1{font-size:26px}app-feature-module .work-wrap span{width:45px;height:45px;font-size:15px;margin-bottom:15px}app-feature-module .work-wrap-acc{padding-right:0}app-feature-module .work-wrap-acc:after{bottom:-40%;width:50%;height:50%}app-feature-module .work-wrap-earning{padding-right:0}app-feature-module .work-wrap-post{padding-left:0}app-feature-module .work-wrap-post:after{bottom:-40%;width:50%;height:50%}app-feature-module .work-img{margin-bottom:100px}app-feature-module .breadcrumb-title{font-size:30px}app-feature-module .countdown-container .countdown-el p{font-size:26px}app-feature-module #datetimepickershow{margin-bottom:24px}app-feature-module .provider-img{margin:30px 0 40px 30px}app-feature-module .provider-info{margin-bottom:40px;padding-left:0}app-feature-module .provider-info h2{font-size:28px}app-feature-module .provider-details{margin-bottom:40px}app-feature-module .provider-details.provide-area{margin-bottom:20px}app-feature-module .banner-search h3{font-size:24px;margin-bottom:10px}app-feature-module .banner-search p{font-size:18px;margin-bottom:20px}app-feature-module .btn-viewall{margin-bottom:24px}app-feature-module .feature-title h5{font-size:15px}app-feature-module .work-wrap-box .work-icon span{width:60px;height:60px;margin:0 auto 15px}app-feature-module .work-wrap-box .work-icon span img{width:20px}app-feature-module .work-wrap-box h5{font-size:16px}app-feature-module .service-widget.service-two .service-content .title{font-size:16px}app-feature-module .work-wrap-box.work-first:before{content:none}app-feature-module .work-wrap-box.work-last:after{content:none}app-feature-module .offer-sec.offer-paths{padding:0 30px}app-feature-module .offer-sec .offer-path-content{padding:30px 0}app-feature-module .footer-two .payment-image ul{margin-bottom:15px}app-feature-module .footer-two .social-icon{text-align:right;margin-bottom:15px}app-feature-module .footer-two .footer-bottom .copyright-text p{text-align:left}app-feature-module .header-nav{height:65px}app-feature-module .download-sec{padding-left:0}app-feature-module .contact-details{margin-bottom:30px}app-feature-module .policy-menu li{font-size:13px}app-feature-module .blog-info ul li{font-size:14px}app-feature-module .blog-info .post-author span{font-size:14px}app-feature-module .available-info ul li{font-size:14px}app-feature-module .side-title{font-size:20px}app-feature-module .review-box p{font-size:14px}app-feature-module .about-img{margin-bottom:24px}app-feature-module .search-box-three .search-form-profile{flex-direction:column}app-feature-module .search-btn-three .btn-primary{display:block;text-align:center}app-feature-module .section-section-three{text-align:center}app-feature-module .section-section-three h4{font-size:16px}app-feature-module .services-header .section-content h2{font-size:30px}app-feature-module .make-appointment{padding:15px}app-feature-module .saloon-bottom a{padding:10px;font-size:14px}app-feature-module .appointment-main h1{font-size:36px}app-feature-module .appointment-btn .btn-primary{font-size:14px}app-feature-module .stylists-foot h4{font-size:22px}app-feature-module .stylists-foot h6{font-size:14px}app-feature-module .works-bottom h2{font-size:26px}app-feature-module .latest-date{padding:10px;margin:10px}app-feature-module .latest-date span{font-size:20px}app-feature-module .latest-content p{font-size:18px}app-feature-module .register-content{flex-direction:column}app-feature-module .register-content h2{font-size:34px;margin-bottom:20px}app-feature-module .latest-section{padding:55px 0 33px}app-feature-module .works-section{padding:55px 0 33px}app-feature-module .services-section{padding:75px 0 15px}app-feature-module .services-section .owl-nav{margin-top:30px}app-feature-module .appointment-section{padding:45px 0}app-feature-module .services-section.stylists-section{padding:45px 0 0}app-feature-module .client-sections{padding:55px 0 33px}app-feature-module .sidecircle-ryt{display:none}app-feature-module .saloon-section-circle{display:none}app-feature-module .section-search.section-search-four{max-width:none;text-align:center}app-feature-module .section-search.section-search-four h1{font-size:40px}app-feature-module .catering-banner-img{display:none}app-feature-module .catering-banner-botton{display:flex;justify-content:center}app-feature-module .trust-us-main{margin-bottom:20px}app-feature-module .working-four-main{margin-bottom:20px}app-feature-module .header.header-four .header-nav{justify-content:space-between}app-feature-module .search-box.search-box-four .search-btn{text-align:end}app-feature-module .search-box.search-box-four .search-btn .btn{justify-content:center;width:auto}app-feature-module .search-input.search-input-three.search-input-four{margin:0}app-feature-module .search-input.search-input-three.search-input-four .select2-container--default .select2-selection--single .select2-selection__rendered{text-align:start}app-feature-module .section-heading.section-heading-four .btn-view{padding:15px 20px}app-feature-module .btn-catering .btn-view{padding:18px 20px}app-feature-module .service-content.service-four-blogs h3{font-size:20px}app-feature-module .floating-img{display:none}app-feature-module .section-search.section-section-five{text-align:center}app-feature-module .section-section-five p{max-width:none}app-feature-module .works-it-lines span:before{width:250px;left:171px}app-feature-module .offering-five-img{display:none}app-feature-module .feature-service-btn a{padding:10px 20px}app-feature-module .app-sec.app-sec-five{padding:45px;text-align:center;border-radius:0}app-feature-module .app-sec.app-sec-five .appimg-set img{display:none}app-feature-module .app-sec.app-sec-five .downlaod-btn{justify-content:center}app-feature-module .works-it-five-button-main{display:none}app-feature-module .works-five-bottom i{padding:10px}app-feature-module .providers-five-bg-car img{display:none}app-feature-module .featured-category-bg-img img{display:none}app-feature-module .works-five-section{padding:45px 0}app-feature-module .works-five-section:before{background:none}app-feature-module .offering-five-all:before{background:none}app-feature-module .feature-category-section-five{padding:45px 0}app-feature-module .feature-category-section-five:before{background:none}app-feature-module .pricing-service-five{padding:45px 0}app-feature-module .pricing-service-five:before{background:none}app-feature-module .car-blogs-section{padding:45px 0 0}app-feature-module .car-blogs-section:before{background:none}app-feature-module .floating-five-buttom{display:none}app-feature-module .floating-five-buttoms{display:none}app-feature-module .header-five .main-nav .has-submenu a{color:#000}app-feature-module .hero-section-five{position:static}app-feature-module .featured-categories-section{padding:45px 0}app-feature-module .feature-category-section{padding:45px 0}app-feature-module .feature-category-section:before{background:none}app-feature-module .providers-section-five{padding:45px 0}app-feature-module .car-five-arrow-img{display:none}app-feature-module .offering-five-main{text-align:center}app-feature-module .offering-five-main h1{font-size:34px}app-feature-module .testimonals-five-section{padding:45px 0}app-feature-module .testimonials-five-top{padding:24px 20px;border-radius:0}app-feature-module .blog-section.blog-five-section{padding:45px 0}app-feature-module .car-wash-bg-five:before{background:none}app-feature-module .car-blog-slider .owl-nav{margin-bottom:0}app-feature-module .app-five-section{padding:45px 0}app-feature-module .pricing-service-topimg .pricing-five-img-one{display:none}app-feature-module .pricing-service-topimg .pricing-five-img-two{display:none}app-feature-module .search-box.search-box-five{border-radius:0}app-feature-module .search-box.search-box-five .select2-container--default .select2-selection--single .select2-selection__rendered{text-align:start}app-feature-module .search-box.search-box-five .search-input .form-group label{display:flex}app-feature-module .search-box.search-box-three{border-radius:0}app-feature-module .nearby-section{padding:45px 0}app-feature-module .categories-section{padding:45px 0}app-feature-module .features-four-section{padding:45px 0}app-feature-module .trust-us-section{padding:45px 0}app-feature-module .popular-four-section{padding:45px 0}app-feature-module .Working-four-section{padding:45px 0}app-feature-module .around-world-section{padding:45px 0}app-feature-module .review-client-section{padding:45px 0}app-feature-module .useful-blog-section{padding:45px 0}app-feature-module .home-banner-main{display:none}app-feature-module .side-social-media-six{display:none}app-feature-module .banner-six-side-img{display:none}app-feature-module .home-banner-six-bottom{padding-top:30px;text-align:-webkit-center;text-align:-moz-center}app-feature-module .home-banner-six-bottom h1{max-width:550px}app-feature-module .home-banner-six-detergent{justify-content:center}app-feature-module .hero-section-six{background:#f8f8f8}app-feature-module .reason-choose-us{padding:40px 0}app-feature-module .our-company-ryt{display:none}app-feature-module .our-company-six{text-align:-webkit-center}app-feature-module .aboutus-companyimg{text-align:center}app-feature-module .about-our-company{background:#f8f8f8;padding:50px 0}app-feature-module .satisfied-service-section{padding:50px 0}app-feature-module .search-box-two.search-box-six .select2-container--default .select2-selection--single .select2-selection__rendered{text-align:start}app-feature-module .see-works-six-section{padding:50px 0;background:#f8f8f8}app-feature-module .blogs-service-section{padding:50px 0}app-feature-module .our-expert-six-section{background:#f8f8f8;padding:50px 0}app-feature-module .customer-reviews-six-section{padding:50px 0}app-feature-module .hidden-charge-section{padding:50px 0}app-feature-module .app-six-section{padding:50px 0}app-feature-module .app-sec-main{background:none}app-feature-module .appimg-six{display:none}app-feature-module .app-imgs-six-bg{display:none}app-feature-module .new-app-six-middle{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:40px 0 25px}app-feature-module .new-app-six-middle h2{font-size:40px;max-width:none}app-feature-module .footer.footer-six{background:#f8f8f8;padding:50px 0}app-feature-module .footer-widget.footer-menu.footer-menu-six{margin-top:0}app-feature-module .playicon{right:46%}app-feature-module .service-content.service-content-six{padding:25px 0 0}app-feature-module .hero-sectionseven-top{background:none}app-feature-module .hero-banner-ryt{display:none}app-feature-module .appimg-seven{display:none}app-feature-module .testimonals-top-seven{display:none}app-feature-module .home-banner.homer-banner-seven{min-height:auto}app-feature-module .home-banner.homer-banner-seven .section-search{text-align:center;margin:60px 0 90px}app-feature-module .search-box-two.search-box-seven{border-radius:0}app-feature-module .search-box-two.search-box-seven .search-btn .btn{border-radius:0}app-feature-module .app-sec.app-sec-seven{border-radius:0}app-feature-module .new-app-seven-middle{padding:30px 30px 0;text-align:center}app-feature-module .new-app-seven-middle h2{max-width:none}app-feature-module .new-app-seven-middle p{max-width:none}app-feature-module .new-app-seven-middle .new-app-six-bottom{display:flex;align-items:center;justify-content:center}app-feature-module .footer.footer-seven .footer-top{padding:45px 0 0}app-feature-module .service-section-seven{padding:45px 0}app-feature-module .popular-service-seven-section{padding:45px 0}app-feature-module .work-section-seven{padding:45px 0}app-feature-module .providers-section-seven{padding:45px 0}app-feature-module .price-sections-seven{padding:45px 0}app-feature-module .app-seven-section{padding:45px 0}app-feature-module .our-partners-seven{padding:45px 0}app-feature-module .home-banner-eight .section-search{padding-top:0}app-feature-module .home-eight-bg-two{display:none}app-feature-module .home-eight-bg{display:none}app-feature-module .works-eights-arrow{display:none}app-feature-module .about-eight-main{display:none}app-feature-module .professional-eight-img{display:none}app-feature-module .testimonals-eight-slider .owl-nav{text-align:center}app-feature-module .healthy-pets-img{display:none}app-feature-module .pets-content-all{text-align:center}app-feature-module .pets-content-all h2{font-size:30px}app-feature-module .pets-content-all h1{font-size:38px}app-feature-module .pets-content-all .btn-primary{padding:10px 15px}app-feature-module .customers-eights-all{text-align:center}app-feature-module .customers-eights-all p{max-width:none}app-feature-module .customers-eight-heading h2{max-width:none}app-feature-module .passion-eight-all{text-align:center}app-feature-module .category-sections-eight{padding:50px 0}app-feature-module .popular-eight-section{padding:50px 0}app-feature-module .about-us-eight-section{padding:50px 0}app-feature-module .cat-dog-eight-section{padding:50px 0}app-feature-module .meet-eight-section{padding:50px 0}app-feature-module .customers-eight-section{padding:50px 0}app-feature-module .blog-eight-section{padding:50px 0}app-feature-module .healthy-eight-section{padding:50px 0}app-feature-module .footer.footer-eight .footer-top{padding:50px 0}app-feature-module .works-eight-section{padding:50px 0 26px}app-feature-module .header.header-eight .bar-icon span{background-color:#ff008a}app-feature-module .home-banner.home-banner-nine{min-height:auto;text-align:center}app-feature-module .hero-section-nine{min-height:auto}app-feature-module .arrow-ryt{display:none}app-feature-module .banner-appointment-nine{display:none}app-feature-module .appoints-btn{margin-bottom:0}app-feature-module .safety-section{padding:50px 0}app-feature-module .service-nine-section{padding:50px 0}app-feature-module .feature-service-nine{padding:50px 0}app-feature-module .mechanics-section{padding:50px 0}app-feature-module .choose-nine-section{padding:50px 0 26px}app-feature-module .customer-review-section{padding:50px 0}app-feature-module .additional-service-section{padding:50px 0}app-feature-module .blogs-nine-section{padding:50px 0}app-feature-module .btn-service-nine .btn-primary{margin-top:15px}app-feature-module .free-service-nine{display:none}app-feature-module .free-service-bottom-content{padding:50px;text-align:center}app-feature-module .partner-section-nine{margin-top:auto;padding:45px 0}app-feature-module .free-service-all{margin-top:45px}app-feature-module .footer.footer-nine .footer-top{padding:45px 0 10px}app-feature-module .header.header-nine .navbar-header{display:inline-flex}app-feature-module .header.header-nine .header-nav{height:65px}app-feature-module .floating-five-main{margin-top:0}app-feature-module .footer.footer-five .footer-bottom .copyright .copyright-text p{font-size:14px}app-feature-module .footer.footer-five .copyright-menu .policy-menu{font-size:14px}app-feature-module .professional-eight-img-ryt img{height:306px}app-feature-module .category-eight-slider .owl-nav .owl-prev{margin-bottom:0}app-feature-module .category-eight-slider .owl-nav .owl-next{margin-bottom:0}app-feature-module .header.header-nine.fixed .header-nav{height:65px}app-feature-module .reasonable-all{padding:25px}app-feature-module .customer-side-main-all{display:none}app-feature-module .section-heading-nine.safety-heading-nine{margin-bottom:30px}app-feature-module .section-heading-nine h2:after{bottom:6px}app-feature-module .safety-ryt-two img{margin:30px 0 60px}app-feature-module .safety-ryt-main img{margin:30px 0 33px}app-feature-module .safety-ryt-main.safety-ryt-two:after{display:none}app-feature-module #progressbar{flex-wrap:wrap}app-feature-module #progressbar li{flex-basis:30%}app-feature-module .field-bottom-btns{margin-bottom:20px}app-feature-module .reshchedule-modal .modal-dialog{margin:20px}app-feature-module .modal-active-dots{margin-bottom:24px}app-feature-module .modal-active-dots ul{margin-top:0}app-feature-module .calender-modal{margin:80px 0}app-feature-module .card.booking-summary-card{margin-bottom:0}app-feature-module .booking-info-tab{margin-bottom:0}app-feature-module .booking-info-tab .nav-pills .nav-item+.nav-item{margin-left:40px}app-feature-module .booking-info-tab .nav-pills .nav-link{font-size:16px}app-feature-module .wizard ul li h5{font-size:15px}app-feature-module .appointment-details ul.customer-detail-list{width:60%;right:100px;top:0}app-feature-module .appointment-details ul.customer-detail-list:after{transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);position:absolute;top:87px;left:-7px}app-feature-module .appointment-set-two .appointment-setting-list .form-group{width:100px}app-feature-module .section-booking{padding:60px 0}app-feature-module .service-wrap-content{height:88%}app-feature-module .feature-box .feature-overlay img{width:100%}app-feature-module .total-client-all{display:block}app-feature-module .total-client-half{margin-bottom:24px}app-feature-module .journey-nine-section .section-heading{margin-bottom:30px;text-align:center}app-feature-module .journey-client-main{margin-bottom:24px}}@media only screen and (max-width: 767.98px){app-feature-module .cursor-outer,app-feature-module .cursor-inner{display:none!important}app-feature-module body{font-size:.875rem}app-feature-module h1{font-size:2rem}app-feature-module .h1{font-size:2rem}app-feature-module h2{font-size:1.75rem}app-feature-module .h2{font-size:1.75rem}app-feature-module h3{font-size:1.375rem}app-feature-module .h3{font-size:1.375rem}app-feature-module h4{font-size:1rem}app-feature-module .h4{font-size:1rem}app-feature-module h5{font-size:15px}app-feature-module .h5{font-size:15px}app-feature-module h6{font-size:15px}app-feature-module .h6{font-size:15px}app-feature-module .main-nav>li>a:hover:after{top:0;bottom:inherit}app-feature-module .main-nav>li.active>a:after{top:0;bottom:inherit}app-feature-module .security-verifi{margin-top:29px}app-feature-module .content{padding:25px 0}app-feature-module .booking-details li p{display:block;margin-left:100px;margin-top:5px}app-feature-module .booking-details li p:before{display:none}app-feature-module .booking-details li p:last-child{margin-left:100px;margin-top:5px}app-feature-module .footer-title{font-size:1rem}app-feature-module .policy-menu{margin-top:10px;text-align:left}app-feature-module .form-title{font-size:.875rem}app-feature-module .section-search>h3{font-size:30px}app-feature-module .section-search h1{font-size:28px}app-feature-module .section-search p{font-size:16px}app-feature-module .search-box{padding:10px;border-radius:10px}app-feature-module .app-set{background:#f5f5f5;padding:25px 0}app-feature-module .notificationlist a{position:static;float:left;width:100%;margin-top:10px}app-feature-module .viewall{text-align:left;padding:0 0 30px}app-feature-module .viewall span{display:none}app-feature-module .search-cat i{display:none}app-feature-module .search-cat span{display:block;margin-right:0}app-feature-module .search-cat a{margin:10px 5px}app-feature-module .breadcrumb-title{font-size:22px}app-feature-module .breadcrumb-title h2{font-size:1.375rem}app-feature-module .container-fluid{padding-left:15px;padding-right:15px}app-feature-module .section-header h2{font-size:1.875rem}app-feature-module .dropdown-menu{font-size:.875rem}app-feature-module .section-search-box{min-height:290px}app-feature-module .true-search-box{position:relative;top:0;padding-top:25px}app-feature-module .section-heading{margin-bottom:30px}app-feature-module .section-heading h2{font-size:24px}app-feature-module .section-heading span{font-size:16px}app-feature-module .section-heading p{font-size:15px;margin-bottom:20px}app-feature-module .section-heading-two h2{font-size:24px}app-feature-module .price-head h1{font-size:28px}app-feature-module .service-widget .serv-info h6{font-size:16px}app-feature-module .new-comment .submit-btn{font-size:16px}app-feature-module .new-comment h4{font-size:20px;margin-bottom:20px}app-feature-module .owl-nav .owl-next{width:35px;height:35px}app-feature-module .owl-nav .owl-prev{width:35px;height:35px}app-feature-module .footer-content{max-width:100%}app-feature-module .app-sec{padding:30px}app-feature-module .serv-profile{margin:0 0 10px}app-feature-module .serv-profile h2{font-size:20px}app-feature-module .serv-profile span.badge{font-size:14px}app-feature-module .serv-profile ul li{margin:0 10px 15px 0;font-size:15px}app-feature-module .notification-details h4{font-size:20px}app-feature-module .btn-back{font-size:14px}app-feature-module .book-submit .btn{font-size:14px;margin:5px 5px 5px 0}app-feature-module .book-submit .btn+.btn{margin-left:0}app-feature-module .step-register{margin-bottom:15px}app-feature-module .step-register li{padding-bottom:20px;justify-content:start;-webkit-justify-content:start;-ms-flex-pack:start}app-feature-module .step-register li .multi-step-info p{font-size:14px}app-feature-module .step-register li .multi-step-info h6{font-size:16px}app-feature-module .serv-action{text-align:left;margin-top:0}app-feature-module .big-gallery a.btn-show{font-size:14px;padding:8px}app-feature-module .btn-review{font-size:14px;padding:10px 20px}app-feature-module .service-gal{margin-bottom:30px}app-feature-module .provide-widget{margin-bottom:10px}app-feature-module .available-info h5{font-size:18px}app-feature-module .package-widget{padding:15px}app-feature-module .package-widget h5{font-size:18px;margin-bottom:20px}app-feature-module .service-images img{width:100%}app-feature-module .page-breadcrumb ol{font-size:15px}app-feature-module .serv-proimg img{width:60px;height:60px}app-feature-module .serv-proimg span{font-size:18px}app-feature-module .card-provide .btn{font-size:16px;padding:11px}app-feature-module .booking-done{text-align:center}app-feature-module .booking-done h6{font-size:18px}app-feature-module .widget-title h4{font-size:18px}app-feature-module .client-box .client-content h6{font-size:18px}app-feature-module .breadcrumb-item+.breadcrumb-item:before{padding:8px 7px}app-feature-module .dash-wallet .dash-info h5{font-size:16px}app-feature-module .book-option{text-align:left}app-feature-module .service-book{display:block;text-align:center}app-feature-module .booking-info{padding:20px}app-feature-module .booking-info .service-book-img{margin:0 0 15px}app-feature-module .booking-date{padding:20px}app-feature-module .booking-date li{font-size:14px;margin-bottom:10px}app-feature-module .booking-total{padding:20px}app-feature-module .booking-total ul li span{font-size:16px}app-feature-module #calendar-doctor{margin-bottom:20px}app-feature-module .service-book-img{margin:0 0 20px}app-feature-module .btn-pay{font-size:16px}app-feature-module .payment-title h6{font-size:16px}app-feature-module .maintenance-wrap h6{font-size:16px}app-feature-module .maintenance-wrap h2{font-size:20px}app-feature-module .maintenance-wrap .social-icon ul{margin-bottom:20px}app-feature-module .summary-box{margin-bottom:25px}app-feature-module .provide-table{margin-bottom:25px}app-feature-module .page-header .review-sort{margin-bottom:20px}app-feature-module .page-header .grid-listview{margin-bottom:20px}app-feature-module .page-header .add-set{margin-bottom:20px}app-feature-module .serv-info .serv-edit{margin-right:10px;font-size:12px}app-feature-module .serv-info span{font-size:12px}app-feature-module .pay-title{font-size:16px;margin-bottom:20px}app-feature-module .price-card{margin-bottom:15px}app-feature-module .error-wrap h2{font-size:22px}app-feature-module .error-wrap p{margin-bottom:24px}app-feature-module .error-wrap .error-logo{margin-bottom:35px}app-feature-module .error-wrap .btn{margin-bottom:24px}app-feature-module .contact-queries h2{font-size:22px}app-feature-module .contact-queries .form-control{min-height:50px;margin-bottom:30px}app-feature-module .contact-queries .btn{font-size:14px}app-feature-module .contact-details{margin-bottom:10px}app-feature-module .login-header h3{font-size:20px}app-feature-module .faq-sec h4{font-size:20px}app-feature-module .countdown-container .countdown-el p{font-size:20px}app-feature-module .countdown-container .countdown-el:before{font-size:15px}app-feature-module .choose-signup{margin-bottom:20px}app-feature-module .settings-widget{margin-bottom:20px}app-feature-module .settings-menu ul li:not(:last-child){margin-bottom:20px}app-feature-module .search-btn .btn{font-size:15px}app-feature-module .price-toggle{font-size:15px}app-feature-module .header-navbar-rht .lang-nav{display:none}app-feature-module .header-navbar-rht .flag-nav{display:none}app-feature-module .account-item .user-info{display:none}app-feature-module .review-list{flex-direction:column;text-align:center}app-feature-module .review-imgs{margin:0 auto 10px;flex:unset}app-feature-module .review-userprice-card{margin-bottom:10px}app-feature-module .review-count{margin:0 auto}app-feature-module .social-widget{margin-bottom:10px}app-feature-module .ad-widget ul li{margin:0 10px 10px 0}app-feature-module .faq-section{margin-bottom:40px}app-feature-module .category-name h6{font-size:15px}app-feature-module .maintenance-sec{padding:40px 0}app-feature-module .coming-back p{font-size:14px}app-feature-module .booking-action{flex:0 0 100%;justify-content:center;margin-top:20px}app-feature-module .booking-list .booking-widget{flex:0 0 100%}app-feature-module .header-navbar-rht.log-rht li:last-child{margin-right:0}app-feature-module #tablelength{text-align:center}app-feature-module .table-ingopage{justify-content:center;-webkit-justify-content:center;-ms-flex-pack:center}app-feature-module .balance-crad h3{font-size:22px}app-feature-module .work-wrap{margin-bottom:35px;text-align:center}app-feature-module .work-wrap h1{font-size:22px}app-feature-module .balance-amt{margin-bottom:0}app-feature-module .book-id{margin-bottom:0}app-feature-module .main-content{width:100%}app-feature-module .coupon-submit .btn{min-width:150px}app-feature-module .page-content{display:block}app-feature-module .content-side{min-width:100%}app-feature-module .content-sidebar{padding-bottom:0}app-feature-module #progressbar{margin-bottom:15px}app-feature-module .book-history{margin-bottom:15px}app-feature-module .book-id-action{text-align:left;margin:0}app-feature-module .slot-action{float:left}app-feature-module .slot-box{margin-bottom:24px}app-feature-module .page-topbar .page-breadcrumb ol{margin-bottom:24px}app-feature-module .page-topbar .breadcrumb{margin:0}app-feature-module .maintenance-icon{margin:0}app-feature-module .payment-summary{padding-bottom:15px;margin-bottom:30px}app-feature-module .fc .fc-toolbar.fc-header-toolbar{flex-direction:column}app-feature-module .fc .fc-toolbar-title{font-size:14px}app-feature-module .fc .fc-col-header-cell-cushion{font-size:14px}app-feature-module .fc-toolbar-chunk .btn-primary{font-size:14px}app-feature-module .fc-toolbar-chunk .fc-prev-button{width:25px;height:25px;font-size:10px}app-feature-module .fc-toolbar-chunk .fc-next-button{width:25px;height:25px;font-size:10px}app-feature-module .fc-toolbar-chunk .btn-group>.btn-group:not(:first-child){margin-left:5px}app-feature-module .fc-toolbar-chunk .btn-group>.btn:not(:first-child){margin-left:5px}app-feature-module .book-email h6{font-size:14px}app-feature-module .leave-action .btn{padding:8px 15px;margin:0 5px 20px 0}app-feature-module .file-upload{padding:30px 20px}app-feature-module .file-upload h6{font-size:16px}app-feature-module .bk-history h4{font-size:16px}app-feature-module .blog-head h3{font-size:22px}app-feature-module .blog-review h4{font-size:20px;margin-bottom:20px}app-feature-module .work-wrap-acc:after{content:none}app-feature-module .work-wrap-post:after{content:none}app-feature-module .work-img{margin-bottom:35px;text-align:center}app-feature-module .works-main{margin-bottom:24px}app-feature-module .reason-six{justify-content:center;text-align:center}app-feature-module .section-heading.section-heading-six h2{text-align:center}app-feature-module .section-heading.section-heading-six p{margin-bottom:0}app-feature-module .breadcrumb-bar{padding:75px 0 20px}app-feature-module .linked-wrap{display:block}app-feature-module .linked-item a{margin-right:5px}app-feature-module .linked-item a.btn-connect{margin-right:10px;margin-bottom:0}app-feature-module .link-close{margin-right:10px!important}app-feature-module .link-check{margin-right:10px!important}app-feature-module .edit-service h5{font-size:20px;margin-bottom:20px}app-feature-module .provider-subtitle h6{font-size:18px;margin-bottom:20px}app-feature-module .booking-det-info h3{font-size:16px;margin-bottom:10px}app-feature-module .provider-info{margin-bottom:25px}app-feature-module .provider-info h2{font-size:22px}app-feature-module .provider-img{margin:30px 0 25px 30px}app-feature-module .provider-details{margin-bottom:25px}app-feature-module .provider-details ul{margin-bottom:16px}app-feature-module .provider-details.provide-area{margin-bottom:5px}app-feature-module .service-list{flex-direction:column}app-feature-module .service-action{flex:0 0 100%;width:100%}app-feature-module .service-cont{flex:0 0 100%;width:100%}app-feature-module .search-box-two{display:none}app-feature-module .pricing-popular .btn{display:none;padding:8px;font-size:14px}app-feature-module .pricing-popular.active .btn{display:block}app-feature-module .offer-path-content h3{font-size:22px}app-feature-module .work-wrap-box{margin:0 auto 24px}app-feature-module .pricing-plans.price-new{margin-top:0}app-feature-module .pricing-plans.price-new .pricing-planshead h6{font-size:30px;margin-bottom:10px}app-feature-module .pricing-plans.price-new .pricing-planshead h4{font-size:22px}app-feature-module .pricing-plans.price-new .pricing-planshead h5{font-size:14px}app-feature-module .app-section-two .appimg{margin-bottom:25px}app-feature-module .footer-two .footer-contact-info p{font-size:14px}app-feature-module .comments-reply li{margin-left:20px}app-feature-module .addon-box{display:block}app-feature-module .addon-info ul{justify-content:start;flex-wrap:wrap}app-feature-module .about-img .about-exp{width:230px}app-feature-module .about-img .about-exp span{font-size:18px;margin:276px -70px}app-feature-module .choose-icon{border:0}app-feature-module .contact-img{text-align:center;margin:0 0 24px}app-feature-module .contact-img:before{left:60px}app-feature-module .contact-img:after{right:40px}app-feature-module .payment-image ul{justify-content:start}app-feature-module .copyright-text{margin-bottom:10px}app-feature-module .home-banner{display:block}app-feature-module .home-banner>div{width:auto!important}app-feature-module .invoice-breadcrumb .breadcrumb-item+.breadcrumb-item:before{padding:9px 7px}app-feature-module .invoice-head{float:left}app-feature-module .invoice-to{float:left}app-feature-module .invoice-total{float:left;margin-bottom:24px}app-feature-module .invoice-payment{margin-bottom:24px}app-feature-module .hero-section-two .banner-search h1{font-size:24px}app-feature-module .hero-section-two .banner-search p{font-size:16px}app-feature-module .client-name h5{font-size:16px}app-feature-module .searchbox-list{flex-direction:column}app-feature-module .hero-section-three{background:#2a396d}app-feature-module .hero-section-three .search-box .search-input{width:100%;height:40px}app-feature-module .search-box.search-box-three{margin-top:-70px}app-feature-module .appointment-main h1{font-size:30px}app-feature-module .works-bottom h2{font-size:24px}app-feature-module .latest-date{padding:5px}app-feature-module .latest-content p{font-size:16px}app-feature-module .register-content h2{font-size:30px}app-feature-module .copyright-menu{float:none}app-feature-module .search-box.search-box-four{border-radius:0}app-feature-module .search-box.search-box-four .search-three-form{flex-direction:column}app-feature-module .search-box.search-box-four .search-three-form .form-group{width:100%}app-feature-module .search-box.search-box-four .search-btn .btn{width:100%;padding:12px 0;justify-content:center;border-radius:0}app-feature-module .search-input.search-input-three.search-input-four .select2-container--default .select2-selection--single .select2-selection__rendered{text-align:start;padding-left:10px}app-feature-module .search-input.search-input-three.search-input-four input{min-height:42px}app-feature-module .section-search.section-search-four h1{font-size:32px}app-feature-module .works-five-main{margin-bottom:20px}app-feature-module .offering-five-main h1{font-size:30px}app-feature-module .services-header .section-content h2{font-size:28px}app-feature-module .search-box-two.search-box-six{display:inline-block;border-radius:0}app-feature-module .search-box-two.search-box-six .search-input-new.line-six{width:100%;margin-bottom:5px}app-feature-module .search-box-two.search-box-six .search-input-new.line-two-six{width:100%;margin-bottom:5px}app-feature-module .search-box-two.search-box-six .search-btn{width:100%}app-feature-module .search-box-two.search-box-six .search-btn .btn{border-radius:0}app-feature-module .search-box-two.search-box-six .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:10px}app-feature-module .latest-blog-six{top:60%}app-feature-module .new-app-six-middle{padding:40px 10px 25px}app-feature-module .new-app-six-middle p{text-align:center}app-feature-module .new-app-six-middle h2{text-align:center}app-feature-module .new-app-six-middle h2 span{font-size:22px}app-feature-module .popularsearch-top{display:none}app-feature-module .search-box-two.search-box-seven{display:block}app-feature-module .service-section-seven{padding:150px 0 45px}app-feature-module .home-banner-eight{min-height:540px;min-height:350px}app-feature-module .home-eight-dog{display:none}app-feature-module .search-box-two.search-box-eight{display:block}app-feature-module .pets-content-all h2{font-size:24px}app-feature-module .pets-content-all h1{font-size:30px}app-feature-module .footer.footer-five .footer-bottom .copyright .payment-image ul{justify-content:center;margin-bottom:10px}app-feature-module .footer.footer-five .copyright-menu .policy-menu{text-align:center;margin-top:0}app-feature-module .afford-btn{float:unset;display:flex;justify-content:center;margin-top:10px}app-feature-module .total-client-all .total-client-half{text-align:center;justify-content:center}app-feature-module p.total-client-content{margin:auto;text-align:center}app-feature-module .top-bar-nine .btn-primary{padding:10px}app-feature-module .search-box-eight .select2-container--default .select2-selection--single{border-radius:0}app-feature-module .search-box-eight .form-control{border-radius:0}app-feature-module .safety-first-all{text-align:center}app-feature-module .section-heading-nine.safety-heading-nine h2{max-width:none}app-feature-module .confirmation-product-card .row{row-gap:15px}app-feature-module .appointment-details ul.customer-detail-list{width:60%;right:30px;top:0}app-feature-module .chat-cont-right .chat-cont-profile.chat-profile-right{position:absolute;right:100%;opacity:0;z-index:105;width:100%}app-feature-module .chat-cont-right.chat-window-long.window-full-width .chat-cont-profile.chat-profile-right{right:0;opacity:1;width:100%;padding:0 12px}app-feature-module .card.chat-window{width:100%!important;margin-right:0!important}app-feature-module .appointment-set-two .appointment-setting-list{padding:15px}app-feature-module .section-booking{padding:40px 0}app-feature-module .settings-header img{margin-right:0}app-feature-module .verfification-modal-block{margin-top:20px}app-feature-module .modal-dialog .modal-content .modal-header.verfication-modal-head h5{font-size:22px}app-feature-module .footer.footer-six .footer-widget.footer-menu .footer-title{border-bottom:0}app-feature-module .customer-chat .chat-cont-profile .card-body{max-height:calc(100vh - 228px)}app-feature-module .chat-profile-right .back-user-list{display:block}app-feature-module .chat-profile-right .chat-profile-img{margin-left:10px}}@media only screen and (max-width: 575.98px){app-feature-module body{font-size:.8125rem}app-feature-module h1{font-size:1.75rem}app-feature-module .h1{font-size:1.75rem}app-feature-module h2{font-size:1.5rem}app-feature-module .h2{font-size:1.5rem}app-feature-module h3{font-size:1.25rem}app-feature-module .h3{font-size:1.25rem}app-feature-module h4{font-size:25px}app-feature-module .h4{font-size:25px}app-feature-module h5{font-size:20px}app-feature-module .h5{font-size:20px}app-feature-module h6{font-size:15px}app-feature-module .h6{font-size:15px}app-feature-module .card{margin-bottom:.9375rem}app-feature-module .card-body{padding:1.25rem}app-feature-module .card-header{padding:.75rem 1.25rem}app-feature-module .card-footer{padding:.75rem 1.25rem}app-feature-module .header-nav{padding-left:15px;padding-right:15px}app-feature-module .main-nav li.login-link{display:block}app-feature-module .navbar-header{width:100%}app-feature-module #mobile_btn{left:0;margin-right:0;padding:0;position:absolute;z-index:99}app-feature-module .navbar-brand.logo{display:none}app-feature-module .navbar-brand.logo img{height:40px}app-feature-module .navbar-brand.logo-small{display:block;width:100%;text-align:center;margin-right:0;padding:0 100px}app-feature-module .notification-delete-wrap{flex-direction:column}app-feature-module .notification-delete{margin-top:20px}app-feature-module .login-body .navbar-brand.logo-small{padding:0;text-align:center}app-feature-module .login-body .header-navbar-rht{display:none}app-feature-module .footer-title{font-size:1.125rem}app-feature-module .contacts_card{margin-bottom:15px!important}app-feature-module .header-navbar-rht{position:absolute;left:50%;transform:translate(-50%);top:63px;right:unset;display:flex;width:100%;justify-content:center}app-feature-module .header-navbar-rht li>a.header-login{padding:8px 20px;display:none}app-feature-module .header-navbar-rht li>a.header-reg{display:none}app-feature-module .header-navbar-rht li .dropdown-menu.notifications{left:-180px}app-feature-module .header-navbar-rht .dropdown-menu{min-width:200px;padding:0;max-width:300px;right:auto;left:auto}app-feature-module .header-navbar-rht>li.logged-item:last-child>a{padding:0}app-feature-module .header-navbar-rht>li:last-child .dropdown-menu{right:0}app-feature-module .header-navbar-rht>li.msg-nav{display:none}app-feature-module .header-navbar-rht>li.noti-nav{display:none;display:inherit}app-feature-module .section-search>h3{font-size:1.75rem}app-feature-module .heading h2{font-size:1.375rem}app-feature-module .breadcrumb-title{text-align:center}app-feature-module .breadcrumb-menu{display:none}app-feature-module .notifications .noti-content{width:240px}app-feature-module .noti-details{font-size:14px}app-feature-module .offering-five-button .btn-primary{padding:15px}app-feature-module .total-client-all .total-client-half{display:block}app-feature-module .total-client-all .total-client-half .total-client-mini{padding:0;margin-bottom:20px}app-feature-module .our-expert-img img{width:100%}app-feature-module .owl-carousel .professional-eight-img-ryt img{width:250px;height:250px}app-feature-module .blog-title a{font-size:16px}app-feature-module .blog-date p{font-size:14px}app-feature-module .blog-read-more a{font-size:14px}app-feature-module .blog-inner-img{flex-direction:column;padding:34px 0 20px}app-feature-module .blog-inner-img img{margin-right:0;margin-bottom:20px}app-feature-module .social-links-block{margin-top:25px}app-feature-module .tags-links-block{flex-direction:column}app-feature-module .booking-list .booking-widget{flex-direction:column}app-feature-module .booking-list .booking-img{margin:0 auto 15px}app-feature-module .service-cont{flex-direction:column}app-feature-module .service-cont-img{flex:0 0 100%;margin:0 auto 15px}app-feature-module .service-cont-info{text-align:center}app-feature-module .service-action{justify-content:center}app-feature-module .service-pro-img{justify-content:center}app-feature-module .social-share{justify-content:center}app-feature-module .social-share>li>a{font-size:16px;height:30px;width:30px}app-feature-module .about-author{flex-direction:column}app-feature-module .about-author-img{margin-bottom:15px;text-align:center;margin-right:0}app-feature-module .author-details{text-align:center}app-feature-module .page-top{flex-direction:column}app-feature-module .balance-crad{display:block}app-feature-module .balance-crad .btn-withdraw{margin:6px 0 0}app-feature-module .balance-crad .view-transaction{display:block}app-feature-module .balance-head{margin-bottom:15px}app-feature-module .recommend-item{flex-direction:column;align-items:baseline}app-feature-module .recommend-item>a{margin-bottom:10px}app-feature-module .breadcrumb{margin:15px 0}app-feature-module .page-breadcrumb ol{background-color:transparent;font-size:14px;margin:0}app-feature-module .page-title{margin-bottom:20px}app-feature-module .page-title h2{font-size:20px}app-feature-module .filter-content h2{font-size:17px}app-feature-module .service-wrap h5{font-size:16px}app-feature-module .provide-info h6{font-size:16px}app-feature-module .available-widget span.avail-icon{margin-right:15px}app-feature-module .available-info p span{font-size:14px;margin-left:7px}app-feature-module .visits{width:33.33%}app-feature-module .visits span.visit-rsn{font-size:14px}app-feature-module .visit-btns{margin-bottom:10px}app-feature-module .coming-back{flex-direction:column}app-feature-module .coming-back p{margin-bottom:10px}app-feature-module .book-submit .btn{width:100%}app-feature-module .booking-img{margin:0 0 15px}app-feature-module .plan-info{flex-direction:column;align-items:flex-start}app-feature-module .plan-info .plan-term{margin:0 0 15px}app-feature-module .passcode-wrap input{width:60px;height:60px;font-size:22px;margin-right:12px}app-feature-module .terms-btn .btn{margin:10px 0 0}app-feature-module .slot-chat{flex-direction:column}app-feature-module .blog-content-img{flex-direction:column}app-feature-module .blogimg{flex:0 0 100%;margin:0 0 15px}app-feature-module .review-pagination{text-align:center}app-feature-module .review-entries{text-align:center;margin-bottom:20px}app-feature-module .plan-btns .btn{margin:10px 0 0}app-feature-module .plan-price{margin-bottom:0}app-feature-module .plan-price .btn-primary{margin-top:20px}app-feature-module #progressbar li{margin-right:0;width:calc(100% - 18px);justify-content:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;flex-basis:100%}app-feature-module .schedule-nav ul{flex-direction:column}app-feature-module .schedule-nav ul li{display:block;flex:0 0 100%;margin-right:0}app-feature-module .wizard-book ul li{padding-right:21px}app-feature-module .user-drop{left:0;width:220px;bottom:60px}app-feature-module .chat-cont-profile{width:270px}app-feature-module .provider-body .dropdown-heads{display:none}app-feature-module .provider-body .dropdown-heads.noti-wrapper{display:inherit}app-feature-module .service-widget.service-two .service-content p .rate{display:block;float:unset}app-feature-module .banner-slider .slick-slide{height:200px}app-feature-module .banner-slider .slick-slide img{width:100%;height:320px;object-fit:cover}app-feature-module .banner:before{top:0}app-feature-module .banner-search p{margin:0}app-feature-module .footer-two .social-icon{text-align:left}app-feature-module .top-bar{flex-direction:column}app-feature-module .top-bar h6{margin:0 0 10px}app-feature-module .about-img .about-exp span{margin:116px -70px}app-feature-module .contact-img:before{left:0}app-feature-module .downlaod-btn{display:block}app-feature-module .make-appointment{padding:10px}app-feature-module .search-box.search-box-three{margin-top:-50px}app-feature-module .app-sec.app-sec-five .downlaod-btn{flex-direction:column;align-items:center}app-feature-module .app-sec.app-sec-five .downlaod-btn .scan-img{margin:0 0 10px}app-feature-module .app-sec.app-sec-five .downlaod-btn a{margin:0 0 10px}app-feature-module .header.header-five .header-navbar-rht{display:none}app-feature-module .footer.footer-five .footer-bottom .copyright .payment-image{margin-bottom:20px}app-feature-module .search-box.search-box-five .search-box-form{flex-direction:column}app-feature-module .search-box.search-box-five .search-input{width:100%}app-feature-module .cta-btn{display:none}app-feature-module .services-section{padding:75px 0 33px}app-feature-module .header.header-six .header-navbar-rht{display:none}app-feature-module .home-banner-eight-icon{display:none}app-feature-module .search-box-two.search-box-eight .search-btn{width:100%}app-feature-module .search-box-two.search-box-eight .search-input-new{width:100%}app-feature-module .search-box-two.search-box-eight .search-input-new i{left:10px;font-size:14px}app-feature-module .search-box-two.search-box-eight .search-input-new.line-six:before{display:none}app-feature-module .search-box-two.search-box-eight .search-input-new.line-two-six input{padding:0 10px 0 30px}app-feature-module .header-navbar-rht-nine .nav-item .nav-link{display:none}app-feature-module .passion-eight-all ul li{width:100%}app-feature-module .top-bar-nine{display:none}app-feature-module .safety-ryt-main img{margin:30px 0}app-feature-module .mechanics-section .nav-pills .nav-link{margin-bottom:10px}app-feature-module .section-heading-nine h2:after{display:none}app-feature-module .calender-modal{margin:50px 0}app-feature-module .booking-info-tab .nav-pills .nav-item+.nav-item{margin-left:15px}app-feature-module .wizard-form-card .card-title{margin-bottom:20px}app-feature-module .appointment-details ul.customer-detail-list{right:unset;top:120px;width:90%}app-feature-module .appointment-details ul.customer-detail-list:after{transform:rotate(135deg);-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);top:-7px;left:110px}app-feature-module .notification-wrap-date{flex-direction:column}app-feature-module .notification-wrap-date .search-calendar-line{margin-bottom:15px}app-feature-module .provider-widget .card-body .about-author{flex-direction:row}app-feature-module .service-details ul{justify-content:center}app-feature-module .service-wrap-content{height:90%;padding:10px}app-feature-module .modal-dialog .service-profile{padding:20px}app-feature-module .save-later .custom_check .service-check{top:5px}app-feature-module .wizard ul{flex-direction:column;row-gap:20px}app-feature-module .wizard ul li{border-bottom:2px solid #fff}app-feature-module .wizard ul li span.dot-active{display:none}app-feature-module .wizard ul li:before{display:none}app-feature-module .wizard ul li:after{display:none}app-feature-module .wizard ul li.progress-activated{border-color:#38a7a7}app-feature-module .add-service-toggle .status-toggle{margin-top:10px}app-feature-module .add-service .file-preview ul{flex-direction:column}app-feature-module .swal2-actions .btn{margin:0}app-feature-module .swal2-actions .btn.swal2-cancel{margin-left:10px}app-feature-module .noti-pop-detail li.noti-wrapper .notify-blk{width:280px;padding:10px}app-feature-module .noti-pop-detail li.noti-wrapper .notify-blk .topnav-dropdown-header{padding:10px}app-feature-module .linked-item a.link-close{margin-right:20px!important;padding:0}app-feature-module .linked-item a{padding:9px 15px}app-feature-module .linked-info h6 a{padding:0}}@media only screen and (max-width: 485.98px){app-feature-module #progressbar li{flex-basis:100%}app-feature-module .guest-address{flex-direction:column}app-feature-module .guest-state-pin{flex-direction:column}app-feature-module .booking-info-tab{padding:20px}app-feature-module .booking-info-tab .nav-pills{border-bottom:0}app-feature-module .booking-info-tab .nav-pills .nav-item+.nav-item{margin-left:0;margin-top:20px}app-feature-module .booking-info-tab .nav.nav-pills{flex-direction:column;align-items:center}app-feature-module .booking-info-tab .card-details{flex-direction:column}app-feature-module .payment-head{flex-direction:column;row-gap:10px}app-feature-module .secure-transaction{flex-direction:column;row-gap:10px}app-feature-module .payment-title{flex-wrap:wrap;row-gap:10px}app-feature-module .payment-title .custom_radio .checkmark{margin-top:-4px}app-feature-module .reshchedule-modal .modal-dialog{margin:10px}app-feature-module .rechedule-calender{padding:20px}app-feature-module .rechedule-calender #datetimepickershow .bootstrap-datetimepicker-widget table td.active{width:30px;height:30px}app-feature-module .rechedule-calender #datetimepickershow .bootstrap-datetimepicker-widget table td.day{width:30px;height:30px}app-feature-module .custom-modal .modal-body{padding:20px}app-feature-module .booking-summary-card .card-body{padding:20px}app-feature-module .booking-summary-card .card-footer{padding:20px}app-feature-module #datetimepickershow{padding:10px}app-feature-module .booking-confirmation-info .appointment-details{flex-direction:column;align-items:flex-start;row-gap:10px}app-feature-module .confirmation-product-card{text-align:center}app-feature-module .confirmation-product-card .row{row-gap:15px}app-feature-module .confirmation-product-card .service-item{flex-direction:column}app-feature-module .confirmation-product-card .service-item span img{margin-right:0;margin-bottom:15px}app-feature-module .install-step .requirment-field{flex-direction:column;gap:15px}app-feature-module .install-step .install-user tr td:first-child{width:67px}app-feature-module .service-details ul li:last-child{margin-top:14px;margin-left:0}app-feature-module .passion-content-top{flex-direction:column}app-feature-module .passion-content-top img{margin-right:0;margin-bottom:20px}app-feature-module .passion-eight-content{display:block}app-feature-module .passion-content-bottom{margin-right:0;margin-bottom:20px}app-feature-module .countdown-container .countdown-el{min-width:80px;min-height:80px}app-feature-module .appointment-set-two .appointment-setting-list{display:block}app-feature-module .appoint-wrapper{margin-bottom:15px}app-feature-module .chat-msg-attachments{display:block}app-feature-module .chat-msg-attachments .chat-attachment{margin-bottom:10px}app-feature-module .chat-msg-attachments .chat-attachment:last-child{margin-bottom:0}app-feature-module .chat-attachment img{width:100%;height:100%}}app-feature-module .sigup-page .country-dropdown{min-width:220px}app-feature-module .sigup-page #country-search-box{padding:8px 10px 0!important}app-feature-module .sigup-page .iti__country-list{max-height:300px}app-feature-module .sigup-page .iti__country-list .iti__country{font-size:13px;direction:ltr!important;text-align:left!important}app-feature-module .sigup-page .iti{display:block;position:relative}app-feature-module .sigup-page .iti .iti__flag-container{position:absolute;left:0;top:0;height:100%}app-feature-module .sigup-page .iti .iti__flag-container .iti__selected-flag{direction:ltr;display:flex;padding-left:20px;height:100%;align-items:center}app-feature-module .sigup-page .iti .iti__flag-container .iti__selected-flag .iti__flag{display:inline-block}app-feature-module .sigup-page .iti .iti__flag-container .iti__selected-flag .selected-dial-code{display:inline-block;padding-top:7px}app-feature-module .sigup-page .iti .iti__flag-container .iti__selected-flag .iti__arrow{display:inline-block;margin-left:6px;position:absolute;left:0}:root{--iti-hover-color: rgba(0, 0, 0, .05);--iti-border-color: #ccc;--iti-dialcode-color: #999;--iti-dropdown-bg: white;--iti-spacer-horizontal: 8px;--iti-flag-height: 12px;--iti-flag-width: 16px;--iti-border-width: 1px;--iti-arrow-height: 4px;--iti-arrow-width: 6px;--iti-triangle-border: calc(var(--iti-arrow-width) / 2);--iti-arrow-padding: 6px;--iti-arrow-color: #555;--iti-path-flags-1x: url(flags.b2133e947e8c730e.webp);--iti-path-flags-2x: url(flags@2x.9e947ca1fe95c31b.webp);--iti-path-globe-1x: url(globe.98e105ca81b63f37.webp);--iti-path-globe-2x: url(globe@2x.974df6f829af5e5b.webp);--iti-flag-sprite-width: 3904px;--iti-flag-sprite-height: 12px;--iti-mobile-popup-margin: 30px}.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti__a11y-text{width:1px;height:1px;clip:rect(1px,1px,1px,1px);overflow:hidden;position:absolute}.iti input.iti__tel-input,.iti input.iti__tel-input[type=text],.iti input.iti__tel-input[type=tel]{position:relative;z-index:0;margin:0!important}.iti__country-container{position:absolute;top:0;bottom:0;padding:var(--iti-border-width)}.iti__selected-country{z-index:1;position:relative;display:flex;align-items:center;height:100%;background:none;border:0;margin:0;padding:0;font-family:inherit;font-size:inherit;color:inherit;border-radius:0;font-weight:inherit;line-height:inherit;text-decoration:none}.iti__selected-country-primary{display:flex;align-items:center;height:100%;padding:0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal)}.iti__arrow{margin-left:var(--iti-arrow-padding);width:0;height:0;border-left:var(--iti-triangle-border) solid transparent;border-right:var(--iti-triangle-border) solid transparent;border-top:var(--iti-arrow-height) solid var(--iti-arrow-color)}[dir=rtl] .iti__arrow{margin-right:var(--iti-arrow-padding);margin-left:0}.iti__arrow--up{border-top:none;border-bottom:var(--iti-arrow-height) solid var(--iti-arrow-color)}.iti__dropdown-content{border-radius:3px;background-color:var(--iti-dropdown-bg)}.iti--inline-dropdown .iti__dropdown-content{position:absolute;z-index:2;margin-top:3px;margin-left:calc(var(--iti-border-width) * -1);border:var(--iti-border-width) solid var(--iti-border-color);box-shadow:1px 1px 4px #0003}.iti__search-input{width:100%;border-width:0;border-radius:3px}.iti__search-input+.iti__country-list{border-top:1px solid var(--iti-border-color)}.iti__country-list{list-style:none;padding:0;margin:0;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti--inline-dropdown .iti__country-list{max-height:185px}.iti--flexible-dropdown-width .iti__country-list{white-space:nowrap}@media (max-width: 500px){.iti--flexible-dropdown-width .iti__country-list{white-space:normal}}.iti__country{display:flex;align-items:center;padding:8px var(--iti-spacer-horizontal);outline:none}.iti__dial-code{color:var(--iti-dialcode-color)}.iti__country.iti__highlight{background-color:var(--iti-hover-color)}.iti__country-list .iti__flag,.iti__country-name{margin-right:var(--iti-spacer-horizontal)}[dir=rtl] .iti__country-list .iti__flag,[dir=rtl] .iti__country-name{margin-right:0;margin-left:var(--iti-spacer-horizontal)}.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])):hover,.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])):hover button{cursor:pointer}.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country-primary:hover,.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country:has(+.iti__dropdown-content:hover) .iti__selected-country-primary{background-color:var(--iti-hover-color)}.iti .iti__selected-dial-code{margin-left:4px}[dir=rtl] .iti .iti__selected-dial-code{margin-left:0;margin-right:4px}.iti--container{position:fixed;top:-1000px;left:-1000px;z-index:1060;padding:var(--iti-border-width)}.iti--container:hover{cursor:pointer}.iti--fullscreen-popup.iti--container{background-color:#00000080;inset:0;position:fixed;padding:var(--iti-mobile-popup-margin);display:flex;flex-direction:column;justify-content:flex-start}.iti--fullscreen-popup .iti__dropdown-content{display:flex;flex-direction:column;max-height:100%;position:relative}.iti--fullscreen-popup .iti__country{padding:10px;line-height:1.5em}.iti__flag{--iti-flag-offset: 100px;height:var(--iti-flag-height);width:var(--iti-flag-width);border-radius:1px;box-shadow:0 0 1px #888;background-image:var(--iti-path-flags-1x);background-repeat:no-repeat;background-position:var(--iti-flag-offset) 0;background-size:var(--iti-flag-sprite-width) var(--iti-flag-sprite-height)}.iti__ac{--iti-flag-offset: 0px}.iti__ad{--iti-flag-offset: -16px}.iti__ae{--iti-flag-offset: -32px}.iti__af{--iti-flag-offset: -48px}.iti__ag{--iti-flag-offset: -64px}.iti__ai{--iti-flag-offset: -80px}.iti__al{--iti-flag-offset: -96px}.iti__am{--iti-flag-offset: -112px}.iti__ao{--iti-flag-offset: -128px}.iti__ar{--iti-flag-offset: -144px}.iti__as{--iti-flag-offset: -160px}.iti__at{--iti-flag-offset: -176px}.iti__au{--iti-flag-offset: -192px}.iti__aw{--iti-flag-offset: -208px}.iti__ax{--iti-flag-offset: -224px}.iti__az{--iti-flag-offset: -240px}.iti__ba{--iti-flag-offset: -256px}.iti__bb{--iti-flag-offset: -272px}.iti__bd{--iti-flag-offset: -288px}.iti__be{--iti-flag-offset: -304px}.iti__bf{--iti-flag-offset: -320px}.iti__bg{--iti-flag-offset: -336px}.iti__bh{--iti-flag-offset: -352px}.iti__bi{--iti-flag-offset: -368px}.iti__bj{--iti-flag-offset: -384px}.iti__bl{--iti-flag-offset: -400px}.iti__bm{--iti-flag-offset: -416px}.iti__bn{--iti-flag-offset: -432px}.iti__bo{--iti-flag-offset: -448px}.iti__bq{--iti-flag-offset: -464px}.iti__br{--iti-flag-offset: -480px}.iti__bs{--iti-flag-offset: -496px}.iti__bt{--iti-flag-offset: -512px}.iti__bw{--iti-flag-offset: -528px}.iti__by{--iti-flag-offset: -544px}.iti__bz{--iti-flag-offset: -560px}.iti__ca{--iti-flag-offset: -576px}.iti__cc{--iti-flag-offset: -592px}.iti__cd{--iti-flag-offset: -608px}.iti__cf{--iti-flag-offset: -624px}.iti__cg{--iti-flag-offset: -640px}.iti__ch{--iti-flag-offset: -656px}.iti__ci{--iti-flag-offset: -672px}.iti__ck{--iti-flag-offset: -688px}.iti__cl{--iti-flag-offset: -704px}.iti__cm{--iti-flag-offset: -720px}.iti__cn{--iti-flag-offset: -736px}.iti__co{--iti-flag-offset: -752px}.iti__cr{--iti-flag-offset: -768px}.iti__cu{--iti-flag-offset: -784px}.iti__cv{--iti-flag-offset: -800px}.iti__cw{--iti-flag-offset: -816px}.iti__cx{--iti-flag-offset: -832px}.iti__cy{--iti-flag-offset: -848px}.iti__cz{--iti-flag-offset: -864px}.iti__de{--iti-flag-offset: -880px}.iti__dj{--iti-flag-offset: -896px}.iti__dk{--iti-flag-offset: -912px}.iti__dm{--iti-flag-offset: -928px}.iti__do{--iti-flag-offset: -944px}.iti__dz{--iti-flag-offset: -960px}.iti__ec{--iti-flag-offset: -976px}.iti__ee{--iti-flag-offset: -992px}.iti__eg{--iti-flag-offset: -1008px}.iti__eh{--iti-flag-offset: -1024px}.iti__er{--iti-flag-offset: -1040px}.iti__es{--iti-flag-offset: -1056px}.iti__et{--iti-flag-offset: -1072px}.iti__fi{--iti-flag-offset: -1088px}.iti__fj{--iti-flag-offset: -1104px}.iti__fk{--iti-flag-offset: -1120px}.iti__fm{--iti-flag-offset: -1136px}.iti__fo{--iti-flag-offset: -1152px}.iti__fr{--iti-flag-offset: -1168px}.iti__ga{--iti-flag-offset: -1184px}.iti__gb{--iti-flag-offset: -1200px}.iti__gd{--iti-flag-offset: -1216px}.iti__ge{--iti-flag-offset: -1232px}.iti__gf{--iti-flag-offset: -1248px}.iti__gg{--iti-flag-offset: -1264px}.iti__gh{--iti-flag-offset: -1280px}.iti__gi{--iti-flag-offset: -1296px}.iti__gl{--iti-flag-offset: -1312px}.iti__gm{--iti-flag-offset: -1328px}.iti__gn{--iti-flag-offset: -1344px}.iti__gp{--iti-flag-offset: -1360px}.iti__gq{--iti-flag-offset: -1376px}.iti__gr{--iti-flag-offset: -1392px}.iti__gt{--iti-flag-offset: -1408px}.iti__gu{--iti-flag-offset: -1424px}.iti__gw{--iti-flag-offset: -1440px}.iti__gy{--iti-flag-offset: -1456px}.iti__hk{--iti-flag-offset: -1472px}.iti__hn{--iti-flag-offset: -1488px}.iti__hr{--iti-flag-offset: -1504px}.iti__ht{--iti-flag-offset: -1520px}.iti__hu{--iti-flag-offset: -1536px}.iti__id{--iti-flag-offset: -1552px}.iti__ie{--iti-flag-offset: -1568px}.iti__il{--iti-flag-offset: -1584px}.iti__im{--iti-flag-offset: -1600px}.iti__in{--iti-flag-offset: -1616px}.iti__io{--iti-flag-offset: -1632px}.iti__iq{--iti-flag-offset: -1648px}.iti__ir{--iti-flag-offset: -1664px}.iti__is{--iti-flag-offset: -1680px}.iti__it{--iti-flag-offset: -1696px}.iti__je{--iti-flag-offset: -1712px}.iti__jm{--iti-flag-offset: -1728px}.iti__jo{--iti-flag-offset: -1744px}.iti__jp{--iti-flag-offset: -1760px}.iti__ke{--iti-flag-offset: -1776px}.iti__kg{--iti-flag-offset: -1792px}.iti__kh{--iti-flag-offset: -1808px}.iti__ki{--iti-flag-offset: -1824px}.iti__km{--iti-flag-offset: -1840px}.iti__kn{--iti-flag-offset: -1856px}.iti__kp{--iti-flag-offset: -1872px}.iti__kr{--iti-flag-offset: -1888px}.iti__kw{--iti-flag-offset: -1904px}.iti__ky{--iti-flag-offset: -1920px}.iti__kz{--iti-flag-offset: -1936px}.iti__la{--iti-flag-offset: -1952px}.iti__lb{--iti-flag-offset: -1968px}.iti__lc{--iti-flag-offset: -1984px}.iti__li{--iti-flag-offset: -2000px}.iti__lk{--iti-flag-offset: -2016px}.iti__lr{--iti-flag-offset: -2032px}.iti__ls{--iti-flag-offset: -2048px}.iti__lt{--iti-flag-offset: -2064px}.iti__lu{--iti-flag-offset: -2080px}.iti__lv{--iti-flag-offset: -2096px}.iti__ly{--iti-flag-offset: -2112px}.iti__ma{--iti-flag-offset: -2128px}.iti__mc{--iti-flag-offset: -2144px}.iti__md{--iti-flag-offset: -2160px}.iti__me{--iti-flag-offset: -2176px}.iti__mf{--iti-flag-offset: -2192px}.iti__mg{--iti-flag-offset: -2208px}.iti__mh{--iti-flag-offset: -2224px}.iti__mk{--iti-flag-offset: -2240px}.iti__ml{--iti-flag-offset: -2256px}.iti__mm{--iti-flag-offset: -2272px}.iti__mn{--iti-flag-offset: -2288px}.iti__mo{--iti-flag-offset: -2304px}.iti__mp{--iti-flag-offset: -2320px}.iti__mq{--iti-flag-offset: -2336px}.iti__mr{--iti-flag-offset: -2352px}.iti__ms{--iti-flag-offset: -2368px}.iti__mt{--iti-flag-offset: -2384px}.iti__mu{--iti-flag-offset: -2400px}.iti__mv{--iti-flag-offset: -2416px}.iti__mw{--iti-flag-offset: -2432px}.iti__mx{--iti-flag-offset: -2448px}.iti__my{--iti-flag-offset: -2464px}.iti__mz{--iti-flag-offset: -2480px}.iti__na{--iti-flag-offset: -2496px}.iti__nc{--iti-flag-offset: -2512px}.iti__ne{--iti-flag-offset: -2528px}.iti__nf{--iti-flag-offset: -2544px}.iti__ng{--iti-flag-offset: -2560px}.iti__ni{--iti-flag-offset: -2576px}.iti__nl{--iti-flag-offset: -2592px}.iti__no{--iti-flag-offset: -2608px}.iti__np{--iti-flag-offset: -2624px}.iti__nr{--iti-flag-offset: -2640px}.iti__nu{--iti-flag-offset: -2656px}.iti__nz{--iti-flag-offset: -2672px}.iti__om{--iti-flag-offset: -2688px}.iti__pa{--iti-flag-offset: -2704px}.iti__pe{--iti-flag-offset: -2720px}.iti__pf{--iti-flag-offset: -2736px}.iti__pg{--iti-flag-offset: -2752px}.iti__ph{--iti-flag-offset: -2768px}.iti__pk{--iti-flag-offset: -2784px}.iti__pl{--iti-flag-offset: -2800px}.iti__pm{--iti-flag-offset: -2816px}.iti__pr{--iti-flag-offset: -2832px}.iti__ps{--iti-flag-offset: -2848px}.iti__pt{--iti-flag-offset: -2864px}.iti__pw{--iti-flag-offset: -2880px}.iti__py{--iti-flag-offset: -2896px}.iti__qa{--iti-flag-offset: -2912px}.iti__re{--iti-flag-offset: -2928px}.iti__ro{--iti-flag-offset: -2944px}.iti__rs{--iti-flag-offset: -2960px}.iti__ru{--iti-flag-offset: -2976px}.iti__rw{--iti-flag-offset: -2992px}.iti__sa{--iti-flag-offset: -3008px}.iti__sb{--iti-flag-offset: -3024px}.iti__sc{--iti-flag-offset: -3040px}.iti__sd{--iti-flag-offset: -3056px}.iti__se{--iti-flag-offset: -3072px}.iti__sg{--iti-flag-offset: -3088px}.iti__sh{--iti-flag-offset: -3104px}.iti__si{--iti-flag-offset: -3120px}.iti__sj{--iti-flag-offset: -3136px}.iti__sk{--iti-flag-offset: -3152px}.iti__sl{--iti-flag-offset: -3168px}.iti__sm{--iti-flag-offset: -3184px}.iti__sn{--iti-flag-offset: -3200px}.iti__so{--iti-flag-offset: -3216px}.iti__sr{--iti-flag-offset: -3232px}.iti__ss{--iti-flag-offset: -3248px}.iti__st{--iti-flag-offset: -3264px}.iti__sv{--iti-flag-offset: -3280px}.iti__sx{--iti-flag-offset: -3296px}.iti__sy{--iti-flag-offset: -3312px}.iti__sz{--iti-flag-offset: -3328px}.iti__tc{--iti-flag-offset: -3344px}.iti__td{--iti-flag-offset: -3360px}.iti__tg{--iti-flag-offset: -3376px}.iti__th{--iti-flag-offset: -3392px}.iti__tj{--iti-flag-offset: -3408px}.iti__tk{--iti-flag-offset: -3424px}.iti__tl{--iti-flag-offset: -3440px}.iti__tm{--iti-flag-offset: -3456px}.iti__tn{--iti-flag-offset: -3472px}.iti__to{--iti-flag-offset: -3488px}.iti__tr{--iti-flag-offset: -3504px}.iti__tt{--iti-flag-offset: -3520px}.iti__tv{--iti-flag-offset: -3536px}.iti__tw{--iti-flag-offset: -3552px}.iti__tz{--iti-flag-offset: -3568px}.iti__ua{--iti-flag-offset: -3584px}.iti__ug{--iti-flag-offset: -3600px}.iti__us{--iti-flag-offset: -3616px}.iti__uy{--iti-flag-offset: -3632px}.iti__uz{--iti-flag-offset: -3648px}.iti__va{--iti-flag-offset: -3664px}.iti__vc{--iti-flag-offset: -3680px}.iti__ve{--iti-flag-offset: -3696px}.iti__vg{--iti-flag-offset: -3712px}.iti__vi{--iti-flag-offset: -3728px}.iti__vn{--iti-flag-offset: -3744px}.iti__vu{--iti-flag-offset: -3760px}.iti__wf{--iti-flag-offset: -3776px}.iti__ws{--iti-flag-offset: -3792px}.iti__xk{--iti-flag-offset: -3808px}.iti__ye{--iti-flag-offset: -3824px}.iti__yt{--iti-flag-offset: -3840px}.iti__za{--iti-flag-offset: -3856px}.iti__zm{--iti-flag-offset: -3872px}.iti__zw{--iti-flag-offset: -3888px}.iti__globe{background-image:var(--iti-path-globe-1x);background-size:contain;background-position:right;box-shadow:none;height:19px}@media (min-resolution: 2x){.iti__flag{background-image:var(--iti-path-flags-2x)}.iti__globe{background-image:var(--iti-path-globe-2x)}}
