@charset "UTF-8";

/* node_modules/@ng-select/ng-select/themes/default.theme.css */
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: hsl(0, 0%, 70%) #ccc hsl(0, 0%, 85%);
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid hsl(0, 0%, 90%);
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: .9em;
  margin-bottom: 5px;
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: rgb(209.1, 231.78, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid rgb(183.6, 218.88, 255);
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus {
  outline: none;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: hsl(0, 0%, 90%);
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, .54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, .54);
  background-color: rgb(234.6, 244.68, 255);
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, .87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}

/* node_modules/tippy.js/dist/tippy.css */
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property:
    transform,
    visibility,
    opacity;
}
.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}
.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}
.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}
.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
}
.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}
.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

/* src/styles.scss */
@font-face {
  font-family: "Source Sans Pro Fallback";
  src: local("Arial");
  size-adjust: 100.3%;
  ascent-override: 105%;
  descent-override: 29%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url(/assets/fonts/sans_pro2/SourceSansPro-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url(/assets/fonts/sans_pro2/SourceSansPro-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url(/assets/fonts/sans_pro2/SourceSansPro-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.center-all {
  display: flex;
  align-items: center;
  justify-content: center;
}
.star {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.star svg,
.star i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-style: normal;
}
.star svg.star-half,
.star svg.star-filled,
.star i.star-half,
.star i.star-filled {
  opacity: 0;
}
.star i {
  top: 1px;
  display: none;
}
.star.icon i,
.star.rating.star-icon i {
  font-size: 25px;
  line-height: 25px;
}
.star.icon i.star-empty:before,
.star.rating.star-icon i.star-empty:before {
  content: "\2606";
}
.star.icon i.star-half:before,
.star.rating.star-icon i.star-half:before {
  content: "\2605";
}
.star.icon i.star-filled:before,
.star.rating.star-icon i.star-filled:before {
  content: "\2605";
}
.star.custom-icon i,
.rating.theme-kununu .star-container .star i,
.star.rating.star-custom-icon i {
  font-size: 18px;
  line-height: 18px;
}
.star.empty svg.star-half,
.star.empty svg.star-filled,
.star.empty i.star-half,
.star.empty i.star-filled {
  opacity: 0;
}
.star.empty svg.star-empty,
.star.empty i.star-empty {
  opacity: 1;
}
.star.half svg.star-filled,
.rating.value-0.half .star:nth-child(1) svg.star-filled,
.star.half svg.star-empty,
.rating.value-0.half .star:nth-child(1) svg.star-empty,
.star.half i.star-filled,
.rating.value-0.half .star:nth-child(1) i.star-filled,
.star.half i.star-empty,
.rating.value-0.half .star:nth-child(1) i.star-empty {
  opacity: 0;
}
.star.half svg.star-half,
.rating.value-0.half .star:nth-child(1) svg.star-half,
.star.half i.star-half,
.rating.value-0.half .star:nth-child(1) i.star-half {
  opacity: 1;
}
.star.filled svg.star-empty,
.rating.value-12 .star-container .star:nth-child(-n+12) svg.star-empty,
.rating.value-11 .star-container .star:nth-child(-n+11) svg.star-empty,
.rating.value-10 .star-container .star:nth-child(-n+10) svg.star-empty,
.rating.value-9 .star-container .star:nth-child(-n+9) svg.star-empty,
.rating.value-8 .star-container .star:nth-child(-n+8) svg.star-empty,
.rating.value-7 .star-container .star:nth-child(-n+7) svg.star-empty,
.rating.value-6 .star-container .star:nth-child(-n+6) svg.star-empty,
.rating.value-5 .star-container .star:nth-child(-n+5) svg.star-empty,
.rating.value-4 .star-container .star:nth-child(-n+4) svg.star-empty,
.rating.value-3 .star-container .star:nth-child(-n+3) svg.star-empty,
.rating.value-2 .star-container .star:nth-child(-n+2) svg.star-empty,
.rating.value-1 .star-container .star:nth-child(-n+1) svg.star-empty,
.star.filled svg.star-filled,
.rating.value-12 .star-container .star:nth-child(-n+12) svg.star-filled,
.rating.value-11 .star-container .star:nth-child(-n+11) svg.star-filled,
.rating.value-10 .star-container .star:nth-child(-n+10) svg.star-filled,
.rating.value-9 .star-container .star:nth-child(-n+9) svg.star-filled,
.rating.value-8 .star-container .star:nth-child(-n+8) svg.star-filled,
.rating.value-7 .star-container .star:nth-child(-n+7) svg.star-filled,
.rating.value-6 .star-container .star:nth-child(-n+6) svg.star-filled,
.rating.value-5 .star-container .star:nth-child(-n+5) svg.star-filled,
.rating.value-4 .star-container .star:nth-child(-n+4) svg.star-filled,
.rating.value-3 .star-container .star:nth-child(-n+3) svg.star-filled,
.rating.value-2 .star-container .star:nth-child(-n+2) svg.star-filled,
.rating.value-1 .star-container .star:nth-child(-n+1) svg.star-filled,
.star.filled i.star-empty,
.rating.value-12 .star-container .star:nth-child(-n+12) i.star-empty,
.rating.value-11 .star-container .star:nth-child(-n+11) i.star-empty,
.rating.value-10 .star-container .star:nth-child(-n+10) i.star-empty,
.rating.value-9 .star-container .star:nth-child(-n+9) i.star-empty,
.rating.value-8 .star-container .star:nth-child(-n+8) i.star-empty,
.rating.value-7 .star-container .star:nth-child(-n+7) i.star-empty,
.rating.value-6 .star-container .star:nth-child(-n+6) i.star-empty,
.rating.value-5 .star-container .star:nth-child(-n+5) i.star-empty,
.rating.value-4 .star-container .star:nth-child(-n+4) i.star-empty,
.rating.value-3 .star-container .star:nth-child(-n+3) i.star-empty,
.rating.value-2 .star-container .star:nth-child(-n+2) i.star-empty,
.rating.value-1 .star-container .star:nth-child(-n+1) i.star-empty,
.star.filled i.star-filled,
.rating.value-12 .star-container .star:nth-child(-n+12) i.star-filled,
.rating.value-11 .star-container .star:nth-child(-n+11) i.star-filled,
.rating.value-10 .star-container .star:nth-child(-n+10) i.star-filled,
.rating.value-9 .star-container .star:nth-child(-n+9) i.star-filled,
.rating.value-8 .star-container .star:nth-child(-n+8) i.star-filled,
.rating.value-7 .star-container .star:nth-child(-n+7) i.star-filled,
.rating.value-6 .star-container .star:nth-child(-n+6) i.star-filled,
.rating.value-5 .star-container .star:nth-child(-n+5) i.star-filled,
.rating.value-4 .star-container .star:nth-child(-n+4) i.star-filled,
.rating.value-3 .star-container .star:nth-child(-n+3) i.star-filled,
.rating.value-2 .star-container .star:nth-child(-n+2) i.star-filled,
.rating.value-1 .star-container .star:nth-child(-n+1) i.star-filled {
  opacity: 0;
}
.star.filled svg.star-filled,
.rating.value-12 .star-container .star:nth-child(-n+12) svg.star-filled,
.rating.value-11 .star-container .star:nth-child(-n+11) svg.star-filled,
.rating.value-10 .star-container .star:nth-child(-n+10) svg.star-filled,
.rating.value-9 .star-container .star:nth-child(-n+9) svg.star-filled,
.rating.value-8 .star-container .star:nth-child(-n+8) svg.star-filled,
.rating.value-7 .star-container .star:nth-child(-n+7) svg.star-filled,
.rating.value-6 .star-container .star:nth-child(-n+6) svg.star-filled,
.rating.value-5 .star-container .star:nth-child(-n+5) svg.star-filled,
.rating.value-4 .star-container .star:nth-child(-n+4) svg.star-filled,
.rating.value-3 .star-container .star:nth-child(-n+3) svg.star-filled,
.rating.value-2 .star-container .star:nth-child(-n+2) svg.star-filled,
.rating.value-1 .star-container .star:nth-child(-n+1) svg.star-filled,
.star.filled i.star-filled,
.rating.value-12 .star-container .star:nth-child(-n+12) i.star-filled,
.rating.value-11 .star-container .star:nth-child(-n+11) i.star-filled,
.rating.value-10 .star-container .star:nth-child(-n+10) i.star-filled,
.rating.value-9 .star-container .star:nth-child(-n+9) i.star-filled,
.rating.value-8 .star-container .star:nth-child(-n+8) i.star-filled,
.rating.value-7 .star-container .star:nth-child(-n+7) i.star-filled,
.rating.value-6 .star-container .star:nth-child(-n+6) i.star-filled,
.rating.value-5 .star-container .star:nth-child(-n+5) i.star-filled,
.rating.value-4 .star-container .star:nth-child(-n+4) i.star-filled,
.rating.value-3 .star-container .star:nth-child(-n+3) i.star-filled,
.rating.value-2 .star-container .star:nth-child(-n+2) i.star-filled,
.rating.value-1 .star-container .star:nth-child(-n+1) i.star-filled {
  opacity: 1;
}
.star.default svg,
.star-container .star svg {
  fill: #999;
}
.star.default i,
.star-container .star i {
  color: #999;
}
.star.negative svg,
.rating.value-0.half .star svg,
.rating.value-0.half .rating.value-0.star:nth-child(1) .star svg {
  fill: #f03c56;
}
.star.negative i,
.rating.value-0.half .star i,
.rating.value-0.half .rating.value-0.star:nth-child(1) .star i {
  color: #f03c56;
}
.star.ok svg {
  fill: #ffc058;
}
.star.ok i {
  color: #ffc058;
}
.star.positive svg,
.rating.value-12 .star-container .star svg,
.rating.value-11 .star-container .star svg,
.rating.value-10 .star-container .star svg,
.rating.value-9 .star-container .star svg,
.rating.value-8 .star-container .star svg,
.rating.value-7 .star-container .star svg,
.rating.value-6 .star-container .star svg {
  fill: #7ed321;
}
.star.positive i,
.rating.value-12 .star-container .star i,
.rating.value-11 .star-container .star i,
.rating.value-10 .star-container .star i,
.rating.value-9 .star-container .star i,
.rating.value-8 .star-container .star i,
.rating.value-7 .star-container .star i,
.rating.value-6 .star-container .star i {
  color: #7ed321;
}
.star.svg i,
.star.rating.star-svg i {
  display: none;
}
.star.svg svg,
.star.rating.star-svg svg {
  display: flex;
}
.star.custom-icon svg,
.rating.theme-kununu .star-container .star svg,
.star.rating.star-custom-icon svg,
.star.icon svg,
.star.rating.star-icon svg {
  display: none;
}
.star.custom-icon i,
.rating.theme-kununu .star-container .star i,
.star.rating.star-custom-icon i,
.star.icon i,
.star.rating.star-icon i {
  display: flex;
}
.star.small,
.rating.small .star.label-value,
.rating.small .rating.star .star.label-value,
.rating.small .rating.label-value .star,
.rating.small .star {
  width: 10px;
  height: 9, 5px;
}
.star.small i,
.rating.small .star.label-value i,
.rating.small .rating.star .star.label-value i,
.rating.small .rating.label-value .star i,
.rating.small .star i {
  font-size: 11px;
  line-height: 10px;
}
.star.medium,
.rating.medium .star.label-value,
.rating.medium .rating.star .star.label-value,
.rating.medium .rating.label-value .star,
.rating.medium .star {
  width: 20px;
  height: 20px;
}
.star.medium i,
.rating.medium .star.label-value i,
.rating.medium .rating.star .star.label-value i,
.rating.medium .rating.label-value .star i,
.rating.medium .star i {
  font-size: 25px;
  line-height: 25px;
}
.star.large,
.rating.large .star.label-value,
.rating.large .rating.star .star.label-value,
.rating.large .rating.label-value .star,
.rating.large .star {
  width: 35px;
  height: 33.3px;
}
.star.large i,
.rating.large .star.label-value i,
.rating.large .rating.star .star.label-value i,
.rating.large .rating.label-value .star i,
.rating.large .star i {
  font-size: 36px;
  line-height: 35px;
}
.star.disabled,
.rating.disabled .star-container .star,
.rating.disabled .rating.label-value .star-container .star,
.rating.disabled .star-container .rating.star .star.label-value,
.rating.disabled .star-container .rating.star .star-container .star,
.rating.disabled .star.label-value {
  opacity: 0.5;
}
.star.direction-rtl svg.star-half,
.rating.direction-rtl .star.star-container svg.star-half,
.star-container.direction-rtl .rating.star .star.star-container svg.star-half,
.rating.direction-rtl .star-container .star svg.star-half,
.star-container.direction-rtl .rating.star .star-container .star svg.star-half,
.star-container.direction-rtl .star svg.star-half,
.star.direction-rtl i.star-half,
.rating.direction-rtl .star.star-container i.star-half,
.star-container.direction-rtl .rating.star .star.star-container i.star-half,
.rating.direction-rtl .star-container .star i.star-half,
.star-container.direction-rtl .rating.star .star-container .star i.star-half,
.star-container.direction-rtl .star i.star-half {
  transform: scale(-1, 1);
}
.star.direction-ltr svg.star-half,
.star-container.direction-ltr .star svg.star-half,
.star.direction-ltr i.star-half,
.star-container.direction-ltr .star i.star-half {
  transform: scale(1, 1);
}
.label-value {
  font-size: 18px;
  line-height: 18px;
}
.label-value.small,
.rating.small .label-value,
.rating.small .rating.star .label-value,
.rating.small .rating.label-value .label-value,
.rating.small .label-value.star {
  font-size: 9.5px;
  line-height: 9.5px;
}
.label-value.medium,
.rating.medium .label-value,
.rating.medium .rating.star .label-value,
.rating.medium .rating.label-value .label-value,
.rating.medium .label-value.star {
  font-size: 18px;
  line-height: 25px;
}
.label-value.large,
.rating.large .label-value,
.rating.large .rating.star .label-value,
.rating.large .rating.label-value .label-value,
.rating.large .label-value.star {
  font-size: 28px;
  line-height: 35px;
}
.label-value.disabled,
.rating.disabled .star-container .label-value.star,
.rating.disabled .star-container .rating.star .label-value,
.rating.disabled .label-value {
  opacity: 0.5;
}
.star-container {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  transition: all 0.3s ease;
}
.star-container + .star {
  margin-left: 5px;
}
.star-container .star {
  transition: all 0.3s ease;
}
.star-container .star svg,
.star-container .star i {
  transition: all 0.3s ease;
}
.star-container svg {
  z-index: 2;
}
.star-container i {
  z-index: 1;
}
.star-container.direction-rtl,
.rating.direction-rtl .rating.star-container .star-container .star-container.star,
.rating.direction-rtl .star-container,
.star-container.direction-rtl .rating.star .star-container,
.rating.direction-rtl .star-container .star-container.star,
.rating.direction-rtl .rating.star-container .star-container,
.rating.direction-rtl .star-container .rating.star .star-container,
.star-container.direction-rtl .star-container.star {
  direction: rtl;
}
.star-container.direction-ltr,
.star-container.direction-ltr .star-container.star {
  direction: ltr;
}
.star-container.space-no,
.rating.space-no .star-container {
  flex: 1 1 auto;
  justify-content: center;
}
.star-container.space-between,
.rating.space-between .star-container {
  flex: 1 1 auto;
  justify-content: space-between;
}
.star-container.space-around,
.rating.space-around .star-container {
  flex: 1 1 auto;
  justify-content: space-around;
}
.rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.rating.value-1 .star-container .star svg {
  fill: #f03c56;
}
.rating.value-1 .star-container .star i {
  color: #f03c56;
}
.rating.value-2 .star-container .star svg {
  fill: #f03c56;
}
.rating.value-2 .star-container .star i {
  color: #f03c56;
}
.rating.value-3 .star-container .star svg {
  fill: #ffc058;
}
.rating.value-3 .star-container .star i {
  color: #ffc058;
}
.rating.value-4 .star-container .star svg {
  fill: #7ed321;
}
.rating.value-4 .star-container .star i {
  color: #7ed321;
}
.rating.value-5 .star-container .star svg {
  fill: #7ed321;
}
.rating.value-5 .star-container .star i {
  color: #7ed321;
}
.rating.value-6 .star-container .star svg {
  fill: #7ed321;
}
.rating.value-6 .star-container .star i {
  color: #7ed321;
}
.rating.hover:hover.value-1.half .star-container .star.star-half,
.rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star.star-half,
.rating.hover:hover.value-1.half .star-container .star.star-filled,
.rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star.star-filled,
.rating.hover:hover.hover-1 .star-container .star.star-half,
.rating.hover:hover.hover-1 .star-container .star.star-filled {
  opacity: 0;
}
.rating.hover:hover.value-1.half .star-container .star.star-empty,
.rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star.star-empty,
.rating.hover:hover.hover-1 .star-container .star.star-empty {
  opacity: 1;
}
.rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-empty,
.rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-filled,
.rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-empty,
.rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-filled {
  opacity: 0;
}
.rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-filled,
.rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-filled {
  opacity: 1;
}
.rating.hover:hover.hover-1 .star-container .star svg {
  fill: #f03c56;
}
.rating.hover:hover.hover-1 .star-container .star i {
  color: #f03c56;
}
.rating.hover:hover.value-2.half .star-container .star.star-half,
.rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star.star-half,
.rating.hover:hover.value-2.half .star-container .star.star-filled,
.rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star.star-filled,
.rating.hover:hover.hover-2 .star-container .star.star-half,
.rating.hover:hover.hover-2 .star-container .star.star-filled {
  opacity: 0;
}
.rating.hover:hover.value-2.half .star-container .star.star-empty,
.rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star.star-empty,
.rating.hover:hover.hover-2 .star-container .star.star-empty {
  opacity: 1;
}
.rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-empty,
.rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-filled,
.rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-empty,
.rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-filled {
  opacity: 0;
}
.rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-filled,
.rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-filled {
  opacity: 1;
}
.rating.hover:hover.hover-2 .star-container .star svg {
  fill: #f03c56;
}
.rating.hover:hover.hover-2 .star-container .star i {
  color: #f03c56;
}
.rating.hover:hover.value-3.half .star-container .star.star-half,
.rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star.star-half,
.rating.hover:hover.value-3.half .star-container .star.star-filled,
.rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star.star-filled,
.rating.hover:hover.hover-3 .star-container .star.star-half,
.rating.hover:hover.hover-3 .star-container .star.star-filled {
  opacity: 0;
}
.rating.hover:hover.value-3.half .star-container .star.star-empty,
.rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star.star-empty,
.rating.hover:hover.hover-3 .star-container .star.star-empty {
  opacity: 1;
}
.rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-empty,
.rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-filled,
.rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-empty,
.rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-filled {
  opacity: 0;
}
.rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-filled,
.rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-filled {
  opacity: 1;
}
.rating.hover:hover.hover-3 .star-container .star svg {
  fill: #ffc058;
}
.rating.hover:hover.hover-3 .star-container .star i {
  color: #ffc058;
}
.rating.hover:hover.value-4.half .star-container .star.star-half,
.rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star.star-half,
.rating.hover:hover.value-4.half .star-container .star.star-filled,
.rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star.star-filled,
.rating.hover:hover.hover-4 .star-container .star.star-half,
.rating.hover:hover.hover-4 .star-container .star.star-filled {
  opacity: 0;
}
.rating.hover:hover.value-4.half .star-container .star.star-empty,
.rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star.star-empty,
.rating.hover:hover.hover-4 .star-container .star.star-empty {
  opacity: 1;
}
.rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-empty,
.rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-filled,
.rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-empty,
.rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-filled {
  opacity: 0;
}
.rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-filled,
.rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-filled {
  opacity: 1;
}
.rating.hover:hover.hover-4 .star-container .star svg {
  fill: #7ed321;
}
.rating.hover:hover.hover-4 .star-container .star i {
  color: #7ed321;
}
.rating.hover:hover.value-5.half .star-container .star.star-half,
.rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star.star-half,
.rating.hover:hover.value-5.half .star-container .star.star-filled,
.rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star.star-filled,
.rating.hover:hover.hover-5 .star-container .star.star-half,
.rating.hover:hover.hover-5 .star-container .star.star-filled {
  opacity: 0;
}
.rating.hover:hover.value-5.half .star-container .star.star-empty,
.rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star.star-empty,
.rating.hover:hover.hover-5 .star-container .star.star-empty {
  opacity: 1;
}
.rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-empty,
.rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-filled,
.rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-empty,
.rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-filled {
  opacity: 0;
}
.rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-filled,
.rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-filled {
  opacity: 1;
}
.rating.hover:hover.hover-5 .star-container .star svg {
  fill: #7ed321;
}
.rating.hover:hover.hover-5 .star-container .star i {
  color: #7ed321;
}
.rating.hover:hover.value-6.half .star-container .star.star-half,
.rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star.star-half,
.rating.hover:hover.value-6.half .star-container .star.star-filled,
.rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star.star-filled,
.rating.hover:hover.hover-6 .star-container .star.star-half,
.rating.hover:hover.hover-6 .star-container .star.star-filled {
  opacity: 0;
}
.rating.hover:hover.value-6.half .star-container .star.star-empty,
.rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star.star-empty,
.rating.hover:hover.hover-6 .star-container .star.star-empty {
  opacity: 1;
}
.rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-empty,
.rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-filled,
.rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-empty,
.rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-filled {
  opacity: 0;
}
.rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-filled,
.rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-filled {
  opacity: 1;
}
.rating.hover:hover.hover-6 .star-container .star svg {
  fill: #7ed321;
}
.rating.hover:hover.hover-6 .star-container .star i {
  color: #7ed321;
}
.rating.value-1.half .star-container .star:nth-child(2) svg.star-filled,
.rating.value-0.half .rating.value-1.star:nth-child(1) .star-container .star:nth-child(2) svg.star-filled,
.rating.value-1.half .star-container .star:nth-child(2) svg.star-empty,
.rating.value-0.half .rating.value-1.star:nth-child(1) .star-container .star:nth-child(2) svg.star-empty,
.rating.value-1.half .star-container .star:nth-child(2) i.star-filled,
.rating.value-0.half .rating.value-1.star:nth-child(1) .star-container .star:nth-child(2) i.star-filled,
.rating.value-1.half .star-container .star:nth-child(2) i.star-empty,
.rating.value-0.half .rating.value-1.star:nth-child(1) .star-container .star:nth-child(2) i.star-empty {
  opacity: 0;
}
.rating.value-1.half .star-container .star:nth-child(2) svg.star-half,
.rating.value-0.half .rating.value-1.star:nth-child(1) .star-container .star:nth-child(2) svg.star-half,
.rating.value-1.half .star-container .star:nth-child(2) i.star-half,
.rating.value-0.half .rating.value-1.star:nth-child(1) .star-container .star:nth-child(2) i.star-half {
  opacity: 1;
}
.rating.value-2.half .star-container .star:nth-child(3) svg.star-filled,
.rating.value-0.half .rating.value-2.star:nth-child(1) .star-container .star:nth-child(3) svg.star-filled,
.rating.value-2.half .star-container .star:nth-child(3) svg.star-empty,
.rating.value-0.half .rating.value-2.star:nth-child(1) .star-container .star:nth-child(3) svg.star-empty,
.rating.value-2.half .star-container .star:nth-child(3) i.star-filled,
.rating.value-0.half .rating.value-2.star:nth-child(1) .star-container .star:nth-child(3) i.star-filled,
.rating.value-2.half .star-container .star:nth-child(3) i.star-empty,
.rating.value-0.half .rating.value-2.star:nth-child(1) .star-container .star:nth-child(3) i.star-empty {
  opacity: 0;
}
.rating.value-2.half .star-container .star:nth-child(3) svg.star-half,
.rating.value-0.half .rating.value-2.star:nth-child(1) .star-container .star:nth-child(3) svg.star-half,
.rating.value-2.half .star-container .star:nth-child(3) i.star-half,
.rating.value-0.half .rating.value-2.star:nth-child(1) .star-container .star:nth-child(3) i.star-half {
  opacity: 1;
}
.rating.value-3.half .star-container .star:nth-child(4) svg.star-filled,
.rating.value-0.half .rating.value-3.star:nth-child(1) .star-container .star:nth-child(4) svg.star-filled,
.rating.value-3.half .star-container .star:nth-child(4) svg.star-empty,
.rating.value-0.half .rating.value-3.star:nth-child(1) .star-container .star:nth-child(4) svg.star-empty,
.rating.value-3.half .star-container .star:nth-child(4) i.star-filled,
.rating.value-0.half .rating.value-3.star:nth-child(1) .star-container .star:nth-child(4) i.star-filled,
.rating.value-3.half .star-container .star:nth-child(4) i.star-empty,
.rating.value-0.half .rating.value-3.star:nth-child(1) .star-container .star:nth-child(4) i.star-empty {
  opacity: 0;
}
.rating.value-3.half .star-container .star:nth-child(4) svg.star-half,
.rating.value-0.half .rating.value-3.star:nth-child(1) .star-container .star:nth-child(4) svg.star-half,
.rating.value-3.half .star-container .star:nth-child(4) i.star-half,
.rating.value-0.half .rating.value-3.star:nth-child(1) .star-container .star:nth-child(4) i.star-half {
  opacity: 1;
}
.rating.value-4.half .star-container .star:nth-child(5) svg.star-filled,
.rating.value-0.half .rating.value-4.star:nth-child(1) .star-container .star:nth-child(5) svg.star-filled,
.rating.value-4.half .star-container .star:nth-child(5) svg.star-empty,
.rating.value-0.half .rating.value-4.star:nth-child(1) .star-container .star:nth-child(5) svg.star-empty,
.rating.value-4.half .star-container .star:nth-child(5) i.star-filled,
.rating.value-0.half .rating.value-4.star:nth-child(1) .star-container .star:nth-child(5) i.star-filled,
.rating.value-4.half .star-container .star:nth-child(5) i.star-empty,
.rating.value-0.half .rating.value-4.star:nth-child(1) .star-container .star:nth-child(5) i.star-empty {
  opacity: 0;
}
.rating.value-4.half .star-container .star:nth-child(5) svg.star-half,
.rating.value-0.half .rating.value-4.star:nth-child(1) .star-container .star:nth-child(5) svg.star-half,
.rating.value-4.half .star-container .star:nth-child(5) i.star-half,
.rating.value-0.half .rating.value-4.star:nth-child(1) .star-container .star:nth-child(5) i.star-half {
  opacity: 1;
}
.rating.value-5.half .star-container .star:nth-child(6) svg.star-filled,
.rating.value-0.half .rating.value-5.star:nth-child(1) .star-container .star:nth-child(6) svg.star-filled,
.rating.value-5.half .star-container .star:nth-child(6) svg.star-empty,
.rating.value-0.half .rating.value-5.star:nth-child(1) .star-container .star:nth-child(6) svg.star-empty,
.rating.value-5.half .star-container .star:nth-child(6) i.star-filled,
.rating.value-0.half .rating.value-5.star:nth-child(1) .star-container .star:nth-child(6) i.star-filled,
.rating.value-5.half .star-container .star:nth-child(6) i.star-empty,
.rating.value-0.half .rating.value-5.star:nth-child(1) .star-container .star:nth-child(6) i.star-empty {
  opacity: 0;
}
.rating.value-5.half .star-container .star:nth-child(6) svg.star-half,
.rating.value-0.half .rating.value-5.star:nth-child(1) .star-container .star:nth-child(6) svg.star-half,
.rating.value-5.half .star-container .star:nth-child(6) i.star-half,
.rating.value-0.half .rating.value-5.star:nth-child(1) .star-container .star:nth-child(6) i.star-half {
  opacity: 1;
}
.rating.label-hidden .label-value {
  display: none;
}
.rating.label-visible {
  display: flex;
}
.rating.label-top {
  flex-direction: column;
}
.rating.label-top .label-value + .star-container {
  margin-left: 0;
  margin-right: 0;
  margin-top: 5px;
}
.rating.label-left .label-value {
  flex: 0 0 auto;
}
.rating.label-left .label-value + .star-container {
  margin-left: 5px;
  margin-right: 0;
}
.rating.label-right {
  flex-direction: row-reverse;
}
.rating.label-right .label-value + .star-container {
  margin-left: 0;
  margin-right: 5px;
}
.rating.label-bottom {
  flex-direction: column-reverse;
}
.rating.label-bottom .label-value + .star-container {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
}
.rating.direction-rtl,
.rating.direction-rtl .rating.star-container .star-container .rating.star,
.rating.direction-rtl .star-container .rating.star .star-container .rating.star,
.rating.direction-rtl .rating.star-container,
.star-container.direction-rtl .rating.star .rating.star-container,
.rating.direction-rtl .star-container .rating.star,
.star-container.direction-rtl .rating.star .star-container .rating.star,
.rating.direction-rtl .rating.star-container .rating.star-container,
.rating.direction-rtl .star-container .rating.star .rating.star-container,
.star-container.direction-rtl .rating.star {
  direction: rtl;
}
.rating.direction-ltr,
.star-container.direction-ltr .rating.star {
  direction: ltr;
}
.rating.color-default .star-container .star svg {
  fill: #999 !important;
}
.rating.color-default .star-container .star i {
  color: #999 !important;
}
.rating.color-ok .star-container .star svg {
  fill: #ffc058 !important;
}
.rating.color-ok .star-container .star i {
  color: #ffc058 !important;
}
.rating.color-positive .star-container .star svg {
  fill: #7ed321 !important;
}
.rating.color-positive .star-container .star i {
  color: #7ed321 !important;
}
.rating.color-negative .star-container .star svg {
  fill: #f03c56 !important;
}
.rating.color-negative .star-container .star i {
  color: #f03c56 !important;
}
.rating.immediately .star-container {
  transition: all none;
}
.rating.immediately .star-container .star {
  transition: none;
}
.rating.immediately .star-container .star svg,
.rating.immediately .star-container .star i {
  transition: none;
}
.rating.noticeable .star-container {
  transition: all 0.3s ease;
}
.rating.noticeable .star-container .star {
  transition: all 0.3s ease;
}
.rating.noticeable .star-container .star svg,
.rating.noticeable .star-container .star i {
  transition: all 0.3s ease;
}
.rating.slow .star-container {
  transition: all 0.8s ease;
}
.rating.slow .star-container .star {
  transition: all 0.8s ease;
}
.rating.slow .star-container .star svg,
.rating.slow .star-container .star i {
  transition: all 0.8s ease;
}
.rating.theme-kununu {
  flex-direction: column;
  width: 78px;
}
.rating.theme-kununu .label-value,
.rating.theme-kununu .star-container {
  width: 100%;
}
.rating.theme-kununu .label-value {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px 6px 0 0;
  height: 50px;
  border: 1px solid #e9ecec;
  border-bottom: 0px;
  font-size: 18px;
  font-weight: bold;
  color: #2f3940;
  letter-spacing: -1px;
  background-color: #f8f8f8;
}
.rating.theme-kununu .star-container {
  border-radius: 0 0 6px 6px;
  padding: 2px 0 4px 0;
  margin-left: 0px;
  margin-right: 0px;
  justify-content: center;
  background-color: #99c613;
  border: 1px solid #99c613;
  border-bottom: 0px;
}
.rating.theme-kununu .star-container .star {
  height: 11px;
  width: 11px;
}
.rating.theme-kununu .star-container .star i {
  font-size: 11px;
  color: #fff;
  text-align: center;
}
.rating.theme-google-places .label-value {
  color: #e7711b;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 15px;
}
.rating.theme-google-places .star-container {
  width: 65px;
  margin-left: 2px;
}
.rating.theme-google-places .star-container .star i {
  font-size: 17px;
  color: #e7711b !important;
}
.rating.theme-google-places .star-container .star i.star-empty {
  opacity: 1 !important;
  color: #e1e1e1 !important;
}
.rating.theme-google-places .star-container .star i.star-empty:before {
  content: "\2605";
}
.rating.theme-google-places .star-container .star i.star-half {
  width: 7px;
  overflow: hidden;
}
.rating.theme-google-places .star-container .star i.star-half:before {
  content: "\2605";
}
.rating.theme-google-places .star-container .star i.star-filled:before {
  content: "\2605";
}
.rating.theme-rolling-stars .star-container .star {
  transition: transform 1s;
  transform: rotate(0deg);
}
.rating.theme-rolling-stars.value-1 .star-container .star:nth-child(-n+1) {
  transition: transform 1s;
  transform: rotate(360deg);
}
.rating.theme-rolling-stars.value-2 .star-container .star:nth-child(-n+2) {
  transition: transform 1s;
  transform: rotate(360deg);
}
.rating.theme-rolling-stars.value-3 .star-container .star:nth-child(-n+3) {
  transition: transform 1s;
  transform: rotate(360deg);
}
.rating.theme-rolling-stars.value-4 .star-container .star:nth-child(-n+4) {
  transition: transform 1s;
  transform: rotate(360deg);
}
.rating.theme-rolling-stars.value-5 .star-container .star:nth-child(-n+5) {
  transition: transform 1s;
  transform: rotate(360deg);
}
.rating.theme-rolling-stars.value-6 .star-container .star:nth-child(-n+6) {
  transition: transform 1s;
  transform: rotate(360deg);
}
.rating.theme-rolling-stars.value-0.half .star:nth-child(1),
.rating.value-0.half .rating.theme-rolling-stars.value-0.star:nth-child(1) .star:nth-child(1) {
  transition: transform 1s;
  transform: rotate(360deg);
}
.rating.theme-rolling-stars.value-1.half .star-container .star:nth-child(2),
.rating.value-0.half .rating.theme-rolling-stars.value-1.star:nth-child(1) .star-container .star:nth-child(2) {
  transition: transform 1s;
  transform: rotate(360deg);
}
.rating.theme-rolling-stars.value-2.half .star-container .star:nth-child(3),
.rating.value-0.half .rating.theme-rolling-stars.value-2.star:nth-child(1) .star-container .star:nth-child(3) {
  transition: transform 1s;
  transform: rotate(360deg);
}
.rating.theme-rolling-stars.value-3.half .star-container .star:nth-child(4),
.rating.value-0.half .rating.theme-rolling-stars.value-3.star:nth-child(1) .star-container .star:nth-child(4) {
  transition: transform 1s;
  transform: rotate(360deg);
}
.rating.theme-rolling-stars.value-4.half .star-container .star:nth-child(5),
.rating.value-0.half .rating.theme-rolling-stars.value-4.star:nth-child(1) .star-container .star:nth-child(5) {
  transition: transform 1s;
  transform: rotate(360deg);
}
.rating.theme-rolling-stars.value-5.half .star-container .star:nth-child(6),
.rating.value-0.half .rating.theme-rolling-stars.value-5.star:nth-child(1) .star-container .star:nth-child(6) {
  transition: transform 1s;
  transform: rotate(360deg);
}
.svg-icon-button {
  background-color: unset !important;
  outline: none;
  border: none;
  padding: 4px 8px;
}
.svg-icon-button:hover {
  background: #eeeeee !important;
  border-radius: 4px;
}
.svg-icon-button:hover svg path {
  fill: #000 !important;
}
.svg-icon-pending path {
  fill: #dd9800;
}
.mt-minus-2 {
  margin-top: -3px;
}
.svg-icon-purple path {
  fill: #45197c;
}
.svg-icon-white path {
  fill: #fff !important;
}
.svg-icon-red path {
  fill: #ff0000 !important;
}
:root {
  --color-primary: #45197C;
  --color-primary-light: #6B3FA0;
  --color-primary-lighter: #9969CC;
  --color-primary-lightest: #F0E8FF;
  --color-success: #7ED321;
  --color-warning: #FFA500;
  --color-error: #FF6B6B;
  --color-info: #90E0EF;
  --color-bg-primary: #FFFFFF;
  --color-bg-secondary: #F9FAFB;
  --color-bg-tertiary: #F3F4F6;
  --color-text-primary: #1F2937;
  --color-text-secondary: #6B7280;
  --color-text-tertiary: #9CA3AF;
  --color-border-light: #E5E7EB;
  --color-border-medium: #D1D5DB;
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-hover: 0 12px 24px rgba(0, 0, 0, 0.15);
  --shadow-active: 0 8px 16px rgba(0, 0, 0, 0.1);
  --duration-fast: 150ms;
  --duration-base: 200ms;
  --duration-slow: 300ms;
  --ease-out: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-bg-primary: #111827;
    --color-bg-secondary: #1F2937;
    --color-bg-tertiary: #374151;
    --color-text-primary: #F3F4F6;
    --color-text-secondary: #D1D5DB;
    --color-text-tertiary: #9CA3AF;
    --color-border-light: #374151;
    --color-border-medium: #4B5563;
    --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.4), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.5), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.5), 0 4px 6px -2px rgba(0, 0, 0, 0.3);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.5), 0 10px 10px -5px rgba(0, 0, 0, 0.3);
  }
}
:root {
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
}
:root {
  --font-family-base:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  --font-family-mono:
    "SF Mono",
    Monaco,
    "Cascadia Code",
    "Roboto Mono",
    Consolas,
    "Courier New",
    monospace;
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-base: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 20px;
  --font-size-2xl: 24px;
  --font-size-3xl: 32px;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --line-height-tight: 1.25;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.75;
}
:root {
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-full: 9999px;
}
:root {
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-offcanvas: 1040;
  --z-modal-backdrop: 1050;
  --z-modal: 1060;
  --z-popover: 1070;
  --z-tooltip: 1080;
}
.card-modern {
  background: var(--color-bg-primary);
  border-radius: var(--radius-lg);
  border: none;
  box-shadow: var(--shadow-sm);
  padding: var(--space-lg);
  transition:
    box-shadow var(--duration-base) var(--ease-out),
    transform var(--duration-base) var(--ease-out),
    border-color var(--duration-base) var(--ease-out);
}
.card-modern:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.card-modern:active {
  box-shadow: var(--shadow-sm);
  transform: translateY(0);
}
.btn-modern {
  font-family: var(--font-family-base);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-medium);
  padding: var(--space-sm) var(--space-md);
  border-radius: var(--radius-md);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all var(--duration-base) var(--ease-out);
  outline: none;
}
.btn-modern:hover:not(:disabled) {
  transform: translateY(-2px);
}
.btn-modern:active:not(:disabled) {
  transform: translateY(0);
}
.btn-modern:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-modern:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.btn-modern.btn-primary {
  background: var(--color-primary);
  color: white;
}
.btn-modern.btn-primary:hover:not(:disabled) {
  background: var(--color-primary-light);
}
.btn-modern.btn-secondary {
  background: var(--color-bg-secondary);
  color: var(--color-text-primary);
  border-color: var(--color-border-light);
}
.btn-modern.btn-secondary:hover:not(:disabled) {
  background: var(--color-bg-tertiary);
  border-color: var(--color-border-medium);
}
.btn-modern.btn-ghost {
  background: transparent;
  color: var(--color-primary);
}
.btn-modern.btn-ghost:hover:not(:disabled) {
  background: var(--color-primary-lightest);
}
.input-modern {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  padding: var(--space-sm) var(--space-md);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-md);
  background: var(--color-bg-primary);
  color: var(--color-text-primary);
  transition: all var(--duration-base) var(--ease-out);
}
.input-modern:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px var(--color-primary-lightest);
}
.input-modern:hover:not(:focus) {
  border-color: var(--color-border-medium);
}
.badge-modern {
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
  padding: var(--space-xs) var(--space-sm);
  border-radius: var(--radius-full);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-medium);
  background: var(--color-primary-lightest);
  color: var(--color-primary);
  border: none;
}
.badge-modern.badge-success {
  background: rgba(126, 211, 33, 0.1);
  color: var(--color-success);
}
.badge-modern.badge-warning {
  background: rgba(255, 165, 0, 0.1);
  color: var(--color-warning);
}
.badge-modern.badge-error {
  background: rgba(255, 107, 107, 0.1);
  color: var(--color-error);
}
.divider-modern {
  height: 1px;
  background: var(--color-border-light);
  margin: var(--space-md) 0;
}
.transition-smooth {
  transition: all var(--duration-base) var(--ease-out);
}
.transition-fast {
  transition: all var(--duration-fast) var(--ease-out);
}
.transition-slow {
  transition: all var(--duration-slow) var(--ease-out);
}
.shadow-hover {
  transition: box-shadow var(--duration-base) var(--ease-out);
}
.shadow-hover:hover {
  box-shadow: var(--shadow-hover);
}
.space-generous {
  margin: var(--space-lg) 0;
  padding: var(--space-lg);
  gap: var(--space-lg);
}
.focus-ring {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.skeleton {
  background:
    linear-gradient(
      90deg,
      var(--color-bg-secondary) 25%,
      var(--color-bg-tertiary) 50%,
      var(--color-bg-secondary) 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: var(--radius-md);
}
@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--space-3xl);
  text-align: center;
  color: var(--color-text-secondary);
}
.empty-state svg {
  width: 96px;
  height: 96px;
  margin-bottom: var(--space-lg);
  opacity: 0.6;
}
.empty-state h3 {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
  color: var(--color-text-primary);
  margin: 0 0 var(--space-sm) 0;
}
.empty-state p {
  margin: 0;
  font-size: var(--font-size-sm);
}
.responsive-h1,
h1.responsive {
  font-size: clamp(20px, 5vw, 32px);
  line-height: 1.3;
}
.responsive-h2,
h2.responsive {
  font-size: clamp(18px, 4vw, 24px);
  line-height: 1.35;
}
.responsive-h3,
h3.responsive {
  font-size: clamp(16px, 3.5vw, 20px);
  line-height: 1.4;
}
.responsive-body,
p.responsive {
  font-size: clamp(14px, 3.5vw, 16px);
  line-height: 1.6;
}
.responsive-small {
  font-size: clamp(12px, 3vw, 14px);
  line-height: 1.5;
}
.responsive-container {
  width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
@media (min-width: 480px) {
  .responsive-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .responsive-container {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 90%;
  }
}
@media (min-width: 1024px) {
  .responsive-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 85%;
  }
}
.tap-target {
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .btn-mobile-full {
    width: 100%;
    display: block;
  }
  a:not(.no-tap-expand),
  button:not(.no-tap-expand),
  [role=button]:not(.no-tap-expand),
  .clickable:not(.no-tap-expand) {
    min-height: 44px;
  }
}
.no-overflow {
  overflow-x: hidden;
  max-width: 100%;
}
.full-width-safe {
  width: 100%;
  max-width: 100%;
}
.full-viewport-safe {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}
.responsive-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .responsive-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .responsive-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.responsive-grid-2 {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .responsive-grid-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.flex-col-mobile {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .flex-col-mobile {
    flex-direction: row;
    gap: 24px;
  }
}
.flex-wrap-responsive {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.section-spacing {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .section-spacing {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.img-responsive {
  width: 100%;
  height: auto;
  display: block;
}
.aspect-ratio-16-9 {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.aspect-ratio-16-9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aspect-ratio-4-3 {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.aspect-ratio-4-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aspect-ratio-1-1 {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.aspect-ratio-1-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.show-mobile-only {
  display: none !important;
}
@media (max-width: 767px) {
  .show-mobile-only {
    display: block !important;
  }
}
.show-mobile-flex {
  display: none !important;
}
@media (max-width: 767px) {
  .show-mobile-flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
.show-tablet-up {
  display: none !important;
}
@media (min-width: 768px) {
  .show-tablet-up {
    display: block !important;
  }
}
.show-desktop-only {
  display: none !important;
}
@media (min-width: 1024px) {
  .show-desktop-only {
    display: block !important;
  }
}
:focus-visible {
  outline: 2px solid #45197c;
  outline-offset: 2px;
}
:focus:not(:focus-visible) {
  outline: none;
}
@media (max-width: 767px) {
  .text-truncate-mobile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .line-clamp-mobile-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .line-clamp-mobile-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.safe-area-bottom {
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.safe-area-top {
  padding-top: env(safe-area-inset-top, 0);
}
.safe-area-padded {
  padding-left: env(safe-area-inset-left, 0);
  padding-right: env(safe-area-inset-right, 0);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  overflow-x: clip;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: auto;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family:
    "Source Sans Pro",
    "Source Sans Pro Fallback",
    sans-serif !important;
  height: 100%;
  overflow-x: clip;
  max-width: 100%;
  font-size: clamp(14px, 3.5vw, 16px);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img,
video,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}
img[width][height] {
  aspect-ratio: attr(width)/attr(height);
}
svg-icon {
  display: inline-flex;
  align-items: center;
}
svg-icon svg {
  max-width: 100%;
  height: auto;
}
.container,
.container-fluid {
  max-width: 100%;
  overflow-x: hidden;
}
.modal-backdrop {
  display: none !important;
}
::selection {
  background-color: #45197C;
  color: white;
}
.form-error {
  margin-top: 5px;
  color: #ff0000;
}
.gap-6 {
  gap: 24px;
}
.w-70 {
  width: 70%;
}
.w-30 {
  width: 30%;
}
.border-red {
  border: 1px solid #ff0000;
}
.forward-arrow {
  transform: rotate(180deg);
}
.heading-label {
  font-size: 1.25rem;
  font-weight: 600;
}
.sub-heading-label {
  font-size: 15px;
  font-weight: 600;
}
.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
button {
  cursor: pointer;
  outline: none;
}
.w-fit {
  width: fit-content;
}
.pl-9 {
  padding-left: 2rem;
}
.cursor-pointer {
  cursor: pointer;
}
.border-faded {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.subheader-label {
  font-size: 16px;
  font-weight: 600;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.text-12 {
  font-size: 12px;
}
.text-14 {
  font-size: 14px;
  line-height: normal;
}
.text-18 {
  font-size: 14px;
  line-height: 18px;
}
.font-400 {
  font-weight: 400;
}
.font-500 {
  font-weight: 500;
}
.font-600 {
  font-weight: 600 !important;
}
.text-24 {
  font-size: 20px;
  line-height: 24px;
}
.p-24 {
  padding: 24px;
}
.p-32 {
  padding: 32px;
}
.white-button,
.gray-button {
  padding: 8px 24px;
  border-radius: 5px;
}
.gray-button {
  border: 1px solid rgba(69, 25, 124, 0.3);
  background: #45197c;
  font-weight: 600;
  color: #fff;
}
.white-button {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #fff;
}
.violet-button {
  background: #45197c;
  color: #fff;
  padding: 16px;
  border-radius: 5px;
  border: none;
}
.required-hint {
  color: red;
}
.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.border-style {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.border-bottom-style {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.rounded-5px {
  border-radius: 5px;
}
.text-green {
  color: #008000;
}
.text-red {
  color: #ff0000;
}
.text-32 {
  font-size: 1.75rem;
  line-height: 2rem;
}
.text-16 {
  font-size: 1rem;
}
.text-blue-violet {
  color: #45197c;
}
.owlCarousal .owl-carousel .owl-stage-outer {
  overflow: hidden !important;
}
.custom-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
.custom-checkbox:checked::before {
  content: url("./media/checkmark.svg");
  display: block;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
}
.custom-checkbox:checked {
  background-color: #45197c !important;
}
.custom-checkbox.black:checked {
  background-color: #000 !important;
}
.custom-checkbox.green:checked {
  background-color: #008000 !important;
}
.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}
.outline-none {
  outline: none;
}
.border-top-style {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.border-left-style {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.gap-40 {
  gap: 40px;
}
.w-33 {
  width: 33%;
}
.w-15 {
  width: 15%;
}
.m-72 {
  margin: 72px;
}
.mt-144 {
  margin-top: 144px;
}
.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.bg-bright-gray {
  background: #eeeeee;
}
.bg-gray {
  background: #676767 !important;
}
.text-white {
  color: #fff !important;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: rgba(0, 0, 0, 0.3) !important;
  box-shadow: none !important;
}
:root .ng-select .ng-arrow {
  display: none !important;
}
:root .ng-select .ng-arrow-wrapper {
  height: 20px;
  width: 20px;
  background-image: url("./media/downarrow.svg") !important;
  background-repeat: no-repeat;
  margin-top: 12px;
}
:root .ng-select-opened .ng-arrow-wrapper {
  transform: rotate(180deg) !important;
  margin-bottom: 12px !important;
  margin-top: 0px !important;
  margin-right: 8px;
}
:root .ng-select {
  font-size: 14px;
}
:root .ng-select .ng-placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
}
@media screen and (max-width: 767px) {
  :root .ng-select {
    font-size: 16px;
  }
}
:root .ng-dropdown-panel-items {
  font-size: 14px;
}
:root .ng-dropdown-panel-items .ng-option {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.p-12 {
  padding: 12px;
}
.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.z-1001 {
  z-index: 1001;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0 !important;
}
.bottom-100 {
  bottom: 300px !important;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.error-hint {
  color: #ff0000;
  font-size: 14px !important;
}
.h-48 {
  height: 48px;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #45197c !important;
}
.mdc-list-item--selected .mdc-list-item__primary-text {
  color: #45197c !important;
}
.w-10 {
  width: 10%;
  min-width: 115px !important;
}
.mr-24 {
  margin-right: 24px;
}
.w-80 {
  width: 80%;
}
.visibility-hidden {
  visibility: hidden !important;
}
.tippy-content {
  background: #fff !important;
  padding: 0;
  color: #000 !important;
}
.border-bottom-white {
  border-bottom: 1px solid #fff;
}
.img-fit-contain {
  object-fit: contain;
}
.italic {
  font-style: italic !important;
}
@media screen and (max-width: 767px) {
  .sm-flex-col {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .w-70,
  .w-80 {
    width: 100% !important;
  }
  .w-30 {
    width: 100% !important;
  }
  .w-33 {
    width: 100% !important;
  }
  .gap-6 {
    gap: 16px;
  }
  .gap-40 {
    gap: 20px;
  }
  .m-72 {
    margin: 16px;
  }
  .mt-144 {
    margin-top: 0;
  }
  .p-24 {
    padding: 16px;
  }
  .p-32 {
    padding: 16px;
  }
  .px-24 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .py-24 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .mr-24 {
    margin-right: 12px;
  }
  .pl-9 {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .mat-mdc-dialog-container {
    max-width: 95vw !important;
    margin: 0 auto;
  }
}
.loader-container {
  width: 100% !important;
  max-width: 100vw;
}
.search-bottom-sheet {
  min-height: 92vh !important;
  height: 92vh;
  padding: 0 !important;
  border-radius: 20px 20px 0 0 !important;
  overflow: hidden !important;
  box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.12) !important;
}
.search-bottom-sheet .mat-bottom-sheet-container {
  max-height: 100vh !important;
  padding: 0 !important;
  border-radius: 20px 20px 0 0 !important;
  overflow: hidden;
}
.enq-sheet-panel .mat-bottom-sheet-container {
  padding: 0 !important;
  border-radius: 18px 18px 0 0 !important;
  overflow: hidden !important;
  max-height: 85vh !important;
  box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.12) !important;
}
.h-72 {
  height: 72px;
}
.red-text {
  color: #ff0000;
}
.pending-text {
  color: #dd9800;
}
.border-bottom-pending {
  border-bottom: 1px solid rgba(221, 152, 0, 0.3);
}
.border-bottom-cancelled {
  border-bottom: 1px solid rgba(255, 0, 0, 0.3);
}
.border-bottom-completed {
  border-bottom: 1px solid rgba(0, 128, 0, 0.3);
}
.line-clamp-1 {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.bg-purple {
  background-color: #45197c;
}
.pt-6 {
  padding-top: 1.5rem !important;
}
.breadcrumb {
  background: #fff;
}
.breadcrumb a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.breadcrumb a:hover {
  cursor: pointer;
  color: inherit !important;
  text-decoration: none !important;
}
.breadcrumb span {
  color: #45197c;
}
.toast-top-right {
  position: fixed !important;
  right: 0;
  bottom: 0;
}
.ngx-overlay-wrapper .ngx-ui-loader-spinner {
  display: none !important;
}
.custom-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.custom-loader img {
  width: 100px;
  height: auto;
}
.home-section {
  display: block;
  opacity: 1;
}
.home-section--below-fold {
  animation: fadeInUp 0.5s ease-out both;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.yespost .mdc-dialog__surface,
.yespost .mat-mdc-dialog-surface {
  border-radius: 16px !important;
  overflow: hidden;
}
.yespost .mat-mdc-dialog-container .mdc-dialog__surface {
  padding: 0 !important;
}

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