@charset "UTF-8";

/* node_modules/@fortawesome/fontawesome-free/css/all.min.css */
/*!
 * Font Awesome Free 6.7.2 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 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family,"Font Awesome 6 Free");
  font-weight: var(--fa-style,900);
}
.fa,
.fa-brands,
.fa-regular,
.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-brands:before,
.fa-regular:before,
.fa-solid:before,
.fa:before,
.fab:before,
.far:before,
.fas:before {
  content: var(--fa);
}
.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(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  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,0));
}
.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 {
  --fa:"0";
}
.fa-1 {
  --fa:"1";
}
.fa-2 {
  --fa:"2";
}
.fa-3 {
  --fa:"3";
}
.fa-4 {
  --fa:"4";
}
.fa-5 {
  --fa:"5";
}
.fa-6 {
  --fa:"6";
}
.fa-7 {
  --fa:"7";
}
.fa-8 {
  --fa:"8";
}
.fa-9 {
  --fa:"9";
}
.fa-fill-drip {
  --fa:"\f576";
}
.fa-arrows-to-circle {
  --fa:"\e4bd";
}
.fa-chevron-circle-right,
.fa-circle-chevron-right {
  --fa:"\f138";
}
.fa-at {
  --fa:"@";
}
.fa-trash-alt,
.fa-trash-can {
  --fa:"\f2ed";
}
.fa-text-height {
  --fa:"\f034";
}
.fa-user-times,
.fa-user-xmark {
  --fa:"\f235";
}
.fa-stethoscope {
  --fa:"\f0f1";
}
.fa-comment-alt,
.fa-message {
  --fa:"\f27a";
}
.fa-info {
  --fa:"\f129";
}
.fa-compress-alt,
.fa-down-left-and-up-right-to-center {
  --fa:"\f422";
}
.fa-explosion {
  --fa:"\e4e9";
}
.fa-file-alt,
.fa-file-lines,
.fa-file-text {
  --fa:"\f15c";
}
.fa-wave-square {
  --fa:"\f83e";
}
.fa-ring {
  --fa:"\f70b";
}
.fa-building-un {
  --fa:"\e4d9";
}
.fa-dice-three {
  --fa:"\f527";
}
.fa-calendar-alt,
.fa-calendar-days {
  --fa:"\f073";
}
.fa-anchor-circle-check {
  --fa:"\e4aa";
}
.fa-building-circle-arrow-right {
  --fa:"\e4d1";
}
.fa-volleyball,
.fa-volleyball-ball {
  --fa:"\f45f";
}
.fa-arrows-up-to-line {
  --fa:"\e4c2";
}
.fa-sort-desc,
.fa-sort-down {
  --fa:"\f0dd";
}
.fa-circle-minus,
.fa-minus-circle {
  --fa:"\f056";
}
.fa-door-open {
  --fa:"\f52b";
}
.fa-right-from-bracket,
.fa-sign-out-alt {
  --fa:"\f2f5";
}
.fa-atom {
  --fa:"\f5d2";
}
.fa-soap {
  --fa:"\e06e";
}
.fa-heart-music-camera-bolt,
.fa-icons {
  --fa:"\f86d";
}
.fa-microphone-alt-slash,
.fa-microphone-lines-slash {
  --fa:"\f539";
}
.fa-bridge-circle-check {
  --fa:"\e4c9";
}
.fa-pump-medical {
  --fa:"\e06a";
}
.fa-fingerprint {
  --fa:"\f577";
}
.fa-hand-point-right {
  --fa:"\f0a4";
}
.fa-magnifying-glass-location,
.fa-search-location {
  --fa:"\f689";
}
.fa-forward-step,
.fa-step-forward {
  --fa:"\f051";
}
.fa-face-smile-beam,
.fa-smile-beam {
  --fa:"\f5b8";
}
.fa-flag-checkered {
  --fa:"\f11e";
}
.fa-football,
.fa-football-ball {
  --fa:"\f44e";
}
.fa-school-circle-exclamation {
  --fa:"\e56c";
}
.fa-crop {
  --fa:"\f125";
}
.fa-angle-double-down,
.fa-angles-down {
  --fa:"\f103";
}
.fa-users-rectangle {
  --fa:"\e594";
}
.fa-people-roof {
  --fa:"\e537";
}
.fa-people-line {
  --fa:"\e534";
}
.fa-beer,
.fa-beer-mug-empty {
  --fa:"\f0fc";
}
.fa-diagram-predecessor {
  --fa:"\e477";
}
.fa-arrow-up-long,
.fa-long-arrow-up {
  --fa:"\f176";
}
.fa-burn,
.fa-fire-flame-simple {
  --fa:"\f46a";
}
.fa-male,
.fa-person {
  --fa:"\f183";
}
.fa-laptop {
  --fa:"\f109";
}
.fa-file-csv {
  --fa:"\f6dd";
}
.fa-menorah {
  --fa:"\f676";
}
.fa-truck-plane {
  --fa:"\e58f";
}
.fa-record-vinyl {
  --fa:"\f8d9";
}
.fa-face-grin-stars,
.fa-grin-stars {
  --fa:"\f587";
}
.fa-bong {
  --fa:"\f55c";
}
.fa-pastafarianism,
.fa-spaghetti-monster-flying {
  --fa:"\f67b";
}
.fa-arrow-down-up-across-line {
  --fa:"\e4af";
}
.fa-spoon,
.fa-utensil-spoon {
  --fa:"\f2e5";
}
.fa-jar-wheat {
  --fa:"\e517";
}
.fa-envelopes-bulk,
.fa-mail-bulk {
  --fa:"\f674";
}
.fa-file-circle-exclamation {
  --fa:"\e4eb";
}
.fa-circle-h,
.fa-hospital-symbol {
  --fa:"\f47e";
}
.fa-pager {
  --fa:"\f815";
}
.fa-address-book,
.fa-contact-book {
  --fa:"\f2b9";
}
.fa-strikethrough {
  --fa:"\f0cc";
}
.fa-k {
  --fa:"K";
}
.fa-landmark-flag {
  --fa:"\e51c";
}
.fa-pencil,
.fa-pencil-alt {
  --fa:"\f303";
}
.fa-backward {
  --fa:"\f04a";
}
.fa-caret-right {
  --fa:"\f0da";
}
.fa-comments {
  --fa:"\f086";
}
.fa-file-clipboard,
.fa-paste {
  --fa:"\f0ea";
}
.fa-code-pull-request {
  --fa:"\e13c";
}
.fa-clipboard-list {
  --fa:"\f46d";
}
.fa-truck-loading,
.fa-truck-ramp-box {
  --fa:"\f4de";
}
.fa-user-check {
  --fa:"\f4fc";
}
.fa-vial-virus {
  --fa:"\e597";
}
.fa-sheet-plastic {
  --fa:"\e571";
}
.fa-blog {
  --fa:"\f781";
}
.fa-user-ninja {
  --fa:"\f504";
}
.fa-person-arrow-up-from-line {
  --fa:"\e539";
}
.fa-scroll-torah,
.fa-torah {
  --fa:"\f6a0";
}
.fa-broom-ball,
.fa-quidditch,
.fa-quidditch-broom-ball {
  --fa:"\f458";
}
.fa-toggle-off {
  --fa:"\f204";
}
.fa-archive,
.fa-box-archive {
  --fa:"\f187";
}
.fa-person-drowning {
  --fa:"\e545";
}
.fa-arrow-down-9-1,
.fa-sort-numeric-desc,
.fa-sort-numeric-down-alt {
  --fa:"\f886";
}
.fa-face-grin-tongue-squint,
.fa-grin-tongue-squint {
  --fa:"\f58a";
}
.fa-spray-can {
  --fa:"\f5bd";
}
.fa-truck-monster {
  --fa:"\f63b";
}
.fa-w {
  --fa:"W";
}
.fa-earth-africa,
.fa-globe-africa {
  --fa:"\f57c";
}
.fa-rainbow {
  --fa:"\f75b";
}
.fa-circle-notch {
  --fa:"\f1ce";
}
.fa-tablet-alt,
.fa-tablet-screen-button {
  --fa:"\f3fa";
}
.fa-paw {
  --fa:"\f1b0";
}
.fa-cloud {
  --fa:"\f0c2";
}
.fa-trowel-bricks {
  --fa:"\e58a";
}
.fa-face-flushed,
.fa-flushed {
  --fa:"\f579";
}
.fa-hospital-user {
  --fa:"\f80d";
}
.fa-tent-arrow-left-right {
  --fa:"\e57f";
}
.fa-gavel,
.fa-legal {
  --fa:"\f0e3";
}
.fa-binoculars {
  --fa:"\f1e5";
}
.fa-microphone-slash {
  --fa:"\f131";
}
.fa-box-tissue {
  --fa:"\e05b";
}
.fa-motorcycle {
  --fa:"\f21c";
}
.fa-bell-concierge,
.fa-concierge-bell {
  --fa:"\f562";
}
.fa-pen-ruler,
.fa-pencil-ruler {
  --fa:"\f5ae";
}
.fa-people-arrows,
.fa-people-arrows-left-right {
  --fa:"\e068";
}
.fa-mars-and-venus-burst {
  --fa:"\e523";
}
.fa-caret-square-right,
.fa-square-caret-right {
  --fa:"\f152";
}
.fa-cut,
.fa-scissors {
  --fa:"\f0c4";
}
.fa-sun-plant-wilt {
  --fa:"\e57a";
}
.fa-toilets-portable {
  --fa:"\e584";
}
.fa-hockey-puck {
  --fa:"\f453";
}
.fa-table {
  --fa:"\f0ce";
}
.fa-magnifying-glass-arrow-right {
  --fa:"\e521";
}
.fa-digital-tachograph,
.fa-tachograph-digital {
  --fa:"\f566";
}
.fa-users-slash {
  --fa:"\e073";
}
.fa-clover {
  --fa:"\e139";
}
.fa-mail-reply,
.fa-reply {
  --fa:"\f3e5";
}
.fa-star-and-crescent {
  --fa:"\f699";
}
.fa-house-fire {
  --fa:"\e50c";
}
.fa-minus-square,
.fa-square-minus {
  --fa:"\f146";
}
.fa-helicopter {
  --fa:"\f533";
}
.fa-compass {
  --fa:"\f14e";
}
.fa-caret-square-down,
.fa-square-caret-down {
  --fa:"\f150";
}
.fa-file-circle-question {
  --fa:"\e4ef";
}
.fa-laptop-code {
  --fa:"\f5fc";
}
.fa-swatchbook {
  --fa:"\f5c3";
}
.fa-prescription-bottle {
  --fa:"\f485";
}
.fa-bars,
.fa-navicon {
  --fa:"\f0c9";
}
.fa-people-group {
  --fa:"\e533";
}
.fa-hourglass-3,
.fa-hourglass-end {
  --fa:"\f253";
}
.fa-heart-broken,
.fa-heart-crack {
  --fa:"\f7a9";
}
.fa-external-link-square-alt,
.fa-square-up-right {
  --fa:"\f360";
}
.fa-face-kiss-beam,
.fa-kiss-beam {
  --fa:"\f597";
}
.fa-film {
  --fa:"\f008";
}
.fa-ruler-horizontal {
  --fa:"\f547";
}
.fa-people-robbery {
  --fa:"\e536";
}
.fa-lightbulb {
  --fa:"\f0eb";
}
.fa-caret-left {
  --fa:"\f0d9";
}
.fa-circle-exclamation,
.fa-exclamation-circle {
  --fa:"\f06a";
}
.fa-school-circle-xmark {
  --fa:"\e56d";
}
.fa-arrow-right-from-bracket,
.fa-sign-out {
  --fa:"\f08b";
}
.fa-chevron-circle-down,
.fa-circle-chevron-down {
  --fa:"\f13a";
}
.fa-unlock-alt,
.fa-unlock-keyhole {
  --fa:"\f13e";
}
.fa-cloud-showers-heavy {
  --fa:"\f740";
}
.fa-headphones-alt,
.fa-headphones-simple {
  --fa:"\f58f";
}
.fa-sitemap {
  --fa:"\f0e8";
}
.fa-circle-dollar-to-slot,
.fa-donate {
  --fa:"\f4b9";
}
.fa-memory {
  --fa:"\f538";
}
.fa-road-spikes {
  --fa:"\e568";
}
.fa-fire-burner {
  --fa:"\e4f1";
}
.fa-flag {
  --fa:"\f024";
}
.fa-hanukiah {
  --fa:"\f6e6";
}
.fa-feather {
  --fa:"\f52d";
}
.fa-volume-down,
.fa-volume-low {
  --fa:"\f027";
}
.fa-comment-slash {
  --fa:"\f4b3";
}
.fa-cloud-sun-rain {
  --fa:"\f743";
}
.fa-compress {
  --fa:"\f066";
}
.fa-wheat-alt,
.fa-wheat-awn {
  --fa:"\e2cd";
}
.fa-ankh {
  --fa:"\f644";
}
.fa-hands-holding-child {
  --fa:"\e4fa";
}
.fa-asterisk {
  --fa:"*";
}
.fa-check-square,
.fa-square-check {
  --fa:"\f14a";
}
.fa-peseta-sign {
  --fa:"\e221";
}
.fa-header,
.fa-heading {
  --fa:"\f1dc";
}
.fa-ghost {
  --fa:"\f6e2";
}
.fa-list,
.fa-list-squares {
  --fa:"\f03a";
}
.fa-phone-square-alt,
.fa-square-phone-flip {
  --fa:"\f87b";
}
.fa-cart-plus {
  --fa:"\f217";
}
.fa-gamepad {
  --fa:"\f11b";
}
.fa-circle-dot,
.fa-dot-circle {
  --fa:"\f192";
}
.fa-dizzy,
.fa-face-dizzy {
  --fa:"\f567";
}
.fa-egg {
  --fa:"\f7fb";
}
.fa-house-medical-circle-xmark {
  --fa:"\e513";
}
.fa-campground {
  --fa:"\f6bb";
}
.fa-folder-plus {
  --fa:"\f65e";
}
.fa-futbol,
.fa-futbol-ball,
.fa-soccer-ball {
  --fa:"\f1e3";
}
.fa-paint-brush,
.fa-paintbrush {
  --fa:"\f1fc";
}
.fa-lock {
  --fa:"\f023";
}
.fa-gas-pump {
  --fa:"\f52f";
}
.fa-hot-tub,
.fa-hot-tub-person {
  --fa:"\f593";
}
.fa-map-location,
.fa-map-marked {
  --fa:"\f59f";
}
.fa-house-flood-water {
  --fa:"\e50e";
}
.fa-tree {
  --fa:"\f1bb";
}
.fa-bridge-lock {
  --fa:"\e4cc";
}
.fa-sack-dollar {
  --fa:"\f81d";
}
.fa-edit,
.fa-pen-to-square {
  --fa:"\f044";
}
.fa-car-side {
  --fa:"\f5e4";
}
.fa-share-alt,
.fa-share-nodes {
  --fa:"\f1e0";
}
.fa-heart-circle-minus {
  --fa:"\e4ff";
}
.fa-hourglass-2,
.fa-hourglass-half {
  --fa:"\f252";
}
.fa-microscope {
  --fa:"\f610";
}
.fa-sink {
  --fa:"\e06d";
}
.fa-bag-shopping,
.fa-shopping-bag {
  --fa:"\f290";
}
.fa-arrow-down-z-a,
.fa-sort-alpha-desc,
.fa-sort-alpha-down-alt {
  --fa:"\f881";
}
.fa-mitten {
  --fa:"\f7b5";
}
.fa-person-rays {
  --fa:"\e54d";
}
.fa-users {
  --fa:"\f0c0";
}
.fa-eye-slash {
  --fa:"\f070";
}
.fa-flask-vial {
  --fa:"\e4f3";
}
.fa-hand,
.fa-hand-paper {
  --fa:"\f256";
}
.fa-om {
  --fa:"\f679";
}
.fa-worm {
  --fa:"\e599";
}
.fa-house-circle-xmark {
  --fa:"\e50b";
}
.fa-plug {
  --fa:"\f1e6";
}
.fa-chevron-up {
  --fa:"\f077";
}
.fa-hand-spock {
  --fa:"\f259";
}
.fa-stopwatch {
  --fa:"\f2f2";
}
.fa-face-kiss,
.fa-kiss {
  --fa:"\f596";
}
.fa-bridge-circle-xmark {
  --fa:"\e4cb";
}
.fa-face-grin-tongue,
.fa-grin-tongue {
  --fa:"\f589";
}
.fa-chess-bishop {
  --fa:"\f43a";
}
.fa-face-grin-wink,
.fa-grin-wink {
  --fa:"\f58c";
}
.fa-deaf,
.fa-deafness,
.fa-ear-deaf,
.fa-hard-of-hearing {
  --fa:"\f2a4";
}
.fa-road-circle-check {
  --fa:"\e564";
}
.fa-dice-five {
  --fa:"\f523";
}
.fa-rss-square,
.fa-square-rss {
  --fa:"\f143";
}
.fa-land-mine-on {
  --fa:"\e51b";
}
.fa-i-cursor {
  --fa:"\f246";
}
.fa-stamp {
  --fa:"\f5bf";
}
.fa-stairs {
  --fa:"\e289";
}
.fa-i {
  --fa:"I";
}
.fa-hryvnia,
.fa-hryvnia-sign {
  --fa:"\f6f2";
}
.fa-pills {
  --fa:"\f484";
}
.fa-face-grin-wide,
.fa-grin-alt {
  --fa:"\f581";
}
.fa-tooth {
  --fa:"\f5c9";
}
.fa-v {
  --fa:"V";
}
.fa-bangladeshi-taka-sign {
  --fa:"\e2e6";
}
.fa-bicycle {
  --fa:"\f206";
}
.fa-rod-asclepius,
.fa-rod-snake,
.fa-staff-aesculapius,
.fa-staff-snake {
  --fa:"\e579";
}
.fa-head-side-cough-slash {
  --fa:"\e062";
}
.fa-ambulance,
.fa-truck-medical {
  --fa:"\f0f9";
}
.fa-wheat-awn-circle-exclamation {
  --fa:"\e598";
}
.fa-snowman {
  --fa:"\f7d0";
}
.fa-mortar-pestle {
  --fa:"\f5a7";
}
.fa-road-barrier {
  --fa:"\e562";
}
.fa-school {
  --fa:"\f549";
}
.fa-igloo {
  --fa:"\f7ae";
}
.fa-joint {
  --fa:"\f595";
}
.fa-angle-right {
  --fa:"\f105";
}
.fa-horse {
  --fa:"\f6f0";
}
.fa-q {
  --fa:"Q";
}
.fa-g {
  --fa:"G";
}
.fa-notes-medical {
  --fa:"\f481";
}
.fa-temperature-2,
.fa-temperature-half,
.fa-thermometer-2,
.fa-thermometer-half {
  --fa:"\f2c9";
}
.fa-dong-sign {
  --fa:"\e169";
}
.fa-capsules {
  --fa:"\f46b";
}
.fa-poo-bolt,
.fa-poo-storm {
  --fa:"\f75a";
}
.fa-face-frown-open,
.fa-frown-open {
  --fa:"\f57a";
}
.fa-hand-point-up {
  --fa:"\f0a6";
}
.fa-money-bill {
  --fa:"\f0d6";
}
.fa-bookmark {
  --fa:"\f02e";
}
.fa-align-justify {
  --fa:"\f039";
}
.fa-umbrella-beach {
  --fa:"\f5ca";
}
.fa-helmet-un {
  --fa:"\e503";
}
.fa-bullseye {
  --fa:"\f140";
}
.fa-bacon {
  --fa:"\f7e5";
}
.fa-hand-point-down {
  --fa:"\f0a7";
}
.fa-arrow-up-from-bracket {
  --fa:"\e09a";
}
.fa-folder,
.fa-folder-blank {
  --fa:"\f07b";
}
.fa-file-medical-alt,
.fa-file-waveform {
  --fa:"\f478";
}
.fa-radiation {
  --fa:"\f7b9";
}
.fa-chart-simple {
  --fa:"\e473";
}
.fa-mars-stroke {
  --fa:"\f229";
}
.fa-vial {
  --fa:"\f492";
}
.fa-dashboard,
.fa-gauge,
.fa-gauge-med,
.fa-tachometer-alt-average {
  --fa:"\f624";
}
.fa-magic-wand-sparkles,
.fa-wand-magic-sparkles {
  --fa:"\e2ca";
}
.fa-e {
  --fa:"E";
}
.fa-pen-alt,
.fa-pen-clip {
  --fa:"\f305";
}
.fa-bridge-circle-exclamation {
  --fa:"\e4ca";
}
.fa-user {
  --fa:"\f007";
}
.fa-school-circle-check {
  --fa:"\e56b";
}
.fa-dumpster {
  --fa:"\f793";
}
.fa-shuttle-van,
.fa-van-shuttle {
  --fa:"\f5b6";
}
.fa-building-user {
  --fa:"\e4da";
}
.fa-caret-square-left,
.fa-square-caret-left {
  --fa:"\f191";
}
.fa-highlighter {
  --fa:"\f591";
}
.fa-key {
  --fa:"\f084";
}
.fa-bullhorn {
  --fa:"\f0a1";
}
.fa-globe {
  --fa:"\f0ac";
}
.fa-synagogue {
  --fa:"\f69b";
}
.fa-person-half-dress {
  --fa:"\e548";
}
.fa-road-bridge {
  --fa:"\e563";
}
.fa-location-arrow {
  --fa:"\f124";
}
.fa-c {
  --fa:"C";
}
.fa-tablet-button {
  --fa:"\f10a";
}
.fa-building-lock {
  --fa:"\e4d6";
}
.fa-pizza-slice {
  --fa:"\f818";
}
.fa-money-bill-wave {
  --fa:"\f53a";
}
.fa-area-chart,
.fa-chart-area {
  --fa:"\f1fe";
}
.fa-house-flag {
  --fa:"\e50d";
}
.fa-person-circle-minus {
  --fa:"\e540";
}
.fa-ban,
.fa-cancel {
  --fa:"\f05e";
}
.fa-camera-rotate {
  --fa:"\e0d8";
}
.fa-air-freshener,
.fa-spray-can-sparkles {
  --fa:"\f5d0";
}
.fa-star {
  --fa:"\f005";
}
.fa-repeat {
  --fa:"\f363";
}
.fa-cross {
  --fa:"\f654";
}
.fa-box {
  --fa:"\f466";
}
.fa-venus-mars {
  --fa:"\f228";
}
.fa-arrow-pointer,
.fa-mouse-pointer {
  --fa:"\f245";
}
.fa-expand-arrows-alt,
.fa-maximize {
  --fa:"\f31e";
}
.fa-charging-station {
  --fa:"\f5e7";
}
.fa-shapes,
.fa-triangle-circle-square {
  --fa:"\f61f";
}
.fa-random,
.fa-shuffle {
  --fa:"\f074";
}
.fa-person-running,
.fa-running {
  --fa:"\f70c";
}
.fa-mobile-retro {
  --fa:"\e527";
}
.fa-grip-lines-vertical {
  --fa:"\f7a5";
}
.fa-spider {
  --fa:"\f717";
}
.fa-hands-bound {
  --fa:"\e4f9";
}
.fa-file-invoice-dollar {
  --fa:"\f571";
}
.fa-plane-circle-exclamation {
  --fa:"\e556";
}
.fa-x-ray {
  --fa:"\f497";
}
.fa-spell-check {
  --fa:"\f891";
}
.fa-slash {
  --fa:"\f715";
}
.fa-computer-mouse,
.fa-mouse {
  --fa:"\f8cc";
}
.fa-arrow-right-to-bracket,
.fa-sign-in {
  --fa:"\f090";
}
.fa-shop-slash,
.fa-store-alt-slash {
  --fa:"\e070";
}
.fa-server {
  --fa:"\f233";
}
.fa-virus-covid-slash {
  --fa:"\e4a9";
}
.fa-shop-lock {
  --fa:"\e4a5";
}
.fa-hourglass-1,
.fa-hourglass-start {
  --fa:"\f251";
}
.fa-blender-phone {
  --fa:"\f6b6";
}
.fa-building-wheat {
  --fa:"\e4db";
}
.fa-person-breastfeeding {
  --fa:"\e53a";
}
.fa-right-to-bracket,
.fa-sign-in-alt {
  --fa:"\f2f6";
}
.fa-venus {
  --fa:"\f221";
}
.fa-passport {
  --fa:"\f5ab";
}
.fa-thumb-tack-slash,
.fa-thumbtack-slash {
  --fa:"\e68f";
}
.fa-heart-pulse,
.fa-heartbeat {
  --fa:"\f21e";
}
.fa-people-carry,
.fa-people-carry-box {
  --fa:"\f4ce";
}
.fa-temperature-high {
  --fa:"\f769";
}
.fa-microchip {
  --fa:"\f2db";
}
.fa-crown {
  --fa:"\f521";
}
.fa-weight-hanging {
  --fa:"\f5cd";
}
.fa-xmarks-lines {
  --fa:"\e59a";
}
.fa-file-prescription {
  --fa:"\f572";
}
.fa-weight,
.fa-weight-scale {
  --fa:"\f496";
}
.fa-user-friends,
.fa-user-group {
  --fa:"\f500";
}
.fa-arrow-up-a-z,
.fa-sort-alpha-up {
  --fa:"\f15e";
}
.fa-chess-knight {
  --fa:"\f441";
}
.fa-face-laugh-squint,
.fa-laugh-squint {
  --fa:"\f59b";
}
.fa-wheelchair {
  --fa:"\f193";
}
.fa-arrow-circle-up,
.fa-circle-arrow-up {
  --fa:"\f0aa";
}
.fa-toggle-on {
  --fa:"\f205";
}
.fa-person-walking,
.fa-walking {
  --fa:"\f554";
}
.fa-l {
  --fa:"L";
}
.fa-fire {
  --fa:"\f06d";
}
.fa-bed-pulse,
.fa-procedures {
  --fa:"\f487";
}
.fa-shuttle-space,
.fa-space-shuttle {
  --fa:"\f197";
}
.fa-face-laugh,
.fa-laugh {
  --fa:"\f599";
}
.fa-folder-open {
  --fa:"\f07c";
}
.fa-heart-circle-plus {
  --fa:"\e500";
}
.fa-code-fork {
  --fa:"\e13b";
}
.fa-city {
  --fa:"\f64f";
}
.fa-microphone-alt,
.fa-microphone-lines {
  --fa:"\f3c9";
}
.fa-pepper-hot {
  --fa:"\f816";
}
.fa-unlock {
  --fa:"\f09c";
}
.fa-colon-sign {
  --fa:"\e140";
}
.fa-headset {
  --fa:"\f590";
}
.fa-store-slash {
  --fa:"\e071";
}
.fa-road-circle-xmark {
  --fa:"\e566";
}
.fa-user-minus {
  --fa:"\f503";
}
.fa-mars-stroke-up,
.fa-mars-stroke-v {
  --fa:"\f22a";
}
.fa-champagne-glasses,
.fa-glass-cheers {
  --fa:"\f79f";
}
.fa-clipboard {
  --fa:"\f328";
}
.fa-house-circle-exclamation {
  --fa:"\e50a";
}
.fa-file-arrow-up,
.fa-file-upload {
  --fa:"\f574";
}
.fa-wifi,
.fa-wifi-3,
.fa-wifi-strong {
  --fa:"\f1eb";
}
.fa-bath,
.fa-bathtub {
  --fa:"\f2cd";
}
.fa-underline {
  --fa:"\f0cd";
}
.fa-user-edit,
.fa-user-pen {
  --fa:"\f4ff";
}
.fa-signature {
  --fa:"\f5b7";
}
.fa-stroopwafel {
  --fa:"\f551";
}
.fa-bold {
  --fa:"\f032";
}
.fa-anchor-lock {
  --fa:"\e4ad";
}
.fa-building-ngo {
  --fa:"\e4d7";
}
.fa-manat-sign {
  --fa:"\e1d5";
}
.fa-not-equal {
  --fa:"\f53e";
}
.fa-border-style,
.fa-border-top-left {
  --fa:"\f853";
}
.fa-map-location-dot,
.fa-map-marked-alt {
  --fa:"\f5a0";
}
.fa-jedi {
  --fa:"\f669";
}
.fa-poll,
.fa-square-poll-vertical {
  --fa:"\f681";
}
.fa-mug-hot {
  --fa:"\f7b6";
}
.fa-battery-car,
.fa-car-battery {
  --fa:"\f5df";
}
.fa-gift {
  --fa:"\f06b";
}
.fa-dice-two {
  --fa:"\f528";
}
.fa-chess-queen {
  --fa:"\f445";
}
.fa-glasses {
  --fa:"\f530";
}
.fa-chess-board {
  --fa:"\f43c";
}
.fa-building-circle-check {
  --fa:"\e4d2";
}
.fa-person-chalkboard {
  --fa:"\e53d";
}
.fa-mars-stroke-h,
.fa-mars-stroke-right {
  --fa:"\f22b";
}
.fa-hand-back-fist,
.fa-hand-rock {
  --fa:"\f255";
}
.fa-caret-square-up,
.fa-square-caret-up {
  --fa:"\f151";
}
.fa-cloud-showers-water {
  --fa:"\e4e4";
}
.fa-bar-chart,
.fa-chart-bar {
  --fa:"\f080";
}
.fa-hands-bubbles,
.fa-hands-wash {
  --fa:"\e05e";
}
.fa-less-than-equal {
  --fa:"\f537";
}
.fa-train {
  --fa:"\f238";
}
.fa-eye-low-vision,
.fa-low-vision {
  --fa:"\f2a8";
}
.fa-crow {
  --fa:"\f520";
}
.fa-sailboat {
  --fa:"\e445";
}
.fa-window-restore {
  --fa:"\f2d2";
}
.fa-plus-square,
.fa-square-plus {
  --fa:"\f0fe";
}
.fa-torii-gate {
  --fa:"\f6a1";
}
.fa-frog {
  --fa:"\f52e";
}
.fa-bucket {
  --fa:"\e4cf";
}
.fa-image {
  --fa:"\f03e";
}
.fa-microphone {
  --fa:"\f130";
}
.fa-cow {
  --fa:"\f6c8";
}
.fa-caret-up {
  --fa:"\f0d8";
}
.fa-screwdriver {
  --fa:"\f54a";
}
.fa-folder-closed {
  --fa:"\e185";
}
.fa-house-tsunami {
  --fa:"\e515";
}
.fa-square-nfi {
  --fa:"\e576";
}
.fa-arrow-up-from-ground-water {
  --fa:"\e4b5";
}
.fa-glass-martini-alt,
.fa-martini-glass {
  --fa:"\f57b";
}
.fa-square-binary {
  --fa:"\e69b";
}
.fa-rotate-back,
.fa-rotate-backward,
.fa-rotate-left,
.fa-undo-alt {
  --fa:"\f2ea";
}
.fa-columns,
.fa-table-columns {
  --fa:"\f0db";
}
.fa-lemon {
  --fa:"\f094";
}
.fa-head-side-mask {
  --fa:"\e063";
}
.fa-handshake {
  --fa:"\f2b5";
}
.fa-gem {
  --fa:"\f3a5";
}
.fa-dolly,
.fa-dolly-box {
  --fa:"\f472";
}
.fa-smoking {
  --fa:"\f48d";
}
.fa-compress-arrows-alt,
.fa-minimize {
  --fa:"\f78c";
}
.fa-monument {
  --fa:"\f5a6";
}
.fa-snowplow {
  --fa:"\f7d2";
}
.fa-angle-double-right,
.fa-angles-right {
  --fa:"\f101";
}
.fa-cannabis {
  --fa:"\f55f";
}
.fa-circle-play,
.fa-play-circle {
  --fa:"\f144";
}
.fa-tablets {
  --fa:"\f490";
}
.fa-ethernet {
  --fa:"\f796";
}
.fa-eur,
.fa-euro,
.fa-euro-sign {
  --fa:"\f153";
}
.fa-chair {
  --fa:"\f6c0";
}
.fa-check-circle,
.fa-circle-check {
  --fa:"\f058";
}
.fa-circle-stop,
.fa-stop-circle {
  --fa:"\f28d";
}
.fa-compass-drafting,
.fa-drafting-compass {
  --fa:"\f568";
}
.fa-plate-wheat {
  --fa:"\e55a";
}
.fa-icicles {
  --fa:"\f7ad";
}
.fa-person-shelter {
  --fa:"\e54f";
}
.fa-neuter {
  --fa:"\f22c";
}
.fa-id-badge {
  --fa:"\f2c1";
}
.fa-marker {
  --fa:"\f5a1";
}
.fa-face-laugh-beam,
.fa-laugh-beam {
  --fa:"\f59a";
}
.fa-helicopter-symbol {
  --fa:"\e502";
}
.fa-universal-access {
  --fa:"\f29a";
}
.fa-chevron-circle-up,
.fa-circle-chevron-up {
  --fa:"\f139";
}
.fa-lari-sign {
  --fa:"\e1c8";
}
.fa-volcano {
  --fa:"\f770";
}
.fa-person-walking-dashed-line-arrow-right {
  --fa:"\e553";
}
.fa-gbp,
.fa-pound-sign,
.fa-sterling-sign {
  --fa:"\f154";
}
.fa-viruses {
  --fa:"\e076";
}
.fa-square-person-confined {
  --fa:"\e577";
}
.fa-user-tie {
  --fa:"\f508";
}
.fa-arrow-down-long,
.fa-long-arrow-down {
  --fa:"\f175";
}
.fa-tent-arrow-down-to-line {
  --fa:"\e57e";
}
.fa-certificate {
  --fa:"\f0a3";
}
.fa-mail-reply-all,
.fa-reply-all {
  --fa:"\f122";
}
.fa-suitcase {
  --fa:"\f0f2";
}
.fa-person-skating,
.fa-skating {
  --fa:"\f7c5";
}
.fa-filter-circle-dollar,
.fa-funnel-dollar {
  --fa:"\f662";
}
.fa-camera-retro {
  --fa:"\f083";
}
.fa-arrow-circle-down,
.fa-circle-arrow-down {
  --fa:"\f0ab";
}
.fa-arrow-right-to-file,
.fa-file-import {
  --fa:"\f56f";
}
.fa-external-link-square,
.fa-square-arrow-up-right {
  --fa:"\f14c";
}
.fa-box-open {
  --fa:"\f49e";
}
.fa-scroll {
  --fa:"\f70e";
}
.fa-spa {
  --fa:"\f5bb";
}
.fa-location-pin-lock {
  --fa:"\e51f";
}
.fa-pause {
  --fa:"\f04c";
}
.fa-hill-avalanche {
  --fa:"\e507";
}
.fa-temperature-0,
.fa-temperature-empty,
.fa-thermometer-0,
.fa-thermometer-empty {
  --fa:"\f2cb";
}
.fa-bomb {
  --fa:"\f1e2";
}
.fa-registered {
  --fa:"\f25d";
}
.fa-address-card,
.fa-contact-card,
.fa-vcard {
  --fa:"\f2bb";
}
.fa-balance-scale-right,
.fa-scale-unbalanced-flip {
  --fa:"\f516";
}
.fa-subscript {
  --fa:"\f12c";
}
.fa-diamond-turn-right,
.fa-directions {
  --fa:"\f5eb";
}
.fa-burst {
  --fa:"\e4dc";
}
.fa-house-laptop,
.fa-laptop-house {
  --fa:"\e066";
}
.fa-face-tired,
.fa-tired {
  --fa:"\f5c8";
}
.fa-money-bills {
  --fa:"\e1f3";
}
.fa-smog {
  --fa:"\f75f";
}
.fa-crutch {
  --fa:"\f7f7";
}
.fa-cloud-arrow-up,
.fa-cloud-upload,
.fa-cloud-upload-alt {
  --fa:"\f0ee";
}
.fa-palette {
  --fa:"\f53f";
}
.fa-arrows-turn-right {
  --fa:"\e4c0";
}
.fa-vest {
  --fa:"\e085";
}
.fa-ferry {
  --fa:"\e4ea";
}
.fa-arrows-down-to-people {
  --fa:"\e4b9";
}
.fa-seedling,
.fa-sprout {
  --fa:"\f4d8";
}
.fa-arrows-alt-h,
.fa-left-right {
  --fa:"\f337";
}
.fa-boxes-packing {
  --fa:"\e4c7";
}
.fa-arrow-circle-left,
.fa-circle-arrow-left {
  --fa:"\f0a8";
}
.fa-group-arrows-rotate {
  --fa:"\e4f6";
}
.fa-bowl-food {
  --fa:"\e4c6";
}
.fa-candy-cane {
  --fa:"\f786";
}
.fa-arrow-down-wide-short,
.fa-sort-amount-asc,
.fa-sort-amount-down {
  --fa:"\f160";
}
.fa-cloud-bolt,
.fa-thunderstorm {
  --fa:"\f76c";
}
.fa-remove-format,
.fa-text-slash {
  --fa:"\f87d";
}
.fa-face-smile-wink,
.fa-smile-wink {
  --fa:"\f4da";
}
.fa-file-word {
  --fa:"\f1c2";
}
.fa-file-powerpoint {
  --fa:"\f1c4";
}
.fa-arrows-h,
.fa-arrows-left-right {
  --fa:"\f07e";
}
.fa-house-lock {
  --fa:"\e510";
}
.fa-cloud-arrow-down,
.fa-cloud-download,
.fa-cloud-download-alt {
  --fa:"\f0ed";
}
.fa-children {
  --fa:"\e4e1";
}
.fa-blackboard,
.fa-chalkboard {
  --fa:"\f51b";
}
.fa-user-alt-slash,
.fa-user-large-slash {
  --fa:"\f4fa";
}
.fa-envelope-open {
  --fa:"\f2b6";
}
.fa-handshake-alt-slash,
.fa-handshake-simple-slash {
  --fa:"\e05f";
}
.fa-mattress-pillow {
  --fa:"\e525";
}
.fa-guarani-sign {
  --fa:"\e19a";
}
.fa-arrows-rotate,
.fa-refresh,
.fa-sync {
  --fa:"\f021";
}
.fa-fire-extinguisher {
  --fa:"\f134";
}
.fa-cruzeiro-sign {
  --fa:"\e152";
}
.fa-greater-than-equal {
  --fa:"\f532";
}
.fa-shield-alt,
.fa-shield-halved {
  --fa:"\f3ed";
}
.fa-atlas,
.fa-book-atlas {
  --fa:"\f558";
}
.fa-virus {
  --fa:"\e074";
}
.fa-envelope-circle-check {
  --fa:"\e4e8";
}
.fa-layer-group {
  --fa:"\f5fd";
}
.fa-arrows-to-dot {
  --fa:"\e4be";
}
.fa-archway {
  --fa:"\f557";
}
.fa-heart-circle-check {
  --fa:"\e4fd";
}
.fa-house-chimney-crack,
.fa-house-damage {
  --fa:"\f6f1";
}
.fa-file-archive,
.fa-file-zipper {
  --fa:"\f1c6";
}
.fa-square {
  --fa:"\f0c8";
}
.fa-glass-martini,
.fa-martini-glass-empty {
  --fa:"\f000";
}
.fa-couch {
  --fa:"\f4b8";
}
.fa-cedi-sign {
  --fa:"\e0df";
}
.fa-italic {
  --fa:"\f033";
}
.fa-table-cells-column-lock {
  --fa:"\e678";
}
.fa-church {
  --fa:"\f51d";
}
.fa-comments-dollar {
  --fa:"\f653";
}
.fa-democrat {
  --fa:"\f747";
}
.fa-z {
  --fa:"Z";
}
.fa-person-skiing,
.fa-skiing {
  --fa:"\f7c9";
}
.fa-road-lock {
  --fa:"\e567";
}
.fa-a {
  --fa:"A";
}
.fa-temperature-arrow-down,
.fa-temperature-down {
  --fa:"\e03f";
}
.fa-feather-alt,
.fa-feather-pointed {
  --fa:"\f56b";
}
.fa-p {
  --fa:"P";
}
.fa-snowflake {
  --fa:"\f2dc";
}
.fa-newspaper {
  --fa:"\f1ea";
}
.fa-ad,
.fa-rectangle-ad {
  --fa:"\f641";
}
.fa-arrow-circle-right,
.fa-circle-arrow-right {
  --fa:"\f0a9";
}
.fa-filter-circle-xmark {
  --fa:"\e17b";
}
.fa-locust {
  --fa:"\e520";
}
.fa-sort,
.fa-unsorted {
  --fa:"\f0dc";
}
.fa-list-1-2,
.fa-list-numeric,
.fa-list-ol {
  --fa:"\f0cb";
}
.fa-person-dress-burst {
  --fa:"\e544";
}
.fa-money-check-alt,
.fa-money-check-dollar {
  --fa:"\f53d";
}
.fa-vector-square {
  --fa:"\f5cb";
}
.fa-bread-slice {
  --fa:"\f7ec";
}
.fa-language {
  --fa:"\f1ab";
}
.fa-face-kiss-wink-heart,
.fa-kiss-wink-heart {
  --fa:"\f598";
}
.fa-filter {
  --fa:"\f0b0";
}
.fa-question {
  --fa:"?";
}
.fa-file-signature {
  --fa:"\f573";
}
.fa-arrows-alt,
.fa-up-down-left-right {
  --fa:"\f0b2";
}
.fa-house-chimney-user {
  --fa:"\e065";
}
.fa-hand-holding-heart {
  --fa:"\f4be";
}
.fa-puzzle-piece {
  --fa:"\f12e";
}
.fa-money-check {
  --fa:"\f53c";
}
.fa-star-half-alt,
.fa-star-half-stroke {
  --fa:"\f5c0";
}
.fa-code {
  --fa:"\f121";
}
.fa-glass-whiskey,
.fa-whiskey-glass {
  --fa:"\f7a0";
}
.fa-building-circle-exclamation {
  --fa:"\e4d3";
}
.fa-magnifying-glass-chart {
  --fa:"\e522";
}
.fa-arrow-up-right-from-square,
.fa-external-link {
  --fa:"\f08e";
}
.fa-cubes-stacked {
  --fa:"\e4e6";
}
.fa-krw,
.fa-won,
.fa-won-sign {
  --fa:"\f159";
}
.fa-virus-covid {
  --fa:"\e4a8";
}
.fa-austral-sign {
  --fa:"\e0a9";
}
.fa-f {
  --fa:"F";
}
.fa-leaf {
  --fa:"\f06c";
}
.fa-road {
  --fa:"\f018";
}
.fa-cab,
.fa-taxi {
  --fa:"\f1ba";
}
.fa-person-circle-plus {
  --fa:"\e541";
}
.fa-chart-pie,
.fa-pie-chart {
  --fa:"\f200";
}
.fa-bolt-lightning {
  --fa:"\e0b7";
}
.fa-sack-xmark {
  --fa:"\e56a";
}
.fa-file-excel {
  --fa:"\f1c3";
}
.fa-file-contract {
  --fa:"\f56c";
}
.fa-fish-fins {
  --fa:"\e4f2";
}
.fa-building-flag {
  --fa:"\e4d5";
}
.fa-face-grin-beam,
.fa-grin-beam {
  --fa:"\f582";
}
.fa-object-ungroup {
  --fa:"\f248";
}
.fa-poop {
  --fa:"\f619";
}
.fa-location-pin,
.fa-map-marker {
  --fa:"\f041";
}
.fa-kaaba {
  --fa:"\f66b";
}
.fa-toilet-paper {
  --fa:"\f71e";
}
.fa-hard-hat,
.fa-hat-hard,
.fa-helmet-safety {
  --fa:"\f807";
}
.fa-eject {
  --fa:"\f052";
}
.fa-arrow-alt-circle-right,
.fa-circle-right {
  --fa:"\f35a";
}
.fa-plane-circle-check {
  --fa:"\e555";
}
.fa-face-rolling-eyes,
.fa-meh-rolling-eyes {
  --fa:"\f5a5";
}
.fa-object-group {
  --fa:"\f247";
}
.fa-chart-line,
.fa-line-chart {
  --fa:"\f201";
}
.fa-mask-ventilator {
  --fa:"\e524";
}
.fa-arrow-right {
  --fa:"\f061";
}
.fa-map-signs,
.fa-signs-post {
  --fa:"\f277";
}
.fa-cash-register {
  --fa:"\f788";
}
.fa-person-circle-question {
  --fa:"\e542";
}
.fa-h {
  --fa:"H";
}
.fa-tarp {
  --fa:"\e57b";
}
.fa-screwdriver-wrench,
.fa-tools {
  --fa:"\f7d9";
}
.fa-arrows-to-eye {
  --fa:"\e4bf";
}
.fa-plug-circle-bolt {
  --fa:"\e55b";
}
.fa-heart {
  --fa:"\f004";
}
.fa-mars-and-venus {
  --fa:"\f224";
}
.fa-home-user,
.fa-house-user {
  --fa:"\e1b0";
}
.fa-dumpster-fire {
  --fa:"\f794";
}
.fa-house-crack {
  --fa:"\e3b1";
}
.fa-cocktail,
.fa-martini-glass-citrus {
  --fa:"\f561";
}
.fa-face-surprise,
.fa-surprise {
  --fa:"\f5c2";
}
.fa-bottle-water {
  --fa:"\e4c5";
}
.fa-circle-pause,
.fa-pause-circle {
  --fa:"\f28b";
}
.fa-toilet-paper-slash {
  --fa:"\e072";
}
.fa-apple-alt,
.fa-apple-whole {
  --fa:"\f5d1";
}
.fa-kitchen-set {
  --fa:"\e51a";
}
.fa-r {
  --fa:"R";
}
.fa-temperature-1,
.fa-temperature-quarter,
.fa-thermometer-1,
.fa-thermometer-quarter {
  --fa:"\f2ca";
}
.fa-cube {
  --fa:"\f1b2";
}
.fa-bitcoin-sign {
  --fa:"\e0b4";
}
.fa-shield-dog {
  --fa:"\e573";
}
.fa-solar-panel {
  --fa:"\f5ba";
}
.fa-lock-open {
  --fa:"\f3c1";
}
.fa-elevator {
  --fa:"\e16d";
}
.fa-money-bill-transfer {
  --fa:"\e528";
}
.fa-money-bill-trend-up {
  --fa:"\e529";
}
.fa-house-flood-water-circle-arrow-right {
  --fa:"\e50f";
}
.fa-poll-h,
.fa-square-poll-horizontal {
  --fa:"\f682";
}
.fa-circle {
  --fa:"\f111";
}
.fa-backward-fast,
.fa-fast-backward {
  --fa:"\f049";
}
.fa-recycle {
  --fa:"\f1b8";
}
.fa-user-astronaut {
  --fa:"\f4fb";
}
.fa-plane-slash {
  --fa:"\e069";
}
.fa-trademark {
  --fa:"\f25c";
}
.fa-basketball,
.fa-basketball-ball {
  --fa:"\f434";
}
.fa-satellite-dish {
  --fa:"\f7c0";
}
.fa-arrow-alt-circle-up,
.fa-circle-up {
  --fa:"\f35b";
}
.fa-mobile-alt,
.fa-mobile-screen-button {
  --fa:"\f3cd";
}
.fa-volume-high,
.fa-volume-up {
  --fa:"\f028";
}
.fa-users-rays {
  --fa:"\e593";
}
.fa-wallet {
  --fa:"\f555";
}
.fa-clipboard-check {
  --fa:"\f46c";
}
.fa-file-audio {
  --fa:"\f1c7";
}
.fa-burger,
.fa-hamburger {
  --fa:"\f805";
}
.fa-wrench {
  --fa:"\f0ad";
}
.fa-bugs {
  --fa:"\e4d0";
}
.fa-rupee,
.fa-rupee-sign {
  --fa:"\f156";
}
.fa-file-image {
  --fa:"\f1c5";
}
.fa-circle-question,
.fa-question-circle {
  --fa:"\f059";
}
.fa-plane-departure {
  --fa:"\f5b0";
}
.fa-handshake-slash {
  --fa:"\e060";
}
.fa-book-bookmark {
  --fa:"\e0bb";
}
.fa-code-branch {
  --fa:"\f126";
}
.fa-hat-cowboy {
  --fa:"\f8c0";
}
.fa-bridge {
  --fa:"\e4c8";
}
.fa-phone-alt,
.fa-phone-flip {
  --fa:"\f879";
}
.fa-truck-front {
  --fa:"\e2b7";
}
.fa-cat {
  --fa:"\f6be";
}
.fa-anchor-circle-exclamation {
  --fa:"\e4ab";
}
.fa-truck-field {
  --fa:"\e58d";
}
.fa-route {
  --fa:"\f4d7";
}
.fa-clipboard-question {
  --fa:"\e4e3";
}
.fa-panorama {
  --fa:"\e209";
}
.fa-comment-medical {
  --fa:"\f7f5";
}
.fa-teeth-open {
  --fa:"\f62f";
}
.fa-file-circle-minus {
  --fa:"\e4ed";
}
.fa-tags {
  --fa:"\f02c";
}
.fa-wine-glass {
  --fa:"\f4e3";
}
.fa-fast-forward,
.fa-forward-fast {
  --fa:"\f050";
}
.fa-face-meh-blank,
.fa-meh-blank {
  --fa:"\f5a4";
}
.fa-parking,
.fa-square-parking {
  --fa:"\f540";
}
.fa-house-signal {
  --fa:"\e012";
}
.fa-bars-progress,
.fa-tasks-alt {
  --fa:"\f828";
}
.fa-faucet-drip {
  --fa:"\e006";
}
.fa-cart-flatbed,
.fa-dolly-flatbed {
  --fa:"\f474";
}
.fa-ban-smoking,
.fa-smoking-ban {
  --fa:"\f54d";
}
.fa-terminal {
  --fa:"\f120";
}
.fa-mobile-button {
  --fa:"\f10b";
}
.fa-house-medical-flag {
  --fa:"\e514";
}
.fa-basket-shopping,
.fa-shopping-basket {
  --fa:"\f291";
}
.fa-tape {
  --fa:"\f4db";
}
.fa-bus-alt,
.fa-bus-simple {
  --fa:"\f55e";
}
.fa-eye {
  --fa:"\f06e";
}
.fa-face-sad-cry,
.fa-sad-cry {
  --fa:"\f5b3";
}
.fa-audio-description {
  --fa:"\f29e";
}
.fa-person-military-to-person {
  --fa:"\e54c";
}
.fa-file-shield {
  --fa:"\e4f0";
}
.fa-user-slash {
  --fa:"\f506";
}
.fa-pen {
  --fa:"\f304";
}
.fa-tower-observation {
  --fa:"\e586";
}
.fa-file-code {
  --fa:"\f1c9";
}
.fa-signal,
.fa-signal-5,
.fa-signal-perfect {
  --fa:"\f012";
}
.fa-bus {
  --fa:"\f207";
}
.fa-heart-circle-xmark {
  --fa:"\e501";
}
.fa-home-lg,
.fa-house-chimney {
  --fa:"\e3af";
}
.fa-window-maximize {
  --fa:"\f2d0";
}
.fa-face-frown,
.fa-frown {
  --fa:"\f119";
}
.fa-prescription {
  --fa:"\f5b1";
}
.fa-shop,
.fa-store-alt {
  --fa:"\f54f";
}
.fa-floppy-disk,
.fa-save {
  --fa:"\f0c7";
}
.fa-vihara {
  --fa:"\f6a7";
}
.fa-balance-scale-left,
.fa-scale-unbalanced {
  --fa:"\f515";
}
.fa-sort-asc,
.fa-sort-up {
  --fa:"\f0de";
}
.fa-comment-dots,
.fa-commenting {
  --fa:"\f4ad";
}
.fa-plant-wilt {
  --fa:"\e5aa";
}
.fa-diamond {
  --fa:"\f219";
}
.fa-face-grin-squint,
.fa-grin-squint {
  --fa:"\f585";
}
.fa-hand-holding-dollar,
.fa-hand-holding-usd {
  --fa:"\f4c0";
}
.fa-chart-diagram {
  --fa:"\e695";
}
.fa-bacterium {
  --fa:"\e05a";
}
.fa-hand-pointer {
  --fa:"\f25a";
}
.fa-drum-steelpan {
  --fa:"\f56a";
}
.fa-hand-scissors {
  --fa:"\f257";
}
.fa-hands-praying,
.fa-praying-hands {
  --fa:"\f684";
}
.fa-arrow-right-rotate,
.fa-arrow-rotate-forward,
.fa-arrow-rotate-right,
.fa-redo {
  --fa:"\f01e";
}
.fa-biohazard {
  --fa:"\f780";
}
.fa-location,
.fa-location-crosshairs {
  --fa:"\f601";
}
.fa-mars-double {
  --fa:"\f227";
}
.fa-child-dress {
  --fa:"\e59c";
}
.fa-users-between-lines {
  --fa:"\e591";
}
.fa-lungs-virus {
  --fa:"\e067";
}
.fa-face-grin-tears,
.fa-grin-tears {
  --fa:"\f588";
}
.fa-phone {
  --fa:"\f095";
}
.fa-calendar-times,
.fa-calendar-xmark {
  --fa:"\f273";
}
.fa-child-reaching {
  --fa:"\e59d";
}
.fa-head-side-virus {
  --fa:"\e064";
}
.fa-user-cog,
.fa-user-gear {
  --fa:"\f4fe";
}
.fa-arrow-up-1-9,
.fa-sort-numeric-up {
  --fa:"\f163";
}
.fa-door-closed {
  --fa:"\f52a";
}
.fa-shield-virus {
  --fa:"\e06c";
}
.fa-dice-six {
  --fa:"\f526";
}
.fa-mosquito-net {
  --fa:"\e52c";
}
.fa-file-fragment {
  --fa:"\e697";
}
.fa-bridge-water {
  --fa:"\e4ce";
}
.fa-person-booth {
  --fa:"\f756";
}
.fa-text-width {
  --fa:"\f035";
}
.fa-hat-wizard {
  --fa:"\f6e8";
}
.fa-pen-fancy {
  --fa:"\f5ac";
}
.fa-digging,
.fa-person-digging {
  --fa:"\f85e";
}
.fa-trash {
  --fa:"\f1f8";
}
.fa-gauge-simple,
.fa-gauge-simple-med,
.fa-tachometer-average {
  --fa:"\f629";
}
.fa-book-medical {
  --fa:"\f7e6";
}
.fa-poo {
  --fa:"\f2fe";
}
.fa-quote-right,
.fa-quote-right-alt {
  --fa:"\f10e";
}
.fa-shirt,
.fa-t-shirt,
.fa-tshirt {
  --fa:"\f553";
}
.fa-cubes {
  --fa:"\f1b3";
}
.fa-divide {
  --fa:"\f529";
}
.fa-tenge,
.fa-tenge-sign {
  --fa:"\f7d7";
}
.fa-headphones {
  --fa:"\f025";
}
.fa-hands-holding {
  --fa:"\f4c2";
}
.fa-hands-clapping {
  --fa:"\e1a8";
}
.fa-republican {
  --fa:"\f75e";
}
.fa-arrow-left {
  --fa:"\f060";
}
.fa-person-circle-xmark {
  --fa:"\e543";
}
.fa-ruler {
  --fa:"\f545";
}
.fa-align-left {
  --fa:"\f036";
}
.fa-dice-d6 {
  --fa:"\f6d1";
}
.fa-restroom {
  --fa:"\f7bd";
}
.fa-j {
  --fa:"J";
}
.fa-users-viewfinder {
  --fa:"\e595";
}
.fa-file-video {
  --fa:"\f1c8";
}
.fa-external-link-alt,
.fa-up-right-from-square {
  --fa:"\f35d";
}
.fa-table-cells,
.fa-th {
  --fa:"\f00a";
}
.fa-file-pdf {
  --fa:"\f1c1";
}
.fa-bible,
.fa-book-bible {
  --fa:"\f647";
}
.fa-o {
  --fa:"O";
}
.fa-medkit,
.fa-suitcase-medical {
  --fa:"\f0fa";
}
.fa-user-secret {
  --fa:"\f21b";
}
.fa-otter {
  --fa:"\f700";
}
.fa-female,
.fa-person-dress {
  --fa:"\f182";
}
.fa-comment-dollar {
  --fa:"\f651";
}
.fa-briefcase-clock,
.fa-business-time {
  --fa:"\f64a";
}
.fa-table-cells-large,
.fa-th-large {
  --fa:"\f009";
}
.fa-book-tanakh,
.fa-tanakh {
  --fa:"\f827";
}
.fa-phone-volume,
.fa-volume-control-phone {
  --fa:"\f2a0";
}
.fa-hat-cowboy-side {
  --fa:"\f8c1";
}
.fa-clipboard-user {
  --fa:"\f7f3";
}
.fa-child {
  --fa:"\f1ae";
}
.fa-lira-sign {
  --fa:"\f195";
}
.fa-satellite {
  --fa:"\f7bf";
}
.fa-plane-lock {
  --fa:"\e558";
}
.fa-tag {
  --fa:"\f02b";
}
.fa-comment {
  --fa:"\f075";
}
.fa-birthday-cake,
.fa-cake,
.fa-cake-candles {
  --fa:"\f1fd";
}
.fa-envelope {
  --fa:"\f0e0";
}
.fa-angle-double-up,
.fa-angles-up {
  --fa:"\f102";
}
.fa-paperclip {
  --fa:"\f0c6";
}
.fa-arrow-right-to-city {
  --fa:"\e4b3";
}
.fa-ribbon {
  --fa:"\f4d6";
}
.fa-lungs {
  --fa:"\f604";
}
.fa-arrow-up-9-1,
.fa-sort-numeric-up-alt {
  --fa:"\f887";
}
.fa-litecoin-sign {
  --fa:"\e1d3";
}
.fa-border-none {
  --fa:"\f850";
}
.fa-circle-nodes {
  --fa:"\e4e2";
}
.fa-parachute-box {
  --fa:"\f4cd";
}
.fa-indent {
  --fa:"\f03c";
}
.fa-truck-field-un {
  --fa:"\e58e";
}
.fa-hourglass,
.fa-hourglass-empty {
  --fa:"\f254";
}
.fa-mountain {
  --fa:"\f6fc";
}
.fa-user-doctor,
.fa-user-md {
  --fa:"\f0f0";
}
.fa-circle-info,
.fa-info-circle {
  --fa:"\f05a";
}
.fa-cloud-meatball {
  --fa:"\f73b";
}
.fa-camera,
.fa-camera-alt {
  --fa:"\f030";
}
.fa-square-virus {
  --fa:"\e578";
}
.fa-meteor {
  --fa:"\f753";
}
.fa-car-on {
  --fa:"\e4dd";
}
.fa-sleigh {
  --fa:"\f7cc";
}
.fa-arrow-down-1-9,
.fa-sort-numeric-asc,
.fa-sort-numeric-down {
  --fa:"\f162";
}
.fa-hand-holding-droplet,
.fa-hand-holding-water {
  --fa:"\f4c1";
}
.fa-water {
  --fa:"\f773";
}
.fa-calendar-check {
  --fa:"\f274";
}
.fa-braille {
  --fa:"\f2a1";
}
.fa-prescription-bottle-alt,
.fa-prescription-bottle-medical {
  --fa:"\f486";
}
.fa-landmark {
  --fa:"\f66f";
}
.fa-truck {
  --fa:"\f0d1";
}
.fa-crosshairs {
  --fa:"\f05b";
}
.fa-person-cane {
  --fa:"\e53c";
}
.fa-tent {
  --fa:"\e57d";
}
.fa-vest-patches {
  --fa:"\e086";
}
.fa-check-double {
  --fa:"\f560";
}
.fa-arrow-down-a-z,
.fa-sort-alpha-asc,
.fa-sort-alpha-down {
  --fa:"\f15d";
}
.fa-money-bill-wheat {
  --fa:"\e52a";
}
.fa-cookie {
  --fa:"\f563";
}
.fa-arrow-left-rotate,
.fa-arrow-rotate-back,
.fa-arrow-rotate-backward,
.fa-arrow-rotate-left,
.fa-undo {
  --fa:"\f0e2";
}
.fa-hard-drive,
.fa-hdd {
  --fa:"\f0a0";
}
.fa-face-grin-squint-tears,
.fa-grin-squint-tears {
  --fa:"\f586";
}
.fa-dumbbell {
  --fa:"\f44b";
}
.fa-list-alt,
.fa-rectangle-list {
  --fa:"\f022";
}
.fa-tarp-droplet {
  --fa:"\e57c";
}
.fa-house-medical-circle-check {
  --fa:"\e511";
}
.fa-person-skiing-nordic,
.fa-skiing-nordic {
  --fa:"\f7ca";
}
.fa-calendar-plus {
  --fa:"\f271";
}
.fa-plane-arrival {
  --fa:"\f5af";
}
.fa-arrow-alt-circle-left,
.fa-circle-left {
  --fa:"\f359";
}
.fa-subway,
.fa-train-subway {
  --fa:"\f239";
}
.fa-chart-gantt {
  --fa:"\e0e4";
}
.fa-indian-rupee,
.fa-indian-rupee-sign,
.fa-inr {
  --fa:"\e1bc";
}
.fa-crop-alt,
.fa-crop-simple {
  --fa:"\f565";
}
.fa-money-bill-1,
.fa-money-bill-alt {
  --fa:"\f3d1";
}
.fa-left-long,
.fa-long-arrow-alt-left {
  --fa:"\f30a";
}
.fa-dna {
  --fa:"\f471";
}
.fa-virus-slash {
  --fa:"\e075";
}
.fa-minus,
.fa-subtract {
  --fa:"\f068";
}
.fa-chess {
  --fa:"\f439";
}
.fa-arrow-left-long,
.fa-long-arrow-left {
  --fa:"\f177";
}
.fa-plug-circle-check {
  --fa:"\e55c";
}
.fa-street-view {
  --fa:"\f21d";
}
.fa-franc-sign {
  --fa:"\e18f";
}
.fa-volume-off {
  --fa:"\f026";
}
.fa-american-sign-language-interpreting,
.fa-asl-interpreting,
.fa-hands-american-sign-language-interpreting,
.fa-hands-asl-interpreting {
  --fa:"\f2a3";
}
.fa-cog,
.fa-gear {
  --fa:"\f013";
}
.fa-droplet-slash,
.fa-tint-slash {
  --fa:"\f5c7";
}
.fa-mosque {
  --fa:"\f678";
}
.fa-mosquito {
  --fa:"\e52b";
}
.fa-star-of-david {
  --fa:"\f69a";
}
.fa-person-military-rifle {
  --fa:"\e54b";
}
.fa-cart-shopping,
.fa-shopping-cart {
  --fa:"\f07a";
}
.fa-vials {
  --fa:"\f493";
}
.fa-plug-circle-plus {
  --fa:"\e55f";
}
.fa-place-of-worship {
  --fa:"\f67f";
}
.fa-grip-vertical {
  --fa:"\f58e";
}
.fa-hexagon-nodes {
  --fa:"\e699";
}
.fa-arrow-turn-up,
.fa-level-up {
  --fa:"\f148";
}
.fa-u {
  --fa:"U";
}
.fa-square-root-alt,
.fa-square-root-variable {
  --fa:"\f698";
}
.fa-clock,
.fa-clock-four {
  --fa:"\f017";
}
.fa-backward-step,
.fa-step-backward {
  --fa:"\f048";
}
.fa-pallet {
  --fa:"\f482";
}
.fa-faucet {
  --fa:"\e005";
}
.fa-baseball-bat-ball {
  --fa:"\f432";
}
.fa-s {
  --fa:"S";
}
.fa-timeline {
  --fa:"\e29c";
}
.fa-keyboard {
  --fa:"\f11c";
}
.fa-caret-down {
  --fa:"\f0d7";
}
.fa-clinic-medical,
.fa-house-chimney-medical {
  --fa:"\f7f2";
}
.fa-temperature-3,
.fa-temperature-three-quarters,
.fa-thermometer-3,
.fa-thermometer-three-quarters {
  --fa:"\f2c8";
}
.fa-mobile-android-alt,
.fa-mobile-screen {
  --fa:"\f3cf";
}
.fa-plane-up {
  --fa:"\e22d";
}
.fa-piggy-bank {
  --fa:"\f4d3";
}
.fa-battery-3,
.fa-battery-half {
  --fa:"\f242";
}
.fa-mountain-city {
  --fa:"\e52e";
}
.fa-coins {
  --fa:"\f51e";
}
.fa-khanda {
  --fa:"\f66d";
}
.fa-sliders,
.fa-sliders-h {
  --fa:"\f1de";
}
.fa-folder-tree {
  --fa:"\f802";
}
.fa-network-wired {
  --fa:"\f6ff";
}
.fa-map-pin {
  --fa:"\f276";
}
.fa-hamsa {
  --fa:"\f665";
}
.fa-cent-sign {
  --fa:"\e3f5";
}
.fa-flask {
  --fa:"\f0c3";
}
.fa-person-pregnant {
  --fa:"\e31e";
}
.fa-wand-sparkles {
  --fa:"\f72b";
}
.fa-ellipsis-v,
.fa-ellipsis-vertical {
  --fa:"\f142";
}
.fa-ticket {
  --fa:"\f145";
}
.fa-power-off {
  --fa:"\f011";
}
.fa-long-arrow-alt-right,
.fa-right-long {
  --fa:"\f30b";
}
.fa-flag-usa {
  --fa:"\f74d";
}
.fa-laptop-file {
  --fa:"\e51d";
}
.fa-teletype,
.fa-tty {
  --fa:"\f1e4";
}
.fa-diagram-next {
  --fa:"\e476";
}
.fa-person-rifle {
  --fa:"\e54e";
}
.fa-house-medical-circle-exclamation {
  --fa:"\e512";
}
.fa-closed-captioning {
  --fa:"\f20a";
}
.fa-hiking,
.fa-person-hiking {
  --fa:"\f6ec";
}
.fa-venus-double {
  --fa:"\f226";
}
.fa-images {
  --fa:"\f302";
}
.fa-calculator {
  --fa:"\f1ec";
}
.fa-people-pulling {
  --fa:"\e535";
}
.fa-n {
  --fa:"N";
}
.fa-cable-car,
.fa-tram {
  --fa:"\f7da";
}
.fa-cloud-rain {
  --fa:"\f73d";
}
.fa-building-circle-xmark {
  --fa:"\e4d4";
}
.fa-ship {
  --fa:"\f21a";
}
.fa-arrows-down-to-line {
  --fa:"\e4b8";
}
.fa-download {
  --fa:"\f019";
}
.fa-face-grin,
.fa-grin {
  --fa:"\f580";
}
.fa-backspace,
.fa-delete-left {
  --fa:"\f55a";
}
.fa-eye-dropper,
.fa-eye-dropper-empty,
.fa-eyedropper {
  --fa:"\f1fb";
}
.fa-file-circle-check {
  --fa:"\e5a0";
}
.fa-forward {
  --fa:"\f04e";
}
.fa-mobile,
.fa-mobile-android,
.fa-mobile-phone {
  --fa:"\f3ce";
}
.fa-face-meh,
.fa-meh {
  --fa:"\f11a";
}
.fa-align-center {
  --fa:"\f037";
}
.fa-book-dead,
.fa-book-skull {
  --fa:"\f6b7";
}
.fa-drivers-license,
.fa-id-card {
  --fa:"\f2c2";
}
.fa-dedent,
.fa-outdent {
  --fa:"\f03b";
}
.fa-heart-circle-exclamation {
  --fa:"\e4fe";
}
.fa-home,
.fa-home-alt,
.fa-home-lg-alt,
.fa-house {
  --fa:"\f015";
}
.fa-calendar-week {
  --fa:"\f784";
}
.fa-laptop-medical {
  --fa:"\f812";
}
.fa-b {
  --fa:"B";
}
.fa-file-medical {
  --fa:"\f477";
}
.fa-dice-one {
  --fa:"\f525";
}
.fa-kiwi-bird {
  --fa:"\f535";
}
.fa-arrow-right-arrow-left,
.fa-exchange {
  --fa:"\f0ec";
}
.fa-redo-alt,
.fa-rotate-forward,
.fa-rotate-right {
  --fa:"\f2f9";
}
.fa-cutlery,
.fa-utensils {
  --fa:"\f2e7";
}
.fa-arrow-up-wide-short,
.fa-sort-amount-up {
  --fa:"\f161";
}
.fa-mill-sign {
  --fa:"\e1ed";
}
.fa-bowl-rice {
  --fa:"\e2eb";
}
.fa-skull {
  --fa:"\f54c";
}
.fa-broadcast-tower,
.fa-tower-broadcast {
  --fa:"\f519";
}
.fa-truck-pickup {
  --fa:"\f63c";
}
.fa-long-arrow-alt-up,
.fa-up-long {
  --fa:"\f30c";
}
.fa-stop {
  --fa:"\f04d";
}
.fa-code-merge {
  --fa:"\f387";
}
.fa-upload {
  --fa:"\f093";
}
.fa-hurricane {
  --fa:"\f751";
}
.fa-mound {
  --fa:"\e52d";
}
.fa-toilet-portable {
  --fa:"\e583";
}
.fa-compact-disc {
  --fa:"\f51f";
}
.fa-file-arrow-down,
.fa-file-download {
  --fa:"\f56d";
}
.fa-caravan {
  --fa:"\f8ff";
}
.fa-shield-cat {
  --fa:"\e572";
}
.fa-bolt,
.fa-zap {
  --fa:"\f0e7";
}
.fa-glass-water {
  --fa:"\e4f4";
}
.fa-oil-well {
  --fa:"\e532";
}
.fa-vault {
  --fa:"\e2c5";
}
.fa-mars {
  --fa:"\f222";
}
.fa-toilet {
  --fa:"\f7d8";
}
.fa-plane-circle-xmark {
  --fa:"\e557";
}
.fa-cny,
.fa-jpy,
.fa-rmb,
.fa-yen,
.fa-yen-sign {
  --fa:"\f157";
}
.fa-rouble,
.fa-rub,
.fa-ruble,
.fa-ruble-sign {
  --fa:"\f158";
}
.fa-sun {
  --fa:"\f185";
}
.fa-guitar {
  --fa:"\f7a6";
}
.fa-face-laugh-wink,
.fa-laugh-wink {
  --fa:"\f59c";
}
.fa-horse-head {
  --fa:"\f7ab";
}
.fa-bore-hole {
  --fa:"\e4c3";
}
.fa-industry {
  --fa:"\f275";
}
.fa-arrow-alt-circle-down,
.fa-circle-down {
  --fa:"\f358";
}
.fa-arrows-turn-to-dots {
  --fa:"\e4c1";
}
.fa-florin-sign {
  --fa:"\e184";
}
.fa-arrow-down-short-wide,
.fa-sort-amount-desc,
.fa-sort-amount-down-alt {
  --fa:"\f884";
}
.fa-less-than {
  --fa:"<";
}
.fa-angle-down {
  --fa:"\f107";
}
.fa-car-tunnel {
  --fa:"\e4de";
}
.fa-head-side-cough {
  --fa:"\e061";
}
.fa-grip-lines {
  --fa:"\f7a4";
}
.fa-thumbs-down {
  --fa:"\f165";
}
.fa-user-lock {
  --fa:"\f502";
}
.fa-arrow-right-long,
.fa-long-arrow-right {
  --fa:"\f178";
}
.fa-anchor-circle-xmark {
  --fa:"\e4ac";
}
.fa-ellipsis,
.fa-ellipsis-h {
  --fa:"\f141";
}
.fa-chess-pawn {
  --fa:"\f443";
}
.fa-first-aid,
.fa-kit-medical {
  --fa:"\f479";
}
.fa-person-through-window {
  --fa:"\e5a9";
}
.fa-toolbox {
  --fa:"\f552";
}
.fa-hands-holding-circle {
  --fa:"\e4fb";
}
.fa-bug {
  --fa:"\f188";
}
.fa-credit-card,
.fa-credit-card-alt {
  --fa:"\f09d";
}
.fa-automobile,
.fa-car {
  --fa:"\f1b9";
}
.fa-hand-holding-hand {
  --fa:"\e4f7";
}
.fa-book-open-reader,
.fa-book-reader {
  --fa:"\f5da";
}
.fa-mountain-sun {
  --fa:"\e52f";
}
.fa-arrows-left-right-to-line {
  --fa:"\e4ba";
}
.fa-dice-d20 {
  --fa:"\f6cf";
}
.fa-truck-droplet {
  --fa:"\e58c";
}
.fa-file-circle-xmark {
  --fa:"\e5a1";
}
.fa-temperature-arrow-up,
.fa-temperature-up {
  --fa:"\e040";
}
.fa-medal {
  --fa:"\f5a2";
}
.fa-bed {
  --fa:"\f236";
}
.fa-h-square,
.fa-square-h {
  --fa:"\f0fd";
}
.fa-podcast {
  --fa:"\f2ce";
}
.fa-temperature-4,
.fa-temperature-full,
.fa-thermometer-4,
.fa-thermometer-full {
  --fa:"\f2c7";
}
.fa-bell {
  --fa:"\f0f3";
}
.fa-superscript {
  --fa:"\f12b";
}
.fa-plug-circle-xmark {
  --fa:"\e560";
}
.fa-star-of-life {
  --fa:"\f621";
}
.fa-phone-slash {
  --fa:"\f3dd";
}
.fa-paint-roller {
  --fa:"\f5aa";
}
.fa-hands-helping,
.fa-handshake-angle {
  --fa:"\f4c4";
}
.fa-location-dot,
.fa-map-marker-alt {
  --fa:"\f3c5";
}
.fa-file {
  --fa:"\f15b";
}
.fa-greater-than {
  --fa:">";
}
.fa-person-swimming,
.fa-swimmer {
  --fa:"\f5c4";
}
.fa-arrow-down {
  --fa:"\f063";
}
.fa-droplet,
.fa-tint {
  --fa:"\f043";
}
.fa-eraser {
  --fa:"\f12d";
}
.fa-earth,
.fa-earth-america,
.fa-earth-americas,
.fa-globe-americas {
  --fa:"\f57d";
}
.fa-person-burst {
  --fa:"\e53b";
}
.fa-dove {
  --fa:"\f4ba";
}
.fa-battery-0,
.fa-battery-empty {
  --fa:"\f244";
}
.fa-socks {
  --fa:"\f696";
}
.fa-inbox {
  --fa:"\f01c";
}
.fa-section {
  --fa:"\e447";
}
.fa-gauge-high,
.fa-tachometer-alt,
.fa-tachometer-alt-fast {
  --fa:"\f625";
}
.fa-envelope-open-text {
  --fa:"\f658";
}
.fa-hospital,
.fa-hospital-alt,
.fa-hospital-wide {
  --fa:"\f0f8";
}
.fa-wine-bottle {
  --fa:"\f72f";
}
.fa-chess-rook {
  --fa:"\f447";
}
.fa-bars-staggered,
.fa-reorder,
.fa-stream {
  --fa:"\f550";
}
.fa-dharmachakra {
  --fa:"\f655";
}
.fa-hotdog {
  --fa:"\f80f";
}
.fa-blind,
.fa-person-walking-with-cane {
  --fa:"\f29d";
}
.fa-drum {
  --fa:"\f569";
}
.fa-ice-cream {
  --fa:"\f810";
}
.fa-heart-circle-bolt {
  --fa:"\e4fc";
}
.fa-fax {
  --fa:"\f1ac";
}
.fa-paragraph {
  --fa:"\f1dd";
}
.fa-check-to-slot,
.fa-vote-yea {
  --fa:"\f772";
}
.fa-star-half {
  --fa:"\f089";
}
.fa-boxes,
.fa-boxes-alt,
.fa-boxes-stacked {
  --fa:"\f468";
}
.fa-chain,
.fa-link {
  --fa:"\f0c1";
}
.fa-assistive-listening-systems,
.fa-ear-listen {
  --fa:"\f2a2";
}
.fa-tree-city {
  --fa:"\e587";
}
.fa-play {
  --fa:"\f04b";
}
.fa-font {
  --fa:"\f031";
}
.fa-table-cells-row-lock {
  --fa:"\e67a";
}
.fa-rupiah-sign {
  --fa:"\e23d";
}
.fa-magnifying-glass,
.fa-search {
  --fa:"\f002";
}
.fa-ping-pong-paddle-ball,
.fa-table-tennis,
.fa-table-tennis-paddle-ball {
  --fa:"\f45d";
}
.fa-diagnoses,
.fa-person-dots-from-line {
  --fa:"\f470";
}
.fa-trash-can-arrow-up,
.fa-trash-restore-alt {
  --fa:"\f82a";
}
.fa-naira-sign {
  --fa:"\e1f6";
}
.fa-cart-arrow-down {
  --fa:"\f218";
}
.fa-walkie-talkie {
  --fa:"\f8ef";
}
.fa-file-edit,
.fa-file-pen {
  --fa:"\f31c";
}
.fa-receipt {
  --fa:"\f543";
}
.fa-pen-square,
.fa-pencil-square,
.fa-square-pen {
  --fa:"\f14b";
}
.fa-suitcase-rolling {
  --fa:"\f5c1";
}
.fa-person-circle-exclamation {
  --fa:"\e53f";
}
.fa-chevron-down {
  --fa:"\f078";
}
.fa-battery,
.fa-battery-5,
.fa-battery-full {
  --fa:"\f240";
}
.fa-skull-crossbones {
  --fa:"\f714";
}
.fa-code-compare {
  --fa:"\e13a";
}
.fa-list-dots,
.fa-list-ul {
  --fa:"\f0ca";
}
.fa-school-lock {
  --fa:"\e56f";
}
.fa-tower-cell {
  --fa:"\e585";
}
.fa-down-long,
.fa-long-arrow-alt-down {
  --fa:"\f309";
}
.fa-ranking-star {
  --fa:"\e561";
}
.fa-chess-king {
  --fa:"\f43f";
}
.fa-person-harassing {
  --fa:"\e549";
}
.fa-brazilian-real-sign {
  --fa:"\e46c";
}
.fa-landmark-alt,
.fa-landmark-dome {
  --fa:"\f752";
}
.fa-arrow-up {
  --fa:"\f062";
}
.fa-television,
.fa-tv,
.fa-tv-alt {
  --fa:"\f26c";
}
.fa-shrimp {
  --fa:"\e448";
}
.fa-list-check,
.fa-tasks {
  --fa:"\f0ae";
}
.fa-jug-detergent {
  --fa:"\e519";
}
.fa-circle-user,
.fa-user-circle {
  --fa:"\f2bd";
}
.fa-user-shield {
  --fa:"\f505";
}
.fa-wind {
  --fa:"\f72e";
}
.fa-car-burst,
.fa-car-crash {
  --fa:"\f5e1";
}
.fa-y {
  --fa:"Y";
}
.fa-person-snowboarding,
.fa-snowboarding {
  --fa:"\f7ce";
}
.fa-shipping-fast,
.fa-truck-fast {
  --fa:"\f48b";
}
.fa-fish {
  --fa:"\f578";
}
.fa-user-graduate {
  --fa:"\f501";
}
.fa-adjust,
.fa-circle-half-stroke {
  --fa:"\f042";
}
.fa-clapperboard {
  --fa:"\e131";
}
.fa-circle-radiation,
.fa-radiation-alt {
  --fa:"\f7ba";
}
.fa-baseball,
.fa-baseball-ball {
  --fa:"\f433";
}
.fa-jet-fighter-up {
  --fa:"\e518";
}
.fa-diagram-project,
.fa-project-diagram {
  --fa:"\f542";
}
.fa-copy {
  --fa:"\f0c5";
}
.fa-volume-mute,
.fa-volume-times,
.fa-volume-xmark {
  --fa:"\f6a9";
}
.fa-hand-sparkles {
  --fa:"\e05d";
}
.fa-grip,
.fa-grip-horizontal {
  --fa:"\f58d";
}
.fa-share-from-square,
.fa-share-square {
  --fa:"\f14d";
}
.fa-child-combatant,
.fa-child-rifle {
  --fa:"\e4e0";
}
.fa-gun {
  --fa:"\e19b";
}
.fa-phone-square,
.fa-square-phone {
  --fa:"\f098";
}
.fa-add,
.fa-plus {
  --fa:"+";
}
.fa-expand {
  --fa:"\f065";
}
.fa-computer {
  --fa:"\e4e5";
}
.fa-close,
.fa-multiply,
.fa-remove,
.fa-times,
.fa-xmark {
  --fa:"\f00d";
}
.fa-arrows,
.fa-arrows-up-down-left-right {
  --fa:"\f047";
}
.fa-chalkboard-teacher,
.fa-chalkboard-user {
  --fa:"\f51c";
}
.fa-peso-sign {
  --fa:"\e222";
}
.fa-building-shield {
  --fa:"\e4d8";
}
.fa-baby {
  --fa:"\f77c";
}
.fa-users-line {
  --fa:"\e592";
}
.fa-quote-left,
.fa-quote-left-alt {
  --fa:"\f10d";
}
.fa-tractor {
  --fa:"\f722";
}
.fa-trash-arrow-up,
.fa-trash-restore {
  --fa:"\f829";
}
.fa-arrow-down-up-lock {
  --fa:"\e4b0";
}
.fa-lines-leaning {
  --fa:"\e51e";
}
.fa-ruler-combined {
  --fa:"\f546";
}
.fa-copyright {
  --fa:"\f1f9";
}
.fa-equals {
  --fa:"=";
}
.fa-blender {
  --fa:"\f517";
}
.fa-teeth {
  --fa:"\f62e";
}
.fa-ils,
.fa-shekel,
.fa-shekel-sign,
.fa-sheqel,
.fa-sheqel-sign {
  --fa:"\f20b";
}
.fa-map {
  --fa:"\f279";
}
.fa-rocket {
  --fa:"\f135";
}
.fa-photo-film,
.fa-photo-video {
  --fa:"\f87c";
}
.fa-folder-minus {
  --fa:"\f65d";
}
.fa-hexagon-nodes-bolt {
  --fa:"\e69a";
}
.fa-store {
  --fa:"\f54e";
}
.fa-arrow-trend-up {
  --fa:"\e098";
}
.fa-plug-circle-minus {
  --fa:"\e55e";
}
.fa-sign,
.fa-sign-hanging {
  --fa:"\f4d9";
}
.fa-bezier-curve {
  --fa:"\f55b";
}
.fa-bell-slash {
  --fa:"\f1f6";
}
.fa-tablet,
.fa-tablet-android {
  --fa:"\f3fb";
}
.fa-school-flag {
  --fa:"\e56e";
}
.fa-fill {
  --fa:"\f575";
}
.fa-angle-up {
  --fa:"\f106";
}
.fa-drumstick-bite {
  --fa:"\f6d7";
}
.fa-holly-berry {
  --fa:"\f7aa";
}
.fa-chevron-left {
  --fa:"\f053";
}
.fa-bacteria {
  --fa:"\e059";
}
.fa-hand-lizard {
  --fa:"\f258";
}
.fa-notdef {
  --fa:"\e1fe";
}
.fa-disease {
  --fa:"\f7fa";
}
.fa-briefcase-medical {
  --fa:"\f469";
}
.fa-genderless {
  --fa:"\f22d";
}
.fa-chevron-right {
  --fa:"\f054";
}
.fa-retweet {
  --fa:"\f079";
}
.fa-car-alt,
.fa-car-rear {
  --fa:"\f5de";
}
.fa-pump-soap {
  --fa:"\e06b";
}
.fa-video-slash {
  --fa:"\f4e2";
}
.fa-battery-2,
.fa-battery-quarter {
  --fa:"\f243";
}
.fa-radio {
  --fa:"\f8d7";
}
.fa-baby-carriage,
.fa-carriage-baby {
  --fa:"\f77d";
}
.fa-traffic-light {
  --fa:"\f637";
}
.fa-thermometer {
  --fa:"\f491";
}
.fa-vr-cardboard {
  --fa:"\f729";
}
.fa-hand-middle-finger {
  --fa:"\f806";
}
.fa-percent,
.fa-percentage {
  --fa:"%";
}
.fa-truck-moving {
  --fa:"\f4df";
}
.fa-glass-water-droplet {
  --fa:"\e4f5";
}
.fa-display {
  --fa:"\e163";
}
.fa-face-smile,
.fa-smile {
  --fa:"\f118";
}
.fa-thumb-tack,
.fa-thumbtack {
  --fa:"\f08d";
}
.fa-trophy {
  --fa:"\f091";
}
.fa-person-praying,
.fa-pray {
  --fa:"\f683";
}
.fa-hammer {
  --fa:"\f6e3";
}
.fa-hand-peace {
  --fa:"\f25b";
}
.fa-rotate,
.fa-sync-alt {
  --fa:"\f2f1";
}
.fa-spinner {
  --fa:"\f110";
}
.fa-robot {
  --fa:"\f544";
}
.fa-peace {
  --fa:"\f67c";
}
.fa-cogs,
.fa-gears {
  --fa:"\f085";
}
.fa-warehouse {
  --fa:"\f494";
}
.fa-arrow-up-right-dots {
  --fa:"\e4b7";
}
.fa-splotch {
  --fa:"\f5bc";
}
.fa-face-grin-hearts,
.fa-grin-hearts {
  --fa:"\f584";
}
.fa-dice-four {
  --fa:"\f524";
}
.fa-sim-card {
  --fa:"\f7c4";
}
.fa-transgender,
.fa-transgender-alt {
  --fa:"\f225";
}
.fa-mercury {
  --fa:"\f223";
}
.fa-arrow-turn-down,
.fa-level-down {
  --fa:"\f149";
}
.fa-person-falling-burst {
  --fa:"\e547";
}
.fa-award {
  --fa:"\f559";
}
.fa-ticket-alt,
.fa-ticket-simple {
  --fa:"\f3ff";
}
.fa-building {
  --fa:"\f1ad";
}
.fa-angle-double-left,
.fa-angles-left {
  --fa:"\f100";
}
.fa-qrcode {
  --fa:"\f029";
}
.fa-clock-rotate-left,
.fa-history {
  --fa:"\f1da";
}
.fa-face-grin-beam-sweat,
.fa-grin-beam-sweat {
  --fa:"\f583";
}
.fa-arrow-right-from-file,
.fa-file-export {
  --fa:"\f56e";
}
.fa-shield,
.fa-shield-blank {
  --fa:"\f132";
}
.fa-arrow-up-short-wide,
.fa-sort-amount-up-alt {
  --fa:"\f885";
}
.fa-comment-nodes {
  --fa:"\e696";
}
.fa-house-medical {
  --fa:"\e3b2";
}
.fa-golf-ball,
.fa-golf-ball-tee {
  --fa:"\f450";
}
.fa-chevron-circle-left,
.fa-circle-chevron-left {
  --fa:"\f137";
}
.fa-house-chimney-window {
  --fa:"\e00d";
}
.fa-pen-nib {
  --fa:"\f5ad";
}
.fa-tent-arrow-turn-left {
  --fa:"\e580";
}
.fa-tents {
  --fa:"\e582";
}
.fa-magic,
.fa-wand-magic {
  --fa:"\f0d0";
}
.fa-dog {
  --fa:"\f6d3";
}
.fa-carrot {
  --fa:"\f787";
}
.fa-moon {
  --fa:"\f186";
}
.fa-wine-glass-alt,
.fa-wine-glass-empty {
  --fa:"\f5ce";
}
.fa-cheese {
  --fa:"\f7ef";
}
.fa-yin-yang {
  --fa:"\f6ad";
}
.fa-music {
  --fa:"\f001";
}
.fa-code-commit {
  --fa:"\f386";
}
.fa-temperature-low {
  --fa:"\f76b";
}
.fa-biking,
.fa-person-biking {
  --fa:"\f84a";
}
.fa-broom {
  --fa:"\f51a";
}
.fa-shield-heart {
  --fa:"\e574";
}
.fa-gopuram {
  --fa:"\f664";
}
.fa-earth-oceania,
.fa-globe-oceania {
  --fa:"\e47b";
}
.fa-square-xmark,
.fa-times-square,
.fa-xmark-square {
  --fa:"\f2d3";
}
.fa-hashtag {
  --fa:"#";
}
.fa-expand-alt,
.fa-up-right-and-down-left-from-center {
  --fa:"\f424";
}
.fa-oil-can {
  --fa:"\f613";
}
.fa-t {
  --fa:"T";
}
.fa-hippo {
  --fa:"\f6ed";
}
.fa-chart-column {
  --fa:"\e0e3";
}
.fa-infinity {
  --fa:"\f534";
}
.fa-vial-circle-check {
  --fa:"\e596";
}
.fa-person-arrow-down-to-line {
  --fa:"\e538";
}
.fa-voicemail {
  --fa:"\f897";
}
.fa-fan {
  --fa:"\f863";
}
.fa-person-walking-luggage {
  --fa:"\e554";
}
.fa-arrows-alt-v,
.fa-up-down {
  --fa:"\f338";
}
.fa-cloud-moon-rain {
  --fa:"\f73c";
}
.fa-calendar {
  --fa:"\f133";
}
.fa-trailer {
  --fa:"\e041";
}
.fa-bahai,
.fa-haykal {
  --fa:"\f666";
}
.fa-sd-card {
  --fa:"\f7c2";
}
.fa-dragon {
  --fa:"\f6d5";
}
.fa-shoe-prints {
  --fa:"\f54b";
}
.fa-circle-plus,
.fa-plus-circle {
  --fa:"\f055";
}
.fa-face-grin-tongue-wink,
.fa-grin-tongue-wink {
  --fa:"\f58b";
}
.fa-hand-holding {
  --fa:"\f4bd";
}
.fa-plug-circle-exclamation {
  --fa:"\e55d";
}
.fa-chain-broken,
.fa-chain-slash,
.fa-link-slash,
.fa-unlink {
  --fa:"\f127";
}
.fa-clone {
  --fa:"\f24d";
}
.fa-person-walking-arrow-loop-left {
  --fa:"\e551";
}
.fa-arrow-up-z-a,
.fa-sort-alpha-up-alt {
  --fa:"\f882";
}
.fa-fire-alt,
.fa-fire-flame-curved {
  --fa:"\f7e4";
}
.fa-tornado {
  --fa:"\f76f";
}
.fa-file-circle-plus {
  --fa:"\e494";
}
.fa-book-quran,
.fa-quran {
  --fa:"\f687";
}
.fa-anchor {
  --fa:"\f13d";
}
.fa-border-all {
  --fa:"\f84c";
}
.fa-angry,
.fa-face-angry {
  --fa:"\f556";
}
.fa-cookie-bite {
  --fa:"\f564";
}
.fa-arrow-trend-down {
  --fa:"\e097";
}
.fa-feed,
.fa-rss {
  --fa:"\f09e";
}
.fa-draw-polygon {
  --fa:"\f5ee";
}
.fa-balance-scale,
.fa-scale-balanced {
  --fa:"\f24e";
}
.fa-gauge-simple-high,
.fa-tachometer,
.fa-tachometer-fast {
  --fa:"\f62a";
}
.fa-shower {
  --fa:"\f2cc";
}
.fa-desktop,
.fa-desktop-alt {
  --fa:"\f390";
}
.fa-m {
  --fa:"M";
}
.fa-table-list,
.fa-th-list {
  --fa:"\f00b";
}
.fa-comment-sms,
.fa-sms {
  --fa:"\f7cd";
}
.fa-book {
  --fa:"\f02d";
}
.fa-user-plus {
  --fa:"\f234";
}
.fa-check {
  --fa:"\f00c";
}
.fa-battery-4,
.fa-battery-three-quarters {
  --fa:"\f241";
}
.fa-house-circle-check {
  --fa:"\e509";
}
.fa-angle-left {
  --fa:"\f104";
}
.fa-diagram-successor {
  --fa:"\e47a";
}
.fa-truck-arrow-right {
  --fa:"\e58b";
}
.fa-arrows-split-up-and-left {
  --fa:"\e4bc";
}
.fa-fist-raised,
.fa-hand-fist {
  --fa:"\f6de";
}
.fa-cloud-moon {
  --fa:"\f6c3";
}
.fa-briefcase {
  --fa:"\f0b1";
}
.fa-person-falling {
  --fa:"\e546";
}
.fa-image-portrait,
.fa-portrait {
  --fa:"\f3e0";
}
.fa-user-tag {
  --fa:"\f507";
}
.fa-rug {
  --fa:"\e569";
}
.fa-earth-europe,
.fa-globe-europe {
  --fa:"\f7a2";
}
.fa-cart-flatbed-suitcase,
.fa-luggage-cart {
  --fa:"\f59d";
}
.fa-rectangle-times,
.fa-rectangle-xmark,
.fa-times-rectangle,
.fa-window-close {
  --fa:"\f410";
}
.fa-baht-sign {
  --fa:"\e0ac";
}
.fa-book-open {
  --fa:"\f518";
}
.fa-book-journal-whills,
.fa-journal-whills {
  --fa:"\f66a";
}
.fa-handcuffs {
  --fa:"\e4f8";
}
.fa-exclamation-triangle,
.fa-triangle-exclamation,
.fa-warning {
  --fa:"\f071";
}
.fa-database {
  --fa:"\f1c0";
}
.fa-mail-forward,
.fa-share {
  --fa:"\f064";
}
.fa-bottle-droplet {
  --fa:"\e4c4";
}
.fa-mask-face {
  --fa:"\e1d7";
}
.fa-hill-rockslide {
  --fa:"\e508";
}
.fa-exchange-alt,
.fa-right-left {
  --fa:"\f362";
}
.fa-paper-plane {
  --fa:"\f1d8";
}
.fa-road-circle-exclamation {
  --fa:"\e565";
}
.fa-dungeon {
  --fa:"\f6d9";
}
.fa-align-right {
  --fa:"\f038";
}
.fa-money-bill-1-wave,
.fa-money-bill-wave-alt {
  --fa:"\f53b";
}
.fa-life-ring {
  --fa:"\f1cd";
}
.fa-hands,
.fa-sign-language,
.fa-signing {
  --fa:"\f2a7";
}
.fa-calendar-day {
  --fa:"\f783";
}
.fa-ladder-water,
.fa-swimming-pool,
.fa-water-ladder {
  --fa:"\f5c5";
}
.fa-arrows-up-down,
.fa-arrows-v {
  --fa:"\f07d";
}
.fa-face-grimace,
.fa-grimace {
  --fa:"\f57f";
}
.fa-wheelchair-alt,
.fa-wheelchair-move {
  --fa:"\e2ce";
}
.fa-level-down-alt,
.fa-turn-down {
  --fa:"\f3be";
}
.fa-person-walking-arrow-right {
  --fa:"\e552";
}
.fa-envelope-square,
.fa-square-envelope {
  --fa:"\f199";
}
.fa-dice {
  --fa:"\f522";
}
.fa-bowling-ball {
  --fa:"\f436";
}
.fa-brain {
  --fa:"\f5dc";
}
.fa-band-aid,
.fa-bandage {
  --fa:"\f462";
}
.fa-calendar-minus {
  --fa:"\f272";
}
.fa-circle-xmark,
.fa-times-circle,
.fa-xmark-circle {
  --fa:"\f057";
}
.fa-gifts {
  --fa:"\f79c";
}
.fa-hotel {
  --fa:"\f594";
}
.fa-earth-asia,
.fa-globe-asia {
  --fa:"\f57e";
}
.fa-id-card-alt,
.fa-id-card-clip {
  --fa:"\f47f";
}
.fa-magnifying-glass-plus,
.fa-search-plus {
  --fa:"\f00e";
}
.fa-thumbs-up {
  --fa:"\f164";
}
.fa-user-clock {
  --fa:"\f4fd";
}
.fa-allergies,
.fa-hand-dots {
  --fa:"\f461";
}
.fa-file-invoice {
  --fa:"\f570";
}
.fa-window-minimize {
  --fa:"\f2d1";
}
.fa-coffee,
.fa-mug-saucer {
  --fa:"\f0f4";
}
.fa-brush {
  --fa:"\f55d";
}
.fa-file-half-dashed {
  --fa:"\e698";
}
.fa-mask {
  --fa:"\f6fa";
}
.fa-magnifying-glass-minus,
.fa-search-minus {
  --fa:"\f010";
}
.fa-ruler-vertical {
  --fa:"\f548";
}
.fa-user-alt,
.fa-user-large {
  --fa:"\f406";
}
.fa-train-tram {
  --fa:"\e5b4";
}
.fa-user-nurse {
  --fa:"\f82f";
}
.fa-syringe {
  --fa:"\f48e";
}
.fa-cloud-sun {
  --fa:"\f6c4";
}
.fa-stopwatch-20 {
  --fa:"\e06f";
}
.fa-square-full {
  --fa:"\f45c";
}
.fa-magnet {
  --fa:"\f076";
}
.fa-jar {
  --fa:"\e516";
}
.fa-note-sticky,
.fa-sticky-note {
  --fa:"\f249";
}
.fa-bug-slash {
  --fa:"\e490";
}
.fa-arrow-up-from-water-pump {
  --fa:"\e4b6";
}
.fa-bone {
  --fa:"\f5d7";
}
.fa-table-cells-row-unlock {
  --fa:"\e691";
}
.fa-user-injured {
  --fa:"\f728";
}
.fa-face-sad-tear,
.fa-sad-tear {
  --fa:"\f5b4";
}
.fa-plane {
  --fa:"\f072";
}
.fa-tent-arrows-down {
  --fa:"\e581";
}
.fa-exclamation {
  --fa:"!";
}
.fa-arrows-spin {
  --fa:"\e4bb";
}
.fa-print {
  --fa:"\f02f";
}
.fa-try,
.fa-turkish-lira,
.fa-turkish-lira-sign {
  --fa:"\e2bb";
}
.fa-dollar,
.fa-dollar-sign,
.fa-usd {
  --fa:"$";
}
.fa-x {
  --fa:"X";
}
.fa-magnifying-glass-dollar,
.fa-search-dollar {
  --fa:"\f688";
}
.fa-users-cog,
.fa-users-gear {
  --fa:"\f509";
}
.fa-person-military-pointing {
  --fa:"\e54a";
}
.fa-bank,
.fa-building-columns,
.fa-institution,
.fa-museum,
.fa-university {
  --fa:"\f19c";
}
.fa-umbrella {
  --fa:"\f0e9";
}
.fa-trowel {
  --fa:"\e589";
}
.fa-d {
  --fa:"D";
}
.fa-stapler {
  --fa:"\e5af";
}
.fa-masks-theater,
.fa-theater-masks {
  --fa:"\f630";
}
.fa-kip-sign {
  --fa:"\e1c4";
}
.fa-hand-point-left {
  --fa:"\f0a5";
}
.fa-handshake-alt,
.fa-handshake-simple {
  --fa:"\f4c6";
}
.fa-fighter-jet,
.fa-jet-fighter {
  --fa:"\f0fb";
}
.fa-share-alt-square,
.fa-square-share-nodes {
  --fa:"\f1e1";
}
.fa-barcode {
  --fa:"\f02a";
}
.fa-plus-minus {
  --fa:"\e43c";
}
.fa-video,
.fa-video-camera {
  --fa:"\f03d";
}
.fa-graduation-cap,
.fa-mortar-board {
  --fa:"\f19d";
}
.fa-hand-holding-medical {
  --fa:"\e05c";
}
.fa-person-circle-check {
  --fa:"\e53e";
}
.fa-level-up-alt,
.fa-turn-up {
  --fa:"\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("./media/fa-brands-400-Q3XCMWHQ.woff2") format("woff2"), url("./media/fa-brands-400-R2XQZCET.ttf") format("truetype");
}
.fa-brands,
.fab {
  font-weight: 400;
}
.fa-monero {
  --fa:"\f3d0";
}
.fa-hooli {
  --fa:"\f427";
}
.fa-yelp {
  --fa:"\f1e9";
}
.fa-cc-visa {
  --fa:"\f1f0";
}
.fa-lastfm {
  --fa:"\f202";
}
.fa-shopware {
  --fa:"\f5b5";
}
.fa-creative-commons-nc {
  --fa:"\f4e8";
}
.fa-aws {
  --fa:"\f375";
}
.fa-redhat {
  --fa:"\f7bc";
}
.fa-yoast {
  --fa:"\f2b1";
}
.fa-cloudflare {
  --fa:"\e07d";
}
.fa-ups {
  --fa:"\f7e0";
}
.fa-pixiv {
  --fa:"\e640";
}
.fa-wpexplorer {
  --fa:"\f2de";
}
.fa-dyalog {
  --fa:"\f399";
}
.fa-bity {
  --fa:"\f37a";
}
.fa-stackpath {
  --fa:"\f842";
}
.fa-buysellads {
  --fa:"\f20d";
}
.fa-first-order {
  --fa:"\f2b0";
}
.fa-modx {
  --fa:"\f285";
}
.fa-guilded {
  --fa:"\e07e";
}
.fa-vnv {
  --fa:"\f40b";
}
.fa-js-square,
.fa-square-js {
  --fa:"\f3b9";
}
.fa-microsoft {
  --fa:"\f3ca";
}
.fa-qq {
  --fa:"\f1d6";
}
.fa-orcid {
  --fa:"\f8d2";
}
.fa-java {
  --fa:"\f4e4";
}
.fa-invision {
  --fa:"\f7b0";
}
.fa-creative-commons-pd-alt {
  --fa:"\f4ed";
}
.fa-centercode {
  --fa:"\f380";
}
.fa-glide-g {
  --fa:"\f2a6";
}
.fa-drupal {
  --fa:"\f1a9";
}
.fa-jxl {
  --fa:"\e67b";
}
.fa-dart-lang {
  --fa:"\e693";
}
.fa-hire-a-helper {
  --fa:"\f3b0";
}
.fa-creative-commons-by {
  --fa:"\f4e7";
}
.fa-unity {
  --fa:"\e049";
}
.fa-whmcs {
  --fa:"\f40d";
}
.fa-rocketchat {
  --fa:"\f3e8";
}
.fa-vk {
  --fa:"\f189";
}
.fa-untappd {
  --fa:"\f405";
}
.fa-mailchimp {
  --fa:"\f59e";
}
.fa-css3-alt {
  --fa:"\f38b";
}
.fa-reddit-square,
.fa-square-reddit {
  --fa:"\f1a2";
}
.fa-vimeo-v {
  --fa:"\f27d";
}
.fa-contao {
  --fa:"\f26d";
}
.fa-square-font-awesome {
  --fa:"\e5ad";
}
.fa-deskpro {
  --fa:"\f38f";
}
.fa-brave {
  --fa:"\e63c";
}
.fa-sistrix {
  --fa:"\f3ee";
}
.fa-instagram-square,
.fa-square-instagram {
  --fa:"\e055";
}
.fa-battle-net {
  --fa:"\f835";
}
.fa-the-red-yeti {
  --fa:"\f69d";
}
.fa-hacker-news-square,
.fa-square-hacker-news {
  --fa:"\f3af";
}
.fa-edge {
  --fa:"\f282";
}
.fa-threads {
  --fa:"\e618";
}
.fa-napster {
  --fa:"\f3d2";
}
.fa-snapchat-square,
.fa-square-snapchat {
  --fa:"\f2ad";
}
.fa-google-plus-g {
  --fa:"\f0d5";
}
.fa-artstation {
  --fa:"\f77a";
}
.fa-markdown {
  --fa:"\f60f";
}
.fa-sourcetree {
  --fa:"\f7d3";
}
.fa-google-plus {
  --fa:"\f2b3";
}
.fa-diaspora {
  --fa:"\f791";
}
.fa-foursquare {
  --fa:"\f180";
}
.fa-stack-overflow {
  --fa:"\f16c";
}
.fa-github-alt {
  --fa:"\f113";
}
.fa-phoenix-squadron {
  --fa:"\f511";
}
.fa-pagelines {
  --fa:"\f18c";
}
.fa-algolia {
  --fa:"\f36c";
}
.fa-red-river {
  --fa:"\f3e3";
}
.fa-creative-commons-sa {
  --fa:"\f4ef";
}
.fa-safari {
  --fa:"\f267";
}
.fa-google {
  --fa:"\f1a0";
}
.fa-font-awesome-alt,
.fa-square-font-awesome-stroke {
  --fa:"\f35c";
}
.fa-atlassian {
  --fa:"\f77b";
}
.fa-linkedin-in {
  --fa:"\f0e1";
}
.fa-digital-ocean {
  --fa:"\f391";
}
.fa-nimblr {
  --fa:"\f5a8";
}
.fa-chromecast {
  --fa:"\f838";
}
.fa-evernote {
  --fa:"\f839";
}
.fa-hacker-news {
  --fa:"\f1d4";
}
.fa-creative-commons-sampling {
  --fa:"\f4f0";
}
.fa-adversal {
  --fa:"\f36a";
}
.fa-creative-commons {
  --fa:"\f25e";
}
.fa-watchman-monitoring {
  --fa:"\e087";
}
.fa-fonticons {
  --fa:"\f280";
}
.fa-weixin {
  --fa:"\f1d7";
}
.fa-shirtsinbulk {
  --fa:"\f214";
}
.fa-codepen {
  --fa:"\f1cb";
}
.fa-git-alt {
  --fa:"\f841";
}
.fa-lyft {
  --fa:"\f3c3";
}
.fa-rev {
  --fa:"\f5b2";
}
.fa-windows {
  --fa:"\f17a";
}
.fa-wizards-of-the-coast {
  --fa:"\f730";
}
.fa-square-viadeo,
.fa-viadeo-square {
  --fa:"\f2aa";
}
.fa-meetup {
  --fa:"\f2e0";
}
.fa-centos {
  --fa:"\f789";
}
.fa-adn {
  --fa:"\f170";
}
.fa-cloudsmith {
  --fa:"\f384";
}
.fa-opensuse {
  --fa:"\e62b";
}
.fa-pied-piper-alt {
  --fa:"\f1a8";
}
.fa-dribbble-square,
.fa-square-dribbble {
  --fa:"\f397";
}
.fa-codiepie {
  --fa:"\f284";
}
.fa-node {
  --fa:"\f419";
}
.fa-mix {
  --fa:"\f3cb";
}
.fa-steam {
  --fa:"\f1b6";
}
.fa-cc-apple-pay {
  --fa:"\f416";
}
.fa-scribd {
  --fa:"\f28a";
}
.fa-debian {
  --fa:"\e60b";
}
.fa-openid {
  --fa:"\f19b";
}
.fa-instalod {
  --fa:"\e081";
}
.fa-files-pinwheel {
  --fa:"\e69f";
}
.fa-expeditedssl {
  --fa:"\f23e";
}
.fa-sellcast {
  --fa:"\f2da";
}
.fa-square-twitter,
.fa-twitter-square {
  --fa:"\f081";
}
.fa-r-project {
  --fa:"\f4f7";
}
.fa-delicious {
  --fa:"\f1a5";
}
.fa-freebsd {
  --fa:"\f3a4";
}
.fa-vuejs {
  --fa:"\f41f";
}
.fa-accusoft {
  --fa:"\f369";
}
.fa-ioxhost {
  --fa:"\f208";
}
.fa-fonticons-fi {
  --fa:"\f3a2";
}
.fa-app-store {
  --fa:"\f36f";
}
.fa-cc-mastercard {
  --fa:"\f1f1";
}
.fa-itunes-note {
  --fa:"\f3b5";
}
.fa-golang {
  --fa:"\e40f";
}
.fa-kickstarter,
.fa-square-kickstarter {
  --fa:"\f3bb";
}
.fa-grav {
  --fa:"\f2d6";
}
.fa-weibo {
  --fa:"\f18a";
}
.fa-uncharted {
  --fa:"\e084";
}
.fa-firstdraft {
  --fa:"\f3a1";
}
.fa-square-youtube,
.fa-youtube-square {
  --fa:"\f431";
}
.fa-wikipedia-w {
  --fa:"\f266";
}
.fa-rendact,
.fa-wpressr {
  --fa:"\f3e4";
}
.fa-angellist {
  --fa:"\f209";
}
.fa-galactic-republic {
  --fa:"\f50c";
}
.fa-nfc-directional {
  --fa:"\e530";
}
.fa-skype {
  --fa:"\f17e";
}
.fa-joget {
  --fa:"\f3b7";
}
.fa-fedora {
  --fa:"\f798";
}
.fa-stripe-s {
  --fa:"\f42a";
}
.fa-meta {
  --fa:"\e49b";
}
.fa-laravel {
  --fa:"\f3bd";
}
.fa-hotjar {
  --fa:"\f3b1";
}
.fa-bluetooth-b {
  --fa:"\f294";
}
.fa-square-letterboxd {
  --fa:"\e62e";
}
.fa-sticker-mule {
  --fa:"\f3f7";
}
.fa-creative-commons-zero {
  --fa:"\f4f3";
}
.fa-hips {
  --fa:"\f452";
}
.fa-css {
  --fa:"\e6a2";
}
.fa-behance {
  --fa:"\f1b4";
}
.fa-reddit {
  --fa:"\f1a1";
}
.fa-discord {
  --fa:"\f392";
}
.fa-chrome {
  --fa:"\f268";
}
.fa-app-store-ios {
  --fa:"\f370";
}
.fa-cc-discover {
  --fa:"\f1f2";
}
.fa-wpbeginner {
  --fa:"\f297";
}
.fa-confluence {
  --fa:"\f78d";
}
.fa-shoelace {
  --fa:"\e60c";
}
.fa-mdb {
  --fa:"\f8ca";
}
.fa-dochub {
  --fa:"\f394";
}
.fa-accessible-icon {
  --fa:"\f368";
}
.fa-ebay {
  --fa:"\f4f4";
}
.fa-amazon {
  --fa:"\f270";
}
.fa-unsplash {
  --fa:"\e07c";
}
.fa-yarn {
  --fa:"\f7e3";
}
.fa-square-steam,
.fa-steam-square {
  --fa:"\f1b7";
}
.fa-500px {
  --fa:"\f26e";
}
.fa-square-vimeo,
.fa-vimeo-square {
  --fa:"\f194";
}
.fa-asymmetrik {
  --fa:"\f372";
}
.fa-font-awesome,
.fa-font-awesome-flag,
.fa-font-awesome-logo-full {
  --fa:"\f2b4";
}
.fa-gratipay {
  --fa:"\f184";
}
.fa-apple {
  --fa:"\f179";
}
.fa-hive {
  --fa:"\e07f";
}
.fa-gitkraken {
  --fa:"\f3a6";
}
.fa-keybase {
  --fa:"\f4f5";
}
.fa-apple-pay {
  --fa:"\f415";
}
.fa-padlet {
  --fa:"\e4a0";
}
.fa-amazon-pay {
  --fa:"\f42c";
}
.fa-github-square,
.fa-square-github {
  --fa:"\f092";
}
.fa-stumbleupon {
  --fa:"\f1a4";
}
.fa-fedex {
  --fa:"\f797";
}
.fa-phoenix-framework {
  --fa:"\f3dc";
}
.fa-shopify {
  --fa:"\e057";
}
.fa-neos {
  --fa:"\f612";
}
.fa-square-threads {
  --fa:"\e619";
}
.fa-hackerrank {
  --fa:"\f5f7";
}
.fa-researchgate {
  --fa:"\f4f8";
}
.fa-swift {
  --fa:"\f8e1";
}
.fa-angular {
  --fa:"\f420";
}
.fa-speakap {
  --fa:"\f3f3";
}
.fa-angrycreative {
  --fa:"\f36e";
}
.fa-y-combinator {
  --fa:"\f23b";
}
.fa-empire {
  --fa:"\f1d1";
}
.fa-envira {
  --fa:"\f299";
}
.fa-google-scholar {
  --fa:"\e63b";
}
.fa-gitlab-square,
.fa-square-gitlab {
  --fa:"\e5ae";
}
.fa-studiovinari {
  --fa:"\f3f8";
}
.fa-pied-piper {
  --fa:"\f2ae";
}
.fa-wordpress {
  --fa:"\f19a";
}
.fa-product-hunt {
  --fa:"\f288";
}
.fa-firefox {
  --fa:"\f269";
}
.fa-linode {
  --fa:"\f2b8";
}
.fa-goodreads {
  --fa:"\f3a8";
}
.fa-odnoklassniki-square,
.fa-square-odnoklassniki {
  --fa:"\f264";
}
.fa-jsfiddle {
  --fa:"\f1cc";
}
.fa-sith {
  --fa:"\f512";
}
.fa-themeisle {
  --fa:"\f2b2";
}
.fa-page4 {
  --fa:"\f3d7";
}
.fa-hashnode {
  --fa:"\e499";
}
.fa-react {
  --fa:"\f41b";
}
.fa-cc-paypal {
  --fa:"\f1f4";
}
.fa-squarespace {
  --fa:"\f5be";
}
.fa-cc-stripe {
  --fa:"\f1f5";
}
.fa-creative-commons-share {
  --fa:"\f4f2";
}
.fa-bitcoin {
  --fa:"\f379";
}
.fa-keycdn {
  --fa:"\f3ba";
}
.fa-opera {
  --fa:"\f26a";
}
.fa-itch-io {
  --fa:"\f83a";
}
.fa-umbraco {
  --fa:"\f8e8";
}
.fa-galactic-senate {
  --fa:"\f50d";
}
.fa-ubuntu {
  --fa:"\f7df";
}
.fa-draft2digital {
  --fa:"\f396";
}
.fa-stripe {
  --fa:"\f429";
}
.fa-houzz {
  --fa:"\f27c";
}
.fa-gg {
  --fa:"\f260";
}
.fa-dhl {
  --fa:"\f790";
}
.fa-pinterest-square,
.fa-square-pinterest {
  --fa:"\f0d3";
}
.fa-xing {
  --fa:"\f168";
}
.fa-blackberry {
  --fa:"\f37b";
}
.fa-creative-commons-pd {
  --fa:"\f4ec";
}
.fa-playstation {
  --fa:"\f3df";
}
.fa-quinscape {
  --fa:"\f459";
}
.fa-less {
  --fa:"\f41d";
}
.fa-blogger-b {
  --fa:"\f37d";
}
.fa-opencart {
  --fa:"\f23d";
}
.fa-vine {
  --fa:"\f1ca";
}
.fa-signal-messenger {
  --fa:"\e663";
}
.fa-paypal {
  --fa:"\f1ed";
}
.fa-gitlab {
  --fa:"\f296";
}
.fa-typo3 {
  --fa:"\f42b";
}
.fa-reddit-alien {
  --fa:"\f281";
}
.fa-yahoo {
  --fa:"\f19e";
}
.fa-dailymotion {
  --fa:"\e052";
}
.fa-affiliatetheme {
  --fa:"\f36b";
}
.fa-pied-piper-pp {
  --fa:"\f1a7";
}
.fa-bootstrap {
  --fa:"\f836";
}
.fa-odnoklassniki {
  --fa:"\f263";
}
.fa-nfc-symbol {
  --fa:"\e531";
}
.fa-mintbit {
  --fa:"\e62f";
}
.fa-ethereum {
  --fa:"\f42e";
}
.fa-speaker-deck {
  --fa:"\f83c";
}
.fa-creative-commons-nc-eu {
  --fa:"\f4e9";
}
.fa-patreon {
  --fa:"\f3d9";
}
.fa-avianex {
  --fa:"\f374";
}
.fa-ello {
  --fa:"\f5f1";
}
.fa-gofore {
  --fa:"\f3a7";
}
.fa-bimobject {
  --fa:"\f378";
}
.fa-brave-reverse {
  --fa:"\e63d";
}
.fa-facebook-f {
  --fa:"\f39e";
}
.fa-google-plus-square,
.fa-square-google-plus {
  --fa:"\f0d4";
}
.fa-web-awesome {
  --fa:"\e682";
}
.fa-mandalorian {
  --fa:"\f50f";
}
.fa-first-order-alt {
  --fa:"\f50a";
}
.fa-osi {
  --fa:"\f41a";
}
.fa-google-wallet {
  --fa:"\f1ee";
}
.fa-d-and-d-beyond {
  --fa:"\f6ca";
}
.fa-periscope {
  --fa:"\f3da";
}
.fa-fulcrum {
  --fa:"\f50b";
}
.fa-cloudscale {
  --fa:"\f383";
}
.fa-forumbee {
  --fa:"\f211";
}
.fa-mizuni {
  --fa:"\f3cc";
}
.fa-schlix {
  --fa:"\f3ea";
}
.fa-square-xing,
.fa-xing-square {
  --fa:"\f169";
}
.fa-bandcamp {
  --fa:"\f2d5";
}
.fa-wpforms {
  --fa:"\f298";
}
.fa-cloudversify {
  --fa:"\f385";
}
.fa-usps {
  --fa:"\f7e1";
}
.fa-megaport {
  --fa:"\f5a3";
}
.fa-magento {
  --fa:"\f3c4";
}
.fa-spotify {
  --fa:"\f1bc";
}
.fa-optin-monster {
  --fa:"\f23c";
}
.fa-fly {
  --fa:"\f417";
}
.fa-square-bluesky {
  --fa:"\e6a3";
}
.fa-aviato {
  --fa:"\f421";
}
.fa-itunes {
  --fa:"\f3b4";
}
.fa-cuttlefish {
  --fa:"\f38c";
}
.fa-blogger {
  --fa:"\f37c";
}
.fa-flickr {
  --fa:"\f16e";
}
.fa-viber {
  --fa:"\f409";
}
.fa-soundcloud {
  --fa:"\f1be";
}
.fa-digg {
  --fa:"\f1a6";
}
.fa-tencent-weibo {
  --fa:"\f1d5";
}
.fa-letterboxd {
  --fa:"\e62d";
}
.fa-symfony {
  --fa:"\f83d";
}
.fa-maxcdn {
  --fa:"\f136";
}
.fa-etsy {
  --fa:"\f2d7";
}
.fa-facebook-messenger {
  --fa:"\f39f";
}
.fa-audible {
  --fa:"\f373";
}
.fa-think-peaks {
  --fa:"\f731";
}
.fa-bilibili {
  --fa:"\e3d9";
}
.fa-erlang {
  --fa:"\f39d";
}
.fa-x-twitter {
  --fa:"\e61b";
}
.fa-cotton-bureau {
  --fa:"\f89e";
}
.fa-dashcube {
  --fa:"\f210";
}
.fa-42-group,
.fa-innosoft {
  --fa:"\e080";
}
.fa-stack-exchange {
  --fa:"\f18d";
}
.fa-elementor {
  --fa:"\f430";
}
.fa-pied-piper-square,
.fa-square-pied-piper {
  --fa:"\e01e";
}
.fa-creative-commons-nd {
  --fa:"\f4eb";
}
.fa-palfed {
  --fa:"\f3d8";
}
.fa-superpowers {
  --fa:"\f2dd";
}
.fa-resolving {
  --fa:"\f3e7";
}
.fa-xbox {
  --fa:"\f412";
}
.fa-square-web-awesome-stroke {
  --fa:"\e684";
}
.fa-searchengin {
  --fa:"\f3eb";
}
.fa-tiktok {
  --fa:"\e07b";
}
.fa-facebook-square,
.fa-square-facebook {
  --fa:"\f082";
}
.fa-renren {
  --fa:"\f18b";
}
.fa-linux {
  --fa:"\f17c";
}
.fa-glide {
  --fa:"\f2a5";
}
.fa-linkedin {
  --fa:"\f08c";
}
.fa-hubspot {
  --fa:"\f3b2";
}
.fa-deploydog {
  --fa:"\f38e";
}
.fa-twitch {
  --fa:"\f1e8";
}
.fa-flutter {
  --fa:"\e694";
}
.fa-ravelry {
  --fa:"\f2d9";
}
.fa-mixer {
  --fa:"\e056";
}
.fa-lastfm-square,
.fa-square-lastfm {
  --fa:"\f203";
}
.fa-vimeo {
  --fa:"\f40a";
}
.fa-mendeley {
  --fa:"\f7b3";
}
.fa-uniregistry {
  --fa:"\f404";
}
.fa-figma {
  --fa:"\f799";
}
.fa-creative-commons-remix {
  --fa:"\f4ee";
}
.fa-cc-amazon-pay {
  --fa:"\f42d";
}
.fa-dropbox {
  --fa:"\f16b";
}
.fa-instagram {
  --fa:"\f16d";
}
.fa-cmplid {
  --fa:"\e360";
}
.fa-upwork {
  --fa:"\e641";
}
.fa-facebook {
  --fa:"\f09a";
}
.fa-gripfire {
  --fa:"\f3ac";
}
.fa-jedi-order {
  --fa:"\f50e";
}
.fa-uikit {
  --fa:"\f403";
}
.fa-fort-awesome-alt {
  --fa:"\f3a3";
}
.fa-phabricator {
  --fa:"\f3db";
}
.fa-ussunnah {
  --fa:"\f407";
}
.fa-earlybirds {
  --fa:"\f39a";
}
.fa-trade-federation {
  --fa:"\f513";
}
.fa-autoprefixer {
  --fa:"\f41c";
}
.fa-whatsapp {
  --fa:"\f232";
}
.fa-square-upwork {
  --fa:"\e67c";
}
.fa-slideshare {
  --fa:"\f1e7";
}
.fa-google-play {
  --fa:"\f3ab";
}
.fa-viadeo {
  --fa:"\f2a9";
}
.fa-line {
  --fa:"\f3c0";
}
.fa-google-drive {
  --fa:"\f3aa";
}
.fa-servicestack {
  --fa:"\f3ec";
}
.fa-simplybuilt {
  --fa:"\f215";
}
.fa-bitbucket {
  --fa:"\f171";
}
.fa-imdb {
  --fa:"\f2d8";
}
.fa-deezer {
  --fa:"\e077";
}
.fa-raspberry-pi {
  --fa:"\f7bb";
}
.fa-jira {
  --fa:"\f7b1";
}
.fa-docker {
  --fa:"\f395";
}
.fa-screenpal {
  --fa:"\e570";
}
.fa-bluetooth {
  --fa:"\f293";
}
.fa-gitter {
  --fa:"\f426";
}
.fa-d-and-d {
  --fa:"\f38d";
}
.fa-microblog {
  --fa:"\e01a";
}
.fa-cc-diners-club {
  --fa:"\f24c";
}
.fa-gg-circle {
  --fa:"\f261";
}
.fa-pied-piper-hat {
  --fa:"\f4e5";
}
.fa-kickstarter-k {
  --fa:"\f3bc";
}
.fa-yandex {
  --fa:"\f413";
}
.fa-readme {
  --fa:"\f4d5";
}
.fa-html5 {
  --fa:"\f13b";
}
.fa-sellsy {
  --fa:"\f213";
}
.fa-square-web-awesome {
  --fa:"\e683";
}
.fa-sass {
  --fa:"\f41e";
}
.fa-wirsindhandwerk,
.fa-wsh {
  --fa:"\e2d0";
}
.fa-buromobelexperte {
  --fa:"\f37f";
}
.fa-salesforce {
  --fa:"\f83b";
}
.fa-octopus-deploy {
  --fa:"\e082";
}
.fa-medapps {
  --fa:"\f3c6";
}
.fa-ns8 {
  --fa:"\f3d5";
}
.fa-pinterest-p {
  --fa:"\f231";
}
.fa-apper {
  --fa:"\f371";
}
.fa-fort-awesome {
  --fa:"\f286";
}
.fa-waze {
  --fa:"\f83f";
}
.fa-bluesky {
  --fa:"\e671";
}
.fa-cc-jcb {
  --fa:"\f24b";
}
.fa-snapchat,
.fa-snapchat-ghost {
  --fa:"\f2ab";
}
.fa-fantasy-flight-games {
  --fa:"\f6dc";
}
.fa-rust {
  --fa:"\e07a";
}
.fa-wix {
  --fa:"\f5cf";
}
.fa-behance-square,
.fa-square-behance {
  --fa:"\f1b5";
}
.fa-supple {
  --fa:"\f3f9";
}
.fa-webflow {
  --fa:"\e65c";
}
.fa-rebel {
  --fa:"\f1d0";
}
.fa-css3 {
  --fa:"\f13c";
}
.fa-staylinked {
  --fa:"\f3f5";
}
.fa-kaggle {
  --fa:"\f5fa";
}
.fa-space-awesome {
  --fa:"\e5ac";
}
.fa-deviantart {
  --fa:"\f1bd";
}
.fa-cpanel {
  --fa:"\f388";
}
.fa-goodreads-g {
  --fa:"\f3a9";
}
.fa-git-square,
.fa-square-git {
  --fa:"\f1d2";
}
.fa-square-tumblr,
.fa-tumblr-square {
  --fa:"\f174";
}
.fa-trello {
  --fa:"\f181";
}
.fa-creative-commons-nc-jp {
  --fa:"\f4ea";
}
.fa-get-pocket {
  --fa:"\f265";
}
.fa-perbyte {
  --fa:"\e083";
}
.fa-grunt {
  --fa:"\f3ad";
}
.fa-weebly {
  --fa:"\f5cc";
}
.fa-connectdevelop {
  --fa:"\f20e";
}
.fa-leanpub {
  --fa:"\f212";
}
.fa-black-tie {
  --fa:"\f27e";
}
.fa-themeco {
  --fa:"\f5c6";
}
.fa-python {
  --fa:"\f3e2";
}
.fa-android {
  --fa:"\f17b";
}
.fa-bots {
  --fa:"\e340";
}
.fa-free-code-camp {
  --fa:"\f2c5";
}
.fa-hornbill {
  --fa:"\f592";
}
.fa-js {
  --fa:"\f3b8";
}
.fa-ideal {
  --fa:"\e013";
}
.fa-git {
  --fa:"\f1d3";
}
.fa-dev {
  --fa:"\f6cc";
}
.fa-sketch {
  --fa:"\f7c6";
}
.fa-yandex-international {
  --fa:"\f414";
}
.fa-cc-amex {
  --fa:"\f1f3";
}
.fa-uber {
  --fa:"\f402";
}
.fa-github {
  --fa:"\f09b";
}
.fa-php {
  --fa:"\f457";
}
.fa-alipay {
  --fa:"\f642";
}
.fa-youtube {
  --fa:"\f167";
}
.fa-skyatlas {
  --fa:"\f216";
}
.fa-firefox-browser {
  --fa:"\e007";
}
.fa-replyd {
  --fa:"\f3e6";
}
.fa-suse {
  --fa:"\f7d6";
}
.fa-jenkins {
  --fa:"\f3b6";
}
.fa-twitter {
  --fa:"\f099";
}
.fa-rockrms {
  --fa:"\f3e9";
}
.fa-pinterest {
  --fa:"\f0d2";
}
.fa-buffer {
  --fa:"\f837";
}
.fa-npm {
  --fa:"\f3d4";
}
.fa-yammer {
  --fa:"\f840";
}
.fa-btc {
  --fa:"\f15a";
}
.fa-dribbble {
  --fa:"\f17d";
}
.fa-stumbleupon-circle {
  --fa:"\f1a3";
}
.fa-internet-explorer {
  --fa:"\f26b";
}
.fa-stubber {
  --fa:"\e5c7";
}
.fa-telegram,
.fa-telegram-plane {
  --fa:"\f2c6";
}
.fa-old-republic {
  --fa:"\f510";
}
.fa-odysee {
  --fa:"\e5c6";
}
.fa-square-whatsapp,
.fa-whatsapp-square {
  --fa:"\f40c";
}
.fa-node-js {
  --fa:"\f3d3";
}
.fa-edge-legacy {
  --fa:"\e078";
}
.fa-slack,
.fa-slack-hash {
  --fa:"\f198";
}
.fa-medrt {
  --fa:"\f3c8";
}
.fa-usb {
  --fa:"\f287";
}
.fa-tumblr {
  --fa:"\f173";
}
.fa-vaadin {
  --fa:"\f408";
}
.fa-quora {
  --fa:"\f2c4";
}
.fa-square-x-twitter {
  --fa:"\e61a";
}
.fa-reacteurope {
  --fa:"\f75d";
}
.fa-medium,
.fa-medium-m {
  --fa:"\f23a";
}
.fa-amilia {
  --fa:"\f36d";
}
.fa-mixcloud {
  --fa:"\f289";
}
.fa-flipboard {
  --fa:"\f44d";
}
.fa-viacoin {
  --fa:"\f237";
}
.fa-critical-role {
  --fa:"\f6c9";
}
.fa-sitrox {
  --fa:"\e44a";
}
.fa-discourse {
  --fa:"\f393";
}
.fa-joomla {
  --fa:"\f1aa";
}
.fa-mastodon {
  --fa:"\f4f6";
}
.fa-airbnb {
  --fa:"\f834";
}
.fa-wolf-pack-battalion {
  --fa:"\f514";
}
.fa-buy-n-large {
  --fa:"\f8a6";
}
.fa-gulp {
  --fa:"\f3ae";
}
.fa-creative-commons-sampling-plus {
  --fa:"\f4f1";
}
.fa-strava {
  --fa:"\f428";
}
.fa-ember {
  --fa:"\f423";
}
.fa-canadian-maple-leaf {
  --fa:"\f785";
}
.fa-teamspeak {
  --fa:"\f4f9";
}
.fa-pushed {
  --fa:"\f3e1";
}
.fa-wordpress-simple {
  --fa:"\f411";
}
.fa-nutritionix {
  --fa:"\f3d6";
}
.fa-wodu {
  --fa:"\e088";
}
.fa-google-pay {
  --fa:"\e079";
}
.fa-intercom {
  --fa:"\f7af";
}
.fa-zhihu {
  --fa:"\f63f";
}
.fa-korvue {
  --fa:"\f42f";
}
.fa-pix {
  --fa:"\e43a";
}
.fa-steam-symbol {
  --fa:"\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("./media/fa-regular-400-QSNYFYRT.woff2") format("woff2"), url("./media/fa-regular-400-XUOPSR7E.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("./media/fa-solid-900-5ZUYHGA7.woff2") format("woff2"), url("./media/fa-solid-900-PJNKLK6W.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("./media/fa-brands-400-Q3XCMWHQ.woff2") format("woff2"), url("./media/fa-brands-400-R2XQZCET.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url("./media/fa-solid-900-5ZUYHGA7.woff2") format("woff2"), url("./media/fa-solid-900-PJNKLK6W.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url("./media/fa-regular-400-QSNYFYRT.woff2") format("woff2"), url("./media/fa-regular-400-XUOPSR7E.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-solid-900-5ZUYHGA7.woff2") format("woff2"), url("./media/fa-solid-900-PJNKLK6W.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-brands-400-Q3XCMWHQ.woff2") format("woff2"), url("./media/fa-brands-400-R2XQZCET.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-regular-400-QSNYFYRT.woff2") format("woff2"), url("./media/fa-regular-400-XUOPSR7E.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("./media/fa-v4compatibility-LFEHZI6Y.woff2") format("woff2"), url("./media/fa-v4compatibility-YY67RJWG.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;
}

/* node_modules/material-design-icons/iconfont/material-icons.css */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("./media/MaterialIcons-Regular-DZIPLQX7.eot");
  src:
    local("Material Icons"),
    local("MaterialIcons-Regular"),
    url("./media/MaterialIcons-Regular-P2RAEPXM.woff2") format("woff2"),
    url("./media/MaterialIcons-Regular-3OCSKOJA.woff") format("woff"),
    url("./media/MaterialIcons-Regular-DFX2JKJN.ttf") format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

/* src/styles.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-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;
  -moz-user-select: none;
  -ms-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: 1000ms;
  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;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms 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;
}
.dense-1 {
  --mat-button-filled-container-height: 28px;
  --mat-button-filled-touch-target-display: none;
  --mat-button-outlined-container-height: 28px;
  --mat-button-outlined-touch-target-display: none;
  --mat-button-protected-container-height: 28px;
  --mat-button-protected-touch-target-display: none;
  --mat-button-text-container-height: 28px;
  --mat-button-text-touch-target-display: none;
  --mat-button-tonal-container-height: 28px;
  --mat-button-tonal-touch-target-display: none;
}
.dense-1 {
  --mat-button-toggle-height: 40px;
}
.dense-1 {
  --mat-checkbox-touch-target-display: none;
  --mat-checkbox-state-layer-size: 32px;
}
.dense-1 .mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 24px;
}
.dense-1 {
  --mat-expansion-header-collapsed-state-height: 40px;
  --mat-expansion-header-expanded-state-height: 56px;
}
.dense-1 {
  --mat-fab-small-touch-target-display: none;
  --mat-fab-touch-target-display: none;
}
.dense-1 {
  --mat-form-field-container-height: 48px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 12px;
  --mat-form-field-filled-with-label-container-padding-top: 12px;
  --mat-form-field-filled-with-label-container-padding-bottom: 12px;
}
.dense-1 {
  --mat-icon-button-touch-target-display: none;
}
.dense-1 .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
.dense-1 {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 40px;
  --mat-list-list-item-two-line-container-height: 56px;
  --mat-list-list-item-three-line-container-height: 80px;
}
.dense-1 .mdc-list-item__start,
.dense-1 .mdc-list-item__end {
  --mat-radio-state-layer-size: 32px;
  --mat-radio-touch-target-display: none;
}
.dense-1 .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.dense-1 .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.dense-1 .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 48px;
}
.dense-1 .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.dense-1 .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.dense-1 .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 64px;
}
.dense-1 {
  --mat-paginator-container-size: 48px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
.dense-1 {
  --mat-radio-state-layer-size: 32px;
  --mat-radio-touch-target-display: none;
}
.dense-1 {
  --mat-select-arrow-transform: none;
}
.dense-1 {
  --mat-slide-toggle-state-layer-size: 32px;
}
.dense-1 .mat-mdc-slide-toggle {
  --mat-slide-toggle-state-layer-size: 32px;
}
.dense-1 {
  --mat-stepper-header-height: 64px;
}
.dense-1 {
  --mat-table-header-container-height: 48px;
  --mat-table-footer-container-height: 44px;
  --mat-table-row-item-container-height: 44px;
}
.dense-1 .mat-mdc-tab-header {
  --mat-tab-container-height: 40px;
}
.dense-1 {
  --mat-toolbar-standard-height: 56px;
  --mat-toolbar-mobile-height: 48px;
}
.dense-1 {
  --mat-tree-node-min-height: 40px;
}
.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: 0.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,
.owl-theme .owl-dots .owl-dot #productDetails .similarProducts mat-icon,
.owl-theme .owl-dots .owl-dot #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover .owl-theme .owl-dots .owl-dot #productDetails .similarProducts a,
.owl-theme .owl-dots .owl-dot #productDetails .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted .owl-theme .owl-dots .owl-dot #productDetails .similarProducts a,
#productDetails .similarProducts .owl-theme .owl-dots .owl-dot mat-icon,
#productDetails .similarProducts .owl-theme .owl-dots .owl-dot #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .owl-theme .owl-dots .owl-dot a,
#productDetails .similarProducts .owl-theme .owl-dots .owl-dot #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts .owl-theme .owl-dots .owl-dot a {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot.active #productDetails .similarProducts mat-icon,
.owl-theme .owl-dots .owl-dot.active #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover .owl-theme .owl-dots .owl-dot.active #productDetails .similarProducts a,
.owl-theme .owl-dots .owl-dot.active #productDetails .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted .owl-theme .owl-dots .owl-dot.active #productDetails .similarProducts a,
#productDetails .similarProducts .owl-theme .owl-dots .owl-dot.active mat-icon,
#productDetails .similarProducts .owl-theme .owl-dots .owl-dot.active #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .owl-theme .owl-dots .owl-dot.active a,
#productDetails .similarProducts .owl-theme .owl-dots .owl-dot.active #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts .owl-theme .owl-dots .owl-dot.active a,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot:hover #productDetails .similarProducts mat-icon,
.owl-theme .owl-dots .owl-dot:hover #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover .owl-theme .owl-dots .owl-dot:hover #productDetails .similarProducts a,
.owl-theme .owl-dots .owl-dot:hover #productDetails .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted .owl-theme .owl-dots .owl-dot:hover #productDetails .similarProducts a,
#productDetails .similarProducts .owl-theme .owl-dots .owl-dot:hover mat-icon,
#productDetails .similarProducts .owl-theme .owl-dots .owl-dot:hover #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .owl-theme .owl-dots .owl-dot:hover a,
#productDetails .similarProducts .owl-theme .owl-dots .owl-dot:hover #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts .owl-theme .owl-dots .owl-dot:hover a {
  background: #869791;
}
html {
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px / 32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px / 32px Roboto, sans-serif;
  letter-spacing: 0.0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px / 28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px / 24px Roboto, sans-serif;
  letter-spacing: 0.03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px / 22px Roboto, sans-serif;
  letter-spacing: 0.0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px / 20px Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px Roboto, sans-serif;
  letter-spacing: 0.0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px / 96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px / 60px Roboto, sans-serif;
  letter-spacing: -0.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px / 50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px / 40px Roboto, sans-serif;
  letter-spacing: 0.0073529412em;
  margin: 0 0 64px;
}
html {
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-label-text-line-height: 24px;
  --mat-button-toggle-label-text-size: 16px;
  --mat-button-toggle-label-text-tracking: 0.03125em;
  --mat-button-toggle-label-text-weight: 400;
  --mat-button-toggle-legacy-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-legacy-label-text-line-height: 24px;
  --mat-button-toggle-legacy-label-text-size: 16px;
  --mat-button-toggle-legacy-label-text-tracking: 0.03125em;
  --mat-button-toggle-legacy-label-text-weight: 400;
}
html {
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}
html {
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}
html {
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
html {
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
}
html {
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}
html {
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
}
html {
  --mat-tooltip-supporting-text-font: Roboto, sans-serif;
  --mat-tooltip-supporting-text-size: 12px;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-tooltip-supporting-text-tracking: 0.0333333333em;
}
html {
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-filled-label-text-font: Roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 16px;
  --mat-form-field-filled-label-text-tracking: 0.03125em;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 16px;
  --mat-form-field-outlined-label-text-tracking: 0.03125em;
  --mat-form-field-outlined-label-text-weight: 400;
}
html {
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
}
html {
  --mat-dialog-subhead-font: Roboto, sans-serif;
  --mat-dialog-subhead-line-height: 32px;
  --mat-dialog-subhead-size: 20px;
  --mat-dialog-subhead-weight: 500;
  --mat-dialog-subhead-tracking: 0.0125em;
  --mat-dialog-supporting-text-font: Roboto, sans-serif;
  --mat-dialog-supporting-text-line-height: 24px;
  --mat-dialog-supporting-text-size: 16px;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: 0.03125em;
}
.mat-mdc-standard-chip {
  --mat-chip-label-text-font: Roboto, sans-serif;
  --mat-chip-label-text-line-height: 20px;
  --mat-chip-label-text-size: 14px;
  --mat-chip-label-text-tracking: 0.0178571429em;
  --mat-chip-label-text-weight: 400;
}
html {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html {
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: 0.0178571429em;
  --mat-radio-label-text-weight: 400;
}
html {
  --mat-slider-label-label-text-font: Roboto, sans-serif;
  --mat-slider-label-label-text-size: 14px;
  --mat-slider-label-label-text-line-height: 22px;
  --mat-slider-label-label-text-tracking: 0.0071428571em;
  --mat-slider-label-label-text-weight: 500;
}
html {
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mat-list-list-item-label-text-font: Roboto, sans-serif;
  --mat-list-list-item-label-text-line-height: 24px;
  --mat-list-list-item-label-text-size: 16px;
  --mat-list-list-item-label-text-tracking: 0.03125em;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 20px;
  --mat-list-list-item-supporting-text-size: 14px;
  --mat-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 20px;
  --mat-list-list-item-trailing-supporting-text-size: 12px;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mat-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 16px / 28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
}
html {
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}
.mat-mdc-tab-header {
  --mat-tab-label-text-font: Roboto, sans-serif;
  --mat-tab-label-text-size: 14px;
  --mat-tab-label-text-tracking: 0.0892857143em;
  --mat-tab-label-text-line-height: 36px;
  --mat-tab-label-text-weight: 500;
}
html {
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: 0.0178571429em;
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mat-button-filled-label-text-font: Roboto, sans-serif;
  --mat-button-filled-label-text-size: 14px;
  --mat-button-filled-label-text-tracking: 0.0892857143em;
  --mat-button-filled-label-text-transform: none;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Roboto, sans-serif;
  --mat-button-outlined-label-text-size: 14px;
  --mat-button-outlined-label-text-tracking: 0.0892857143em;
  --mat-button-outlined-label-text-transform: none;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Roboto, sans-serif;
  --mat-button-protected-label-text-size: 14px;
  --mat-button-protected-label-text-tracking: 0.0892857143em;
  --mat-button-protected-label-text-transform: none;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Roboto, sans-serif;
  --mat-button-text-label-text-size: 14px;
  --mat-button-text-label-text-tracking: 0.0892857143em;
  --mat-button-text-label-text-transform: none;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Roboto, sans-serif;
  --mat-button-tonal-label-text-size: 14px;
  --mat-button-tonal-label-text-tracking: 0.0892857143em;
  --mat-button-tonal-label-text-transform: none;
  --mat-button-tonal-label-text-weight: 500;
}
html {
  --mat-fab-extended-label-text-font: Roboto, sans-serif;
  --mat-fab-extended-label-text-size: 14px;
  --mat-fab-extended-label-text-tracking: 0.0892857143em;
  --mat-fab-extended-label-text-weight: 500;
}
html {
  --mat-snack-bar-supporting-text-font: Roboto, sans-serif;
  --mat-snack-bar-supporting-text-line-height: 20px;
  --mat-snack-bar-supporting-text-size: 14px;
  --mat-snack-bar-supporting-text-weight: 400;
}
html {
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow);
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
.white {
  color: #ffffff;
}
.divider {
  border-top: 1px solid rgba(204, 204, 204, 0.6);
}
.disable-pointer {
  pointer-events: none;
}
.color-gray {
  color: #878787;
}
.m-0 {
  margin: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.padRL50 {
  padding: 0px 50px;
}
.fSize {
  font-size: initial;
}
.padding-10 {
  padding: 10px;
}
.padding-tb10 {
  padding: 10px 0px;
}
.padding-t10 {
  padding-top: 10px;
}
.padding-b10 {
  padding-bottom: 10px;
}
.padding-l10 {
  padding-left: 10px;
}
.padding-2 {
  padding: 2px;
}
.border {
  border: 1px solid #ddd;
}
.padding-t50 {
  padding-top: 50px;
}
.padding-3 {
  padding: 3px;
}
.padding-t3 {
  padding-top: 3px;
}
.padding-5 {
  padding: 5px;
}
.padding-7 {
  padding: 7px;
}
.padding-8 {
  padding: 8px;
}
.padding-l5 {
  padding-left: 5px;
}
.padding-r30 {
  padding-right: 30px;
}
.padding-160 {
  padding: 16px 0px;
}
.padding-r5 {
  padding-right: 5px;
}
.padding-r10 {
  padding-right: 10px;
}
.padding-t5 {
  padding-top: 5px;
}
.padding-b5 {
  padding-bottom: 5px;
}
.padding-15 {
  padding: 15px;
}
.padding-t30 {
  padding-top: 30px;
}
.padding-l15 {
  padding-left: 15px;
}
.padding-r15 {
  padding-right: 15px;
}
.padding-l10t30 {
  padding: 30px 0px 0px 10px;
}
.padding-t15 {
  padding-top: 15px;
}
.padding-b15 {
  padding-bottom: 15px;
}
.padding-16 {
  padding: 16px;
}
.padding-l16 {
  padding-left: 16px;
}
.padding-r16 {
  padding-right: 16px;
}
.padding-r10 {
  padding-right: 10px;
}
.padding-20 {
  padding: 20px;
}
.padding-l20 {
  padding-left: 20px;
}
.padding-l60 {
  padding-left: 60px;
}
.padding-t20 {
  padding-top: 20px;
}
.padding-b10 {
  padding-bottom: 10px;
}
.borderb {
  border-bottom: 1px solid #ddd;
}
.borderb2 {
  border-top: 2px solid #ddd;
}
.bordert {
  border-top: 1px solid #ddd;
}
.border-bottom {
  border-bottom: 2px solid #ddd;
}
.border-btm {
  border-bottom: 1px solid #ddd;
}
.borderl {
  border-left: 1px solid #ddd;
}
.padding-30 {
  padding: 30px;
}
.padding-l30 {
  padding-left: 30px;
}
.padding-r20 {
  padding-right: 20px;
}
.padding-td10 {
  padding: 10px 0px;
}
.backg {
  background-color: #fff;
}
.clrbg {
  color: #fff;
}
.padding-t35 {
  padding-top: 35px;
}
.padding-b35 {
  padding-bottom: 35px;
}
.padding-39 {
  padding: 39px;
}
.padding-l40 {
  padding-left: 40px;
}
.padding-bottom {
  padding-bottom: 60px;
}
.padding-b42 {
  padding-bottom: 42px;
}
.padding-50 {
  padding: 50px;
}
.padding-l50 {
  padding-left: 50px;
}
.borderBottom {
  border-bottom: 3px solid #f1f3f6;
}
.boxShadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.font16 {
  font-size: 16px;
}
.f14 {
  font-size: 14px;
}
.margin-tb10 {
  margin: 20% 0%;
}
.margin-t10 {
  margin-top: var(--homepage-layout-space);
}
.margin-t20 {
  margin-top: 20px;
}
.sticky,
.stickyFilter {
  position: fixed;
  z-index: 1000;
  width: 102%;
}
.stickyFilter {
  background-color: #fff;
}
.cdk-global-scrollblock {
  left: 0px;
  top: 0px;
  background-color: #fff;
}
.borderdark {
  border-bottom: 6px solid #eee;
}
.backgray {
  background-color: #f9f9f9;
}
.bordert3 {
  border-top: 3px solid #ddd;
}
.colorRed {
  color: var(--accent-color);
  padding: 6px;
  font-size: 11px;
  font-weight: 600;
}
.zIndex {
  z-index: 10;
}
.success {
  color: #098a1f;
}
.faliure {
  color: var(--accent-color);
}
.blackColor {
  color: #000;
}
.faliure-bg {
  background-color: var(--accent-color);
}
.theme-color {
  background-color: var(--primary-color);
}
.theme-clr {
  color: var(--primary-color);
}
.time-pad {
  padding: 12px 24px;
}
.icon_color {
  color: #fff;
}
.icon_color1 {
  color: #000;
}
.font-weight-500 {
  font-weight: 500;
}
.bg-color {
  background-color: #fff;
}
.font-22px {
  font-size: 22px;
}
.font-20px {
  font-size: 20px;
}
.font-16px {
  font-size: 16px;
}
.ptd15 {
  padding: 15px 0px;
}
.font18px {
  font-size: 18px;
}
.font-primary-color {
  color: var(--primary-color);
}
.pointer {
  cursor: pointer;
}
.background {
  background-color: #fff;
}
.positionFix {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background: #fff;
  width: 100% !important;
}
.social-icon {
  width: 48px;
  height: 48px;
  cursor: pointer;
  fill: #8f8f8f;
  outline: none;
}
.stickyBottom {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background: #fff;
  width: 100% !important;
}
@media (min-width: 992px) {
  #cart .scroll {
    max-height: auto;
  }
  #cart .scroll .element::-webkit-scrollbar {
    width: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #cart .scroll {
    max-height: auto;
  }
  #cart .scroll .element::-webkit-scrollbar {
    width: 0 !important;
  }
}
#cart .price .head {
  border-bottom: 1px solid #ddd;
}
#cart .price .grandTotal {
  border-top: 1px solid #ddd;
}
#cart .imgQty {
  padding-top: 16px;
  padding-right: 10px;
}
#cart .imgQty img {
  max-width: 104px;
}
#cart .imgQty .controls {
  padding: 10px 0px 10px 0px;
}
#cart #emptyCart {
  padding: 0px 0px 20px 0px;
  background: #fff;
}
#cart #emptyCart .cart {
  padding: 12px 0px;
}
#cart #emptyCart .borderb {
  border-bottom: 3px solid #ddd;
}
#cart #emptyCart .cartImg img {
  max-width: 250px;
}
#cart #emptyCart .cartEmpty {
  padding: 15px 0px;
}
#cart #emptyCart .cartEmpty span,
#cart #emptyCart .cartEmpty #productDetails .similarProducts mat-icon,
#cart #emptyCart .cartEmpty #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #cart #emptyCart .cartEmpty #productDetails .similarProducts a,
#cart #emptyCart .cartEmpty #productDetails .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #cart #emptyCart .cartEmpty #productDetails .similarProducts a,
#productDetails .similarProducts #cart #emptyCart .cartEmpty mat-icon,
#productDetails .similarProducts #cart #emptyCart .cartEmpty #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #cart #emptyCart .cartEmpty a,
#productDetails .similarProducts #cart #emptyCart .cartEmpty #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts #cart #emptyCart .cartEmpty a {
  font-size: 18px;
  color: white;
}
#cart #emptyCart .shop {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
#cart #emptyCart .shop span,
#cart #emptyCart .shop #productDetails .similarProducts mat-icon,
#cart #emptyCart .shop #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #cart #emptyCart .shop #productDetails .similarProducts a,
#cart #emptyCart .shop #productDetails .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #cart #emptyCart .shop #productDetails .similarProducts a,
#productDetails .similarProducts #cart #emptyCart .shop mat-icon,
#productDetails .similarProducts #cart #emptyCart .shop #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #cart #emptyCart .shop a,
#productDetails .similarProducts #cart #emptyCart .shop #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts #cart #emptyCart .shop a {
  color: white;
  font-size: 14px;
}
#cart .cart .cartDetails {
  background: white;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
#cart .cart .cartDetails .cardHead {
  border-bottom: 1px solid #ddd;
  padding: 18px 10px 12px 0px;
}
#cart .cart .cartDetails .cardHead h1 {
  padding-left: 20px;
  font-size: 18px;
}
#cart .cart .cartDetails .cardHead .removeAll {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 5px 10px 5px 10px;
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}
#cart .cart .cartDetails .cartProductDetails {
  padding: 24px 0px 10px 0px;
}
#cart .cart .cartDetails .cartProductDetails span,
#cart .cart .cartDetails .cartProductDetails #productDetails .similarProducts mat-icon,
#cart .cart .cartDetails .cartProductDetails #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #cart .cart .cartDetails .cartProductDetails #productDetails .similarProducts a,
#cart .cart .cartDetails .cartProductDetails #productDetails .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #cart .cart .cartDetails .cartProductDetails #productDetails .similarProducts a,
#productDetails .similarProducts #cart .cart .cartDetails .cartProductDetails mat-icon,
#productDetails .similarProducts #cart .cart .cartDetails .cartProductDetails #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #cart .cart .cartDetails .cartProductDetails a,
#productDetails .similarProducts #cart .cart .cartDetails .cartProductDetails #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts #cart .cart .cartDetails .cartProductDetails a {
  font-size: 16px;
  color: white;
}
#cart .cart .cartDetails .basePrice span,
#cart .cart .cartDetails .basePrice #productDetails .similarProducts mat-icon,
#cart .cart .cartDetails .basePrice #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #cart .cart .cartDetails .basePrice #productDetails .similarProducts a,
#cart .cart .cartDetails .basePrice #productDetails .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #cart .cart .cartDetails .basePrice #productDetails .similarProducts a,
#productDetails .similarProducts #cart .cart .cartDetails .basePrice mat-icon,
#productDetails .similarProducts #cart .cart .cartDetails .basePrice #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #cart .cart .cartDetails .basePrice a,
#productDetails .similarProducts #cart .cart .cartDetails .basePrice #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts #cart .cart .cartDetails .basePrice a {
  font-size: 20px;
  color: var(--accent-color);
}
#cart .cart .cartDetails .placeOrder {
  border-top: 1px solid #ddd;
  background: #fff;
  padding: 10px 22px;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
#cart .cart .cartDetails .placeOrder .cnfrmOrder {
  background: var(--accent-color);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border: none;
  color: #fff;
  padding: 12px;
}
#cart .cart .cartDetails .placeOrder .cnfrmOrder span,
#cart .cart .cartDetails .placeOrder .cnfrmOrder #productDetails .similarProducts mat-icon,
#cart .cart .cartDetails .placeOrder .cnfrmOrder #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #cart .cart .cartDetails .placeOrder .cnfrmOrder #productDetails .similarProducts a,
#cart .cart .cartDetails .placeOrder .cnfrmOrder #productDetails .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #cart .cart .cartDetails .placeOrder .cnfrmOrder #productDetails .similarProducts a,
#productDetails .similarProducts #cart .cart .cartDetails .placeOrder .cnfrmOrder mat-icon,
#productDetails .similarProducts #cart .cart .cartDetails .placeOrder .cnfrmOrder #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #cart .cart .cartDetails .placeOrder .cnfrmOrder a,
#productDetails .similarProducts #cart .cart .cartDetails .placeOrder .cnfrmOrder #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts #cart .cart .cartDetails .placeOrder .cnfrmOrder a {
  color: white;
  font-size: 16px;
  font-weight: 500;
}
#cart .cart .cartDetails1 {
  background: white;
}
#cart .cart .cartDetails1 .cardHead {
  border-bottom: 1px solid #ddd;
  padding: 18px 10px 12px 0px;
}
#cart .cart .cartDetails1 .cardHead h1 {
  padding-left: 20px;
}
#cart .cart .cartDetails1 .cardHead .removeAll {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 5px 10px 5px 10px;
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}
#cart .cart .cartDetails1 .cartProductDetails {
  padding: 24px 0px 10px 0px;
}
#cart .cart .cartDetails1 .cartProductDetails span,
#cart .cart .cartDetails1 .cartProductDetails #productDetails .similarProducts mat-icon,
#cart .cart .cartDetails1 .cartProductDetails #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #cart .cart .cartDetails1 .cartProductDetails #productDetails .similarProducts a,
#cart .cart .cartDetails1 .cartProductDetails #productDetails .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #cart .cart .cartDetails1 .cartProductDetails #productDetails .similarProducts a,
#productDetails .similarProducts #cart .cart .cartDetails1 .cartProductDetails mat-icon,
#productDetails .similarProducts #cart .cart .cartDetails1 .cartProductDetails #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #cart .cart .cartDetails1 .cartProductDetails a,
#productDetails .similarProducts #cart .cart .cartDetails1 .cartProductDetails #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts #cart .cart .cartDetails1 .cartProductDetails a {
  font-size: 16px;
  color: white;
}
#cart .cart .cartDetails1 .basePrice span,
#cart .cart .cartDetails1 .basePrice #productDetails .similarProducts mat-icon,
#cart .cart .cartDetails1 .basePrice #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #cart .cart .cartDetails1 .basePrice #productDetails .similarProducts a,
#cart .cart .cartDetails1 .basePrice #productDetails .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #cart .cart .cartDetails1 .basePrice #productDetails .similarProducts a,
#productDetails .similarProducts #cart .cart .cartDetails1 .basePrice mat-icon,
#productDetails .similarProducts #cart .cart .cartDetails1 .basePrice #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #cart .cart .cartDetails1 .basePrice a,
#productDetails .similarProducts #cart .cart .cartDetails1 .basePrice #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts #cart .cart .cartDetails1 .basePrice a {
  font-size: 20px;
  color: var(--accent-color);
}
#cart .cart .cartDetails1 .placeOrder {
  border-top: 1px solid #ddd;
  background: #fff;
  padding: 10px 22px;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
#cart .cart .cartDetails1 .placeOrder .cnfrmOrder {
  background: var(--accent-color);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border: none;
  color: #fff;
  padding: 12px;
}
#cart .cart .cartDetails1 .placeOrder .cnfrmOrder span,
#cart .cart .cartDetails1 .placeOrder .cnfrmOrder #productDetails .similarProducts mat-icon,
#cart .cart .cartDetails1 .placeOrder .cnfrmOrder #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #cart .cart .cartDetails1 .placeOrder .cnfrmOrder #productDetails .similarProducts a,
#cart .cart .cartDetails1 .placeOrder .cnfrmOrder #productDetails .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #cart .cart .cartDetails1 .placeOrder .cnfrmOrder #productDetails .similarProducts a,
#productDetails .similarProducts #cart .cart .cartDetails1 .placeOrder .cnfrmOrder mat-icon,
#productDetails .similarProducts #cart .cart .cartDetails1 .placeOrder .cnfrmOrder #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #cart .cart .cartDetails1 .placeOrder .cnfrmOrder a,
#productDetails .similarProducts #cart .cart .cartDetails1 .placeOrder .cnfrmOrder #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts #cart .cart .cartDetails1 .placeOrder .cnfrmOrder a {
  color: white;
  font-size: 16px;
  font-weight: 500;
}
#cart .shop {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background: var(--accent-color);
  padding: 10px 0px 10px 0px;
}
#cart .shop span,
#cart .shop #productDetails .similarProducts mat-icon,
#cart .shop #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #cart .shop #productDetails .similarProducts a,
#cart .shop #productDetails .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #cart .shop #productDetails .similarProducts a,
#productDetails .similarProducts #cart .shop mat-icon,
#productDetails .similarProducts #cart .shop #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #cart .shop a,
#productDetails .similarProducts #cart .shop #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts #cart .shop a {
  color: #fff;
  font-size: 14px;
}
#cart .cartRm {
  padding-top: 20px;
  padding-bottom: 20px;
}
#cart .cartRm .removeCart {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 5px 10px 5px 10px;
  border: 1px solid #ddd;
}
#cart .cartRm .removeCart span,
#cart .cartRm .removeCart #productDetails .similarProducts mat-icon,
#cart .cartRm .removeCart #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #cart .cartRm .removeCart #productDetails .similarProducts a,
#cart .cartRm .removeCart #productDetails .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #cart .cartRm .removeCart #productDetails .similarProducts a,
#productDetails .similarProducts #cart .cartRm .removeCart mat-icon,
#productDetails .similarProducts #cart .cartRm .removeCart #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #cart .cartRm .removeCart a,
#productDetails .similarProducts #cart .cartRm .removeCart #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts #cart .cartRm .removeCart a {
  color: white;
}
#cart .cartRm .removeCart:hover {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 5px 10px 5px 10px;
  border: 1px solid var(--accent-color);
}
#cart .cartRm .removeCart:hover span,
#cart .cartRm .removeCart:hover #productDetails .similarProducts mat-icon,
#cart .cartRm .removeCart:hover #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #cart .cartRm .removeCart:hover #productDetails .similarProducts a,
#cart .cartRm .removeCart:hover #productDetails .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #cart .cartRm .removeCart:hover #productDetails .similarProducts a,
#productDetails .similarProducts #cart .cartRm .removeCart:hover mat-icon,
#productDetails .similarProducts #cart .cartRm .removeCart:hover #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #cart .cartRm .removeCart:hover a,
#productDetails .similarProducts #cart .cartRm .removeCart:hover #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts #cart .cartRm .removeCart:hover a {
  color: var(--accent-color);
}
#address .header1 {
  min-height: 64px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  border: 1px solid #ddd;
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 500;
  cursor: pointer;
}
#address .header1 .title .extra {
  font-size: 12px;
  color: #888;
}
#address .highlighted {
  background-color: #f5f5f5;
}
@media (min-width: 992px) {
  #address .padding-all10 {
    padding: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #address .padding-all10 {
    padding: 0px;
  }
}
@media (min-width: 992px) {
  #dashboard .padding-lr10 {
    padding: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #dashboard .padding-lr10 {
    padding: 0px 10px;
  }
}
@media (min-width: 992px) {
  .product-elevation {
    background: hsl(0, 100%, 100%);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 7px;
  }
  .product-carousel {
    background: hsl(0, 100%, 100%);
    padding: 7px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .product-elevation {
    background: hsl(0, 100%, 100%);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 10px;
  }
}
.product-carousel:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 7px;
}
.product-elevation2 {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  background: hsl(0, 100%, 100%);
  padding: 0px;
  width: 100%;
}
.qty .quantity .inc,
.qty .quantity .dec {
  padding: 0px 4px;
  border: 1px solid #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background: #fff;
}
.qty .quantity .qty {
  padding: 0px 4px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.mat-icon-button.mat-small {
  min-width: 1%;
}
@media (min-width: 768px) {
  .buyCart {
    padding: 25px 0px;
  }
  .buyCart .cart {
    cursor: pointer;
    background: var(--primary-color);
  }
  .buyCart .cart i {
    color: #fff;
  }
  .buyCart .cart span,
  .buyCart .cart #productDetails .similarProducts mat-icon,
  .buyCart .cart #productDetails .similarProducts #calsoft-account .nav-list:hover a,
  #calsoft-account .nav-list:hover .buyCart .cart #productDetails .similarProducts a,
  .buyCart .cart #productDetails .similarProducts #calsoft-account .account-highlighted a,
  #calsoft-account .account-highlighted .buyCart .cart #productDetails .similarProducts a,
  #productDetails .similarProducts .buyCart .cart mat-icon,
  #productDetails .similarProducts .buyCart .cart #calsoft-account .nav-list:hover a,
  #calsoft-account .nav-list:hover #productDetails .similarProducts .buyCart .cart a,
  #productDetails .similarProducts .buyCart .cart #calsoft-account .account-highlighted a,
  #calsoft-account .account-highlighted #productDetails .similarProducts .buyCart .cart a {
    color: #fff;
    font-size: 15px;
    -webkit-user-select: none;
    user-select: none;
  }
  .buyCart .buy {
    cursor: pointer;
    background: var(--accent-color);
  }
  .buyCart .buy i {
    color: #fff;
  }
  .buyCart .buy span,
  .buyCart .buy #productDetails .similarProducts mat-icon,
  .buyCart .buy #productDetails .similarProducts #calsoft-account .nav-list:hover a,
  #calsoft-account .nav-list:hover .buyCart .buy #productDetails .similarProducts a,
  .buyCart .buy #productDetails .similarProducts #calsoft-account .account-highlighted a,
  #calsoft-account .account-highlighted .buyCart .buy #productDetails .similarProducts a,
  #productDetails .similarProducts .buyCart .buy mat-icon,
  #productDetails .similarProducts .buyCart .buy #calsoft-account .nav-list:hover a,
  #calsoft-account .nav-list:hover #productDetails .similarProducts .buyCart .buy a,
  #productDetails .similarProducts .buyCart .buy #calsoft-account .account-highlighted a,
  #calsoft-account .account-highlighted #productDetails .similarProducts .buyCart .buy a {
    color: #fff;
    font-size: 15px;
    -webkit-user-select: none;
    user-select: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .buyCart .cart {
    cursor: pointer;
    background: var(--primary-color);
  }
  .buyCart .cart i {
    color: #fff;
  }
  .buyCart .cart span,
  .buyCart .cart #productDetails .similarProducts mat-icon,
  .buyCart .cart #productDetails .similarProducts #calsoft-account .nav-list:hover a,
  #calsoft-account .nav-list:hover .buyCart .cart #productDetails .similarProducts a,
  .buyCart .cart #productDetails .similarProducts #calsoft-account .account-highlighted a,
  #calsoft-account .account-highlighted .buyCart .cart #productDetails .similarProducts a,
  #productDetails .similarProducts .buyCart .cart mat-icon,
  #productDetails .similarProducts .buyCart .cart #calsoft-account .nav-list:hover a,
  #calsoft-account .nav-list:hover #productDetails .similarProducts .buyCart .cart a,
  #productDetails .similarProducts .buyCart .cart #calsoft-account .account-highlighted a,
  #calsoft-account .account-highlighted #productDetails .similarProducts .buyCart .cart a {
    color: #fff;
    font-size: 15px;
    -webkit-user-select: none;
    user-select: none;
  }
  .buyCart .buy {
    cursor: pointer;
    background: var(--accent-color);
  }
  .buyCart .buy i {
    color: #fff;
  }
  .buyCart .buy span,
  .buyCart .buy #productDetails .similarProducts mat-icon,
  .buyCart .buy #productDetails .similarProducts #calsoft-account .nav-list:hover a,
  #calsoft-account .nav-list:hover .buyCart .buy #productDetails .similarProducts a,
  .buyCart .buy #productDetails .similarProducts #calsoft-account .account-highlighted a,
  #calsoft-account .account-highlighted .buyCart .buy #productDetails .similarProducts a,
  #productDetails .similarProducts .buyCart .buy mat-icon,
  #productDetails .similarProducts .buyCart .buy #calsoft-account .nav-list:hover a,
  #calsoft-account .nav-list:hover #productDetails .similarProducts .buyCart .buy a,
  #productDetails .similarProducts .buyCart .buy #calsoft-account .account-highlighted a,
  #calsoft-account .account-highlighted #productDetails .similarProducts .buyCart .buy a {
    color: #fff;
    font-size: 15px;
    -webkit-user-select: none;
    user-select: none;
  }
}
#productsPage .filter-sidenav {
  width: 280px;
  border: 0 !important;
}
#productsPage .filter-sidenav .mat-expansion-panel-header-title {
  text-transform: uppercase;
}
#productsPage .filter-row {
  background: #fff;
  padding: 8px 12px;
}
#productsPage .all-products {
  min-height: 400px;
  overflow: hidden;
  background: #fafafa;
}
#productsPage .products-wrapper {
  margin: 8px -8px;
}
@media (min-width: 992px) {
  #productsPage .products-wrapper .col {
    padding: 1px;
    background-color: #fafafa;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #productsPage .products-wrapper .col {
    padding: 0px;
  }
}
#productsPage .products-wrapper .col1 {
  padding: 1px;
}
#productsPage .categories-wrapper {
  position: relative;
  max-height: 300px;
}
#productsPage .filter-buttons button {
  min-width: 36px;
  margin: 0 6px 10px 0;
  padding: 0;
}
#productsPage .filter-price .mat-slider-horizontal {
  min-width: 110px;
}
#productsPage .filter-brands button {
  width: 66px;
  height: 44px;
  min-width: 66px;
  margin: 0 6px 10px 0;
  padding: 0px;
  overflow: hidden;
}
#productsPage .filter-brands button img {
  width: 66px;
  height: 44px;
}
#productsPage .filterSort,
#productsPage .filterSort1 {
  border-bottom: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  display: flex;
}
#productsPage .filterSort1 {
  border-left: 1px solid #ddd;
}
@media (min-width: 766px) and (max-width: 992px) {
  #productsPage .filterProduct {
    padding: 10px 0px 10px 0px;
  }
}
#productsPage ::ng-deep .ps--active-x > .ps__rail-x {
  display: none;
}
#productsPage .search-results {
  overflow-y: scroll;
}
#productsPage .overlayProduct {
}
#productsPage .container {
  position: relative;
  text-align: center;
}
#productsPage .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#productsPage .outof {
  background: #fff;
}
#productDetails .mat-card.product-image {
  padding: 6px;
  text-align: center;
}
#productDetails .mat-card.product-image button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
#productDetails .mat-card.product-image .mat-chip-list {
  position: absolute;
  top: 10px;
  left: 10px;
  pointer-events: none;
}
#productDetails .prod {
  z-index: -10;
}
#productDetails .mat-card.zoom-viewer {
  position: absolute;
  display: none;
  background-repeat: no-repeat;
  z-index: 99;
}
@media (min-width: 576px) and (max-width: 767px) {
  #productDetails .product-mobile {
    border: 1px solid #eee;
    background: #fff;
  }
}
#productDetails .mt-16 {
  margin-top: 16px;
}
#productDetails .details button {
  padding: 0;
  min-width: 36px;
  margin-left: 6px;
}
#productDetails .mat-list.reviews .mat-list-item .mat-list-avatar.review-author {
  width: 80px;
  height: 80px;
}
#productDetails .mat-list.reviews .mat-list-item .mat-line.text {
  white-space: unset;
  font-style: italic;
  margin: 10px 0;
}
#productDetails .full-desc {
  padding: 30px 40px;
}
#productDetails table {
  border-collapse: collapse;
  width: 100%;
}
#productDetails th,
#productDetails td {
  text-align: left;
  padding: 8px;
}
#productDetails tr:nth-child(even) {
  background-color: #ddd;
}
#productDetails .pd,
#productDetails .recent {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
#productDetails .product-details {
  padding-right: 2px solid #000;
}
#productDetails .product-details .bigImage {
  padding-top: 10px;
}
#productDetails .imgContant {
  padding: 0px 10px 0px 10px;
}
#productDetails .imagesPro {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  z-index: 10;
}
#productDetails .imagesProduct:hover {
  border: 2px solid var(--primary-color);
  border-color: var(--primary-color);
}
#productDetails .productName {
  padding: 0px 0px 10px 10px;
}
#productDetails .productName .name {
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 27px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
}
#productDetails .prot .emi {
  color: #000;
}
#productDetails .prot span,
#productDetails .prot .similarProducts mat-icon,
#productDetails .prot .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .prot .similarProducts a,
#productDetails .prot .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .prot .similarProducts a,
#productDetails .similarProducts .prot mat-icon,
#productDetails .similarProducts .prot #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .prot a,
#productDetails .similarProducts .prot #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts .prot a {
  font-size: 16px;
  color: #000;
}
#productDetails .prot span small,
#productDetails .prot .similarProducts mat-icon small,
#productDetails .prot .similarProducts #calsoft-account .nav-list:hover a small,
#calsoft-account .nav-list:hover #productDetails .prot .similarProducts a small,
#productDetails .prot .similarProducts #calsoft-account .account-highlighted a small,
#calsoft-account .account-highlighted #productDetails .prot .similarProducts a small,
#productDetails .similarProducts .prot mat-icon small,
#productDetails .similarProducts .prot #calsoft-account .nav-list:hover a small,
#calsoft-account .nav-list:hover #productDetails .similarProducts .prot a small,
#productDetails .similarProducts .prot #calsoft-account .account-highlighted a small,
#calsoft-account .account-highlighted #productDetails .similarProducts .prot a small {
  padding-left: 5px;
}
#productDetails .prot .product-Price {
  font-size: 18px;
  color: var(--accent-color);
}
#productDetails .prot .product-Price span,
#productDetails .prot .product-Price .similarProducts mat-icon,
#productDetails .prot .product-Price .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .prot .product-Price .similarProducts a,
#productDetails .prot .product-Price .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .prot .product-Price .similarProducts a,
#productDetails .similarProducts .prot .product-Price mat-icon,
#productDetails .similarProducts .prot .product-Price #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .prot .product-Price a,
#productDetails .similarProducts .prot .product-Price #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts .prot .product-Price a {
  cursor: pointer;
  z-index: 10;
  color: #098a1f;
}
#productDetails .brand {
  border: 1px solid #ddd;
  cursor: text;
  z-index: 10;
  background: #fff;
}
#productDetails .brand p {
  padding: 0px 10px 0px 10px;
}
#productDetails .highlight {
  padding: 10px 0px 10px 25px;
}
#productDetails ul .list {
  list-style-type: circle;
}
#productDetails .bg-white {
  background: #fff;
}
#productDetails .stock .outStock {
  border: #ddd;
  background: var(--accent-color);
  color: #fff;
}
#productDetails .stock .inStock {
  background: #098a1f;
  color: #fff;
}
#productDetails .pDetails {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
#productDetails .pDetails .details {
  padding: 10px 10px 10px 0px;
}
#productDetails .pDetails .img1 img {
  height: 230px;
}
#productDetails .btmimg .bottomImg {
  border: 1px solid #ddd;
}
#productDetails .alld {
  padding: 10px 0px;
}
#productDetails .alld span,
#productDetails .alld .similarProducts mat-icon,
#productDetails .alld .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .alld .similarProducts a,
#productDetails .alld .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .alld .similarProducts a,
#productDetails .similarProducts .alld mat-icon,
#productDetails .similarProducts .alld #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .alld a,
#productDetails .similarProducts .alld #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts .alld a {
  font-weight: 600;
}
#productDetails .alld .allB {
  background: #fff;
}
#productDetails .mIcon {
  transform: rotateY(180deg);
}
#productDetails .pName {
  padding: 0px 10px 0px 10px;
}
#productDetails .pName span,
#productDetails .pName .similarProducts mat-icon,
#productDetails .pName .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .pName .similarProducts a,
#productDetails .pName .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .pName .similarProducts a,
#productDetails .similarProducts .pName mat-icon,
#productDetails .similarProducts .pName #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .pName a,
#productDetails .similarProducts .pName #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts .pName a {
  font-size: 14px;
  color: #888;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#productDetails .pPrice {
  padding: 10px 10px 5px 10px;
}
#productDetails .pPrice .new-price {
  font-weight: 400;
  font-size: 20px;
  color: var(--accent-color);
}
#productDetails .pPrice .regPrice,
#productDetails .pPrice .discount {
  font-size: 13px;
  color: #888;
}
#productDetails .pPrice .discount {
  color: var(--accent-color);
}
#productDetails .tag {
  padding: 0px 10px 5px 10px;
}
#productDetails .share {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0px;
}
#productDetails .share .mat-icon {
  color: #888;
}
#productDetails .share span,
#productDetails .share .similarProducts mat-icon,
#productDetails .share .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .share .similarProducts a,
#productDetails .share .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .share .similarProducts a,
#productDetails .similarProducts .share mat-icon,
#productDetails .similarProducts .share #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .share a,
#productDetails .similarProducts .share #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts .share a {
  font-size: 20px;
  color: #888;
}
#productDetails .similarProducts {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
#productDetails .similarProducts span,
#productDetails .similarProducts mat-icon,
#productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts a,
#productDetails .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts a {
  color: #888;
}
#productDetails .detail-content {
  padding: 0px;
}
#productDetails .positionFix {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background: #fff;
  width: 100% !important;
}
#productDetails .emi span,
#productDetails .emi .similarProducts mat-icon,
#productDetails .emi .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .emi .similarProducts a,
#productDetails .emi .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .emi .similarProducts a,
#productDetails .similarProducts .emi mat-icon,
#productDetails .similarProducts .emi #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .emi a,
#productDetails .similarProducts .emi #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts .emi a {
  color: var(--primary-color);
}
#productDetails .full-width-dialog .mat-dialog-container {
  max-width: 100vw !important;
}
.mat-dialog-container {
  padding: 0px !important;
  border-radius: 0px;
  background-color: #fff;
}
.left {
  background: var(--primary-color);
  padding: 40px 35px;
}
.left .login span,
.left .login #productDetails .similarProducts mat-icon,
.left .login #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover .left .login #productDetails .similarProducts a,
.left .login #productDetails .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted .left .login #productDetails .similarProducts a,
#productDetails .similarProducts .left .login mat-icon,
#productDetails .similarProducts .left .login #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .left .login a,
#productDetails .similarProducts .left .login #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts .left .login a {
  font-size: x-large;
  font-weight: 500;
  color: #fff;
}
.left .login .msg p {
  font-size: 15px;
  margin-top: 16px;
  line-height: 150%;
  color: #fff;
}
.img1 img {
  max-width: 200px;
}
.signform {
  padding: 0px;
}
.signform .fields {
  padding: 0px 50px;
}
.loginButton {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  background-color: var(--primary-color);
}
.loginButton span,
.loginButton #productDetails .similarProducts mat-icon,
.loginButton #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover .loginButton #productDetails .similarProducts a,
.loginButton #productDetails .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted .loginButton #productDetails .similarProducts a,
#productDetails .similarProducts .loginButton mat-icon,
#productDetails .similarProducts .loginButton #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .loginButton a,
#productDetails .similarProducts .loginButton #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts .loginButton a {
  color: #fff;
}
.overlayProduct {
}
.padding-3dr {
  padding: 0px 20px 20px 20px;
}
#userVerify .border {
  border: 1px solid #ddd;
}
#userVerify .login {
  background-color: #098a1f;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.price {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0px;
  background: #fff;
  border-radius: 2px;
  min-height: 47px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.price .priceDetails {
  padding: 12px 0px;
  background-color: var(--primary-color);
  color: #fff;
}
.price .priceDetails span,
.price .priceDetails #productDetails .similarProducts mat-icon,
.price .priceDetails #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover .price .priceDetails #productDetails .similarProducts a,
.price .priceDetails #productDetails .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted .price .priceDetails #productDetails .similarProducts a,
#productDetails .similarProducts .price .priceDetails mat-icon,
#productDetails .similarProducts .price .priceDetails #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .price .priceDetails a,
#productDetails .similarProducts .price .priceDetails #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts .price .priceDetails a {
  font-size: 16px;
}
.price .grandTotal {
  padding: 12px 0px 12px 0px;
  border-top: 1px solid #eee;
}
.price .grandTotal .amt {
  color: var(--accent-color);
}
.login .contant1 {
  padding: 12px 24px;
  background: var(--primary-color);
  min-height: 48px;
}
.login .contant1 span,
.login .contant1 #productDetails .similarProducts mat-icon,
.login .contant1 #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover .login .contant1 #productDetails .similarProducts a,
.login .contant1 #productDetails .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted .login .contant1 #productDetails .similarProducts a,
#productDetails .similarProducts .login .contant1 mat-icon,
#productDetails .similarProducts .login .contant1 #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .login .contant1 a,
#productDetails .similarProducts .login .contant1 #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts .login .contant1 a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.login .loginDetails {
  position: relative;
}
.login .loginDetails .c50 .name {
  color: #888;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.login .loginDetails .c50 .login {
  color: var(--primary-color);
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.login .loginDetails .c50 .checkoutContin {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  border: none;
  color: #fff;
  background: var(--accent-color);
  padding: 10px 0px 10px 0px;
  font-weight: 500;
  -webkit-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
}
.login .loginDetails1 {
  position: relative;
}
.login .contant {
  padding: 7px 19px;
  min-height: 72px;
}
.login .contant .login {
  color: #888;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.padding-520 {
  padding: 5px 20px;
}
.sticky1 {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  z-index: 1000;
}
.positionFix {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background: #fff;
  width: 100% !important;
}
.continue1 {
  padding: 0px 10px 0px 10px;
}
.continue1 .order {
  background: var(--accent-color);
}
.continue1 .order span,
.continue1 .order #productDetails .similarProducts mat-icon,
.continue1 .order #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover .continue1 .order #productDetails .similarProducts a,
.continue1 .order #productDetails .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted .continue1 .order #productDetails .similarProducts a,
#productDetails .similarProducts .continue1 .order mat-icon,
#productDetails .similarProducts .continue1 .order #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .continue1 .order a,
#productDetails .similarProducts .continue1 .order #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts .continue1 .order a {
  font-size: 16px;
  color: #fff;
}
.payment {
  padding: 7px 19px;
  min-height: 45px;
}
.highlighted {
  background-color: #f5faff;
}
.mat-dialog-container {
  padding: 0px !important;
}
.product-name1 {
  font-size: 1.7rem;
  font-weight: 500;
  margin-left: 8px;
  margin-bottom: 8px;
  color: #333e48;
}
.title {
  color: #000;
  font-size: 14px;
  font-family: var(--website-font-family);
}
.title p {
  line-height: 1.5625em;
}
.full-desc {
  padding: 30px 40px;
}
ng::deep .mat-tab-label,
ng:deep.mat-tab-label-active {
  min-width: 50% !important;
  border: 1px solid #ddd;
}
.lh {
  line-height: 27px;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th,
td {
  text-align: left;
  padding: 8px;
}
tr:nth-child(even) {
  background-color: #fafafa;
}
.tdKey {
  color: #717171;
  padding: 6px;
}
.backk {
  background: #fff;
  padding: 0.40625em;
}
.backk img {
  width: 75px;
  height: 75px;
}
#imgPreview .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#imgPreview .mat-dialog-container {
  padding: 0px !important;
  border-radius: 0px;
}
#imgPreview .swiper-button-next.swiper-button-disabled,
#imgPreview .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
#imgPreview .swiper-button-prev {
  left: -14px;
  color: #000;
}
#imgPreview .swiper-button-next {
  right: -10px;
}
.zoom-dialog .mat-dialog-container {
  overflow: visible !important;
}
.zoom-dialog .mat-dialog-container .controls {
  position: relative;
}
.zoom-dialog .mat-dialog-container .controls button {
  position: absolute;
  top: -44px;
}
.zoom-dialog .mat-dialog-container .controls .zoom-in {
  right: 44px;
}
.zoom-dialog .mat-dialog-container .controls .zoom-out {
  right: 0;
}
.zoom-dialog .mat-dialog-container .controls .close {
  right: -44px;
}
.zoom-dialog .mat-dialog-container .viewer {
  width: 100%;
  text-align: center;
}
.zoom-dialog .mat-dialog-container .viewer img {
  max-width: 60%;
}
.cancel {
  padding: 15px 0px;
}
.cancel span,
.cancel #productDetails .similarProducts mat-icon,
.cancel #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover .cancel #productDetails .similarProducts a,
.cancel #productDetails .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted .cancel #productDetails .similarProducts a,
#productDetails .similarProducts .cancel mat-icon,
#productDetails .similarProducts .cancel #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .cancel a,
#productDetails .similarProducts .cancel #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts .cancel a {
  color: var(--primary-color);
}
.mat-bottom-sheet-container {
  padding: 0px 0px;
}
.content {
  background: #fff;
  padding: 15px 20px 0px 20px;
}
.share1 {
  padding: 15px 0px 15px 20px;
  border-bottom: var(--primary-color);
  background: var(--primary-color);
}
.share1 span,
.share1 #productDetails .similarProducts mat-icon,
.share1 #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover .share1 #productDetails .similarProducts a,
.share1 #productDetails .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted .share1 #productDetails .similarProducts a,
#productDetails .similarProducts .share1 mat-icon,
#productDetails .similarProducts .share1 #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .share1 a,
#productDetails .similarProducts .share1 #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts .share1 a {
  font-size: 18px;
  color: #fff;
}
#breadcrump .breadcrumb {
  padding: 8px 0;
  box-shadow: none;
  margin-bottom: 10px;
}
#breadcrump .breadcrumb a,
#breadcrump .breadcrumb span,
#breadcrump .breadcrumb #productDetails .similarProducts mat-icon,
#breadcrump .breadcrumb #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #breadcrump .breadcrumb #productDetails .similarProducts a,
#productDetails .similarProducts #breadcrump .breadcrumb mat-icon,
#productDetails .similarProducts #breadcrump .breadcrumb #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #breadcrump .breadcrumb a {
  font-size: 13px;
  text-decoration: none;
  color: inherit;
}
#breadcrump .breadcrumb p {
  font-size: 13px;
  color: inherit;
  margin-top: 0px;
}
#breadcrump .breadcrumb .mat-icon {
  font-size: 20px;
  width: 20px;
  padding: 0 6px;
  opacity: 0.7;
}
#breadcrump .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "\bb";
}
#breadcrump .breadcrumb .breadcrumb-item2 + .breadcrumb-item2:before {
  display: inline-block;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  content: "/";
}
#breadcrump .breadcrumb .breadcrumb-item3 + .breadcrumb-item3:before {
  display: inline-block;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  content: ">";
  font-size: 20px;
  font-weight: 200;
}
@media (min-width: 992px) {
  #pages .main {
    min-height: 400px;
    min-height: calc(100vh - 288px);
    padding: 8px 0px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #pages .main {
    background: #fff;
  }
}
#pages .sidenav {
  width: 250px;
  padding: 8px 16px;
  position: fixed;
}
#pages .sidenav .close {
  margin-left: 178px;
}
#pages .sidenav .divider {
  margin: 8px 0;
}
#pages .cart-items-count {
  position: absolute;
  top: -3px;
  left: 26px;
  background: var(--accent-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
}
#pages .search-v45 input {
  background: #fff;
  font-size: 15px;
  width: 70%;
  height: 35px;
  color: #000;
  padding-left: 6px;
}
#pages .search-v45 input::-webkit-input-placeholder {
  color: #000;
}
#pages .search-v45 input:-moz-placeholder {
  color: #000;
}
#pages .search-v45 form {
  position: relative;
}
#pages .search-v45 form:after {
  font-family: "Material Icons";
  content: "search";
  color: #000;
  background: #fff;
  z-index: 2;
  position: absolute;
  height: 30px;
  right: 5px;
  top: 2px;
  color: var(--primary-color);
  font-size: 26px;
}
.order {
  background: var(--primary-color);
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
.orredDate span,
.orredDate #productDetails .similarProducts mat-icon,
.orredDate #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover .orredDate #productDetails .similarProducts a,
.orredDate #productDetails .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted .orredDate #productDetails .similarProducts a,
#productDetails .similarProducts .orredDate mat-icon,
#productDetails .similarProducts .orredDate #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .orredDate a,
#productDetails .similarProducts .orredDate #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts .orredDate a {
  padding: 0px 10px;
}
.ratee {
  cursor: pointer;
  color: var(--primary-color);
}
.orderProduct {
  padding-top: 0.938em;
}
.orderProduct .image {
  padding: 0.625em 0em 0.625em 0.625em;
}
.delivery {
  padding-bottom: 10px;
}
.product-item {
  position: relative;
}
.product-item .mat-chip-list {
  position: absolute;
  top: 10px;
  right: 10px;
}
.product-item .mat-chip-list.list-view {
  left: 10px;
}
.product-item .image-link {
  display: block;
}
.product-item .category {
  margin-bottom: 4px;
}
.product-item .title {
  display: block;
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
}
.product-item .prices .old-price {
  text-decoration: line-through;
  height: 15px;
}
.product-item .prices .new-price {
  font-size: 16px;
  font-weight: 500;
}
.product-item .icons {
  margin-top: 18px;
}
.back img {
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}
.bdr {
  border: 1px solid #ddd;
}
.bdr-b {
  border-bottom: 1px solid #ddd;
}
#catList {
  background-color: white;
}
#catList .subchild {
  align-content: center;
  padding-left: 50px;
}
#catList .child {
  border-left: 1px solid #ddd;
}
#catList .micon {
  color: black;
  font-size: 1em;
}
#catList .search {
  font-size: 24px;
}
#catList .itemLabel {
  font-size: 18px;
}
#catList .iconClr {
  color: black;
}
#catList .cName {
  align-content: center;
}
#catList .cartbg {
  background-color: white;
}
#calsoft-account .account-sidenav {
  width: 280px;
}
#calsoft-account .account-sidenav .mat-nav-list {
  box-sizing: border-box;
}
#calsoft-account .account-sidenav .mat-nav-list .mat-list-item {
  height: 36px;
  font-size: 14px;
}
#calsoft-account .account-content {
  min-height: 400px;
  overflow: hidden;
}
#calsoft-account .account-content.p-left {
  background: #fff;
}
#calsoft-account .account-content .header-row {
  background: #fff;
  padding: 0 16px;
  height: 56px;
}
#calsoft-account .account-content .account-wrapper {
  margin-top: 16px;
  background: #fff;
}
#calsoft-account .accountSidenav .profile {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 10px 0px 10px 10px;
}
#calsoft-account .accountSidenav .profile .image img {
  max-width: 40px;
}
#calsoft-account .accountSidenav .profile .info .info-1 {
  font-size: 12px;
}
#calsoft-account .accountSidenav .profile .info .info-2 {
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #221122;
}
#calsoft-account .myOrder {
  cursor: pointer;
}
#calsoft-account .myOrder .order {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 13px 15px 13px 30px;
}
#calsoft-account .myOrder .order span,
#calsoft-account .myOrder .order #productDetails .similarProducts mat-icon,
#calsoft-account .myOrder .order #productDetails .similarProducts .nav-list:hover a,
#calsoft-account .nav-list:hover .myOrder .order #productDetails .similarProducts a,
#calsoft-account .myOrder .order #productDetails .similarProducts .account-highlighted a,
#calsoft-account .account-highlighted .myOrder .order #productDetails .similarProducts a,
#productDetails .similarProducts #calsoft-account .myOrder .order mat-icon,
#productDetails .similarProducts #calsoft-account .myOrder .order .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover .myOrder .order a,
#productDetails .similarProducts #calsoft-account .myOrder .order .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted .myOrder .order a {
  width: calc(100% - 26px);
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #878787;
  cursor: pointer;
}
#calsoft-account .myOrder .order span:hover,
#calsoft-account .myOrder .order #productDetails .similarProducts mat-icon:hover,
#calsoft-account .myOrder .order #productDetails .similarProducts .nav-list:hover a:hover,
#calsoft-account .nav-list:hover .myOrder .order #productDetails .similarProducts a:hover,
#calsoft-account .myOrder .order #productDetails .similarProducts .account-highlighted a:hover,
#calsoft-account .account-highlighted .myOrder .order #productDetails .similarProducts a:hover,
#productDetails .similarProducts #calsoft-account .myOrder .order mat-icon:hover,
#productDetails .similarProducts #calsoft-account .myOrder .order .nav-list:hover a:hover,
#productDetails .similarProducts #calsoft-account .nav-list:hover .myOrder .order a:hover,
#productDetails .similarProducts #calsoft-account .myOrder .order .account-highlighted a:hover,
#productDetails .similarProducts #calsoft-account .account-highlighted .myOrder .order a:hover {
  width: calc(100% - 26px);
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  cursor: pointer;
}
#calsoft-account .myOrder .myOrd {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 13px 15px 13px 30px;
}
#calsoft-account .navList {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
#calsoft-account .mat-list-base {
  padding: 10px 20px 10px 20px;
  display: block;
  -webkit-tap-highlight-color: transparent;
}
#calsoft-account .paddingDiv:focus {
  outline: 0;
}
#calsoft-account .account-highlighted {
  background: #eeeeee;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
#calsoft-account .account-highlighted mat-icon,
#calsoft-account .account-highlighted .nav-list:hover a,
#calsoft-account .nav-list:hover .account-highlighted a,
#calsoft-account .account-highlighted a {
  color: var(--primary-color);
}
#calsoft-account .nav-list:hover {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: hsla(0, 0%, 0%, 0.04);
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
#calsoft-account .nav-list:hover mat-icon,
#calsoft-account .nav-list:hover a {
  color: var(--primary-color);
}
#calsoft-account .mat-nav-list.mat-focused {
  background-color: none;
}
#calsoft-account .mat-list-base .mat-list-item,
#calsoft-account .mat-list-base .mat-list-option {
  display: block;
  height: 37px;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}
#calsoft-account .right-contant {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
#calsoft-account .divider {
  background: var(--primary-color);
}
#calsoft-account .account-mobile {
  background-color: var(--primary-color);
}
#calsoft-account .account-mobile img {
  margin-top: 20%;
}
#calsoft-account .account-mobile .info .info-1 {
  color: #fff;
}
#calsoft-account .account-mobile .info .info-2 {
  color: #fff;
  font-weight: 500;
}
#calsoft-account .content {
  background: #fff;
}
#calsoft-account .content .order {
  background: #fff;
}
#calsoft-wishlist .mat-dialog-container {
  padding: 0px !important;
  border-radius: 0px;
}
@media (min-width: 768px) {
  #calsoft-wishlist .imgQty img {
    width: auto;
    height: 100px;
    cursor: pointer;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #calsoft-wishlist .imgQty img {
    max-width: 93px;
    cursor: pointer;
  }
}
#calsoft-wishlist .cartProductDetails {
  padding: 30px 0px 10px 0px;
  cursor: pointer;
}
#calsoft-wishlist .cartProductDetails span,
#calsoft-wishlist .cartProductDetails #productDetails .similarProducts mat-icon,
#productDetails .similarProducts #calsoft-wishlist .cartProductDetails mat-icon,
#calsoft-wishlist .cartProductDetails #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted #calsoft-wishlist .cartProductDetails a,
#calsoft-wishlist .cartProductDetails #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts #calsoft-wishlist .cartProductDetails a,
#calsoft-wishlist .cartProductDetails #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover #calsoft-wishlist .cartProductDetails a,
#calsoft-wishlist .cartProductDetails #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #calsoft-wishlist .cartProductDetails a {
  font-size: 16px;
  color: white;
}
#calsoft-wishlist .basePrice span,
#calsoft-wishlist .basePrice #productDetails .similarProducts mat-icon,
#productDetails .similarProducts #calsoft-wishlist .basePrice mat-icon,
#calsoft-wishlist .basePrice #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted #calsoft-wishlist .basePrice a,
#calsoft-wishlist .basePrice #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts #calsoft-wishlist .basePrice a,
#calsoft-wishlist .basePrice #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover #calsoft-wishlist .basePrice a,
#calsoft-wishlist .basePrice #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #calsoft-wishlist .basePrice a {
  font-size: 20px;
  color: var(--accent-color);
}
#calsoft-wishlist .alert {
  font-size: 75px;
  color: var(--accent-color);
}
#calsoft-wishlist .outof {
  background: #fff;
}
#notFound .not-found-page h1 {
  font-size: 7rem;
}
#error-500 {
  margin-top: 15%;
  width: 100%;
}
#error-500 .content {
  width: 90%;
  max-width: 512px !important;
}
#error-500 .content .error-code {
  font-size: 112px;
  line-height: 1;
  text-align: center;
  margin-bottom: 16px;
  font-weight: 600;
}
#error-500 .content .message {
  font-size: 24px;
  text-align: center;
}
#error-500 .content .sub-message {
  font-size: 17px;
  text-align: center;
  margin: 16px auto 48px auto;
}
#error-500 .content .report-link {
  text-align: center;
  font-size: 15px;
}
#noItem .mat-dialog-container {
  padding: 0px !important;
  border-radius: 0px;
  width: 300px;
  height: 225px;
}
#noItem .alert {
  font-size: 75px;
  color: var(--accent-color);
}
.rating .ratings {
  color: #fbc02d;
}
.rating .ratings-count {
  margin-left: 12px;
  font-weight: 500;
}
#noProducts {
  margin-top: 3%;
}
#noProducts .notFound span,
#noProducts .notFound #productDetails .similarProducts mat-icon,
#productDetails .similarProducts #noProducts .notFound mat-icon,
#noProducts .notFound #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted #noProducts .notFound a,
#noProducts .notFound #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts #noProducts .notFound a,
#noProducts .notFound #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover #noProducts .notFound a,
#noProducts .notFound #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #noProducts .notFound a {
  font-size: 26px;
  font-weight: 500;
  color: #000;
}
#noProducts .spell span,
#noProducts .spell #productDetails .similarProducts mat-icon,
#productDetails .similarProducts #noProducts .spell mat-icon,
#noProducts .spell #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted #noProducts .spell a,
#noProducts .spell #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts #noProducts .spell a,
#noProducts .spell #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover #noProducts .spell a,
#noProducts .spell #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #noProducts .spell a {
  font-size: 22px;
  font-weight: 500;
  color: #878787;
}
.review-Rating {
  line-height: normal;
  display: inline-block;
  color: #fff;
  padding: 2px 4px 2px 6px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  vertical-align: middle;
  background-color: #388e3c;
}
.border-lb {
  padding: 5px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.6);
  border-right: 1px solid rgba(204, 204, 204, 0.6);
}
.card-2:hover {
  transition: all 0.2s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -4px;
  background-color: white;
  cursor: pointer;
}
@media (max-width: 480px) {
  .wordWarp {
    -webkit-hyphens: auto;
    hyphens: auto;
    font-weight: 500;
    color: black;
  }
}
.price-label {
  color: #212121;
  font-weight: 500;
}
.old-price {
  font-weight: 500;
  color: #878787;
}
.text-strike {
  text-decoration: line-through;
}
@media (min-width: 0) and (max-width: 700px) {
  .font-16px {
    font-size: 12px;
  }
}
.sale-label {
  font-size: 12px;
  cursor: text;
  z-index: 2;
  top: 2px;
  right: 2px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  padding: 5px;
  font-weight: 400;
  color: #fff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background: green;
  border-radius: 2px;
}
.cursor-text {
  cursor: text;
}
@media (min-width: 980px) {
  .cart-items-count {
    position: absolute;
    top: -3px;
    left: 26px;
    background: var(--accent-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    border-radius: 50%;
    font-size: 11px;
    color: #fff;
  }
}
@media (min-width: 0) and (max-width: 980px) {
  .cart-items-count {
    position: absolute;
    top: -3px;
    left: 24px;
    background: #f44336;
    height: 18px;
    width: 18px;
    line-height: 18px;
    border-radius: 50%;
    font-size: 11px;
    color: #fff;
  }
}
.spell {
  text-align: center;
}
.commonHeader {
  padding: 10px;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#custom-checkbox .md-margin {
  margin: 8px 0px;
}
#custom-checkbox .md-checkbox {
  position: relative;
  text-align: left;
}
#custom-checkbox .md-checkbox.md-checkbox-inline {
  display: inline-block;
}
#custom-checkbox .md-checkbox label {
  cursor: pointer;
  display: inline;
  line-height: 1.25em;
  vertical-align: top;
  clear: both;
  padding-left: 1px;
}
#custom-checkbox .md-checkbox label:not(:empty) {
  padding-left: 0.75em;
}
#custom-checkbox .md-checkbox label:before,
#custom-checkbox .md-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
#custom-checkbox .md-checkbox label:before {
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125em;
  cursor: pointer;
  transition: background 0.3s;
}
#custom-checkbox .md-checkbox input[type=checkbox] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
#custom-checkbox .md-checkbox input[type=checkbox]:checked + label:before {
  background: hsl(231, 48%, 48%);
  border: none;
}
#custom-checkbox .md-checkbox input[type=checkbox]:checked + label:after {
  transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}
#custom-checkbox .md-checkbox input[type=checkbox]:disabled + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
#custom-checkbox *,
#custom-checkbox *:before,
#custom-checkbox *:after {
  box-sizing: border-box;
}
.wordBreak {
  word-break: break-word;
}
.wrap {
  overflow-wrap: anywhere;
}
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
}
* {
  margin: 0;
  padding: 0;
}
a {
  outline: none;
}
.h-100 {
  height: 100% !important;
}
.w-100 {
  width: 100% !important;
}
.mw-100 {
  max-width: 100%;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.lh {
  line-height: 27px;
}
.theme-container {
  margin: 0 auto;
  width: 100%;
}
.light-block.mat-mdc-card {
  background: rgba(0, 0, 0, 0.03) !important;
  box-shadow: none !important;
}
.transition {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.text-truncate {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.divider {
  border-top: 1px solid rgba(204, 204, 204, 0.6);
}
.mat-mdc-icon-button .mat-icon.mat-icon-xs,
.mat-icon.mat-icon-xs {
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}
.mat-mdc-icon-button .mat-icon.mat-icon-sm,
.mat-icon.mat-icon-sm,
.mat-nav-list .mat-mdc-list-item .mat-mdc-list-item-icon.mat-icon-sm {
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  width: 18px;
  vertical-align: middle;
}
.mat-mdc-icon-button .mat-icon.mat-icon-lg,
.mat-icon.mat-icon-lg {
  font-size: 36px;
  line-height: 36px;
  height: 36px;
  width: 36px;
  vertical-align: middle;
}
.mat-mdc-icon-button .mat-icon.mat-icon-xlg,
.mat-icon.mat-icon-xlg {
  font-size: 48px;
  line-height: 48px;
  height: 48px;
  width: 48px;
  vertical-align: middle;
}
@media (min-width: 830px) and (max-width: 1029px) {
  .mat-icon.caret {
    width: 16px;
  }
}
@media (min-width: 1030px) and (max-width: 1281px) {
  .mat-icon.caret {
    width: 16px;
  }
}
@media (min-width: 1282px) {
  .mat-icon.caret {
    width: 13px;
  }
}
.mat-mdc-button.flex-row-button .mat-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mat-button-wrapper {
  pointer-events: none;
}
.mat-mdc-list.reviews .mat-mdc-list-item .mat-list-item-content {
  align-items: start;
}
.mat-step-text-label {
  text-transform: uppercase;
}
.mat-tab-label-content {
  font-size: 16px;
}
.mat-mdc-row,
.mat-mdc-header-row {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.filter-sidenav .mat-drawer-inner-container {
  height: auto;
  padding: 2px;
  box-sizing: border-box;
}
.filter-sidenav .mat-drawer-inner-container .mat-expansion-panel {
  border-radius: 0 !important;
}
.app-dropdown.mat-mdc-menu-panel {
  min-width: 60px;
}
.app-dropdown .mat-mdc-menu-item {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.account-icon {
  margin-top: -2px;
  margin-right: 2px;
}
.app-dropdown.account .mat-mdc-menu-content {
  padding: 0;
}
.app-dropdown.account .mat-mdc-menu-content .user-info {
  padding: 16px;
}
.app-dropdown.account .mat-mdc-menu-content .user-info img {
  margin-right: 16px;
  border-radius: 3px;
}
.app-dropdown.account .mat-mdc-menu-content .user-info .mat-icon {
  margin-top: -2px;
  color: #fbc02d;
}
.categories-dropdown.mat-mdc-menu-panel {
  max-height: 350px;
}
.categories-dropdown .mat-mdc-menu-item {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
}
.sub-category button {
  padding-left: 30px;
}
.sub-category .sub-category button {
  padding-left: 50px;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 10px !important;
}
.p-2 {
  padding: 20px !important;
}
.p-3 {
  padding: 30px !important;
}
.py-1 {
  padding: 10px 0 !important;
}
.py-2 {
  padding: 20px 0 !important;
}
.py-3 {
  padding: 30px 0 !important;
}
.py-4 {
  padding: 40px 0 !important;
}
.py-5 {
  padding: 50px 0 !important;
}
.px-1 {
  padding: 0 10px !important;
}
.px-2 {
  padding: 0 20px !important;
}
.px-3 {
  padding: 0 30px !important;
}
.px-4 {
  padding: 0 40px !important;
}
.px-5 {
  padding: 0 50px !important;
}
.pl-3 {
  padding-left: 30px;
}
.m-0 {
  margin: 0 !important;
}
.mt-1 {
  margin-top: 10px !important;
}
.mt-2 {
  margin-top: 20px !important;
}
.mt-3 {
  margin-top: 30px !important;
}
.mr-1 {
  margin-right: 10px !important;
}
.d-block {
  display: block;
}
.info-bar {
  margin-top: 30px;
}
.info-bar .mat-mdc-card {
  height: 100px;
}
.info-bar .mat-mdc-card .content {
  margin-left: 10px;
}
.info-bar .mat-mdc-card .content p {
  font-weight: 500;
}
.info-bar .mat-mdc-card .content span,
.info-bar .mat-mdc-card .content #productDetails .similarProducts mat-icon,
#productDetails .similarProducts .info-bar .mat-mdc-card .content mat-icon,
.info-bar .mat-mdc-card .content #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted .info-bar .mat-mdc-card .content a,
.info-bar .mat-mdc-card .content #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts .info-bar .mat-mdc-card .content a,
.info-bar .mat-mdc-card .content #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover .info-bar .mat-mdc-card .content a,
.info-bar .mat-mdc-card .content #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .info-bar .mat-mdc-card .content a {
  font-size: 13px;
}
.social-icon {
  width: 48px;
  height: 48px;
  cursor: pointer;
  fill: #8f8f8f;
  outline: none;
}
.app.main-toolbar-fixed #menu-toolbar {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9;
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.app.main-toolbar-fixed .main {
  padding-top: 64px;
}
.top-toolbar.mat-toolbar-row {
  height: 32px;
  font-size: 13px;
}
.top-toolbar.mat-toolbar-row .sidenav-toggle {
  height: 31px;
  line-height: 31px;
  min-width: 24px;
  padding: 0;
  border-radius: 0;
}
.top-toolbar.mat-toolbar-row .top-menu {
  margin-right: -16px;
  text-transform: uppercase;
}
.top-toolbar.mat-toolbar-row .top-menu a {
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 31px;
  padding: 0 10px;
  min-width: 70px;
  border-radius: 0;
}
.top-toolbar.mat-toolbar-row .top-menu a.mobile-menu-icon {
  min-width: 36px;
}
.top-toolbar.mat-toolbar-row .top-menu .mat-icon.more {
  height: 28px;
}
.flag-menu-title {
  vertical-align: top !important;
  margin-left: 3px;
}
.top-menu-dropdown .mat-mdc-menu-item img {
  vertical-align: middle;
  margin-right: 8px;
}
.cart-dropdown.mat-mdc-menu-panel {
  padding: 6px 14px;
  font-size: 13px;
}
.cart-dropdown.mat-mdc-menu-panel .mat-mdc-list {
  padding: 0;
}
.cart-dropdown.mat-mdc-menu-panel .mat-mdc-list .mat-mdc-list-item {
}
.cart-dropdown.mat-mdc-menu-panel .mat-mdc-list .mat-mdc-list-item .mat-list-item-content {
  padding: 0;
}
.cart-dropdown.mat-mdc-menu-panel .mat-mdc-list .mat-mdc-list-item .mat-list-item-content img {
  width: 70px;
  margin-left: 10px;
}
.cart-dropdown.mat-mdc-menu-panel .mat-mdc-list .mat-mdc-list-item .mat-list-text > * {
  font-size: 14px;
  font-weight: 500;
}
.cart-dropdown.mat-mdc-menu-panel .mat-mdc-list .mat-mdc-list-item .mat-line:nth-child(n+2) {
  font-size: 13px;
  font-weight: 400;
}
.cart-dropdown.mat-mdc-menu-panel .cart-dropdown-footer {
  font-size: 14px;
}
.app-menu-panel.mat-mdc-menu-panel {
  min-width: 60px;
}
.app-menu-panel.mat-mdc-menu-panel .mat-mdc-menu-content:not(:empty) {
  padding: 0;
}
.app-menu-panel.mat-mdc-menu-panel .mat-mdc-menu-item {
  display: flex;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
}
.app-menu-panel.mat-mdc-menu-panel .mat-mdc-menu-item .mat-badge-small.mat-badge-above .mat-badge-content {
  top: 8px;
}
.app-menu-panel.mat-mdc-menu-panel.lang {
  min-width: 41px;
}
.app-menu-panel.mat-mdc-menu-panel.lang .mat-mdc-menu-item {
  line-height: 36px;
  height: 36px;
  padding: 0;
}
.app-menu-panel.mat-mdc-menu-panel.lang .mat-mdc-menu-item img {
  display: block;
  margin: 0 auto;
}
.logo-toolbar.mat-toolbar-row {
  height: 104px;
}
.logo {
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
}
.search-form {
  border-radius: 22px;
  overflow: hidden;
}
.search-form .categories {
  height: 40px;
  width: 180px;
  border-radius: 0;
}
.search-form input[type=text] {
  border: 0;
  outline: none;
  padding: 0 34px 0 12px;
  border-left: 1px solid #ccc;
}
.search-form .search-btn {
  margin-left: -20px;
  background: #fff !important;
  box-shadow: none !important;
}
.search-dropdown.mat-mdc-menu-panel {
  border-radius: 26px;
  max-width: 100%;
  min-height: auto;
}
.search-dropdown.mat-mdc-menu-panel .mat-mdc-menu-content {
  padding: 0;
}
.top-cart span,
.top-cart #productDetails .similarProducts mat-icon,
#productDetails .similarProducts .top-cart mat-icon,
.top-cart #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted .top-cart a,
.top-cart #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts .top-cart a,
.top-cart #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover .top-cart a,
.top-cart #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .top-cart a {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}
.top-navbar.mat-toolbar {
  height: 48px;
  padding: 0;
}
.top-navbar.mat-toolbar a {
  min-width: 70px;
  border-radius: 0;
  text-transform: uppercase;
  padding: 6px 16px;
}
.cdk-overlay-pane.mega-menu-pane {
  left: 0 !important;
  width: 100%;
}
.cdk-overlay-pane.mega-menu-pane .mat-mdc-menu-panel {
  width: 100%;
  max-width: none;
  border-radius: 0;
}
.cdk-overlay-pane.mega-menu-pane .mat-mdc-menu-panel .mat-mdc-menu-content {
  padding: 0;
}
.cdk-overlay-pane.mega-menu-pane .mega-menu-widget {
  position: relative;
}
.cdk-overlay-pane.mega-menu-pane .mega-menu-widget button {
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: 400;
}
.cdk-overlay-pane.mega-menu-pane .mega-menu-widget .mat-chip-list {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
button.swipe-arrow {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 10;
  background-image: none;
}
.swiper-pagination.white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  vertical-align: -2px;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: none;
}
.product-item {
  position: relative;
}
.product-item .mat-chip-list {
  position: absolute;
  top: 10px;
  right: 10px;
}
.product-item .mat-chip-list.list-view {
  left: 10px;
}
.product-item .image-link {
  display: block;
}
.product-item img {
  max-width: 100%;
}
.product-item .category {
  margin-bottom: 4px;
}
.product-item .title {
  display: block;
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
}
.product-item .prices {
  margin: 12px 0;
}
.product-item .prices .old-price {
  text-decoration: line-through;
  height: 15px;
}
.product-item .prices .new-price {
  font-size: 16px;
  font-weight: 500;
}
.product-item .icons {
  margin-top: 18px;
}
.old-price {
  text-decoration: line-through;
}
.back-to-top {
  position: fixed;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 999999;
  right: 20px;
  bottom: 20px;
  opacity: 0.5;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}
.back-to-top:hover {
  opacity: 0.9;
}
@media (max-width: 575px) {
  .top-toolbar.mat-toolbar-row {
    padding: 0;
  }
  .top-toolbar.mat-toolbar-row .top-menu {
    margin-right: 0;
  }
  .top-toolbar.mat-toolbar-row .top-menu a {
    min-width: 56px;
  }
  .top-toolbar.mat-toolbar-row .sidenav-toggle {
    min-width: 52px;
  }
  .search-form input[type=text] {
    width: 160px;
  }
  .search-form .categories {
    width: 140px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .top-toolbar.mat-toolbar-row {
    padding: 0;
  }
  .top-toolbar.mat-toolbar-row .top-menu {
    margin-right: 0;
  }
  .top-toolbar.mat-toolbar-row .sidenav-toggle {
    min-width: 52px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-toolbar.mat-toolbar-row {
    padding: 0;
  }
  .top-toolbar.mat-toolbar-row .top-menu {
    margin-right: 0;
  }
  .top-toolbar.mat-toolbar-row .sidenav-toggle {
    min-width: 52px;
  }
}
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 7px;
  bottom: 0px;
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 7px;
  right: 0px;
  left: auto !important;
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: #eee;
  opacity: 0.9;
}
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 4px;
  bottom: 1px;
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 4px;
  right: 1px;
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  background-color: #999;
  height: 7px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  background-color: #999;
  width: 7px;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
@media (min-width: 2000px) {
  .theme-container {
    max-width: 1400px;
  }
}
.sidenav .mat-drawer-inner-container {
  overflow-x: hidden;
}
@media (max-width: 599px) {
  .container {
    margin-right: var(--homepage-paddding-xs-right);
    margin-left: var(--homepage-paddding-xs-left);
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .container {
    margin-right: var(--homepage-paddding-sm-right);
    margin-left: var(--homepage-paddding-sm-left);
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .container {
    padding-right: var(--homepage-paddding-md-right);
    padding-left: var(--homepage-paddding-md-left);
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .container {
    margin-right: var(--homepage-paddding-lg-right);
    margin-left: var(--homepage-paddding-lg-left);
  }
}
@media (min-width: 1920px) {
  .container {
    margin-right: var(--homepage-paddding-xl-right);
    margin-left: var(--homepage-paddding-xl-left);
  }
}
@media (max-width: 1279px) {
  .col-gap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-gap > div {
    padding-left: 2rem;
    padding-right: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
@media (min-width: 1023px) and (max-width: 1278px) {
  .col-gap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-gap > div {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
hr {
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0rem 0;
}
body app-main,
body .mat-drawer-content {
  overflow-x: hidden;
  overflow-y: auto;
}
.toolbar-dropdown-menu {
  margin-top: 9px;
  border-radius: 0 !important;
}
.toolbar-dropdown-menu .mat-mdc-menu-content {
  padding: 0 !important;
}
.user-menu .mat-toolbar,
.user-menu .mat-toolbar-row {
  height: 100px !important;
}
.user-menu .user-info {
  width: 230px;
}
.user-menu .user-info p {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.user-menu .user-info img {
  border-radius: 50%;
}
.user-menu .mat-mdc-menu-item {
  height: 36px;
  line-height: 36px;
}
.h-300p {
  height: 300px;
}
.h-400p {
  height: 400px;
}
.uppercase {
  text-transform: uppercase;
}
.user-block {
  height: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.2s;
}
.user-block img {
  width: 80px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.user-block .user-info-wrapper {
  padding: 0 6px;
  margin: 6px 0;
  width: 100%;
}
.user-block .user-info-wrapper .user-info {
  text-align: center;
}
.user-block .user-info-wrapper .user-info .name {
  font-size: 15px;
}
.user-block .user-info-wrapper .user-info .position {
  font-size: 13px;
}
.user-block.show {
  height: 156px;
}
.admin-table.mat-mdc-table {
  display: block;
  overflow-x: auto;
}
.admin-table.mat-mdc-table .mat-mdc-row,
.admin-table.mat-mdc-table .mat-mdc-header-row {
  display: flex;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  align-items: center;
  min-height: 48px;
  padding: 0 16px;
  min-width: 500px;
}
.admin-table.mat-mdc-table .mat-mdc-cell,
.admin-table.mat-mdc-table .mat-mdc-header-cell {
  flex: 1;
  overflow: hidden;
  word-wrap: break-word;
  padding: 0 8px;
}
.admin-table.mat-mdc-table .mat-mdc-cell.image,
.admin-table.mat-mdc-table .mat-mdc-header-cell.image {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 60px;
}
.admin-table.mat-mdc-table .mat-mdc-cell.image img,
.admin-table.mat-mdc-table .mat-mdc-header-cell.image img {
  display: block;
  border-radius: 50%;
  margin: 4px 0;
}
.admin-table.mat-mdc-table .mat-mdc-cell.status,
.admin-table.mat-mdc-table .mat-mdc-header-cell.status {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 32px;
}
.admin-table.mat-mdc-table .mat-mdc-cell.ratings,
.admin-table.mat-mdc-table .mat-mdc-header-cell.ratings {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 80px;
}
.admin-table.mat-mdc-table .mat-mdc-header-cell {
  font-size: 14px;
}
.admin-table.mat-mdc-table .mat-mdc-cell .actions {
  text-align: right;
}
.admin-table.mat-mdc-table .mat-mdc-cell .actions button {
  margin: 0 4px;
}
.admin-table.mat-mdc-table.header-sm .mat-mdc-header-row {
  min-height: 36px;
}
.admin-table.mat-mdc-table.truncated .mat-mdc-cell,
.admin-table.mat-mdc-table.truncated .mat-mdc-header-cell {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.vertical-tabs.mat-mdc-tab-group {
  flex-direction: row;
}
.vertical-tabs.mat-mdc-tab-group .mat-tab-labels {
  flex-direction: column;
}
.vertical-tabs.mat-mdc-tab-group .mat-ink-bar {
  display: none;
}
.vertical-tabs.mat-mdc-tab-group .mat-mdc-tab-header {
  border: none !important;
}
.vertical-tabs.mat-mdc-tab-group .mat-tab-body-wrapper {
  padding: 0 16px;
}
.tab-content-wrapped.mat-mdc-tab-group .mat-tab-body-content {
  margin: 0 -10px;
  overflow: hidden;
}
.vertical-form-fields-wrapper {
  min-width: 280px;
}
.gradient-purple {
  background: #7873f5 !important;
  background: -webkit-linear-gradient(50deg, #ff6ec4, #7873f5) !important;
  background: -o-linear-gradient(50deg, #ff6ec4, #7873f5) !important;
  background:
    linear-gradient(
      50deg,
      #ff6ec4,
      #7873f5) !important;
  color: #fff !important;
}
.gradient-indigo {
  background: #303f9f !important;
  background: -webkit-linear-gradient(50deg, #2ec6ff, #303f9f) !important;
  background: -o-linear-gradient(50deg, #2ec6ff, #303f9f) !important;
  background:
    linear-gradient(
      50deg,
      #2ec6ff,
      #303f9f) !important;
  color: #fff !important;
}
.gradient-blue {
  background: #2196F3 !important;
  background: -webkit-linear-gradient(50deg, #37ffb5, #2196F3) !important;
  background: -o-linear-gradient(50deg, #37ffb5, #2196F3) !important;
  background:
    linear-gradient(
      50deg,
      #37ffb5,
      #2196F3) !important;
  color: #fff !important;
}
.gradient-orange {
  background: #FF7043 !important;
  background: -webkit-linear-gradient(50deg, #ffd86f, #FF7043) !important;
  background: -o-linear-gradient(50deg, #ffd86f, #FF7043) !important;
  background:
    linear-gradient(
      50deg,
      #ffd86f,
      #FF7043) !important;
  color: #fff !important;
}
.gradient-green {
  background: #2E7D32 !important;
  background: -webkit-linear-gradient(50deg, #C5D429, #2E7D32) !important;
  background: -o-linear-gradient(50deg, #C5D429, #2E7D32) !important;
  background:
    linear-gradient(
      50deg,
      #C5D429,
      #2E7D32) !important;
  color: #fff !important;
}
.gradient-pink {
  background: #E91E63 !important;
  background: -webkit-linear-gradient(50deg, #F59E99, #E91E63) !important;
  background: -o-linear-gradient(50deg, #F59E99, #E91E63) !important;
  background:
    linear-gradient(
      50deg,
      #F59E99,
      #E91E63) !important;
  color: #fff !important;
}
.gradient-red {
  background: #D50000 !important;
  background: -webkit-linear-gradient(50deg, #FF9E80, #D50000) !important;
  background: -o-linear-gradient(50deg, #FF9E80, #D50000) !important;
  background:
    linear-gradient(
      50deg,
      #FF9E80,
      #D50000) !important;
  color: #fff !important;
}
.gradient-amber {
  background: #e65100 !important;
  background: -webkit-linear-gradient(50deg, #FFBA3A, #e65100) !important;
  background: -o-linear-gradient(50deg, #FFBA3A, #e65100) !important;
  background:
    linear-gradient(
      50deg,
      #FFBA3A,
      #e65100) !important;
  color: #fff !important;
}
.gradient-gray {
  background: #263238 !important;
  background: -webkit-linear-gradient(50deg, #8EF9FE, #263238) !important;
  background: -o-linear-gradient(50deg, #8EF9FE, #263238) !important;
  background:
    linear-gradient(
      50deg,
      #8EF9FE,
      #263238) !important;
  color: #fff !important;
}
.gradient-teal {
  background: #00796B !important;
  background: -webkit-linear-gradient(50deg, #A9DC7B, #00796B) !important;
  background: -o-linear-gradient(50deg, #A9DC7B, #00796B) !important;
  background:
    linear-gradient(
      50deg,
      #A9DC7B,
      #00796B) !important;
  color: #fff !important;
}
.gradient-brown {
  background: #5D4037 !important;
  background: -webkit-linear-gradient(50deg, #FA9151, #5D4037) !important;
  background: -o-linear-gradient(50deg, #FA9151, #5D4037) !important;
  background:
    linear-gradient(
      50deg,
      #FA9151,
      #5D4037) !important;
  color: #fff !important;
}
.gradient-lime {
  background: #827717 !important;
  background: -webkit-linear-gradient(50deg, #FDD819, #827717) !important;
  background: -o-linear-gradient(50deg, #FDD819, #827717) !important;
  background:
    linear-gradient(
      50deg,
      #FDD819,
      #827717) !important;
  color: #fff !important;
}
.app[dir=rtl] {
}
.app[dir=rtl] .mat-icon.caret {
  width: auto;
}
.app[dir=rtl] .flag-menu-title {
  margin-left: 0;
  margin-right: 3px;
}
.app[dir=rtl] .app-dropdown.account .mat-mdc-menu-content .user-info img {
  margin-right: 0;
  margin-left: 16px;
}
.app[dir=rtl] .search-form input[type=text] {
  border-left: 0;
  border-right: 1px solid #ccc;
}
.app[dir=rtl] .search-form .search-btn {
  margin-left: 0;
  margin-right: -20px;
}
.app[dir=rtl] .swiper-container {
  direction: ltr;
}
.app[dir=rtl] .swiper-slide {
  direction: rtl;
}
.app[dir=rtl] .info-bar .mat-mdc-card .content {
  margin-left: 0;
  margin-right: 10px;
}
.app[dir=rtl] .footer .contact-information .mat-icon {
  margin-right: 0;
  margin-left: 10px;
}
.app[dir=rtl] .cart-items-count {
  right: 24px;
  left: auto;
}
.app[dir=rtl] .cart-dropdown.mat-menu-panel .mat-mdc-list .mat-mdc-list-item .mat-list-item-content img {
  margin-left: 0;
  margin-right: 10px;
}
.app[dir=rtl] .ratings-count {
  margin-left: 0;
  margin-right: 12px;
}
.app[dir=rtl] .details button {
  margin-left: 0;
  margin-right: 6px;
}
.app[dir=rtl] .pl-3 {
  padding-left: 0;
  padding-right: 30px;
}
.app[dir=rtl] .all-products.p-left,
.app[dir=rtl] .account-content.p-left {
  padding-left: 2px;
  padding-right: 16px;
}
.app[dir=rtl] .sub-category button {
  padding-left: 0;
  padding-right: 30px;
}
.app[dir=rtl] .sub-category .sub-category button {
  padding-left: 0;
  padding-right: 50px;
}
.app[dir=rtl] .orders-table.mat-mdc-table .mat-mdc-cell .btn-invoice {
  margin-left: 0;
  margin-right: 8px;
}
.app[dir=rtl] .back-to-top {
  right: auto;
  left: 20px;
}
.app[dir=rtl] .ps__rail-y {
  right: auto !important;
  left: 0 !important;
}
.app[dir=rtl] .ps__thumb-y {
  right: auto !important;
  left: 1px !important;
}
.app[dir=rtl] .menu-expand-icon {
  right: auto;
  left: 10px;
}
body .mat-mdc-card .mat-mdc-card-image {
  max-width: inherit;
  border-bottom: 1px solid #eee;
}
.m-icon {
  position: absolute;
  top: -49px;
  right: -5px;
  transition: all 0.3s ease-in;
}
.wishlist-icon {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease-in 0s;
  text-align: center;
  line-height: 50px;
}
.wishlist-icon a {
  color: rgba(0, 0, 0, 0.4);
}
.wishlist-icon a:hover {
  color: rgba(0, 0, 0, 0.7);
}
mat-card:hover .m-icon {
  transform: translateY(-20px);
}
.no-card-content {
  padding-bottom: 0 !important;
}
.card-shadow {
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.shop-card-gap {
  margin-top: -120px;
  padding: 1rem;
}
.section-title-toolbar {
  padding: 1rem;
}
.section-title-toolbar {
  border-radius: 10px;
}
.box-shadow-md:hover {
  box-shadow: 0 5px 10px 0 rgba(55, 55, 55, 0.2);
}
.box-shadow-md:hover .button-grey {
  background: var(--accent-color);
  color: #fff;
}
.wishlist-icon.wishlist-active a {
  color: rgb(0, 0, 0);
}
.simple-btn {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-content: center;
  align-items: center;
}
.button-lg {
  min-width: 160px !important;
  min-height: 50px;
}
.simple-btn .material-icons {
  margin-right: 0.5rem;
  font-size: 1rem;
}
.button-grey {
  background-color: #E0E0E0;
  transition: all 0.3s ease-in-out 0s;
}
.button-grey:hover {
  background: var(--accent-color);
  color: #fff;
}
.transparent-btn {
  border: 2px solid #d8d8d8;
  display: block;
  padding: 0.8rem;
  text-align: center;
  text-transform: uppercase;
  margin: 2.5rem 0;
  color: rgba(0, 0, 0, 0.54);
  font-weight: bold;
  cursor: pointer;
}
html {
  font-size: 16px;
}
@media (max-width: 1366px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
}
html,
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: var(--website-font-family);
  background: #f3f3f4;
}
html body .mat-mdc-card {
  font-family: var(--website-font-family);
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font-family: var(--website-font-family);
}
[tabindex="-1"]:focus {
  outline: none;
}
body .mat-mdc-card {
  border-radius: 5px;
  overflow: hidden;
}
select,
button,
textarea,
input {
  vertical-align: baseline;
}
p {
  margin-top: 7px;
  font-size: 0.875rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  color: inherit;
  font-weight: normal;
  margin-top: 0;
  word-break: auto-phrase;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  outline: 0;
}
figure {
  margin: 0;
}
strong,
b {
  font-weight: 700;
}
.mobileheader {
  background: var(--mobile-header-colour);
}
.header-v1-top {
  background: rgba(255, 255, 255, 0.05);
  height: 100px !important;
}
.header-v1 .logo-site {
  text-align: center;
}
.header-v1-bottom {
  text-align: center;
  position: relative;
}
.header-v1-bottom-inner {
  position: relative;
}
.list-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.log-in-user .mat-button-wrapper {
  padding: 0 !important;
  width: 100%;
}
.log-in-user img {
  border-radius: 100%;
}
.user-tool button {
  margin: 0 5px;
}
menu {
  margin: 0;
}
.cart-menu-list {
  position: relative;
}
.cart-menu-list:hover .cart-menu-action {
  opacity: 1;
  visibility: visible;
}
.cart-menu-action {
  position: absolute;
  display: flex;
  background: #fff;
  right: 15px;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  border-radius: 5px;
  visibility: hidden;
}
.app-nav .app-nav-list {
  padding: 0;
}
.app-nav .app-nav-list > li {
  display: inline-block;
  position: relative;
}
.app-nav .app-nav-list > li a {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0 15px;
  display: block;
}
.app-nav .app-nav-list > li:after {
  content: "";
  border-bottom: 0px;
  width: 0;
  transition: all 0.3s ease;
  height: 0px;
  left: 0;
  right: 0;
  background: var(--accent-color);
  display: block;
  position: absolute;
  bottom: 0;
}
.app-nav .app-nav-list > li:hover:after {
  width: 100%;
}
.search-box {
  position: absolute;
  bottom: -20px;
  right: 0;
}
.search-form {
  position: absolute;
  right: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  top: 0;
  transition: all 0.3s ease;
  bottom: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
}
.search-form input {
  width: 100%;
  color: #3A405B;
  padding: 0 1rem;
  border: 0;
  font-size: 2rem;
  height: 64px;
}
.form-open .search-box {
  opacity: 0;
  visibility: hidden;
}
.form-open .search-form {
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}
.close-btn {
  position: absolute !important;
  right: 0px;
  background: #fff !important;
  box-shadow: none !important;
  color: #3A405B !important;
}
.cart-menu-list {
  border-bottom: 1px solid #d5d5d5;
  padding: 1rem 0 !important;
}
.app-nav-list > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.app-nav-list .sub-menu {
  position: absolute;
  width: 230px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in 0s;
  background: #fff;
  z-index: 99;
  padding-left: 0;
  padding-right: 0;
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.app-nav-list .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.app-nav-list .sub-menu li {
  display: block;
  line-height: normal;
  position: relative;
}
.app-nav-list .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  left: 100%;
}
.app-nav-list .sub-menu li a {
  color: #3A405B;
  text-align: left;
  line-height: normal;
  padding: 10px 20px;
}
.drop-wrap {
  display: block !important;
  max-height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
}
.logo-site {
  align-self: center;
}
.search-box {
  z-index: 9;
}
@media (max-width: 1279px) {
  .header-v1 .logo-site {
    text-align: left;
  }
}
@media (min-width: 960px) {
  .calsoft-fixed-header .responsive-toggle {
    display: none;
  }
}
@media (max-width: 959px) {
  .calsoft-fixed-header calsoft-Menu {
    display: none;
  }
  .calsoft-fixed-header .logo-site {
    width: 170px;
  }
}
@media (max-width: 959px) {
  .header-v1-bottom {
    display: none !important;
  }
  .header-v1-bottom-inner {
    position: static;
  }
  .header-v1-bottom-inner .search-box {
    bottom: 3px;
  }
}
@media (max-width: 767px) {
  .user-tool calsoft-headercart,
  .user-tool calsoft-wishlist,
  .user-tool .log-in-user {
    transform: scale(0.8);
  }
  .user-tool button {
    margin: 0;
  }
}
.mega {
  position: static !important;
}
.mega > .sub-menu {
  width: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
}
.mega > .sub-menu > li {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
.mega > .sub-menu > li > a {
  color: var(--primary-color);
  font-size: 1.2rem;
  border-bottom: 1px solid #d5d5d5;
}
.mega .sub-menu .sub-menu {
  opacity: 1;
  visibility: inherit;
  position: static;
  display: inline-block;
  width: 100%;
  padding-left: 1.5rem;
  box-shadow: none;
}
.mega .sub-menu .sub-menu li:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  background: #3A405B;
  height: 1px;
  width: 5px;
}
.mega .sub-menu .sub-menu a {
  text-transform: capitalize;
  cursor: pointer;
}
.list-flex .mat-form-field-appearance-legacy .mat-form-field-underline {
  background: transparent;
}
.list-flex .mat-form-field-infix {
  width: 80px;
  font-size: 14px;
}
.app-nav .app-nav-list > li.mega::after {
  content: none;
}
@media (max-width: 1199px) {
  .mega > .sub-menu {
    width: 700px;
  }
}
.header-v2 .logo-site {
  text-align: left;
}
.header-v2 .search-v2 input {
  background: rgba(255, 255, 255, 0.27);
  border: 0;
  width: 93%;
  height: 35px;
  border-radius: 5px;
  color: #fff;
  padding-left: 2.5rem;
}
.header-v2 .search-v2 input::-webkit-input-placeholder {
  color: #fff;
}
.header-v2 .search-v2 input:-moz-placeholder {
  color: #fff;
}
.header-v2 .search-v2 form {
  position: relative;
}
.header-v2 .search-v2 form:before {
  font-family: "Material Icons";
  content: "search";
  position: absolute;
  left: 10px;
  top: 2px;
}
.header-v2 .header-v2-bottom {
  background: #fff;
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.header-v2 .app-nav .app-nav-list > li a {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 40 px;
  padding: 0 20px;
  display: block;
  color: #000;
}
.header-v2 .app-nav .sub-menu li a {
  line-height: 44px !important;
}
.header-v2 .app-nav .app-nav-list > li {
  margin: 0;
}
.header-v2 .list-flex {
  padding-right: 0;
}
.header-v2 .list-flex i {
  font-size: 20px;
  line-height: normal;
}
.header-v2 .list-flex .mat-mini-fab .mat-button-wrapper {
  padding: 0;
}
.header-v2 .list-flex .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
.header-v2 .list-flex .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -4px;
}
.header-v2 .list-flex .mat-badge-medium .mat-badge-content {
  width: 15px;
  height: 15px;
  line-height: 14px;
  font-size: 10px;
}
.header-v2 .list-flex .mat-mini-fab {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.header-v2 .list-flex .log-in-user.mat-mini-fab {
  background: transparent;
}
.align-center {
  align-self: center;
}
.header-v2-top {
  height: 80px !important;
}
.header-v2-bottom-inner {
  align-self: center;
  display: flex;
}
.header-v3 .list-flex {
  padding-right: 0;
}
.header-v3 .list-flex i {
  font-size: 20px;
  line-height: normal;
}
.header-v3 .list-flex .mat-mini-fab .mat-button-wrapper {
  padding: 0;
}
.header-v3 .list-flex .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
.header-v3 .list-flex .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -4px;
}
.header-v3 .list-flex .mat-badge-medium .mat-badge-content {
  width: 15px;
  height: 15px;
  line-height: 14px;
  font-size: 10px;
}
.header-v3 .list-flex .mat-mini-fab {
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.header-v3 .list-flex .mat-mini-fab {
  background: transparent;
}
.header-v3 .header-v3-bottom {
  height: 50px;
}
.header-v3 .header-v3-middle {
  height: 100px;
  background: #fff;
}
.header-v3 form input {
  border: 1px solid #EEEEEE;
  background-color: #FFFFFF;
  border-radius: 5px;
  height: 47px;
  font-size: 17.36px;
  letter-spacing: 0.5px;
  padding-left: 14px;
  width: 100%;
}
.header-v3 form button.mat-fab {
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  box-shadow: none;
  width: auto;
  height: auto;
  margin-left: -56px;
}
.header-v3 .header-v3-top-tools > * {
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 10px;
  line-height: 33px;
}
.header-v3 .header-v3-top-tools > * .mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 0;
}
.header-v3 .header-v3-top-tools .mat-form-field-appearance-legacy .mat-form-field-underline {
  height: 0;
}
.header-v3 .header-v3-top-tools .mat-form-field {
  width: 100px;
}
.header-v3 .header-v3-top {
  background: #000000;
  color: #fff;
  font-size: 15px;
  height: 44px !important;
  font-weight: 400;
}
.grey-bg {
  background: #f1f1f1;
}
.calsoft-fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  transform: translateY(-100%);
}
.calsoft-fixed-header.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.calsoft-fixed-header .logo-site {
  text-align: left;
}
.header-fixed .calsoft-fixed-header {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 959px) {
  .header-v2-bottom.mat-toolbar-row {
    display: none;
  }
  .header-v3-bottom.mat-toolbar-row,
  .header-v3-top.mat-toolbar-row {
    display: none;
  }
  .header-v3 .header-v3-middle {
    height: 70px;
  }
  .header-v3 .logo-site {
    text-align: center;
    width: 180px;
  }
}
.app-side-nav-list {
  padding: 0;
}
.app-side-nav-list > li > a {
  padding: 1rem;
  display: block;
  font-size: 1rem;
}
@media (max-width: 1300px) {
  .sidebar-area {
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex !important;
    position: fixed !important;
    top: 0 !important;
    left: 0;
    bottom: 0 !important;
  }
  .sidebar-area calsoft-sidebarmenu .mat-mdc-list-item {
    -webkit-transition: 0.5s cubic-bezier(0.35, 0, 0.25, 1);
    -moz-transition: 0.5s cubic-bezier(0.35, 0, 0.25, 1);
    transition: 0.5s cubic-bezier(0.35, 0, 0.25, 1);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
  }
  .sidebar-area calsoft-sidebarmenu a.mat-mdc-list-item {
    color: black;
  }
  .sidebar-area calsoft-sidebarmenu .responsive-menu-side a {
    color: black;
  }
  .sidebar-area .mat-nav-list {
    width: 100%;
  }
  .sidebar-area .mat-nav-list .mat-icon {
    margin-right: 10px;
  }
  .sidebar-area .responsive-menu-side {
    padding-left: 20px;
  }
  headerone .logo-site {
    text-align: left;
  }
  .header-v1 .container {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .search-box {
    bottom: -8px;
  }
  .main-menu-wrap menu {
    display: none;
  }
  .list-flex {
    padding: 8px 0;
  }
  .search-box {
    transform: scale(0.8);
    z-index: 9;
  }
}
.cart-menu-action button {
  transform: scale(0.8);
}
.close-btn-sidebar {
  text-align: right;
  padding: 0 1rem;
}
.close-btn-sidebar a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #fff;
  text-align: center;
  line-height: 48px;
  border-radius: 3px;
}
.responsive-bar {
  background: var(--primary-color);
  height: 50px;
}
.responsive-bar .responsive-toggle.mat-mdc-icon-button {
  color: #fff;
  align-self: center;
}
@media (min-width: 960px) {
  .responsive-bar {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .responsive-bar .container,
  .header-v2 .container {
    width: 100%;
  }
}
.arrow-left {
  top: 0;
  bottom: 0;
  left: -10px;
}
.arrow-right {
  top: 0;
  right: -10px;
  bottom: 0;
}
.arrow {
  margin: auto;
  position: absolute;
  border: 0;
  transition: all 0.3s ease-in;
  width: 50px;
  cursor: pointer;
  height: 50px;
  box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
}
.arrow:active,
.arrow:focus {
  outline: none;
}
.ngucarousel .arrow {
  opacity: 0;
}
.ngucarousel:hover .arrow {
  opacity: 1;
}
.ngucarousel:hover .arrow-left {
  left: 0;
}
.ngucarousel:hover .arrow-right {
  right: 0;
}
.ngx-slider-content {
  position: absolute;
  right: 0;
  width: 38%;
  top: 20%;
  padding-right: 2rem;
  text-align: center;
}
.ngx-slider-content h1 {
  font-weight: 900;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}
.silderHeight {
  height: 550px;
  width: 100%;
}
.aside-banner {
  margin-left: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
.aside-banner:last-child {
  margin-bottom: 0;
}
.bannerStyle {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
}
@media only screen and (min-width: 1366px) and (max-width: 1519px) {
  .bannerStyle {
    height: 470px;
  }
}
@media (max-width: 1366px) {
  .bannerStyle {
    height: 470px;
  }
}
@media (max-width: 1279px) {
  .aside-banner {
    margin-left: 0;
    margin-bottom: 0;
    display: inline-block;
    width: 48%;
    margin-top: 2rem;
    margin-right: 3%;
  }
  .aside-banner:last-child {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .ngx-slider-content h1 {
    font-size: 2rem;
  }
  .ngx-slider-content h2 {
    font-size: 1.5rem !important;
  }
  .bannerStyle {
    height: 300px;
  }
}
@media (max-width: 560px) {
  .bannerStyle {
    height: 200px;
  }
  .aside-banner {
    margin-left: 0;
    width: 100%;
    margin-top: 2rem;
    margin-right: 0;
  }
  .aside-banner:last-child {
    margin: 0;
    margin-top: 2rem;
  }
  .ngx-slider-content h1 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .ngx-slider-content h2 {
    font-size: 1.2rem;
  }
  .ngx-slider-content button {
    transform: scale(0.8);
  }
}
calsoft-BrandsLogo .item {
  text-align: center;
}
calsoft-BrandsLogo .item img {
  background: #eee;
  padding: 1rem;
  opacity: 0.5;
  transition: all 0.3s ease-in-out 0s;
}
calsoft-BrandsLogo .item a:hover img {
  opacity: 1;
}
calsoft-homepageoneslider .slick-list {
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
body .mat-mdc-card .mat-mdc-card-image {
  border-bottom: 1px solid #eee;
}
body .tile {
  box-shadow: none !important;
}
@media (max-width: 1199px) {
  .card-details .col-gap > div {
    padding-left: 1.5rem;
    padding-right: 2rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.home-2-slider .slick-slide {
  margin: 3rem 1rem;
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}
.home-2-slider .slick-slide:hover {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 0 rgba(0, 0, 0, 0.24);
}
.home-2-slider .home-2-slider-content {
  position: absolute;
  top: 23%;
  left: 5%;
}
.home-2-slider .text-main {
  font-size: 4.813rem;
  font-weight: 300;
  letter-spacing: -1.58px;
  line-height: 90px;
}
.home-2-slider .text-bold {
  font-size: 6.313rem;
  font-style: italic;
  font-weight: 900;
  line-height: 100px;
}
.home-2-slider .bold-sup {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 32px;
  font-style: normal;
}
@media (max-width: 1700px) {
  .home-2-slider .text-main {
    font-size: 2.813rem;
    line-height: 60px;
  }
  .home-2-slider .text-bold {
    font-size: 4.313rem;
    line-height: 70px;
  }
}
@media (max-width: 1550px) {
  .home-2-slider .home-2-slider-content {
    position: absolute;
    top: 15%;
  }
  .home-2-slider .text-main {
    font-size: 2rem;
    line-height: 36px;
  }
  .home-2-slider .text-bold {
    font-size: 4rem;
    line-height: 64px;
  }
}
.main-bg {
  height: 515px;
}
.overlay-section-content {
  position: relative;
  z-index: 9;
  padding: 2rem;
}
.overlay-section-content h4 {
  color: #fff;
}
.overlay-section-content button {
  letter-spacing: 1.25px;
  font-weight: bold;
}
.overlay-section-item {
  overflow: hidden;
}
.overlay-section-overlay {
  position: relative;
}
.overlay-section-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(6, 7, 31, 0.55);
  pointer-events: none;
}
.end-left {
  align-items: end;
  height: 100%;
}
.end-right {
  align-items: end;
  height: 100%;
  justify-content: right;
}
.main-bg-inner {
  height: 241px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.feature-section-v2 mat-card {
  overflow: visible;
}
.feature-section-v2-list .material-icons {
  font-size: 2.3rem;
}
.feature-section-v2-list .mat-mdc-fab {
  width: 85px;
  height: 85px;
  margin-top: -65px;
}
.feature-section-v2-list p {
  color: rgba(0, 0, 0, 0.6);
}
.category-v2-list .category-v2-content {
  position: absolute;
  bottom: 0;
  padding: 1.5rem;
  z-index: 1;
}
.category-v2-list .category-v2-list-wrap {
  overflow: hidden;
}
.cta-image {
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
}
.cta-content {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 30%;
}
.cta-content h2 {
  font-size: 78px;
  font-weight: 300;
  line-height: 69px;
}
.cta-content h4 {
  font-size: 37px;
  line-height: 43px;
}
.cta-content i {
  font-size: 2.5rem;
}
.shadow-disable calsoft-brandslogo .slick-list {
  box-shadow: none;
}
calsoft-brandslogo .slick-list {
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
calsoft-brandslogo .slick-slide {
  margin: 3rem 1rem;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}
calsoft-brandslogo .slick-slide a {
  justify-content: center;
}
calsoft-brandslogo .slick-slide img {
  align-self: center;
}
.slider-content-v3 {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  right: 0;
  bottom: 0;
  padding-top: 10rem;
}
.slider-content-v3 .slider-content-v3-inner {
  width: 50%;
  margin: 0 auto;
}
.slider-content-v3 h4 {
  color: #fff;
  font-size: 96px;
  font-weight: 300 !important;
  letter-spacing: -1.5px;
  line-height: 92px;
  text-align: center;
}
.slider-content-v3 p {
  color: #fff;
  font-size: 27px;
  font-weight: 300;
  line-height: 32px;
}
@media (max-width: 767px) {
  .home-2-slider .slick-slide {
    margin: 2rem 1rem;
  }
}
@media (max-width: 550px) {
  .home-2-slider .bold-sup {
    font-size: 1rem;
  }
  .home-2-slider .text-bold {
    font-size: 1.7rem;
    line-height: 20px;
  }
}
@media (max-width: 498px) {
  .home-2-slider .text-main {
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 439px) {
  .home-2-slider .home-2-slider-content {
    top: 27%;
  }
  .home-2-slider .text-main,
  .home-2-slider .text-bold {
    display: none;
  }
}
.col-gap.category-v2-wrapper > calsoft-productcategorycard {
  padding: 0 16px;
}
@media (max-width: 1519px) {
  .home-3-slider .slider-content-v3 {
    padding-top: 6rem;
  }
  .home-3-slider .slider-content-v3 h4 {
    font-size: 70px;
    line-height: 78px;
  }
}
@media (max-width: 1199px) {
  .home-3-slider .slider-content-v3 h4 {
    font-size: 50px;
    line-height: 58px;
  }
  .home-3-slider .slider-content-v3 h4 {
    font-size: 50px;
    line-height: 58px;
  }
}
@media (max-width: 991px) {
  .home-3-slider .slider-content-v3 {
    padding-top: 4rem;
  }
  .home-3-slider .slider-content-v3 h4 {
    font-size: 40px;
    line-height: 41px;
  }
  .tab-sldier-v2 {
  }
  .tab-sldier-v2 .mat-mdc-tab-header {
    display: block;
  }
  .tab-sldier-v2 .mat-tab-label {
    min-width: auto;
    padding: 0 15px !important;
  }
  .tab-sldier-v2 .mat-ink-bar {
    height: 0;
  }
}
@media (max-width: 767px) {
  .slider-content-v3 p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0.5rem;
  }
  .home-3-slider .slider-content-v3 h4 {
    font-size: 30px;
    line-height: 32px;
  }
  .slider-content-v3 .slider-content-v3-inner {
    width: 90%;
  }
}
@media (max-width: 460px) {
  .home-3-slider .slider-content-v3 {
    padding-top: 1.5rem;
  }
  .slider-content-v3 p {
    display: none;
  }
  .home-3-slider .slider-content-v3 h4 {
    font-size: 21px;
    line-height: 21px;
    letter-spacing: 0;
  }
}
body .slick-dots li {
  margin: 0;
}
body .slick-dots li button::before {
  font-size: 10px !important;
}
.footer-v1 {
  background: var(--footer-layout-colour);
  color: var(--footer-layout-font-colour);
}
.footer-v1 * {
  color: var(--footer-layout-font-colour);
}
.footer-color {
  color: var(--footer-layout-font-colour);
}
.shop-card-wrapper .slick-slide {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 991px) {
  .mat-tab-body-content {
    overflow: hidden !important;
  }
  .shop-card-wrapper {
  }
  .shop-card-wrapper .mat-mdc-tab-group {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .shop-card-wrapper .mat-tab-header-pagination {
    display: none !important;
  }
  .shop-card-wrapper .mat-mdc-tab-header {
    margin: 0 auto;
  }
  .shop-card-wrapper .mat-mdc-tab-nav-bar,
  .shop-card-wrapper .mat-mdc-tab-header {
    border: 0;
  }
  .shop-card-wrapper .mat-mdc-tab-group.mat-primary .mat-ink-bar,
  .shop-card-wrapper .mat-mdc-tab-nav-bar.mat-primary .mat-ink-bar {
    background: none;
  }
  .shop-card-wrapper .mat-tab-label {
    height: 37px;
    padding: 0 14px;
    cursor: pointer;
    min-width: auto;
    margin: 0 5px;
    border-radius: 5px;
  }
  .shop-card-wrapper .mat-tab-label .mat-tab-label-content {
    font-weight: bold !important;
    text-transform: uppercase;
  }
  .shop-card-wrapper .mat-tab-label-active.mat-tab-label {
    background: #fff;
    color: #000;
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .shop-card-wrapper .mat-tab-list {
    margin-bottom: 3rem;
  }
}
@media (max-width: 990px) {
  .shop-card-wrapper .mat-tab-header-pagination {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .card-container .jp-card-container {
    width: 300px;
    margin: 0;
  }
  .card-container .jp-card {
    min-width: 285px;
  }
}
@media (min-width: 992px) {
  .header-2 .header-content {
    padding: 0px 200px;
    color: #000;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .header-2 .header-content {
    padding: 0px;
    color: #000;
  }
}
.header-2 .mat-icon-lg {
  color: #fff;
}
.header-2 .cart-items-count {
  position: absolute;
  top: -3px;
  left: 26px;
  background: var(--accent-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
  color: #fff;
}
.header-2 .row-2 {
  border-top: 1px solid var(--border-color);
}
.header-2 .row-2 .menu {
  color: #fff;
}
.header-4 {
  background-color: var(--primary-color);
  color: #fff;
  padding: 10px 200px;
}
.stage-1 {
  background-color: #fff;
  color: #000;
  padding: 15px 200px;
}
.stage-1 .appSearch {
  width: 500px;
}
.stage-1 .appSearch:hover {
  width: 500px;
  border: 1px solid #000;
}
.stage-1 .mat-icon-lg {
  color: rgb(0, 0, 0);
}
.stage-2 {
  padding: 15px 150px;
  background-color: #fff;
}
.stage-2 .content {
  background-color: #f3f3f3;
  color: #000;
  padding: 0px;
}
.search2 {
  width: 500px;
}
.mat-icon-lg {
  color: #fff;
}
input::placeholder,
textarea::placeholder {
  color: rgb(125.5, 141, 162.5);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgb(125.5, 141, 162.5);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgb(125.5, 141, 162.5);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgb(125.5, 141, 162.5);
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-transition: "background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}
input:-webkit-autofill:hover,
textarea:-webkit-autofill:hover {
  -webkit-transition: "background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus {
  -webkit-transition: "background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}
input:-webkit-autofill:active,
textarea:-webkit-autofill:active {
  -webkit-transition: "background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}
.mat-button-focus-overlay {
  background-color: transparent !important;
}
html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color: #3f51b5;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #ff5722;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-pseudo-checkbox-full-selected-icon-color: #ff5722;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ff5722;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #3f51b5;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #3f51b5;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #ff5722;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ff5722;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #f44336;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f44336;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0;
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-card-elevated-container-shape: 4px;
  --mat-card-outlined-container-shape: 4px;
  --mat-card-filled-container-shape: 4px;
  --mat-card-outlined-outline-width: 1px;
}
html {
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #3f51b5;
  --mat-progress-bar-track-color: rgba(63, 81, 181, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #ff5722;
  --mat-progress-bar-track-color: rgba(255, 87, 34, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #f44336;
  --mat-progress-bar-track-color: rgba(244, 67, 54, 0.25);
}
html {
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-line-height: 16px;
}
html {
  --mat-tooltip-container-color: #616161;
  --mat-tooltip-supporting-text-color: #fff;
}
html {
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
}
html {
  --mat-form-field-focus-select-arrow-color: rgba(63, 81, 181, 0.87);
  --mat-form-field-filled-caret-color: #3f51b5;
  --mat-form-field-filled-focus-active-indicator-color: #3f51b5;
  --mat-form-field-filled-focus-label-text-color: rgba(63, 81, 181, 0.87);
  --mat-form-field-outlined-caret-color: #3f51b5;
  --mat-form-field-outlined-focus-outline-color: #3f51b5;
  --mat-form-field-outlined-focus-label-text-color: rgba(63, 81, 181, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 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, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-form-field-filled-container-color: rgb(244.8, 244.8, 244.8);
  --mat-form-field-filled-disabled-container-color: rgb(249.9, 249.9, 249.9);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-filled-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-filled-error-hover-label-text-color: #f44336;
  --mat-form-field-filled-error-focus-label-text-color: #f44336;
  --mat-form-field-filled-error-label-text-color: #f44336;
  --mat-form-field-filled-error-caret-color: #f44336;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mat-form-field-filled-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #f44336;
  --mat-form-field-filled-error-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-error-hover-active-indicator-color: #f44336;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-outlined-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-outlined-error-caret-color: #f44336;
  --mat-form-field-outlined-error-focus-label-text-color: #f44336;
  --mat-form-field-outlined-error-label-text-color: #f44336;
  --mat-form-field-outlined-error-hover-label-text-color: #f44336;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #f44336;
  --mat-form-field-outlined-error-hover-outline-color: #f44336;
  --mat-form-field-outlined-error-outline-color: #f44336;
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: rgba(255, 87, 34, 0.87);
  --mat-form-field-filled-caret-color: #ff5722;
  --mat-form-field-filled-focus-active-indicator-color: #ff5722;
  --mat-form-field-filled-focus-label-text-color: rgba(255, 87, 34, 0.87);
  --mat-form-field-outlined-caret-color: #ff5722;
  --mat-form-field-outlined-focus-outline-color: #ff5722;
  --mat-form-field-outlined-focus-label-text-color: rgba(255, 87, 34, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-form-field-filled-caret-color: #f44336;
  --mat-form-field-filled-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mat-form-field-outlined-caret-color: #f44336;
  --mat-form-field-outlined-focus-outline-color: #f44336;
  --mat-form-field-outlined-focus-label-text-color: rgba(244, 67, 54, 0.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, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(63, 81, 181, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(255, 87, 34, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.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, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mat-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --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 {
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.mat-mdc-standard-chip {
  --mat-chip-container-shape-radius: 16px;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-hover-state-layer-opacity: 0.04;
  --mat-chip-outline-color: transparent;
  --mat-chip-outline-width: 0;
  --mat-chip-selected-hover-state-layer-opacity: 0.04;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-with-avatar-avatar-shape-radius: 14px;
  --mat-chip-with-avatar-avatar-size: 28px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: #212121;
  --mat-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);
  --mat-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);
  --mat-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mat-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mat-chip-focus-state-layer-color: black;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: black;
  --mat-chip-label-text-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-focus-state-layer-color: black;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: black;
  --mat-chip-selected-label-text-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
  --mat-chip-with-icon-disabled-icon-color: #212121;
  --mat-chip-with-icon-icon-color: #212121;
  --mat-chip-with-icon-selected-icon-color: #212121;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mat-chip-with-trailing-icon-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #3f51b5;
  --mat-chip-elevated-disabled-container-color: #3f51b5;
  --mat-chip-elevated-selected-container-color: #3f51b5;
  --mat-chip-flat-disabled-selected-container-color: #3f51b5;
  --mat-chip-focus-state-layer-color: black;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: black;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: black;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: black;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #ff5722;
  --mat-chip-elevated-disabled-container-color: #ff5722;
  --mat-chip-elevated-selected-container-color: #ff5722;
  --mat-chip-flat-disabled-selected-container-color: #ff5722;
  --mat-chip-focus-state-layer-color: black;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: black;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: black;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: black;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #f44336;
  --mat-chip-elevated-disabled-container-color: #f44336;
  --mat-chip-elevated-selected-container-color: #f44336;
  --mat-chip-flat-disabled-selected-container-color: #f44336;
  --mat-chip-focus-state-layer-color: black;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: black;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: black;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: black;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
html {
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
}
html {
  --mat-slide-toggle-selected-focus-state-layer-color: #3949ab;
  --mat-slide-toggle-selected-handle-color: #3949ab;
  --mat-slide-toggle-selected-hover-state-layer-color: #3949ab;
  --mat-slide-toggle-selected-pressed-state-layer-color: #3949ab;
  --mat-slide-toggle-selected-focus-handle-color: #1a237e;
  --mat-slide-toggle-selected-hover-handle-color: #1a237e;
  --mat-slide-toggle-selected-pressed-handle-color: #1a237e;
  --mat-slide-toggle-selected-focus-track-color: #7986cb;
  --mat-slide-toggle-selected-hover-track-color: #7986cb;
  --mat-slide-toggle-selected-pressed-track-color: #7986cb;
  --mat-slide-toggle-selected-track-color: #7986cb;
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: #424242;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-track-color: #424242;
  --mat-slide-toggle-disabled-unselected-handle-color: #424242;
  --mat-slide-toggle-disabled-unselected-icon-color: #fff;
  --mat-slide-toggle-disabled-unselected-track-color: #424242;
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: #fff;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-unselected-hover-handle-color: #212121;
  --mat-slide-toggle-unselected-focus-handle-color: #212121;
  --mat-slide-toggle-unselected-focus-state-layer-color: #424242;
  --mat-slide-toggle-unselected-focus-track-color: #e0e0e0;
  --mat-slide-toggle-unselected-icon-color: #fff;
  --mat-slide-toggle-unselected-handle-color: #616161;
  --mat-slide-toggle-unselected-hover-state-layer-color: #424242;
  --mat-slide-toggle-unselected-hover-track-color: #e0e0e0;
  --mat-slide-toggle-unselected-pressed-handle-color: #212121;
  --mat-slide-toggle-unselected-pressed-track-color: #e0e0e0;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #424242;
  --mat-slide-toggle-unselected-track-color: #e0e0e0;
}
html {
  --mdc-slide-toggle-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-slide-toggle-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-focus-state-layer-color: #f4511e;
  --mat-slide-toggle-selected-handle-color: #f4511e;
  --mat-slide-toggle-selected-hover-state-layer-color: #f4511e;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f4511e;
  --mat-slide-toggle-selected-focus-handle-color: #bf360c;
  --mat-slide-toggle-selected-hover-handle-color: #bf360c;
  --mat-slide-toggle-selected-pressed-handle-color: #bf360c;
  --mat-slide-toggle-selected-focus-track-color: #ff8a65;
  --mat-slide-toggle-selected-hover-track-color: #ff8a65;
  --mat-slide-toggle-selected-pressed-track-color: #ff8a65;
  --mat-slide-toggle-selected-track-color: #ff8a65;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-focus-state-layer-color: #e53935;
  --mat-slide-toggle-selected-handle-color: #e53935;
  --mat-slide-toggle-selected-hover-state-layer-color: #e53935;
  --mat-slide-toggle-selected-pressed-state-layer-color: #e53935;
  --mat-slide-toggle-selected-focus-handle-color: #b71c1c;
  --mat-slide-toggle-selected-hover-handle-color: #b71c1c;
  --mat-slide-toggle-selected-pressed-handle-color: #b71c1c;
  --mat-slide-toggle-selected-focus-track-color: #e57373;
  --mat-slide-toggle-selected-hover-track-color: #e57373;
  --mat-slide-toggle-selected-pressed-track-color: #e57373;
  --mat-slide-toggle-selected-track-color: #e57373;
}
html {
  --mat-slide-toggle-state-layer-size: 40px;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-state-layer-size: 40px;
}
html {
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #3f51b5;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #3f51b5;
  --mat-radio-selected-hover-icon-color: #3f51b5;
  --mat-radio-selected-icon-color: #3f51b5;
  --mat-radio-selected-pressed-icon-color: #3f51b5;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #ff5722;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #ff5722;
  --mat-radio-selected-hover-icon-color: #ff5722;
  --mat-radio-selected-icon-color: #ff5722;
  --mat-radio-selected-pressed-icon-color: #ff5722;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
html {
  --mat-slider-active-track-height: 6px;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-shape: 50%;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.6;
  --mat-slider-with-tick-marks-container-shape: 50%;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.6;
}
html {
  --mat-slider-active-track-color: #3f51b5;
  --mat-slider-focus-handle-color: #3f51b5;
  --mat-slider-focus-state-layer-color: rgba(63, 81, 181, 0.2);
  --mat-slider-handle-color: #3f51b5;
  --mat-slider-hover-handle-color: #3f51b5;
  --mat-slider-hover-state-layer-color: rgba(63, 81, 181, 0.05);
  --mat-slider-inactive-track-color: #3f51b5;
  --mat-slider-ripple-color: #3f51b5;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #3f51b5;
  --mat-slider-disabled-active-track-color: #000;
  --mat-slider-disabled-handle-color: #000;
  --mat-slider-disabled-inactive-track-color: #000;
  --mat-slider-label-container-color: #000;
  --mat-slider-label-label-text-color: #fff;
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-slider-with-overlap-handle-outline-color: #fff;
  --mat-slider-with-tick-marks-disabled-container-color: #000;
}
html .mat-accent {
  --mat-slider-active-track-color: #ff5722;
  --mat-slider-focus-handle-color: #ff5722;
  --mat-slider-focus-state-layer-color: rgba(255, 87, 34, 0.2);
  --mat-slider-handle-color: #ff5722;
  --mat-slider-hover-handle-color: #ff5722;
  --mat-slider-hover-state-layer-color: rgba(255, 87, 34, 0.05);
  --mat-slider-inactive-track-color: #ff5722;
  --mat-slider-ripple-color: #ff5722;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #ff5722;
}
html .mat-warn {
  --mat-slider-active-track-color: #f44336;
  --mat-slider-focus-handle-color: #f44336;
  --mat-slider-focus-state-layer-color: rgba(244, 67, 54, 0.2);
  --mat-slider-handle-color: #f44336;
  --mat-slider-hover-handle-color: #f44336;
  --mat-slider-hover-state-layer-color: rgba(244, 67, 54, 0.05);
  --mat-slider-inactive-track-color: #f44336;
  --mat-slider-ripple-color: #f44336;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #f44336;
}
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;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-leading-avatar-shape: 50%;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-selected-container-color: transparent;
  --mat-list-list-item-leading-avatar-color: transparent;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-disabled-state-layer-color: transparent;
  --mat-list-list-item-disabled-state-layer-opacity: 0;
  --mat-list-list-item-disabled-label-text-opacity: 0.38;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-disabled-label-text-color: black;
  --mat-list-list-item-disabled-leading-icon-color: black;
  --mat-list-list-item-disabled-trailing-icon-color: black;
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-hover-state-layer-color: black;
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: black;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-checked-ripple-color: #3f51b5;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #3f51b5;
  --mat-radio-selected-hover-icon-color: #3f51b5;
  --mat-radio-selected-icon-color: #3f51b5;
  --mat-radio-selected-pressed-icon-color: #3f51b5;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ff5722;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #ff5722;
  --mat-radio-selected-hover-icon-color: #ff5722;
  --mat-radio-selected-icon-color: #ff5722;
  --mat-radio-selected-pressed-icon-color: #ff5722;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #3f51b5;
  --mat-checkbox-selected-hover-icon-color: #3f51b5;
  --mat-checkbox-selected-icon-color: #3f51b5;
  --mat-checkbox-selected-pressed-icon-color: #3f51b5;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #3f51b5;
  --mat-checkbox-selected-hover-state-layer-color: #3f51b5;
  --mat-checkbox-selected-pressed-state-layer-color: #3f51b5;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #ff5722;
  --mat-checkbox-selected-hover-icon-color: #ff5722;
  --mat-checkbox-selected-icon-color: #ff5722;
  --mat-checkbox-selected-pressed-icon-color: #ff5722;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ff5722;
  --mat-checkbox-selected-hover-state-layer-color: #ff5722;
  --mat-checkbox-selected-pressed-state-layer-color: #ff5722;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-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--selected .mdc-list-item__start,
.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--activated .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 {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
.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, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 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;
  --mat-paginator-touch-target-display: block;
}
html {
  --mat-tab-container-height: 48px;
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-pagination-icon-color: black;
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-label-text-color: #3f51b5;
  --mat-tab-active-ripple-color: #3f51b5;
  --mat-tab-inactive-ripple-color: #3f51b5;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-focus-label-text-color: #3f51b5;
  --mat-tab-active-hover-label-text-color: #3f51b5;
  --mat-tab-active-focus-indicator-color: #3f51b5;
  --mat-tab-active-hover-indicator-color: #3f51b5;
  --mat-tab-active-indicator-color: #3f51b5;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-pagination-icon-color: black;
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-label-text-color: #ff5722;
  --mat-tab-active-ripple-color: #ff5722;
  --mat-tab-inactive-ripple-color: #ff5722;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-focus-label-text-color: #ff5722;
  --mat-tab-active-hover-label-text-color: #ff5722;
  --mat-tab-active-focus-indicator-color: #ff5722;
  --mat-tab-active-hover-indicator-color: #ff5722;
  --mat-tab-active-indicator-color: #ff5722;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-pagination-icon-color: black;
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-label-text-color: #f44336;
  --mat-tab-active-ripple-color: #f44336;
  --mat-tab-inactive-ripple-color: #f44336;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-focus-label-text-color: #f44336;
  --mat-tab-active-hover-label-text-color: #f44336;
  --mat-tab-active-focus-indicator-color: #f44336;
  --mat-tab-active-hover-indicator-color: #f44336;
  --mat-tab-active-indicator-color: #f44336;
}
.mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
}
html {
  --mat-checkbox-disabled-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}
html {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #ff5722;
  --mat-checkbox-selected-hover-icon-color: #ff5722;
  --mat-checkbox-selected-icon-color: #ff5722;
  --mat-checkbox-selected-pressed-icon-color: #ff5722;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ff5722;
  --mat-checkbox-selected-hover-state-layer-color: #ff5722;
  --mat-checkbox-selected-pressed-state-layer-color: #ff5722;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #3f51b5;
  --mat-checkbox-selected-hover-icon-color: #3f51b5;
  --mat-checkbox-selected-icon-color: #3f51b5;
  --mat-checkbox-selected-pressed-icon-color: #3f51b5;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #3f51b5;
  --mat-checkbox-selected-hover-state-layer-color: #3f51b5;
  --mat-checkbox-selected-pressed-state-layer-color: #3f51b5;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
}
html {
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-protected-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
}
html {
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mat-button-filled-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-filled-disabled-state-layer-color: black;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: black;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-filled-state-layer-color: black;
  --mat-button-outlined-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: black;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: black;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-outlined-state-layer-color: black;
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-protected-disabled-state-layer-color: black;
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: black;
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-protected-state-layer-color: black;
  --mat-button-text-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-text-disabled-state-layer-color: black;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: black;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-text-state-layer-color: black;
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mat-button-tonal-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-tonal-disabled-state-layer-color: black;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: black;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-tonal-state-layer-color: black;
}
.mat-mdc-button.mat-primary,
.mat-mdc-unelevated-button.mat-primary,
.mat-mdc-raised-button.mat-primary,
.mat-mdc-outlined-button.mat-primary,
.mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #3f51b5;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #3f51b5;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: rgba(63, 81, 181, 0.1);
  --mat-button-outlined-state-layer-color: #3f51b5;
  --mat-button-protected-container-color: #3f51b5;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #3f51b5;
  --mat-button-text-ripple-color: rgba(63, 81, 181, 0.1);
  --mat-button-text-state-layer-color: #3f51b5;
  --mat-button-tonal-container-color: #3f51b5;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-accent,
.mat-mdc-unelevated-button.mat-accent,
.mat-mdc-raised-button.mat-accent,
.mat-mdc-outlined-button.mat-accent,
.mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #ff5722;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #ff5722;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: rgba(255, 87, 34, 0.1);
  --mat-button-outlined-state-layer-color: #ff5722;
  --mat-button-protected-container-color: #ff5722;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #ff5722;
  --mat-button-text-ripple-color: rgba(255, 87, 34, 0.1);
  --mat-button-text-state-layer-color: #ff5722;
  --mat-button-tonal-container-color: #ff5722;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-warn,
.mat-mdc-unelevated-button.mat-warn,
.mat-mdc-raised-button.mat-warn,
.mat-mdc-outlined-button.mat-warn,
.mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #f44336;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #f44336;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: rgba(244, 67, 54, 0.1);
  --mat-button-outlined-state-layer-color: #f44336;
  --mat-button-protected-container-color: #f44336;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #f44336;
  --mat-button-text-ripple-color: rgba(244, 67, 54, 0.1);
  --mat-button-text-state-layer-color: #f44336;
  --mat-button-tonal-container-color: #f44336;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-tonal-state-layer-color: white;
}
html {
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
}
html {
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
}
html {
  --mat-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-state-layer-color: black;
}
html .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #3f51b5;
  --mat-icon-button-state-layer-color: #3f51b5;
  --mat-icon-button-ripple-color: rgba(63, 81, 181, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #ff5722;
  --mat-icon-button-state-layer-color: #ff5722;
  --mat-icon-button-ripple-color: rgba(255, 87, 34, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: rgba(244, 67, 54, 0.1);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-container-shape: 50%;
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-container-height: 48px;
  --mat-fab-extended-container-shape: 24px;
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-shape: 50%;
  --mat-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: black;
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-state-layer-color: black;
  --mat-fab-state-layer-color: black;
}
html .mat-mdc-fab.mat-primary,
html .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #3f51b5;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-container-color: #3f51b5;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html .mat-mdc-fab.mat-accent,
html .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #ff5722;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-container-color: #ff5722;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html .mat-mdc-fab.mat-warn,
html .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html {
  --mat-fab-small-touch-target-display: block;
  --mat-fab-touch-target-display: block;
}
html {
  --mat-snack-bar-container-shape: 4px;
}
html {
  --mat-snack-bar-container-color: #333333;
  --mat-snack-bar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #c5cae9;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 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 {
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-size: 48px;
}
html {
  --mat-progress-spinner-active-indicator-color: #3f51b5;
}
html .mat-accent {
  --mat-progress-spinner-active-indicator-color: #ff5722;
}
html .mat-warn {
  --mat-progress-spinner-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, 0.38);
}
.mat-badge-accent {
  --mat-badge-background-color: #ff5722;
  --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, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
}
html {
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-button-toggle-divider-color: rgb(224.4, 224.4, 224.4);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: #bdbdbd;
  --mat-button-toggle-legacy-disabled-state-background-color: #eeeeee;
  --mat-button-toggle-legacy-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-button-toggle-legacy-selected-state-background-color: #e0e0e0;
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-button-toggle-legacy-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: black;
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-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, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 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, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(63, 81, 181, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(63, 81, 181, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #3f51b5;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(63, 81, 181, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 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: #ff5722;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 87, 34, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 87, 34, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 87, 34, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 87, 34, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.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, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #ff5722;
}
.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;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 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, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 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: #ff5722;
}
.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, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}
html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 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, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 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: #ff5722;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ff5722;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ff5722;
  --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: rgb(117.3, 117.3, 117.3);
}
html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 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: #ff5722;
  --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, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-timepicker-container-background-color: white;
}
html,
body {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  margin: 0;
  font-family: var(--website-font-family);
}
.primary {
  background: var(--primary-color) !important;
}
.primary-icon {
  color: var(--primary-color) !important;
}
.mat-mdc-unelevated-button {
  background-color: var(--mdc-filled-button-container-color, transparent);
}
.mat-mdc-outlined-button {
  color: white !important;
  background: var(--primary-color) !important;
}
@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes morphing {
  0% {
    border-radius: 50%;
    transform: scale(1);
  }
  50% {
    border-radius: 30%;
    transform: scale(1.1);
  }
  100% {
    border-radius: 50%;
    transform: scale(1);
  }
}
.orange-spinner circle {
  stroke: orange !important;
}
.mat-mdc-form-field-error {
  display: flex !important;
}
.mat-mdc-form-field {
  margin-bottom: 10.1 !important;
}
.mdc-button .mdc-button__label {
  position: static !important;
}
.mat-mdc-radio-button.mat-accent .mat-radio-inner-circle {
  color: var(--primary-color-check);
  background-color: var(--primary-color-check);
}
.mat-mdc-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--primary-color);
}
.mat-mdc-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
  background-color: var(--primary-color);
}
.mat-mdc-dialog-container .mat-mdc-dialog-content {
  padding: 0px !important;
}
div[fxLayout=column] > div[fxFlex] {
  flex-shrink: 0;
}
div[fxLayout=row] > div[fxFlex] {
  flex-shrink: 0;
}
::ng-deep .cdk-overlay-container .cdk-overlay-pane {
  width: 600px !important;
}
@media (max-width: 600px) {
  ::ng-deep .cdk-overlay-container .cdk-overlay-pane {
    width: 300px !important;
  }
}
.product-slick .slick-list,
.rtl-product-slick .slick-list,
.product-right-slick .slick-list,
.rtl-product-right-slick .slick-list {
  overflow: visible;
}
.product-slick .owl-prev,
.product-slick .owl-next,
.rtl-product-slick .owl-prev,
.rtl-product-slick .owl-next,
.product-right-slick .owl-prev,
.product-right-slick .owl-next,
.rtl-product-right-slick .owl-prev,
.rtl-product-right-slick .owl-next {
  opacity: 0;
  transform: scale(1);
  transition: all 0.5s ease;
  margin-top: -10px;
}
.product-slick .owl-prev:before,
.product-slick .owl-next:before,
.rtl-product-slick .owl-prev:before,
.rtl-product-slick .owl-next:before,
.product-right-slick .owl-prev:before,
.product-right-slick .owl-next:before,
.rtl-product-right-slick .owl-prev:before,
.rtl-product-right-slick .owl-next:before {
  font: normal normal normal 14px/1 FontAwesome;
  opacity: 1;
  color: black;
  background-color: white;
  border-radius: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-slick .owl-next,
.rtl-product-slick .owl-next,
.product-right-slick .owl-next,
.rtl-product-right-slick .owl-next {
  right: 1px;
}
.product-slick .owl-next:before,
.rtl-product-slick .owl-next:before,
.product-right-slick .owl-next:before,
.rtl-product-right-slick .owl-next:before {
  content: "\f105";
}
.product-slick .owl-prev,
.rtl-product-slick .owl-prev,
.product-right-slick .owl-prev,
.rtl-product-right-slick .owl-prev {
  left: 1px;
  z-index: 1;
}
.product-slick .owl-prev:before,
.rtl-product-slick .owl-prev:before,
.product-right-slick .owl-prev:before,
.rtl-product-right-slick .owl-prev:before {
  content: "\f104";
}
.product-slick .owl-item > div,
.rtl-product-slick .owl-item > div,
.product-right-slick .owl-item > div,
.rtl-product-right-slick .owl-item > div {
  margin-bottom: 15px;
}
.product-slick:hover .owl-prev,
.product-slick:hover .owl-next,
.rtl-product-slick:hover .owl-prev,
.rtl-product-slick:hover .owl-next,
.product-right-slick:hover .owl-prev,
.product-right-slick:hover .owl-next,
.rtl-product-right-slick:hover .owl-prev,
.rtl-product-right-slick:hover .owl-next {
  opacity: 1;
  transform: scale(1.05);
  transition: all 0.5s ease;
}
.product-slick:hover .owl-prev:before,
.product-slick:hover .owl-next:before,
.rtl-product-slick:hover .owl-prev:before,
.rtl-product-slick:hover .owl-next:before,
.product-right-slick:hover .owl-prev:before,
.product-right-slick:hover .owl-next:before,
.rtl-product-right-slick:hover .owl-prev:before,
.rtl-product-right-slick:hover .owl-next:before {
  opacity: 1;
}
.product-slick:hover .owl-next,
.rtl-product-slick:hover .owl-next,
.product-right-slick:hover .owl-next,
.rtl-product-right-slick:hover .owl-next {
  right: 20px;
}
.product-slick:hover .owl-prev,
.rtl-product-slick:hover .owl-prev,
.product-right-slick:hover .owl-prev,
.rtl-product-right-slick:hover .owl-prev {
  left: 20px;
}
.owl-item > div.owl-thumb {
  margin: 5px 5px 0px 0px;
  border: 1px solid #dddddd;
  transition: all 0.5s ease;
  cursor: pointer;
}
.owl-item > div.owl-thumb.active {
  border-color: #aaaaaa;
  transition: all 0.5s ease;
}
.slider-nav .owl-item > div,
.rtl-slider-nav .owl-item > div,
.slider-right-nav .owl-item > div,
.rtl-slider-right-nav .owl-item > div {
  margin: 0;
  border: 1px solid #dddddd;
  transition: all 0.5s ease;
}
.slider-nav .owl-item.slick-current > div,
.rtl-slider-nav .owl-item.slick-current > div,
.slider-right-nav .owl-item.slick-current > div,
.rtl-slider-right-nav .owl-item.slick-current > div {
  border-color: #aaaaaa;
  transition: all 0.5s ease;
}
.slider-nav .owl-item.slick-active,
.rtl-slider-nav .owl-item.slick-active,
.slider-right-nav .owl-item.slick-active,
.rtl-slider-right-nav .owl-item.slick-active {
  transition: all 0.5s ease;
}
.slider-right-nav .owl-item:first-child > div,
.rtl-slider-right-nav .owl-item:first-child > div {
  margin-top: 0;
}
.pro_sticky_info {
  border: 1px solid #dddddd;
  padding: 20px;
}
.is_stuck {
  margin-top: 120px;
}
.image-scroll div > div {
  padding-bottom: 20px;
}
.image-scroll div > div:last-child {
  padding: 0;
}
body {
  font-family: var(--website-font-family);
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 0;
  margin-bottom: 0;
}
.row {
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-xl-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.main-menu .menu-left .navbar {
  display: inline-block;
  padding: 40px 45px 40px 0;
}
.main-menu .menu-left .navbar mat-icon,
.main-menu .menu-left .navbar #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted .main-menu .menu-left .navbar a,
.main-menu .menu-left .navbar #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover .main-menu .menu-left .navbar a {
  color: #222222;
  cursor: pointer;
}
@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.main-menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
}
.main-menu .menu-left {
  display: flex;
  align-items: center;
}
.main-menu .brand-logo {
  display: inline-block;
  padding-top: 35px;
  padding-bottom: 35px;
}
a {
  transition: 0.5s ease;
  text-decoration: none;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
img,
svg {
  vertical-align: middle;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: var(--website-font-family);
}
.dialog-open-scroll {
  overflow: hidden;
}
.video_track_container {
  padding: 5px;
  padding-bottom: 25px;
  position: relative;
  display: inline-block;
}
.videoName {
  text-align: center;
  margin-top: -45px;
  color: white;
  font-size: 20px;
  text-transform: capitalize;
  position: relative;
}
video:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
video:-moz-full-screen {
  width: 100% !important;
  height: 100% !important;
}
video:-ms-fullscreen {
  width: 100% !important;
  height: 100% !important;
}
video:fullscreen {
  width: 100% !important;
  height: 100% !important;
}
.audioIcon {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 22px;
  height: 22px;
  z-index: 10;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: 1px;
}
.mat-badge-medium .mat-badge-content {
  width: 18px;
  height: 18px;
  line-height: 19px;
}
.white {
  color: #ffffff;
}
.divider {
  border-top: 1px solid rgba(204, 204, 204, 0.6);
}
.disable-pointer {
  pointer-events: none;
}
.color-gray {
  color: #878787;
}
.m-0 {
  margin: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.padRL50 {
  padding: 0px 50px;
}
.fSize {
  font-size: initial;
}
.padding-10 {
  padding: 10px;
}
.padding-tb10 {
  padding: 10px 0px;
}
.padding-t10 {
  padding-top: 10px;
}
.padding-b10 {
  padding-bottom: 10px;
}
.padding-l10 {
  padding-left: 10px;
}
.padding-2 {
  padding: 2px;
}
.border {
  border: 1px solid #ddd;
}
.padding-t50 {
  padding-top: 50px;
}
.padding-3 {
  padding: 3px;
}
.padding-t3 {
  padding-top: 3px;
}
.padding-5 {
  padding: 5px;
}
.padding-7 {
  padding: 7px;
}
.padding-8 {
  padding: 8px;
}
.padding-l5 {
  padding-left: 5px;
}
.padding-r30 {
  padding-right: 30px;
}
.padding-160 {
  padding: 16px 0px;
}
.padding-r5 {
  padding-right: 5px;
}
.padding-r10 {
  padding-right: 10px;
}
.padding-t5 {
  padding-top: 5px;
}
.padding-b5 {
  padding-bottom: 5px;
}
.padding-15 {
  padding: 15px;
}
.padding-t30 {
  padding-top: 30px;
}
.padding-l15 {
  padding-left: 15px;
}
.padding-r15 {
  padding-right: 15px;
}
.padding-l10t30 {
  padding: 30px 0px 0px 10px;
}
.padding-t15 {
  padding-top: 15px;
}
.padding-b15 {
  padding-bottom: 15px;
}
.padding-16 {
  padding: 16px;
}
.padding-l16 {
  padding-left: 16px;
}
.padding-r16 {
  padding-right: 16px;
}
.padding-r10 {
  padding-right: 10px;
}
.padding-20 {
  padding: 20px;
}
.padding-l20 {
  padding-left: 20px;
}
.padding-l60 {
  padding-left: 60px;
}
.padding-t20 {
  padding-top: 20px;
}
.padding-b10 {
  padding-bottom: 10px;
}
.borderb {
  border-bottom: 1px solid #ddd;
}
.borderb2 {
  border-top: 2px solid #ddd;
}
.bordert {
  border-top: 1px solid #ddd;
}
.border-bottom {
  border-bottom: 2px solid #ddd;
}
.border-btm {
  border-bottom: 1px solid #ddd;
}
.borderl {
  border-left: 1px solid #ddd;
}
.padding-30 {
  padding: 30px;
}
.padding-l30 {
  padding-left: 30px;
}
.padding-r20 {
  padding-right: 20px;
}
.padding-td10 {
  padding: 10px 0px;
}
.backg {
  background-color: #fff;
}
.clrbg {
  color: #fff;
}
.padding-t35 {
  padding-top: 35px;
}
.padding-b35 {
  padding-bottom: 35px;
}
.padding-39 {
  padding: 39px;
}
.padding-l40 {
  padding-left: 40px;
}
.padding-bottom {
  padding-bottom: 60px;
}
.padding-b42 {
  padding-bottom: 42px;
}
.padding-50 {
  padding: 50px;
}
.padding-l50 {
  padding-left: 50px;
}
.borderBottom {
  border-bottom: 3px solid #f1f3f6;
}
.boxShadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.font16 {
  font-size: 16px;
}
.f14 {
  font-size: 14px;
}
.margin-tb10 {
  margin: 20% 0%;
}
.margin-t10 {
  margin-top: var(--homepage-layout-space);
}
.margin-t20 {
  margin-top: 20px;
}
.sticky,
.stickyFilter {
  position: fixed;
  z-index: 1000;
  width: 102%;
}
.stickyFilter {
  background-color: #fff;
}
.cdk-global-scrollblock {
  left: 0px;
  top: 0px;
  background-color: #fff;
}
.borderdark {
  border-bottom: 6px solid #eee;
}
.backgray {
  background-color: #f9f9f9;
}
.bordert3 {
  border-top: 3px solid #ddd;
}
.colorRed {
  color: var(--accent-color);
  padding: 6px;
  font-size: 11px;
  font-weight: 600;
}
.zIndex {
  z-index: 10;
}
.success {
  color: #098a1f;
}
.faliure {
  color: var(--accent-color);
}
.blackColor {
  color: #000;
}
.faliure-bg {
  background-color: var(--accent-color);
}
.theme-color {
  background-color: var(--primary-color);
}
.theme-clr {
  color: var(--primary-color);
}
.time-pad {
  padding: 12px 24px;
}
.icon_color {
  color: #fff;
}
.icon_color1 {
  color: #000;
}
.font-weight-500 {
  font-weight: 500;
}
.bg-color {
  background-color: #fff;
}
.font-22px {
  font-size: 22px;
}
.font-20px {
  font-size: 20px;
}
.font-16px {
  font-size: 16px;
}
.ptd15 {
  padding: 15px 0px;
}
.font18px {
  font-size: 18px;
}
.font-primary-color {
  color: var(--primary-color);
}
.pointer {
  cursor: pointer;
}
.background {
  background-color: #fff;
}
.positionFix {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background: #fff;
  width: 100% !important;
}
.social-icon {
  width: 48px;
  height: 48px;
  cursor: pointer;
  fill: #8f8f8f;
  outline: none;
}
.stickyBottom {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background: #fff;
  width: 100% !important;
}
#cart .price .head {
  border-bottom: 1px solid #ddd;
}
#cart .price .grandTotal {
  border-top: 1px solid #ddd;
}
#cart .imgQty {
  padding-top: 16px;
  padding-right: 10px;
}
#cart .imgQty img {
  max-width: 104px;
}
#cart .imgQty .controls {
  padding: 10px 0px 10px 0px;
}
#cart #emptyCart {
  padding: 0px 0px 20px 0px;
  background: #fff;
}
#cart #emptyCart .cart {
  padding: 12px 0px;
}
#cart #emptyCart .borderb {
  border-bottom: 3px solid #ddd;
}
#cart #emptyCart .cartImg img {
  max-width: 250px;
}
#cart #emptyCart .cartEmpty {
  padding: 15px 0px;
}
#cart #emptyCart .cartEmpty span,
#cart #emptyCart .cartEmpty #productDetails .similarProducts mat-icon,
#productDetails .similarProducts #cart #emptyCart .cartEmpty mat-icon,
#cart #emptyCart .cartEmpty #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted #cart #emptyCart .cartEmpty a,
#cart #emptyCart .cartEmpty #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts #cart #emptyCart .cartEmpty a,
#cart #emptyCart .cartEmpty #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover #cart #emptyCart .cartEmpty a,
#cart #emptyCart .cartEmpty #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #cart #emptyCart .cartEmpty a {
  font-size: 18px;
  color: white;
}
#cart #emptyCart .shop {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
#cart #emptyCart .shop span,
#cart #emptyCart .shop #productDetails .similarProducts mat-icon,
#productDetails .similarProducts #cart #emptyCart .shop mat-icon,
#cart #emptyCart .shop #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted #cart #emptyCart .shop a,
#cart #emptyCart .shop #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts #cart #emptyCart .shop a,
#cart #emptyCart .shop #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover #cart #emptyCart .shop a,
#cart #emptyCart .shop #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #cart #emptyCart .shop a {
  color: white;
  font-size: 14px;
}
#cart .cart .cartDetails {
  background: white;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
#cart .cart .cartDetails .cardHead {
  border-bottom: 1px solid #ddd;
  padding: 18px 10px 12px 0px;
}
#cart .cart .cartDetails .cardHead h1 {
  padding-left: 20px;
  font-size: 18px;
}
#cart .cart .cartDetails .cardHead .removeAll {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 5px 10px 5px 10px;
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}
#cart .cart .cartDetails .cartProductDetails {
  padding: 24px 0px 10px 0px;
}
#cart .cart .cartDetails .cartProductDetails span,
#cart .cart .cartDetails .cartProductDetails #productDetails .similarProducts mat-icon,
#productDetails .similarProducts #cart .cart .cartDetails .cartProductDetails mat-icon,
#cart .cart .cartDetails .cartProductDetails #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted #cart .cart .cartDetails .cartProductDetails a,
#cart .cart .cartDetails .cartProductDetails #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts #cart .cart .cartDetails .cartProductDetails a,
#cart .cart .cartDetails .cartProductDetails #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover #cart .cart .cartDetails .cartProductDetails a,
#cart .cart .cartDetails .cartProductDetails #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #cart .cart .cartDetails .cartProductDetails a {
  font-size: 16px;
  color: white;
}
#cart .cart .cartDetails .basePrice span,
#cart .cart .cartDetails .basePrice #productDetails .similarProducts mat-icon,
#productDetails .similarProducts #cart .cart .cartDetails .basePrice mat-icon,
#cart .cart .cartDetails .basePrice #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted #cart .cart .cartDetails .basePrice a,
#cart .cart .cartDetails .basePrice #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts #cart .cart .cartDetails .basePrice a,
#cart .cart .cartDetails .basePrice #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover #cart .cart .cartDetails .basePrice a,
#cart .cart .cartDetails .basePrice #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #cart .cart .cartDetails .basePrice a {
  font-size: 20px;
  color: var(--accent-color);
}
#cart .cart .cartDetails .placeOrder {
  border-top: 1px solid #ddd;
  background: #fff;
  padding: 10px 22px;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
#cart .cart .cartDetails .placeOrder .cnfrmOrder {
  background: var(--accent-color);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border: none;
  color: #fff;
  padding: 12px;
}
#cart .cart .cartDetails .placeOrder .cnfrmOrder span,
#cart .cart .cartDetails .placeOrder .cnfrmOrder #productDetails .similarProducts mat-icon,
#productDetails .similarProducts #cart .cart .cartDetails .placeOrder .cnfrmOrder mat-icon,
#cart .cart .cartDetails .placeOrder .cnfrmOrder #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted #cart .cart .cartDetails .placeOrder .cnfrmOrder a,
#cart .cart .cartDetails .placeOrder .cnfrmOrder #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts #cart .cart .cartDetails .placeOrder .cnfrmOrder a,
#cart .cart .cartDetails .placeOrder .cnfrmOrder #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover #cart .cart .cartDetails .placeOrder .cnfrmOrder a,
#cart .cart .cartDetails .placeOrder .cnfrmOrder #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #cart .cart .cartDetails .placeOrder .cnfrmOrder a {
  color: white;
  font-size: 16px;
  font-weight: 500;
}
#cart .cart .cartDetails1 {
  background: white;
}
#cart .cart .cartDetails1 .cardHead {
  border-bottom: 1px solid #ddd;
  padding: 18px 10px 12px 0px;
}
#cart .cart .cartDetails1 .cardHead h1 {
  padding-left: 20px;
}
#cart .cart .cartDetails1 .cardHead .removeAll {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 5px 10px 5px 10px;
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}
#cart .cart .cartDetails1 .cartProductDetails {
  padding: 24px 0px 10px 0px;
}
#cart .cart .cartDetails1 .cartProductDetails span,
#cart .cart .cartDetails1 .cartProductDetails #productDetails .similarProducts mat-icon,
#productDetails .similarProducts #cart .cart .cartDetails1 .cartProductDetails mat-icon,
#cart .cart .cartDetails1 .cartProductDetails #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted #cart .cart .cartDetails1 .cartProductDetails a,
#cart .cart .cartDetails1 .cartProductDetails #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts #cart .cart .cartDetails1 .cartProductDetails a,
#cart .cart .cartDetails1 .cartProductDetails #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover #cart .cart .cartDetails1 .cartProductDetails a,
#cart .cart .cartDetails1 .cartProductDetails #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #cart .cart .cartDetails1 .cartProductDetails a {
  font-size: 16px;
  color: white;
}
#cart .cart .cartDetails1 .basePrice span,
#cart .cart .cartDetails1 .basePrice #productDetails .similarProducts mat-icon,
#productDetails .similarProducts #cart .cart .cartDetails1 .basePrice mat-icon,
#cart .cart .cartDetails1 .basePrice #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted #cart .cart .cartDetails1 .basePrice a,
#cart .cart .cartDetails1 .basePrice #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts #cart .cart .cartDetails1 .basePrice a,
#cart .cart .cartDetails1 .basePrice #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover #cart .cart .cartDetails1 .basePrice a,
#cart .cart .cartDetails1 .basePrice #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #cart .cart .cartDetails1 .basePrice a {
  font-size: 20px;
  color: var(--accent-color);
}
#cart .cart .cartDetails1 .placeOrder {
  border-top: 1px solid #ddd;
  background: #fff;
  padding: 10px 22px;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
#cart .cart .cartDetails1 .placeOrder .cnfrmOrder {
  background: var(--accent-color);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border: none;
  color: #fff;
  padding: 12px;
}
#cart .cart .cartDetails1 .placeOrder .cnfrmOrder span,
#cart .cart .cartDetails1 .placeOrder .cnfrmOrder #productDetails .similarProducts mat-icon,
#productDetails .similarProducts #cart .cart .cartDetails1 .placeOrder .cnfrmOrder mat-icon,
#cart .cart .cartDetails1 .placeOrder .cnfrmOrder #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted #cart .cart .cartDetails1 .placeOrder .cnfrmOrder a,
#cart .cart .cartDetails1 .placeOrder .cnfrmOrder #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts #cart .cart .cartDetails1 .placeOrder .cnfrmOrder a,
#cart .cart .cartDetails1 .placeOrder .cnfrmOrder #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover #cart .cart .cartDetails1 .placeOrder .cnfrmOrder a,
#cart .cart .cartDetails1 .placeOrder .cnfrmOrder #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #cart .cart .cartDetails1 .placeOrder .cnfrmOrder a {
  color: white;
  font-size: 16px;
  font-weight: 500;
}
#cart .shop {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background: var(--accent-color);
  padding: 10px 0px 10px 0px;
}
#cart .shop span,
#cart .shop #productDetails .similarProducts mat-icon,
#productDetails .similarProducts #cart .shop mat-icon,
#cart .shop #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted #cart .shop a,
#cart .shop #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts #cart .shop a,
#cart .shop #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover #cart .shop a,
#cart .shop #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #cart .shop a {
  color: #fff;
  font-size: 14px;
}
#cart .cartRm {
  padding-top: 20px;
  padding-bottom: 20px;
}
#cart .cartRm .removeCart {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 5px 10px 5px 10px;
  border: 1px solid #ddd;
}
#cart .cartRm .removeCart span,
#cart .cartRm .removeCart #productDetails .similarProducts mat-icon,
#productDetails .similarProducts #cart .cartRm .removeCart mat-icon,
#cart .cartRm .removeCart #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted #cart .cartRm .removeCart a,
#cart .cartRm .removeCart #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts #cart .cartRm .removeCart a,
#cart .cartRm .removeCart #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover #cart .cartRm .removeCart a,
#cart .cartRm .removeCart #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #cart .cartRm .removeCart a {
  color: white;
}
#cart .cartRm .removeCart:hover {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 5px 10px 5px 10px;
  border: 1px solid var(--accent-color);
}
#cart .cartRm .removeCart:hover span,
#cart .cartRm .removeCart:hover #productDetails .similarProducts mat-icon,
#productDetails .similarProducts #cart .cartRm .removeCart:hover mat-icon,
#cart .cartRm .removeCart:hover #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted #cart .cartRm .removeCart:hover a,
#cart .cartRm .removeCart:hover #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts #cart .cartRm .removeCart:hover a,
#cart .cartRm .removeCart:hover #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover #cart .cartRm .removeCart:hover a,
#cart .cartRm .removeCart:hover #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #cart .cartRm .removeCart:hover a {
  color: var(--accent-color);
}
#address .header1 {
  min-height: 64px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  border: 1px solid #ddd;
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 500;
  cursor: pointer;
}
#address .header1 .title .extra {
  font-size: 12px;
  color: #888;
}
#address .highlighted {
  background-color: #f5f5f5;
}
@media (min-width: 992px) {
  #address .padding-all10 {
    padding: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #address .padding-all10 {
    padding: 0px;
  }
}
@media (min-width: 992px) {
  #dashboard .padding-lr10 {
    padding: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #dashboard .padding-lr10 {
    padding: 0px 10px;
  }
}
@media (min-width: 992px) {
  .product-elevation {
    background: hsl(0, 100%, 100%);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 7px;
  }
  .product-carousel {
    background: hsl(0, 100%, 100%);
    padding: 7px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .product-elevation {
    background: hsl(0, 100%, 100%);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 10px;
  }
}
.product-carousel:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 7px;
}
.product-elevation2 {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  background: hsl(0, 100%, 100%);
  padding: 0px;
  width: 100%;
}
.qty .quantity .inc,
.qty .quantity .dec {
  padding: 0px 4px;
  border: 1px solid #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background: #fff;
}
.qty .quantity .qty {
  padding: 0px 4px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.mat-mdc-icon-button.mat-small {
  min-width: 1%;
}
@media (min-width: 768px) {
  .buyCart {
    padding: 25px 0px;
  }
  .buyCart .cart {
    cursor: pointer;
    background: var(--primary-color);
  }
  .buyCart .cart i {
    color: #fff;
  }
  .buyCart .cart span,
  .buyCart .cart #productDetails .similarProducts mat-icon,
  #productDetails .similarProducts .buyCart .cart mat-icon,
  .buyCart .cart #productDetails .similarProducts #calsoft-account .account-highlighted a,
  #productDetails .similarProducts #calsoft-account .account-highlighted .buyCart .cart a,
  .buyCart .cart #calsoft-account .account-highlighted #productDetails .similarProducts a,
  #calsoft-account .account-highlighted #productDetails .similarProducts .buyCart .cart a,
  .buyCart .cart #productDetails .similarProducts #calsoft-account .nav-list:hover a,
  #productDetails .similarProducts #calsoft-account .nav-list:hover .buyCart .cart a,
  .buyCart .cart #calsoft-account .nav-list:hover #productDetails .similarProducts a,
  #calsoft-account .nav-list:hover #productDetails .similarProducts .buyCart .cart a {
    color: #fff;
    font-size: 15px;
    -webkit-user-select: none;
    user-select: none;
  }
  .buyCart .buy {
    cursor: pointer;
    background: var(--accent-color);
  }
  .buyCart .buy i {
    color: #fff;
  }
  .buyCart .buy span,
  .buyCart .buy #productDetails .similarProducts mat-icon,
  #productDetails .similarProducts .buyCart .buy mat-icon,
  .buyCart .buy #productDetails .similarProducts #calsoft-account .account-highlighted a,
  #productDetails .similarProducts #calsoft-account .account-highlighted .buyCart .buy a,
  .buyCart .buy #calsoft-account .account-highlighted #productDetails .similarProducts a,
  #calsoft-account .account-highlighted #productDetails .similarProducts .buyCart .buy a,
  .buyCart .buy #productDetails .similarProducts #calsoft-account .nav-list:hover a,
  #productDetails .similarProducts #calsoft-account .nav-list:hover .buyCart .buy a,
  .buyCart .buy #calsoft-account .nav-list:hover #productDetails .similarProducts a,
  #calsoft-account .nav-list:hover #productDetails .similarProducts .buyCart .buy a {
    color: #fff;
    font-size: 15px;
    -webkit-user-select: none;
    user-select: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .buyCart .cart {
    cursor: pointer;
    background: var(--primary-color);
  }
  .buyCart .cart i {
    color: #fff;
  }
  .buyCart .cart span,
  .buyCart .cart #productDetails .similarProducts mat-icon,
  #productDetails .similarProducts .buyCart .cart mat-icon,
  .buyCart .cart #productDetails .similarProducts #calsoft-account .account-highlighted a,
  #productDetails .similarProducts #calsoft-account .account-highlighted .buyCart .cart a,
  .buyCart .cart #calsoft-account .account-highlighted #productDetails .similarProducts a,
  #calsoft-account .account-highlighted #productDetails .similarProducts .buyCart .cart a,
  .buyCart .cart #productDetails .similarProducts #calsoft-account .nav-list:hover a,
  #productDetails .similarProducts #calsoft-account .nav-list:hover .buyCart .cart a,
  .buyCart .cart #calsoft-account .nav-list:hover #productDetails .similarProducts a,
  #calsoft-account .nav-list:hover #productDetails .similarProducts .buyCart .cart a {
    color: #fff;
    font-size: 15px;
    -webkit-user-select: none;
    user-select: none;
  }
  .buyCart .buy {
    cursor: pointer;
    background: var(--accent-color);
  }
  .buyCart .buy i {
    color: #fff;
  }
  .buyCart .buy span,
  .buyCart .buy #productDetails .similarProducts mat-icon,
  #productDetails .similarProducts .buyCart .buy mat-icon,
  .buyCart .buy #productDetails .similarProducts #calsoft-account .account-highlighted a,
  #productDetails .similarProducts #calsoft-account .account-highlighted .buyCart .buy a,
  .buyCart .buy #calsoft-account .account-highlighted #productDetails .similarProducts a,
  #calsoft-account .account-highlighted #productDetails .similarProducts .buyCart .buy a,
  .buyCart .buy #productDetails .similarProducts #calsoft-account .nav-list:hover a,
  #productDetails .similarProducts #calsoft-account .nav-list:hover .buyCart .buy a,
  .buyCart .buy #calsoft-account .nav-list:hover #productDetails .similarProducts a,
  #calsoft-account .nav-list:hover #productDetails .similarProducts .buyCart .buy a {
    color: #fff;
    font-size: 15px;
    -webkit-user-select: none;
    user-select: none;
  }
}
#productsPage .filter-sidenav {
  width: 280px;
  border: 0 !important;
}
#productsPage .filter-sidenav .mat-expansion-panel-header-title {
  text-transform: uppercase;
}
#productsPage .filter-row {
  background: #fff;
  padding: 8px 12px;
}
#productsPage .all-products {
  min-height: 400px;
  overflow: hidden;
  background: #fafafa;
}
#productsPage .products-wrapper {
  margin: 8px -8px;
}
@media (min-width: 992px) {
  #productsPage .products-wrapper .col {
    padding: 1px;
    background-color: #fafafa;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #productsPage .products-wrapper .col {
    padding: 0px;
  }
}
#productsPage .products-wrapper .col1 {
  padding: 1px;
}
#productsPage .categories-wrapper {
  position: relative;
  max-height: 300px;
}
#productsPage .filter-buttons button {
  min-width: 36px;
  margin: 0 6px 10px 0;
  padding: 0;
}
#productsPage .filter-price {
}
#productsPage .filter-price .mat-slider-horizontal {
  min-width: 110px;
}
#productsPage .filter-brands button {
  width: 66px;
  height: 44px;
  min-width: 66px;
  margin: 0 6px 10px 0;
  padding: 0px;
  overflow: hidden;
}
#productsPage .filter-brands button img {
  width: 66px;
  height: 44px;
}
#productsPage .filterSort,
#productsPage .filterSort1 {
  border-bottom: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  display: flex;
}
#productsPage .filterSort1 {
  border-left: 1px solid #ddd;
}
@media (min-width: 766px) and (max-width: 992px) {
  #productsPage .filterProduct {
    padding: 10px 0px 10px 0px;
  }
}
#productsPage ::ng-deep .ps--active-x > .ps__rail-x {
  display: none;
}
#productsPage .search-results {
  overflow-y: scroll;
}
#productsPage .container {
  position: relative;
  text-align: center;
}
#productsPage .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#productsPage .outof {
  background: #fff;
}
#productDetails .mat-mdc-card.product-image {
  padding: 6px;
  text-align: center;
}
#productDetails .mat-mdc-card.product-image button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
#productDetails .mat-mdc-card.product-image .mat-chip-list {
  position: absolute;
  top: 10px;
  left: 10px;
  pointer-events: none;
}
#productDetails .prod {
  z-index: -10;
}
#productDetails .mat-mdc-card.zoom-viewer {
  position: absolute;
  display: none;
  background-repeat: no-repeat;
  z-index: 99;
}
@media (min-width: 576px) and (max-width: 767px) {
  #productDetails .product-mobile {
    border: 1px solid #eee;
    background: #fff;
  }
}
#productDetails .mt-16 {
  margin-top: 16px;
}
#productDetails .details button {
  padding: 0;
  min-width: 36px;
  margin-left: 6px;
}
#productDetails .mat-mdc-list.reviews .mat-mdc-list-item .mat-mdc-list-item-avatar.review-author {
  width: 80px;
  height: 80px;
}
#productDetails .mat-mdc-list.reviews .mat-mdc-list-item .mat-line.text {
  white-space: unset;
  font-style: italic;
  margin: 10px 0;
}
#productDetails .full-desc {
  padding: 30px 40px;
}
#productDetails table {
  border-collapse: collapse;
  width: 100%;
}
#productDetails th,
#productDetails td {
  text-align: left;
  padding: 8px;
}
#productDetails tr:nth-child(even) {
  background-color: #ddd;
}
#productDetails .pd,
#productDetails .recent {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
#productDetails .product-details {
  padding-right: 2px solid #000;
}
#productDetails .product-details .bigImage {
  padding-top: 10px;
}
#productDetails .imgContant {
  padding: 0px 10px 0px 10px;
}
#productDetails .imagesPro {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  z-index: 10;
}
#productDetails .imagesProduct:hover {
  border: 2px solid var(--primary-color);
  border-color: var(--primary-color);
}
#productDetails .productName {
  padding: 0px 0px 10px 10px;
}
#productDetails .productName .name {
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 27px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
}
#productDetails .prot .emi {
  color: #000;
}
#productDetails .prot span,
#productDetails .prot .similarProducts mat-icon,
#productDetails .similarProducts .prot mat-icon,
#productDetails .prot .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted .prot a,
#calsoft-account .account-highlighted #productDetails .prot .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts .prot a,
#productDetails .prot .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover .prot a,
#calsoft-account .nav-list:hover #productDetails .prot .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .prot a {
  font-size: 16px;
  color: #000;
}
#productDetails .prot span small,
#productDetails .prot .similarProducts mat-icon small,
#productDetails .similarProducts .prot mat-icon small,
#productDetails .prot .similarProducts #calsoft-account .account-highlighted a small,
#productDetails .similarProducts #calsoft-account .account-highlighted .prot a small,
#calsoft-account .account-highlighted #productDetails .prot .similarProducts a small,
#calsoft-account .account-highlighted #productDetails .similarProducts .prot a small,
#productDetails .prot .similarProducts #calsoft-account .nav-list:hover a small,
#productDetails .similarProducts #calsoft-account .nav-list:hover .prot a small,
#calsoft-account .nav-list:hover #productDetails .prot .similarProducts a small,
#calsoft-account .nav-list:hover #productDetails .similarProducts .prot a small {
  padding-left: 5px;
}
#productDetails .prot .product-Price {
  font-size: 18px;
  color: var(--accent-color);
}
#productDetails .prot .product-Price span,
#productDetails .prot .product-Price .similarProducts mat-icon,
#productDetails .similarProducts .prot .product-Price mat-icon,
#productDetails .prot .product-Price .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted .prot .product-Price a,
#calsoft-account .account-highlighted #productDetails .prot .product-Price .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts .prot .product-Price a,
#productDetails .prot .product-Price .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover .prot .product-Price a,
#calsoft-account .nav-list:hover #productDetails .prot .product-Price .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .prot .product-Price a {
  cursor: pointer;
  z-index: 10;
  color: #098a1f;
}
#productDetails .brand {
  border: 1px solid #ddd;
  cursor: text;
  z-index: 10;
  background: #fff;
}
#productDetails .brand p {
  padding: 0px 10px 0px 10px;
}
#productDetails .highlight {
  padding: 10px 0px 10px 25px;
}
#productDetails ul .list {
  list-style-type: circle;
}
#productDetails .bg-white {
  background: #fff;
}
#productDetails .stock .outStock {
  border: #ddd;
  background: var(--accent-color);
  color: #fff;
}
#productDetails .stock .inStock {
  background: #098a1f;
  color: #fff;
}
#productDetails .pDetails {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
#productDetails .pDetails .details {
  padding: 10px 10px 10px 0px;
}
#productDetails .pDetails .img1 img {
  height: 230px;
}
#productDetails .btmimg .bottomImg {
  border: 1px solid #ddd;
}
#productDetails .alld {
  padding: 10px 0px;
}
#productDetails .alld span,
#productDetails .alld .similarProducts mat-icon,
#productDetails .similarProducts .alld mat-icon,
#productDetails .alld .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted .alld a,
#calsoft-account .account-highlighted #productDetails .alld .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts .alld a,
#productDetails .alld .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover .alld a,
#calsoft-account .nav-list:hover #productDetails .alld .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .alld a {
  font-weight: 600;
}
#productDetails .alld .allB {
  background: #fff;
}
#productDetails .mIcon {
  transform: rotateY(180deg);
}
#productDetails .pName {
  padding: 0px 10px 0px 10px;
}
#productDetails .pName span,
#productDetails .pName .similarProducts mat-icon,
#productDetails .similarProducts .pName mat-icon,
#productDetails .pName .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted .pName a,
#calsoft-account .account-highlighted #productDetails .pName .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts .pName a,
#productDetails .pName .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover .pName a,
#calsoft-account .nav-list:hover #productDetails .pName .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .pName a {
  font-size: 14px;
  color: #888;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#productDetails .pPrice {
  padding: 10px 10px 5px 10px;
}
#productDetails .pPrice .new-price {
  font-weight: 400;
  font-size: 20px;
  color: var(--accent-color);
}
#productDetails .pPrice .regPrice,
#productDetails .pPrice .discount {
  font-size: 13px;
  color: #888;
}
#productDetails .pPrice .discount {
  color: var(--accent-color);
}
#productDetails .tag {
  padding: 0px 10px 5px 10px;
}
#productDetails .share {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0px;
}
#productDetails .share .mat-icon {
  color: #888;
}
#productDetails .share span,
#productDetails .share .similarProducts mat-icon,
#productDetails .similarProducts .share mat-icon,
#productDetails .share .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted .share a,
#calsoft-account .account-highlighted #productDetails .share .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts .share a,
#productDetails .share .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover .share a,
#calsoft-account .nav-list:hover #productDetails .share .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .share a {
  font-size: 20px;
  color: #888;
}
#productDetails .similarProducts {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
#productDetails .similarProducts span,
#productDetails .similarProducts mat-icon,
#productDetails .similarProducts #calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted #productDetails .similarProducts a,
#productDetails .similarProducts #calsoft-account .nav-list:hover a,
#calsoft-account .nav-list:hover #productDetails .similarProducts a {
  color: #888;
}
#productDetails .detail-content {
  padding: 0px;
}
#productDetails .positionFix {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background: #fff;
  width: 100% !important;
}
#productDetails .emi span,
#productDetails .emi .similarProducts mat-icon,
#productDetails .similarProducts .emi mat-icon,
#productDetails .emi .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted .emi a,
#calsoft-account .account-highlighted #productDetails .emi .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts .emi a,
#productDetails .emi .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover .emi a,
#calsoft-account .nav-list:hover #productDetails .emi .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .emi a {
  color: var(--primary-color);
}
#productDetails .full-width-dialog .mat-mdc-dialog-container {
  max-width: 100vw !important;
}
.mat-mdc-dialog-container {
  padding: 0px !important;
  border-radius: 0px;
  background-color: #fff;
}
.left {
  background: var(--primary-color);
  padding: 40px 35px;
}
.left .login span,
.left .login #productDetails .similarProducts mat-icon,
#productDetails .similarProducts .left .login mat-icon,
.left .login #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted .left .login a,
.left .login #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts .left .login a,
.left .login #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover .left .login a,
.left .login #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .left .login a {
  font-size: x-large;
  font-weight: 500;
  color: #fff;
}
.left .login .msg p {
  font-size: 15px;
  margin-top: 16px;
  line-height: 150%;
  color: #fff;
}
.img1 img {
  max-width: 200px;
}
.signform {
  padding: 0px;
}
.signform .fields {
  padding: 0px 50px;
}
.loginButton {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  background-color: var(--primary-color);
}
.loginButton span,
.loginButton #productDetails .similarProducts mat-icon,
#productDetails .similarProducts .loginButton mat-icon,
.loginButton #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted .loginButton a,
.loginButton #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts .loginButton a,
.loginButton #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover .loginButton a,
.loginButton #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .loginButton a {
  color: #fff;
}
.padding-3dr {
  padding: 0px 20px 20px 20px;
}
#userVerify .border {
  border: 1px solid #ddd;
}
#userVerify .login {
  background-color: #098a1f;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.price {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0px;
  background: #fff;
  border-radius: 2px;
  min-height: 47px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.price .priceDetails {
  padding: 12px 0px;
  background-color: var(--primary-color);
  color: #fff;
}
.price .priceDetails span,
.price .priceDetails #productDetails .similarProducts mat-icon,
#productDetails .similarProducts .price .priceDetails mat-icon,
.price .priceDetails #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted .price .priceDetails a,
.price .priceDetails #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts .price .priceDetails a,
.price .priceDetails #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover .price .priceDetails a,
.price .priceDetails #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .price .priceDetails a {
  font-size: 16px;
}
.price .grandTotal {
  padding: 12px 0px 12px 0px;
  border-top: 1px solid #eee;
}
.price .grandTotal .amt {
  color: var(--accent-color);
}
.login .contant1 {
  padding: 12px 24px;
  background: var(--primary-color);
  min-height: 48px;
}
.login .contant1 span,
.login .contant1 #productDetails .similarProducts mat-icon,
#productDetails .similarProducts .login .contant1 mat-icon,
.login .contant1 #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted .login .contant1 a,
.login .contant1 #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts .login .contant1 a,
.login .contant1 #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover .login .contant1 a,
.login .contant1 #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .login .contant1 a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.login .loginDetails {
  position: relative;
}
.login .loginDetails .c50 .name {
  color: #888;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.login .loginDetails .c50 .login {
  color: var(--primary-color);
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.login .loginDetails .c50 .checkoutContin {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  border: none;
  color: #fff;
  background: var(--accent-color);
  padding: 10px 0px 10px 0px;
  font-weight: 500;
  -webkit-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
}
.login .loginDetails1 {
  position: relative;
}
.login .contant {
  padding: 7px 19px;
  min-height: 72px;
}
.login .contant .login {
  color: #888;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.padding-520 {
  padding: 5px 20px;
}
.sticky1 {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  z-index: 1000;
}
.positionFix {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background: #fff;
  width: 100% !important;
}
.continue1 {
  padding: 0px 10px 0px 10px;
}
.continue1 .order {
  background: var(--accent-color);
}
.continue1 .order span,
.continue1 .order #productDetails .similarProducts mat-icon,
#productDetails .similarProducts .continue1 .order mat-icon,
.continue1 .order #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted .continue1 .order a,
.continue1 .order #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts .continue1 .order a,
.continue1 .order #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover .continue1 .order a,
.continue1 .order #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .continue1 .order a {
  font-size: 16px;
  color: #fff;
}
.payment {
  padding: 7px 19px;
  min-height: 45px;
}
.highlighted {
  background-color: #f5faff;
}
.mat-mdc-dialog-container {
  padding: 0px !important;
}
.product-name1 {
  font-size: 1.7rem;
  font-weight: 500;
  margin-left: 8px;
  margin-bottom: 8px;
  color: #333e48;
}
.title {
  color: #000;
  font-size: 14px;
  font-family: var(--website-font-family);
}
.title p {
  line-height: 1.5625em;
}
.full-desc {
  padding: 30px 40px;
}
ng::deep .mat-tab-label,
ng:deep.mat-tab-label-active {
  min-width: 50% !important;
  border: 1px solid #ddd;
}
.lh {
  line-height: 27px;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th,
td {
  text-align: left;
  padding: 8px;
}
tr:nth-child(even) {
  background-color: #fafafa;
}
.tdKey {
  color: #717171;
  padding: 6px;
}
.backk {
  background: #fff;
  padding: 0.40625em;
}
.backk img {
  width: 75px;
  height: 75px;
}
#imgPreview .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#imgPreview .mat-mdc-dialog-container {
  padding: 0px !important;
  border-radius: 0px;
}
#imgPreview .swiper-button-next.swiper-button-disabled,
#imgPreview .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
#imgPreview .swiper-button-prev {
  left: -14px;
  color: #000;
}
#imgPreview .swiper-button-next {
  right: -10px;
}
.zoom-dialog .mat-mdc-dialog-container {
  overflow: visible !important;
}
.zoom-dialog .mat-mdc-dialog-container .controls {
  position: relative;
}
.zoom-dialog .mat-mdc-dialog-container .controls button {
  position: absolute;
  top: -44px;
}
.zoom-dialog .mat-mdc-dialog-container .controls .zoom-in {
  right: 44px;
}
.zoom-dialog .mat-mdc-dialog-container .controls .zoom-out {
  right: 0;
}
.zoom-dialog .mat-mdc-dialog-container .controls .close {
  right: -44px;
}
.zoom-dialog .mat-mdc-dialog-container .viewer {
  width: 100%;
  text-align: center;
}
.zoom-dialog .mat-mdc-dialog-container .viewer img {
  max-width: 60%;
}
.cancel {
  padding: 15px 0px;
}
.cancel span,
.cancel #productDetails .similarProducts mat-icon,
#productDetails .similarProducts .cancel mat-icon,
.cancel #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted .cancel a,
.cancel #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts .cancel a,
.cancel #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover .cancel a,
.cancel #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .cancel a {
  color: var(--primary-color);
}
.mat-bottom-sheet-container {
  padding: 0px 0px;
}
.content {
  background: #fff;
  padding: 15px 20px 0px 20px;
}
.share1 {
  padding: 15px 0px 15px 20px;
  border-bottom: var(--primary-color);
  background: var(--primary-color);
}
.share1 span,
.share1 #productDetails .similarProducts mat-icon,
#productDetails .similarProducts .share1 mat-icon,
.share1 #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted .share1 a,
.share1 #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts .share1 a,
.share1 #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover .share1 a,
.share1 #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .share1 a {
  font-size: 18px;
  color: #fff;
}
#breadcrump .breadcrumb {
  padding: 8px 0;
  box-shadow: none;
  margin-bottom: 10px;
}
#breadcrump .breadcrumb a,
#breadcrump .breadcrumb span,
#breadcrump .breadcrumb #productDetails .similarProducts mat-icon,
#productDetails .similarProducts #breadcrump .breadcrumb mat-icon,
#breadcrump .breadcrumb #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover #breadcrump .breadcrumb a,
#breadcrump .breadcrumb #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #breadcrump .breadcrumb a {
  font-size: 13px;
  text-decoration: none;
  color: inherit;
}
#breadcrump .breadcrumb p {
  font-size: 13px;
  color: inherit;
  margin-top: 0px;
}
#breadcrump .breadcrumb .mat-icon {
  font-size: 20px;
  width: 20px;
  padding: 0 6px;
  opacity: 0.7;
}
#breadcrump .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "\bb";
}
#breadcrump .breadcrumb .breadcrumb-item2 + .breadcrumb-item2:before {
  display: inline-block;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  content: "/";
}
#breadcrump .breadcrumb .breadcrumb-item3 + .breadcrumb-item3:before {
  display: inline-block;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  content: ">";
  font-size: 20px;
  font-weight: 200;
}
@media (min-width: 992px) {
  #pages .main {
    min-height: 400px;
    min-height: calc(100vh - 288px);
    padding: 8px 0px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #pages .main {
    background: #fff;
  }
}
#pages .sidenav {
  width: 250px;
  padding: 8px 16px;
  position: fixed;
}
#pages .sidenav .close {
  margin-left: 178px;
}
#pages .sidenav .divider {
  margin: 8px 0;
}
#pages .cart-items-count {
  position: absolute;
  top: -3px;
  left: 26px;
  background: var(--accent-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
}
#pages .search-v45 input {
  background: #fff;
  font-size: 15px;
  width: 70%;
  height: 35px;
  color: #000;
  padding-left: 6px;
}
#pages .search-v45 input::-webkit-input-placeholder {
  color: #000;
}
#pages .search-v45 input:-moz-placeholder {
  color: #000;
}
#pages .search-v45 form {
  position: relative;
}
#pages .search-v45 form:after {
  font-family: "Material Icons";
  content: "search";
  color: #000;
  background: #fff;
  z-index: 2;
  position: absolute;
  height: 30px;
  right: 5px;
  top: 2px;
  color: var(--primary-color);
  font-size: 26px;
}
.order {
  background: var(--primary-color);
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
.orredDate span,
.orredDate #productDetails .similarProducts mat-icon,
#productDetails .similarProducts .orredDate mat-icon,
.orredDate #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted .orredDate a,
.orredDate #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts .orredDate a,
.orredDate #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover .orredDate a,
.orredDate #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .orredDate a {
  padding: 0px 10px;
}
.ratee {
  cursor: pointer;
  color: var(--primary-color);
}
.orderProduct {
  padding-top: 0.938em;
}
.orderProduct .image {
  padding: 0.625em 0em 0.625em 0.625em;
}
.delivery {
  padding-bottom: 10px;
}
.product-item {
  position: relative;
}
.product-item .mat-chip-list {
  position: absolute;
  top: 10px;
  right: 10px;
}
.product-item .mat-chip-list.list-view {
  left: 10px;
}
.product-item .image-link {
  display: block;
}
.product-item .category {
  margin-bottom: 4px;
}
.product-item .title {
  display: block;
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
}
.product-item .prices .old-price {
  text-decoration: line-through;
  height: 15px;
}
.product-item .prices .new-price {
  font-size: 16px;
  font-weight: 500;
}
.product-item .icons {
  margin-top: 18px;
}
.back img {
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}
.bdr {
  border: 1px solid #ddd;
}
.bdr-b {
  border-bottom: 1px solid #ddd;
}
#catList {
  background-color: white;
}
#catList .subchild {
  align-content: center;
  padding-left: 50px;
}
#catList .child {
  border-left: 1px solid #ddd;
}
#catList .micon {
  color: black;
  font-size: 1em;
}
#catList .search {
  font-size: 24px;
}
#catList .itemLabel {
  font-size: 18px;
}
#catList .iconClr {
  color: black;
}
#catList .cName {
  align-content: center;
}
#catList .cartbg {
  background-color: white;
}
#calsoft-account {
}
#calsoft-account .account-sidenav {
  width: 280px;
}
#calsoft-account .account-sidenav .mat-nav-list {
  box-sizing: border-box;
}
#calsoft-account .account-sidenav .mat-nav-list .mat-mdc-list-item {
  height: 36px;
  font-size: 14px;
}
#calsoft-account .account-content {
  min-height: 400px;
  overflow: hidden;
}
#calsoft-account .account-content.p-left {
  background: #fff;
}
#calsoft-account .account-content .header-row {
  background: #fff;
  padding: 0 16px;
  height: 56px;
}
#calsoft-account .account-content .account-wrapper {
  margin-top: 16px;
  background: #fff;
}
#calsoft-account .accountSidenav .profile {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 10px 0px 10px 10px;
}
#calsoft-account .accountSidenav .profile .image img {
  max-width: 40px;
}
#calsoft-account .accountSidenav .profile .info .info-1 {
  font-size: 12px;
}
#calsoft-account .accountSidenav .profile .info .info-2 {
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #221122;
}
#calsoft-account .myOrder {
  cursor: pointer;
}
#calsoft-account .myOrder .order {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 13px 15px 13px 30px;
}
#calsoft-account .myOrder .order span,
#calsoft-account .myOrder .order #productDetails .similarProducts mat-icon,
#productDetails .similarProducts #calsoft-account .myOrder .order mat-icon,
#productDetails .similarProducts #calsoft-account .myOrder .order .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted .myOrder .order a,
#calsoft-account .myOrder .order .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts .myOrder .order a,
#productDetails .similarProducts #calsoft-account .myOrder .order .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover .myOrder .order a,
#calsoft-account .myOrder .order .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts .myOrder .order a {
  width: calc(100% - 26px);
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #878787;
  cursor: pointer;
}
#calsoft-account .myOrder .order span:hover,
#calsoft-account .myOrder .order #productDetails .similarProducts mat-icon:hover,
#productDetails .similarProducts #calsoft-account .myOrder .order mat-icon:hover,
#productDetails .similarProducts #calsoft-account .myOrder .order .account-highlighted a:hover,
#productDetails .similarProducts #calsoft-account .account-highlighted .myOrder .order a:hover,
#calsoft-account .myOrder .order .account-highlighted #productDetails .similarProducts a:hover,
#calsoft-account .account-highlighted #productDetails .similarProducts .myOrder .order a:hover,
#productDetails .similarProducts #calsoft-account .myOrder .order .nav-list:hover a:hover,
#productDetails .similarProducts #calsoft-account .nav-list:hover .myOrder .order a:hover,
#calsoft-account .myOrder .order .nav-list:hover #productDetails .similarProducts a:hover,
#calsoft-account .nav-list:hover #productDetails .similarProducts .myOrder .order a:hover {
  width: calc(100% - 26px);
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  cursor: pointer;
}
#calsoft-account .myOrder .myOrd {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 13px 15px 13px 30px;
}
#calsoft-account .navList {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
#calsoft-account .mat-mdc-list-base {
  padding: 10px 20px 10px 20px;
  display: block;
  -webkit-tap-highlight-color: transparent;
}
#calsoft-account .paddingDiv:focus {
  outline: 0;
}
#calsoft-account .account-highlighted {
  background: #eeeeee;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
#calsoft-account .account-highlighted mat-icon,
#calsoft-account .account-highlighted a,
#calsoft-account .account-highlighted .nav-list:hover a,
#calsoft-account .nav-list:hover .account-highlighted a {
  color: var(--primary-color);
}
#calsoft-account .nav-list:hover {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: hsla(0, 0%, 0%, 0.04);
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
#calsoft-account .nav-list:hover mat-icon,
#calsoft-account .nav-list:hover a {
  color: var(--primary-color);
}
#calsoft-account .mat-nav-list.mat-focused {
  background-color: none;
}
#calsoft-account .mat-mdc-list-base .mat-mdc-list-item,
#calsoft-account .mat-mdc-list-base .mat-list-option {
  display: block;
  height: 37px;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}
#calsoft-account .right-contant {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
#calsoft-account .divider {
  background: var(--primary-color);
}
#calsoft-account .account-mobile {
  background-color: var(--primary-color);
}
#calsoft-account .account-mobile img {
  margin-top: 20%;
}
#calsoft-account .account-mobile .info .info-1 {
  color: #fff;
}
#calsoft-account .account-mobile .info .info-2 {
  color: #fff;
  font-weight: 500;
}
#calsoft-account .content {
  background: #fff;
}
#calsoft-account .content .order {
  background: #fff;
}
#calsoft-wishlist .mat-mdc-dialog-container {
  padding: 0px !important;
  border-radius: 0px;
}
@media (min-width: 768px) {
  #calsoft-wishlist .imgQty img {
    width: auto;
    height: 100px;
    cursor: pointer;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #calsoft-wishlist .imgQty img {
    max-width: 93px;
    cursor: pointer;
  }
}
#calsoft-wishlist .cartProductDetails {
  padding: 30px 0px 10px 0px;
  cursor: pointer;
}
#calsoft-wishlist .cartProductDetails span,
#calsoft-wishlist .cartProductDetails #productDetails .similarProducts mat-icon,
#productDetails .similarProducts #calsoft-wishlist .cartProductDetails mat-icon,
#calsoft-wishlist .cartProductDetails #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted #calsoft-wishlist .cartProductDetails a,
#calsoft-wishlist .cartProductDetails #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts #calsoft-wishlist .cartProductDetails a,
#calsoft-wishlist .cartProductDetails #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover #calsoft-wishlist .cartProductDetails a,
#calsoft-wishlist .cartProductDetails #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #calsoft-wishlist .cartProductDetails a {
  font-size: 16px;
  color: white;
}
#calsoft-wishlist .basePrice span,
#calsoft-wishlist .basePrice #productDetails .similarProducts mat-icon,
#productDetails .similarProducts #calsoft-wishlist .basePrice mat-icon,
#calsoft-wishlist .basePrice #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted #calsoft-wishlist .basePrice a,
#calsoft-wishlist .basePrice #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts #calsoft-wishlist .basePrice a,
#calsoft-wishlist .basePrice #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover #calsoft-wishlist .basePrice a,
#calsoft-wishlist .basePrice #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #calsoft-wishlist .basePrice a {
  font-size: 20px;
  color: var(--accent-color);
}
#calsoft-wishlist .alert {
  font-size: 75px;
  color: var(--accent-color);
}
#calsoft-wishlist .outof {
  background: #fff;
}
#notFound .not-found-page h1 {
  font-size: 7rem;
}
#error-500 {
  margin-top: 15%;
  width: 100%;
}
#error-500 .content {
  width: 90%;
  max-width: 512px !important;
}
#error-500 .content .error-code {
  font-size: 112px;
  line-height: 1;
  text-align: center;
  margin-bottom: 16px;
  font-weight: 600;
}
#error-500 .content .message {
  font-size: 24px;
  text-align: center;
}
#error-500 .content .sub-message {
  font-size: 17px;
  text-align: center;
  margin: 16px auto 48px auto;
}
#error-500 .content .report-link {
  text-align: center;
  font-size: 15px;
}
#noItem .mat-mdc-dialog-container {
  padding: 0px !important;
  border-radius: 0px;
  width: 300px;
  height: 225px;
}
#noItem .alert {
  font-size: 75px;
  color: var(--accent-color);
}
.rating .ratings {
  color: #fbc02d;
}
.rating .ratings-count {
  margin-left: 12px;
  font-weight: 500;
}
#noProducts {
  margin-top: 3%;
}
#noProducts .notFound span,
#noProducts .notFound #productDetails .similarProducts mat-icon,
#productDetails .similarProducts #noProducts .notFound mat-icon,
#noProducts .notFound #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted #noProducts .notFound a,
#noProducts .notFound #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts #noProducts .notFound a,
#noProducts .notFound #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover #noProducts .notFound a,
#noProducts .notFound #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #noProducts .notFound a {
  font-size: 26px;
  font-weight: 500;
  color: #000;
}
#noProducts .spell span,
#noProducts .spell #productDetails .similarProducts mat-icon,
#productDetails .similarProducts #noProducts .spell mat-icon,
#noProducts .spell #productDetails .similarProducts #calsoft-account .account-highlighted a,
#productDetails .similarProducts #calsoft-account .account-highlighted #noProducts .spell a,
#noProducts .spell #calsoft-account .account-highlighted #productDetails .similarProducts a,
#calsoft-account .account-highlighted #productDetails .similarProducts #noProducts .spell a,
#noProducts .spell #productDetails .similarProducts #calsoft-account .nav-list:hover a,
#productDetails .similarProducts #calsoft-account .nav-list:hover #noProducts .spell a,
#noProducts .spell #calsoft-account .nav-list:hover #productDetails .similarProducts a,
#calsoft-account .nav-list:hover #productDetails .similarProducts #noProducts .spell a {
  font-size: 22px;
  font-weight: 500;
  color: #878787;
}
.error .mat-mdc-simple-snack-bar {
  background-color: #E53935 !important;
}
.error .mat-mdc-snackbar-surface {
  background-color: #E53935 !important;
  padding: 0px !important;
}
.success .mat-mdc-simple-snack-bar {
  background-color: var(--primary-color) !important;
}
.success .mat-mdc-snackbar-surface {
  padding: 0px !important;
  background-color: var(--primary-color) !important;
}
.review-Rating {
  line-height: normal;
  display: inline-block;
  color: #fff;
  padding: 2px 4px 2px 6px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  vertical-align: middle;
  background-color: #388e3c;
}
.border-lb {
  padding: 5px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.6);
  border-right: 1px solid rgba(204, 204, 204, 0.6);
}
.card-2:hover {
  transition: all 0.2s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -4px;
  background-color: white;
  cursor: pointer;
}
@media (max-width: 480px) {
  .wordWarp {
    -webkit-hyphens: auto;
    hyphens: auto;
    font-weight: 500;
    color: black;
  }
}
.price-label {
  color: #212121;
  font-weight: 500;
}
.old-price {
  font-weight: 500;
  color: #878787;
}
.text-strike {
  text-decoration: line-through;
}
@media (min-width: 0) and (max-width: 700px) {
  .font-16px {
    font-size: 12px;
  }
}
.sale-label {
  font-size: 12px;
  cursor: text;
  z-index: 2;
  top: 2px;
  right: 2px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  padding: 5px;
  font-weight: 400;
  color: #fff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background: green;
  border-radius: 2px;
}
.cursor-text {
  cursor: text;
}
@media (min-width: 980px) {
  .cart-items-count {
    position: absolute;
    top: -3px;
    left: 26px;
    background: var(--accent-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    border-radius: 50%;
    font-size: 11px;
    color: #fff;
  }
}
@media (min-width: 0) and (max-width: 980px) {
  .cart-items-count {
    position: absolute;
    top: -3px;
    left: 24px;
    background: #f44336;
    height: 18px;
    width: 18px;
    line-height: 18px;
    border-radius: 50%;
    font-size: 11px;
    color: #fff;
  }
}
.spell {
  text-align: center;
}
.commonHeader {
  padding: 10px;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#custom-checkbox .md-margin {
  margin: 8px 0px;
}
#custom-checkbox .md-checkbox {
  position: relative;
  text-align: left;
}
#custom-checkbox .md-checkbox.md-checkbox-inline {
  display: inline-block;
}
#custom-checkbox .md-checkbox label {
  cursor: pointer;
  display: inline;
  line-height: 1.25em;
  vertical-align: top;
  clear: both;
  padding-left: 1px;
}
#custom-checkbox .md-checkbox label:not(:empty) {
  padding-left: 0.75em;
}
#custom-checkbox .md-checkbox label:before,
#custom-checkbox .md-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
#custom-checkbox .md-checkbox label:before {
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125em;
  cursor: pointer;
  transition: background 0.3s;
}
#custom-checkbox .md-checkbox input[type=checkbox] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
#custom-checkbox .md-checkbox input[type=checkbox]:checked + label:before {
  background: hsl(231, 48%, 48%);
  border: none;
}
#custom-checkbox .md-checkbox input[type=checkbox]:checked + label:after {
  transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}
#custom-checkbox .md-checkbox input[type=checkbox]:disabled + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
#custom-checkbox *,
#custom-checkbox *:before,
#custom-checkbox *:after {
  box-sizing: border-box;
}
.wordBreak {
  word-break: break-word;
}
.wrap {
  overflow-wrap: anywhere;
}
.theme-container {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 2000px) {
  .theme-container {
    max-width: 1400px;
  }
}
.scrolling-element {
  will-change: transform;
}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  box-shadow: inset 0 0 0 24px rgba(0, 0, 0, 0.37);
  border-radius: 24px;
}
::-webkit-scrollbar-thumb:active {
  box-shadow: inset 0 0 0 24px rgba(0, 0, 0, 0.54);
  border-radius: 24px;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-FKLZHUBM.css.map */
