@charset "UTF-8";

/* projects/stemexe-app/src/app/theme/styles/styles.scss */
.tw-fixed {
  position: fixed;
}
.tw-relative {
  position: relative;
}
.tw-sticky {
  position: sticky;
}
.tw-inset-0 {
  inset: 0px;
}
.tw-right-1 {
  right: 0.25rem;
}
.tw-top-0 {
  top: 0px;
}
.tw-z-10 {
  z-index: 10;
}
.tw-m-10 {
  margin: 2.5rem;
}
.tw-m-6 {
  margin: 1.5rem;
}
.tw-mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.tw-mx-\[10px\] {
  margin-left: 10px;
  margin-right: 10px;
}
.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tw-my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.tw-mb-0 {
  margin-bottom: 0px;
}
.tw-mb-4 {
  margin-bottom: 1rem;
}
.tw-mb-8 {
  margin-bottom: 2rem;
}
.tw-ml-1 {
  margin-left: 0.25rem;
}
.tw-ml-2 {
  margin-left: 0.5rem;
}
.tw-ml-3 {
  margin-left: 0.75rem;
}
.tw-ml-4 {
  margin-left: 1rem;
}
.tw-mr-1 {
  margin-right: 0.25rem;
}
.tw-mr-2 {
  margin-right: 0.5rem;
}
.tw-mt-1\.5 {
  margin-top: 0.375rem;
}
.tw-mt-2 {
  margin-top: 0.5rem;
}
.tw-mt-3 {
  margin-top: 0.75rem;
}
.tw-mt-4 {
  margin-top: 1rem;
}
.tw-mt-5 {
  margin-top: 1.25rem;
}
.tw-mt-px {
  margin-top: 1px;
}
.\!tw-flex {
  display: flex !important;
}
.tw-flex {
  display: flex;
}
.tw-grid {
  display: grid;
}
.tw-hidden {
  display: none;
}
.tw-h-10 {
  height: 2.5rem;
}
.tw-h-12 {
  height: 3rem;
}
.tw-h-20 {
  height: 5rem;
}
.tw-h-24 {
  height: 6rem;
}
.tw-h-6 {
  height: 1.5rem;
}
.tw-h-60 {
  height: 15rem;
}
.tw-h-\[100\%\] {
  height: 100%;
}
.tw-h-\[120px\] {
  height: 120px;
}
.tw-h-\[160px\] {
  height: 160px;
}
.tw-h-\[172px\] {
  height: 172px;
}
.tw-h-\[180px\] {
  height: 180px;
}
.tw-h-\[200px\] {
  height: 200px;
}
.tw-h-\[20px\] {
  height: 20px;
}
.tw-h-\[260px\] {
  height: 260px;
}
.tw-h-\[30px\] {
  height: 30px;
}
.tw-h-\[350px\] {
  height: 350px;
}
.tw-h-\[76px\] {
  height: 76px;
}
.tw-h-\[98px\] {
  height: 98px;
}
.tw-h-\[auto\] {
  height: auto;
}
.tw-h-full {
  height: 100%;
}
.tw-max-h-\[50px\] {
  max-height: 50px;
}
.tw-w-1\/2 {
  width: 50%;
}
.tw-w-1\/3 {
  width: 33.333333%;
}
.tw-w-1\/5 {
  width: 20%;
}
.tw-w-11\/12 {
  width: 91.666667%;
}
.tw-w-3 {
  width: 0.75rem;
}
.tw-w-6 {
  width: 1.5rem;
}
.tw-w-6\/12 {
  width: 50%;
}
.tw-w-72 {
  width: 18rem;
}
.tw-w-80 {
  width: 20rem;
}
.tw-w-\[140px\] {
  width: 140px;
}
.tw-w-\[20px\] {
  width: 20px;
}
.tw-w-\[30px\] {
  width: 30px;
}
.tw-w-\[345px\] {
  width: 345px;
}
.tw-w-\[85px\] {
  width: 85px;
}
.tw-w-auto {
  width: auto;
}
.tw-w-full {
  width: 100%;
}
.tw-max-w-\[150px\] {
  max-width: 150px;
}
.tw-max-w-\[204px\] {
  max-width: 204px;
}
.tw-max-w-full {
  max-width: 100%;
}
.tw-flex-1 {
  flex: 1 1 0%;
}
.tw-flex-none {
  flex: none;
}
.tw-shrink-0 {
  flex-shrink: 0;
}
.tw-flex-grow {
  flex-grow: 1;
}
.tw-grow {
  flex-grow: 1;
}
.tw-basis-1\/12 {
  flex-basis: 8.333333%;
}
.tw-basis-11\/12 {
  flex-basis: 91.666667%;
}
.tw-basis-full {
  flex-basis: 100%;
}
.tw-cursor-pointer {
  cursor: pointer;
}
.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tw-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tw-flex-row {
  flex-direction: row;
}
.tw-flex-col {
  flex-direction: column;
}
.tw-flex-wrap {
  flex-wrap: wrap;
}
.tw-items-start {
  align-items: flex-start;
}
.tw-items-end {
  align-items: flex-end;
}
.tw-items-center {
  align-items: center;
}
.tw-justify-start {
  justify-content: flex-start;
}
.tw-justify-end {
  justify-content: flex-end;
}
.tw-justify-center {
  justify-content: center;
}
.tw-justify-between {
  justify-content: space-between;
}
.tw-gap-0 {
  gap: 0px;
}
.tw-gap-0\.5 {
  gap: 0.125rem;
}
.tw-gap-1 {
  gap: 0.25rem;
}
.tw-gap-2 {
  gap: 0.5rem;
}
.tw-gap-3 {
  gap: 0.75rem;
}
.tw-gap-4 {
  gap: 1rem;
}
.tw-gap-5 {
  gap: 1.25rem;
}
.tw-gap-6 {
  gap: 1.5rem;
}
.tw-gap-8 {
  gap: 2rem;
}
.tw-gap-y-2 {
  row-gap: 0.5rem;
}
.tw-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-overflow-hidden {
  overflow: hidden;
}
.tw-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tw-rounded-lg {
  border-radius: 0.5rem;
}
.tw-rounded-md {
  border-radius: 0.375rem;
}
.tw-rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.tw-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.tw-bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.tw-bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tw-object-cover {
  object-fit: cover;
}
.tw-p-6 {
  padding: 1.5rem;
}
.tw-px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tw-px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.tw-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.tw-py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tw-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.tw-pb-\[3px\] {
  padding-bottom: 3px;
}
.tw-pl-4 {
  padding-left: 1rem;
}
.tw-pr-4 {
  padding-right: 1rem;
}
.tw-pt-2 {
  padding-top: 0.5rem;
}
.tw-pt-8 {
  padding-top: 2rem;
}
.tw-pt-\[2px\] {
  padding-top: 2px;
}
.tw-text-center {
  text-align: center;
}
.tw-text-end {
  text-align: end;
}
.tw-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.tw-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tw-font-bold {
  font-weight: 700;
}
.tw-font-normal {
  font-weight: 400;
}
.tw-text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.tw-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.tw-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.tw-text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.tw-text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.tw-text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.mat-icon {
  color: #86878b;
}
.primary .mat-icon {
  color: #fff;
}
.mat-mdc-form-field {
  height: 40px !important;
}
.mat-mdc-form-field.custom .mat-mdc-text-field-wrapper {
  height: 50px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 5px;
}
.mat-mdc-form-field.custom.mat-focused .mat-mdc-text-field-wrapper {
  border-color: var(--primary-color);
}
.mat-mdc-form-field.custom .mat-form-field-underline {
  display: none;
}
.mat-mdc-form-field.custom .mat-form-field-label-wrapper {
  overflow: visible;
}
.mat-mdc-form-field.custom .mat-form-field-label {
  top: 1em;
  display: inline-block !important;
  width: auto !important;
  padding: 0 5px;
  left: -5px;
  background-color: #ffffff;
  font-size: 1rem;
  color: #94959c;
}
.mat-mdc-form-field.custom.mat-form-field-should-float .mat-form-field-label {
  -webkit-transform: translateY(-1.45em) scale(0.75) perspective(100px) translateZ(0.001px) !important;
  transform: translateY(-1.45em) scale(0.75) perspective(100px) translateZ(0.001px) !important;
  -ms-transform: translateY(-1.45em) scale(0.75) !important;
}
.mat-mdc-form-field.custom input {
  font-size: 1rem;
  color: #101828;
  font-weight: bold;
}
.mat-mdc-form-field.custom .mat-mdc-form-field-subscript-wrapper {
  margin-top: 2em;
}
.mat-mdc-form-field.custom .mat-mdc-form-field-infix {
  position: relative;
  line-height: 1.4em;
}
.mat-mdc-form-field.custom .mat-mdc-form-field-infix .trigger {
  position: absolute;
  right: 15px;
}
.mat-mdc-form-field.custom .mat-form-field-suffix {
  color: #aaadb8;
}
.mat-mdc-form-field.custom .mat-form-field-suffix mat-pass-toggle-visibility {
  font-size: 1.25rem;
  position: relative;
  top: 3px;
  right: 6px;
}
.mat-mdc-form-field.custom .mat-form-field-suffix mat-pass-toggle-visibility .mat-icon {
  font-size: 1.5rem !important;
  position: relative;
  top: 2px;
}
.mat-mdc-form-field.custom.with-prefix .mat-mdc-form-field-infix {
  padding-left: 60px;
}
.mat-mdc-form-field.custom .mat-mdc-select {
  height: 100%;
}
.mat-mdc-form-field.custom .mat-mdc-select .mat-mdc-select-value {
  font-size: 1rem;
  color: #101828;
  font-weight: bold;
}
.mat-mdc-form-field.custom .mat-mdc-select .mat-mdc-select-arrow {
  color: #101828;
  opacity: 0;
}
.mat-mdc-form-field.no-border-h40 .mat-mdc-text-field-wrapper {
  height: 40px;
  padding-top: 2px;
  padding-bottom: 0;
  border-radius: 4px;
  background-color: white;
}
.mat-mdc-form-field.no-border-h40 .mat-mdc-form-field-flex {
  height: 40px;
  border-radius: 4px;
  padding-top: 0;
}
.mat-mdc-form-field.no-border-h40 .mat-mdc-form-field-flex .mdc-notched-outline__leading {
  border: none;
}
.mat-mdc-form-field.no-border-h40 .mat-mdc-form-field-flex .mdc-notched-outline__trailing {
  border: none;
}
.mat-mdc-form-field.no-border-h40 .mat-form-field-underline {
  display: none;
}
.mat-mdc-form-field.no-border-h40 .mdc-text-field__input {
  font-size: 1rem !important;
  font-family: Lato, serif !important;
  font-weight: 700 !important;
  color: #101828 !important;
}
.mat-mdc-form-field.no-border-h40 .mat-mdc-form-field-infix {
  padding-top: 4px;
  padding-bottom: 4px;
}
.mat-mdc-form-field.no-border-h40 .mat-mdc-select-placeholder {
  font-weight: bold;
  color: #aaadb8;
}
.mat-mdc-form-field.no-border-h40 ::placeholder {
  font-weight: bold;
  color: #aaadb8;
  font-size: 0.875rem;
}
.mat-mdc-form-field.no-border-h40 ::placeholder::before {
  display: inline-block;
}
.mat-form-field-appearance-outline.custom-outline .mat-form-field-outline-thick {
  color: var(--primary-color);
  border-width: 1px;
}
.mat-form-field-appearance-outline.custom-outline .mat-form-field-outline-thick .mat-form-field-outline-start,
.mat-form-field-appearance-outline.custom-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-form-field-appearance-outline.custom-outline .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-width: 1px !important;
}
.mat-form-field-appearance-outline.custom-error-outline .mat-form-field-outline-thick {
  opacity: 1;
  color: #e21b24;
  border-width: 1px;
}
.mat-form-field-appearance-outline.custom-error-outline .mat-form-field-outline-thick .mat-form-field-outline-start,
.mat-form-field-appearance-outline.custom-error-outline .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-form-field-appearance-outline.custom-error-outline .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-width: 1px !important;
}
.mat-form-field-appearance-outline.custom-error-outline .mat-form-field-label {
  color: #e21b24;
}
.mat-form-field-appearance-outline.custom-error-outline .mat-form-field-label span {
  color: #e21b24;
}
.mat-form-field-appearance-outline.custom-error-outline .mat-hint {
  color: #e21b24;
}
.mat-mdc-select-panel:not([class*=mat-elevation-z]) {
  border-radius: 4px;
  background: white;
  box-shadow: 0 10px 20px 0 rgba(198, 201, 210, 0.25);
}
.custom-options-list-multiple {
  position: absolute;
  left: 24px;
  right: 0;
}
.custom-options-list-multiple mat-option {
  border-bottom: 1px solid #eee;
}
.custom-options-list-multiple mat-option mat-pseudo-checkbox {
  border: 1px solid #cdd0d8;
  width: 20px;
  height: 20px;
}
.custom-options-list-multiple mat-option .mat-pseudo-checkbox-checked::after {
  left: 2px;
  width: 12px;
  height: 6px;
}
.custom-options-list {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 35px;
  margin-bottom: 30px;
}
.select .no-border-h40 .mat-mdc-text-field-wrapper {
  padding-top: 0;
}
.select .no-border-h40 .mat-mdc-form-field-infix {
  padding: 4px 4px 4px 4px;
}
.select .no-border-h40 .mat-mdc-select-trigger {
  margin-top: -2px;
}
.select .no-border-h40 .mat-mdc-select-placeholder {
  font-size: 0.875rem;
  font-weight: bold;
  color: #aaadb8;
  line-height: 20px;
}
.select .no-border-h40 ::placeholder {
  font-size: 0.875rem;
  font-weight: bold;
  color: #aaadb8;
}
.select .no-border-h40 ::placeholder::before {
  display: inline-block;
}
.select .mat-mdc-select-arrow-wrapper {
  background-image: url(/assets/images/icons/arrow-down.svg);
  background-position: center;
}
.select .mat-mdc-select-arrow {
  border-top: 0;
  opacity: 0;
}
@media only screen and (max-width: 576px) {
  .custom-options-list-multiple {
    min-width: calc(100vw - 16px) !important;
    position: absolute;
    left: 0;
  }
}
.mat-mdc-form-field-subscript-wrapper {
  display: none;
}
::ng-deep body.rtl span.material-icons.vis-hide.ng-star-inserted {
  position: absolute;
}
::ng-deep body.rtl mat-error {
  text-align: right;
}
::ng-deep body.rtl mat-expansion-panel-header mat-panel-title {
  line-height: 18px;
}
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
  visibility: hidden;
  position: absolute;
  height: 48px;
  bottom: calc(50% - 24px);
  z-index: 100;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  color: #9A9B9F;
  cursor: pointer;
  font-family: "Material Icons";
  font-size: 24px;
}
.owl-theme .owl-nav .owl-next.disabled,
.owl-theme .owl-nav .owl-prev.disabled {
  pointer-events: all;
}
.owl-theme .owl-nav .owl-next {
  right: 8px;
}
body.rtl .owl-theme .owl-nav .owl-next {
  right: unset !important;
  left: 8px;
  transform: rotate(180deg);
}
.owl-theme .owl-nav .owl-prev {
  left: 8px;
}
body.rtl .owl-theme .owl-nav .owl-prev {
  left: unset !important;
  right: 8px;
  transform: rotate(180deg);
}
owl-carousel-o:hover.wrapper .owl-next,
owl-carousel-o:hover.wrapper .owl-prev {
  visibility: visible;
  box-shadow: 0 0px 32px rgba(0, 0, 0, 0.35);
}
owl-carousel-o.wrapper:not(.full-width) .owl-stage {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
owl-carousel-o.wrapper:not(.full-width) .owl-stage .owl-item {
  width: 360px;
}
body .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  padding: 4px;
  margin: 4px;
  border: 2px solid var(--primary-color);
  background-color: white;
}
body .owl-theme .owl-dots .owl-dot span {
  padding: 4px;
  margin: 4px;
  border: 2px solid transparent;
  background-color: #EAECF0;
}
.xcdr-default-dialog {
  max-width: 90vw !important;
}
.xcdr-default-dialog .mat-mdc-dialog-container {
  padding: 0;
}
.xcdr-default-dialog .mat-mdc-dialog-container .xcdrs-dialog {
  position: relative;
  line-height: 24px;
}
.xcdr-default-dialog .mat-mdc-dialog-container .xcdrs-dialog .close-btn {
  z-index: 99;
  position: absolute;
  color: #aaadb8;
  right: 0px;
  width: 40px;
  height: 40px;
  top: 5px;
}
body.rtl .xcdr-default-dialog .mat-mdc-dialog-container .xcdrs-dialog .close-btn {
  right: unset !important;
  left: 12px !important;
}
.xcdr-default-dialog .mat-mdc-dialog-container .xcdrs-dialog .close-btn .mat-icon {
  font-size: 24px;
}
.xcdr-default-dialog .mat-mdc-dialog-container .xcdrs-dialog .mdc-button__ripple {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-left: 13px;
  margin-top: 5px;
}
.xcdr-default-dialog .mat-mdc-dialog-container .xcdrs-dialog .mat-mat-mdc-dialog-title,
.xcdr-default-dialog .mat-mdc-dialog-container .xcdrs-dialog .mdc-dialog__title::before {
  content: unset;
}
.xcdr-default-dialog .mat-mdc-dialog-container .xcdrs-dialog .mat-mat-mdc-dialog-title,
.xcdr-default-dialog .mat-mdc-dialog-container .xcdrs-dialog .mdc-dialog__title {
  position: relative !important;
  text-align: center !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  line-height: 1.33 !important;
  color: #101828 !important;
}
.xcdr-default-dialog .mat-mdc-dialog-container .xcdrs-dialog .mat-mdc-dialog-content {
  padding: 0 96px;
  margin: 0 0 24px 0;
}
@media only screen and (max-width: 600px) {
  .xcdr-default-dialog .mat-mdc-dialog-container .xcdrs-dialog .mat-mdc-dialog-content {
    padding: 0 24px;
  }
}
.xcdr-default-dialog .mat-mdc-dialog-container .xcdrs-dialog .mat-mdc-dialog-content {
  padding: 0 96px;
  margin: 0 0 24px 0;
}
@media only screen and (max-width: 600px) {
  .xcdr-default-dialog .mat-mdc-dialog-container .xcdrs-dialog .mat-mdc-dialog-content {
    padding: 0 24px;
  }
}
.xcdr-default-dialog .mat-mdc-dialog-container .xcdrs-dialog .clear-filter-btn-container {
  padding: 4px 80px;
}
@media only screen and (max-width: 600px) {
  .xcdr-default-dialog .mat-mdc-dialog-container .xcdrs-dialog .clear-filter-btn-container {
    padding: 4px 12px;
  }
}
.xcdr-default-dialog .mat-mdc-dialog-container .xcdrs-dialog .mat-mdc-dialog-actions {
  padding: 0 96px;
  margin: 0 !important;
  flex-direction: row;
  flex-wrap: nowrap;
  box-sizing: border-box;
  display: flex;
  height: 80px;
  border-top: 1px solid #dadadb;
}
@media only screen and (max-width: 600px) {
  .xcdr-default-dialog .mat-mdc-dialog-container .xcdrs-dialog .mat-mdc-dialog-actions {
    padding: 0 24px;
  }
}
.xcdr-default-dialog .mat-mdc-dialog-container .xcdrs-dialog .mat-mdc-dialog-actions button {
  font-size: 16px;
  font-weight: bold;
  height: 48px;
}
.layout-content {
  position: absolute;
  top: 118px;
  left: 0;
  right: 0;
  min-height: calc(100vh - 118px);
}
.main-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 576px) {
  .layout-content {
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    min-height: calc(100vh - 56px);
  }
}
.hidden-for-ssr {
  display: none;
}
.br-default {
  --br-font-size: 26px;
}
.br-default .br-units {
  align-items: center;
}
.br-default .br-unit-inner:before {
  content: "\2605";
  color: var(--br-inactive-color);
  width: 100%;
}
.br-default .br-active:before {
  color: var(--br-active-color);
}
.br-default .br-fraction:after {
  color: var(--br-active-color);
  content: "\2605";
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
:root {
  --mdc-outlined-button-label-text-weight: 700;
  --mdc-filled-button-label-text-weight: 700;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-tracking: normal;
}
html,
body {
  height: 100%;
}
body {
  margin: 0px;
  background-color: #f6f7f9;
  max-height: 100%;
  font-size: 1rem;
  scroll-behavior: auto;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
::-webkit-scrollbar {
  width: 6px;
  height: 9px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  background-color: #b1b1b1;
  border: 1px solid #cccccc;
  border-radius: 20px;
}
textarea::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
textarea::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
.bg-primary {
  background-color: var(--primary-color);
}
a {
  text-decoration: none;
}
.cdk-overlay-pane.nav-group-tabs-overlay {
  border-radius: 4px;
  box-shadow: 0px 1px 20px rgba(198, 201, 210, 0.25) !important;
  background-color: white;
  padding: 16px;
}
.bg-color {
  background-color: #fff;
}
body .mat-bottom-sheet-container {
  padding: 0px 16px 32px 16px;
}
body .tw-h-inherit {
  height: inherit;
}
* {
  box-sizing: border-box;
}
.fill-gradient-svg svg .linear-start {
  stop-color: var(--primary-color-lighter);
}
.fill-gradient-svg svg .linear-end {
  stop-color: var(--primary-color);
}
.slide-list {
  margin: 0;
  white-space: normal;
}
textarea::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
a {
  color: var(--primary-color);
  font-weight: bold;
  text-decoration: none;
}
.exceeders-card {
  border-radius: 6px;
  box-shadow: 0px 1px 4px 0px rgba(33, 33, 52, 0.1019607843);
  background-color: #fff;
}
.clickable {
  outline: none;
  cursor: pointer;
}
.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.chart-container {
  width: 100%;
  height: 100px;
  display: block;
}
.chart-container .highcharts-container svg.highcharts-root .highcharts-grid.highcharts-yaxis-grid .highcharts-grid-line:nth-last-child(1) {
  display: none !important;
}
.chart-container .highcharts-container svg.highcharts-root .highcharts-credits {
  display: none !important;
}
mat-icon {
  overflow: unset !important;
}
.dialog-padding-40 .mat-dialog-container {
  padding: 40px;
}
.error-snack-bar {
  background-color: #f44336;
  color: white;
}
.success-snack-bar {
  background-color: var(--primary-color);
  color: white;
}
.xcdrs-menu.mat-menu-panel {
  padding: 0px;
  min-width: 150px;
  min-height: 48px;
}
.xcdrs-menu.mat-menu-panel .mat-menu-content:not(:empty) {
  padding: 0;
}
.xcdrs-menu.mat-menu-panel button:not(:last-child) {
  border-bottom: 1px solid #dadadb;
}
.xcdrs-menu.mat-menu-panel button > span {
  font-weight: bold;
}
.cursor-grab {
  cursor: grab;
}
.cursor-pointer {
  cursor: pointer;
}
.center {
  text-align: center;
}
a.blue-link {
  color: #367dff;
}
a.link-primary {
  color: var(--primary-color);
  text-decoration: underline;
}
a.link-white {
  color: white;
  text-decoration: underline;
}
.boards-list-container xcdrs-board-card:nth-child(3n+3) .mat-card {
  margin-right: 0;
}
.step-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 40px;
}
.step-control span {
  display: block;
  width: 9px;
  height: 9px;
  border: solid 1px #cdd0d8;
  background-color: #f2f2f2;
  border-radius: 50%;
  position: relative;
}
.step-control span.short-steps::after {
  width: 350px !important;
}
.step-control span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  right: 100%;
  height: 1px;
  width: 250px;
  background-color: #cdd0d8;
}
.step-control span:last-of-type::after {
  display: none;
}
.step-control span.active {
  border: solid 1px var(--primary-color);
  background-color: var(--primary-color);
}
.step-control span.active::after {
  background-color: var(--primary-color);
}
.rtl {
  direction: rtl;
}
body.rtl .mat-paginator .mat-paginator-outer-container .mat-paginator-range-actions {
  direction: ltr;
  flex-direction: row-reverse;
}
body.rtl .mat-autocomplete-panel.mat-autocomplete-visible {
  direction: rtl;
}
body.rtl .mat-option {
  text-align: right;
}
body.rtl .mat-form-field.custom input {
  text-align: right;
}
.dropzone {
  height: 90px;
  background: rgba(108, 179, 63, 0.04);
  border: 2px dashed var(--primary-color);
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
body.full-container-width .main-container {
  max-width: 100%;
}
.mobile-menu-sheet {
  padding: 0 !important;
  border-radius: 16px 16px 0 0;
}
.ng-bar {
  background-color: var(--primary-color) !important;
}
.no-back-drop .cdk-overlay-dark-backdrop {
  display: none;
}
.no-back-drop .mat-dialog-container {
  box-shadow: none !important;
}
.no-back-drop .cdk-overlay-pane {
  height: 100vh;
}
body.adjust-search-height .txt-search-field-container input {
  max-width: 450px;
}
.hidden {
  display: none;
}
::ng-deep body.classname .mat-menu-panel {
  min-height: 48px;
}
body.classname .mat-menu-panel {
  min-height: 48px;
}
mat-paginator.mat-paginator .mat-paginator-container .mat-icon-button {
  width: 20px;
}
mat-paginator.mat-paginator .mat-paginator-container button.mat-paginator-navigation-next {
  margin-left: 25px;
  margin-right: 10px;
}
.social-links-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-links-list .social-link-item {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.social-links-list .social-link-item:not(:last-child) {
  margin-right: 8px;
}
.rtl .social-links-list .social-link-item:not(:last-child) {
  margin-right: 0;
  margin-left: 8px;
}
.share-tick::after {
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 8px;
  position: absolute;
  right: -6px;
  top: 0px;
  content: "done";
  font-family: "Material Icons";
  background-color: var(--primary-color) !important;
  border-radius: 50%;
  color: white;
}
.links-list {
  position: absolute;
  top: 37px;
  left: 0;
  z-index: 1;
  min-width: 256px;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 5px 40px 0 rgba(198, 201, 210, 0.6);
  background: white;
}
.links-list .list-item {
  display: flex;
  padding: 10px 16px;
}
.links-list .list-item .item-link {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #101828;
}
.links-list .list-item .item-link.share-link {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-image: url(/assets/images/icons/social/icon-social-other-primary.svg);
}
.links-list .list-item .item-link.send-msg {
  padding-left: 40px;
  background-image: url(/assets/images/icons/products/send_message.svg);
  background-position: 0;
  background-repeat: no-repeat;
}
.links-list .list-item .item-link.schedule {
  padding-left: 40px;
  background-image: url(/assets/images/icons/products/calendar.svg);
  background-position: 0;
  background-repeat: no-repeat;
}
.links-list .list-item .item-link .upload-label {
  display: block;
  width: 100%;
  cursor: pointer;
}
.links-list .list-item:not(:last-child) {
  border-bottom: 1px solid #f6f7f9;
}
.links-list .list-item:hover {
  opacity: 0.7;
}
.shared-product a {
  color: #0000EE;
}
@media not all and (min-width: 640px) {
  .max-sm\:tw-rounded-sm {
    border-radius: 0.125rem;
  }
}
@media (min-width: 768px) {
  .md\:tw-mb-8 {
    margin-bottom: 2rem;
  }
  .md\:tw-mr-2 {
    margin-right: 0.5rem;
  }
  .md\:tw-mt-4 {
    margin-top: 1rem;
  }
  .md\:tw-block {
    display: block;
  }
  .md\:tw-h-36 {
    height: 9rem;
  }
  .md\:tw-h-48 {
    height: 12rem;
  }
  .md\:tw-h-60 {
    height: 15rem;
  }
  .md\:tw-h-\[100\%\] {
    height: 100%;
  }
  .md\:tw-h-\[120px\] {
    height: 120px;
  }
  .md\:tw-h-\[160px\] {
    height: 160px;
  }
  .md\:tw-h-\[88px\] {
    height: 88px;
  }
  .md\:tw-h-full {
    height: 100%;
  }
  .md\:tw-max-h-\[120px\] {
    max-height: 120px;
  }
  .md\:tw-max-h-\[160px\] {
    max-height: 160px;
  }
  .md\:tw-w-1\/3 {
    width: 33.333333%;
  }
  .md\:tw-w-1\/5 {
    width: 20%;
  }
  .md\:tw-w-4\/12 {
    width: 33.333333%;
  }
  .md\:tw-w-\[124px\] {
    width: 124px;
  }
  .md\:tw-w-\[150px\] {
    width: 150px;
  }
  .md\:tw-w-\[160px\] {
    width: 160px;
  }
  .md\:tw-w-\[300px\] {
    width: 300px;
  }
  .md\:tw-w-\[360px\] {
    width: 360px;
  }
  .md\:tw-w-\[640px\] {
    width: 640px;
  }
  .md\:tw-w-\[645px\] {
    width: 645px;
  }
  .md\:tw-w-full {
    width: 100%;
  }
  .md\:tw-max-w-\[204px\] {
    max-width: 204px;
  }
  .md\:tw-basis-1\/2 {
    flex-basis: 50%;
  }
  .md\:tw-basis-\[62\%\] {
    flex-basis: 62%;
  }
  .md\:tw-basis-\[80\%\] {
    flex-basis: 80%;
  }
  .md\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:tw-flex-row {
    flex-direction: row;
  }
  .md\:tw-flex-col {
    flex-direction: column;
  }
  .md\:tw-flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:tw-justify-end {
    justify-content: flex-end;
  }
  .md\:tw-justify-center {
    justify-content: center;
  }
  .md\:tw-gap-4 {
    gap: 1rem;
  }
  .md\:tw-gap-5 {
    gap: 1.25rem;
  }
  .md\:tw-gap-6 {
    gap: 1.5rem;
  }
  .md\:tw-rounded-md {
    border-radius: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .lg\:tw-block {
    display: block;
  }
  .lg\:tw-flex {
    display: flex;
  }
  .lg\:tw-hidden {
    display: none;
  }
  .lg\:tw-items-start {
    align-items: flex-start;
  }
  .lg\:tw-items-end {
    align-items: flex-end;
  }
  .lg\:tw-items-center {
    align-items: center;
  }
}

/* node_modules/ngx-owl-carousel-o/lib/styles/prebuilt-themes/owl.carousel.min.css */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel {
  display: none;
  width: 100%;
  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(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -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 {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  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-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.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 {
  -ms-touch-action: pan-y;
  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;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height .5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity .4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("./media/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* node_modules/ngx-owl-carousel-o/lib/styles/prebuilt-themes/owl.theme.default.min.css */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

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