﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@600;700&family=Inter:wght@300;400;500;600;700;800&family=Roboto:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*vuetify*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@600;700&family=Inter:wght@300;400;500;600;700;800&family=Roboto:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@600;700&family=Inter:wght@300;400;500;600;700;800&family=Roboto:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@600;700&family=Inter:wght@300;400;500;600;700;800&family=Roboto:wght@500&display=swap");
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
}

.colorDarkBlack {
  color: #4a4a4a !important;
}

.mainColor {
  color: #4E5A74;
}

.mainColorLighter {
  color: #2D3E50;
}

.secondaryColor {
  color: #ff7a59;
}

.colorWhite {
  color: #FFF !important;
}

.colorBody {
  color: #4a4a4a !important;
}

.colorGrey {
  color: #6d7177 !important;
}

.colorRed {
  color: #C53D3C !important;
}

.ff-inter {
  font-family: "Inter", sans-serif !important;
}

.fs-10px {
  font-size: 10px !important;
}

.fs-11px {
  font-size: 11px !important;
}

.fs-12px {
  font-size: 12px !important;
}

.fs-13px {
  font-size: 13px !important;
}

.fs-14px {
  font-size: 14px !important;
}

.fs-15px {
  font-size: 15px !important;
}

.fs-16px {
  font-size: 16px !important;
}

.fs-17px {
  font-size: 17px !important;
}

.fs-18px {
  font-size: 18px !important;
}

.fs-19px {
  font-size: 19px !important;
}

.fs-20px {
  font-size: 20px !important;
}

.fs-22px {
  font-size: 22px !important;
}

.fs-24px {
  font-size: 24px !important;
}

.fs-26px {
  font-size: 26px !important;
}

.fs-28px {
  font-size: 28px !important;
}

.fs-30px {
  font-size: 30px !important;
}

.fs-34px {
  font-size: 34px !important;
}

.fs-36px {
  font-size: 36px !important;
}

.fs-40px {
  font-size: 40px !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-normal {
  font-weight: normal;
}

html, body {
  height: 100%;
  background-color: #FFFFFF;
}

[v-cloak] {
  display: none;
}

.rectagle-container {
  width: 100%;
  flex-grow: 0;
  padding: 32px 40px;
  border-radius: 4px;
  box-shadow: 0 1px 8px 0 rgba(191, 203, 255, 0.45);
  background-color: #fff;
}

.rectangle-border {
  border: solid 1px #dbe0e7;
}

.textGrey {
  color: #6d7177 !important;
}

.lightGrey {
  color: #8c8ca1 !important;
}

.alert-primary {
  color: #074391;
  background-color: #e3f1fb;
  border-color: #e3f1fb;
}

.ah-link {
  color: #ff7a59;
  font-size: 14px;
  text-decoration: none;
}

.ah-link:hover {
  color: #e95733;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: left;
  color: #2D3E50;
}

h2 {
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2D3E50;
}

.text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #4a4a4a;
}

.sm-caps-header {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #8c8ca1;
  text-transform: uppercase;
}

.form-control {
  min-height: 48px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  border: 1px solid #dbe0e7;
}

.form-control::placeholder {
  color: #8c8ca1;
  opacity: 1;
}

.form-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #2D3E50;
  font-weight: 500;
  margin-bottom: 0.2rem;
}

.form-check-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #2D3E50;
}

.form-check-input {
  width: 18px;
  height: 18px;
  border: solid 1px #8c8ca1;
  background-color: #fff;
}

.form-check-input:checked {
  background-color: #ff7a59;
  border-color: #ff7a59;
}

.form-check-input:focus {
  border-color: #ff7a59;
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  border-color: #409EFF;
  outline: 0;
  box-shadow: none;
}

.remove-underline {
  text-decoration: none !important;
}

.remove-background {
  background-color: initial !important;
}

.remove-border {
  border: none !important;
}

.remove-height {
  height: unset !important;
}

.width3 {
  width: 3%;
}

.width5 {
  width: 5%;
}

.width7-5 {
  width: 7.5%;
}

.width10 {
  width: 10%;
}

.width15 {
  width: 15%;
}

.width20 {
  width: 20%;
}

.width25 {
  width: 25%;
}

.width30 {
  width: 30%;
}

.width35 {
  width: 35%;
}

.width40 {
  width: 40%;
}

.width50 {
  width: 50%;
}

.width60 {
  width: 60%;
}

.width70 {
  width: 70%;
}

.width75 {
  width: 75%;
}

.width80 {
  width: 80%;
}

/*vuetify*/
.el-select {
  width: 100%;
}
.el-select .el-input--suffix .el-input__inner {
  min-height: 48px;
}

.v-application a {
  color: #1867c0;
}

.v-application .primary {
  background-color: #1867c0 !important;
  border-color: #1867c0 !important;
}

.v-application .primary--text {
  color: #1867c0 !important;
  caret-color: #1867c0 !important;
}

.v-application .secondary {
  background-color: #5cbbf6 !important;
  border-color: #5cbbf6 !important;
}

.v-application .secondary--text {
  color: #5cbbf6 !important;
  caret-color: #5cbbf6 !important;
}

.v-application .accent {
  background-color: #005caf !important;
  border-color: #005caf !important;
}

.v-application .accent--text {
  color: #005caf !important;
  caret-color: #005caf !important;
}

.v-application .error {
  background-color: #ff5252 !important;
  border-color: #ff5252 !important;
}

.v-application .error--text {
  color: #ff5252 !important;
  caret-color: #ff5252 !important;
}

.v-application .info {
  background-color: #2196f3 !important;
  border-color: #2196f3 !important;
}

.v-application .info--text {
  color: #2196f3 !important;
  caret-color: #2196f3 !important;
}

.v-application .success {
  background-color: #4caf50 !important;
  border-color: #4caf50 !important;
}

.v-application .success--text {
  color: #4caf50 !important;
  caret-color: #4caf50 !important;
}

.v-application .warning {
  background-color: #fb8c00 !important;
  border-color: #fb8c00 !important;
}

.v-application .warning--text {
  color: #fb8c00 !important;
  caret-color: #fb8c00 !important;
}

.v-application .tertiary {
  background-color: #e57373 !important;
  border-color: #e57373 !important;
}

.v-application .tertiary--text {
  color: #e57373 !important;
  caret-color: #e57373 !important;
}

.v-application .form-check {
  padding: 0;
  margin: 0;
}

.v-application .v-input--selection-controls {
  margin-top: 0;
  padding-top: 0;
}

.v-application .v-input--selection-controls__input {
  margin-right: 8px;
}

/*.v-application .v-input--selection-controls .v-input__slot > .v-label, .v-input--selection-controls .v-radio > .v-label {
    margin-top: 2px;
}*/
.v-application .v-text-field .v-label {
  transform-origin: top left;
}

.v-application .v-input__slot {
  margin-bottom: 0;
}

.v-application .v-input .v-label {
  height: 20px;
  line-height: 20px;
  letter-spacing: normal;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #2D3E50 !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.v-application .el-input__inner::placeholder {
  color: #8c8ca1;
  opacity: 1;
}

.v-application .dropdown-toggle::after {
  border: none;
  vertical-align: middle;
  /*filter: invert(21%) sepia(95%) saturate(0%) hue-rotate(227deg) brightness(103%) contrast(88%);*/
  font-size: 22px;
  content: "\f141";
  font-family: "Font Awesome 6 Pro";
  color: #8c8ca1;
  font-size: 16px;
  font-weight: 700;
}

.v-application .el-icon-arrow-up:before {
  content: "\f0d8";
  font-family: "Font Awesome 6 Pro";
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 700;
}

.v-application .el-input__icon {
  line-height: 48px;
}

.form-check .mdi:before, .form-check .mdi-set {
  content: "\f14a";
  font-family: "Font Awesome 6 Pro";
  color: #ff7a59;
  font-size: 20px !important;
  font-weight: 300;
  display: inline-block;
  /*font: normal normal normal 24px/1 "Material Design Icons";*/
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-check .radios .mdi:before, .form-check .radios .mdi-set {
  font: normal normal normal 24px/1 "Material Design Icons";
}
.form-check .radios .mdi-radiobox-marked::before {
  content: "\f043e";
}
.form-check .radios .mdi-radiobox-blank::before {
  content: "\f043d";
}
.form-check .mdi-checkbox-blank-outline::before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 300;
}

#toast-container.toast-top-center > div {
  min-width: 300px;
  width: 30%;
  margin-top: 10px;
}

th {
  flex-grow: 1;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2d3e50 !important;
  text-decoration: none;
  border-bottom: 1px solid #dbe0e7;
  padding-bottom: 15px;
}

td {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 1.71; */
  letter-spacing: normal;
  color: #4e5a74;
  text-decoration: none !important;
}

.oddRow {
  background-color: #f3f5f7;
}

.card-img, .card-img-top {
  width: 100%;
  height: 10vw;
  object-fit: cover;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer {
  background-color: unset;
}

.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
  color: #8c8ca1;
}

/*Spinner*/
.loading {
  transition: opacity 0.3s ease-in;
}

.circle {
  background-color: #ff7a59;
  border-radius: 15%;
  margin: 2px;
  height: 25px;
  width: 25px;
  animation: jump 0.55s ease-in infinite;
}

.circle:nth-of-type(2) {
  animation-delay: 0.05s;
}

.circle:nth-of-type(3) {
  animation-delay: 0.1s;
}

.circle:nth-of-type(4) {
  animation-delay: 0.15s;
}

.circle:nth-of-type(5) {
  animation-delay: 0.2s;
}

@keyframes jump {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
/*End Spinner*/
.label-id {
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.36px;
  text-align: left;
  color: #6e7191;
}

.label-name {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #2d3e50;
}

.label-question {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.42px;
  text-align: left;
  color: #2d3e50;
}

.label-answer {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.42px;
  text-align: left;
  color: #4a4a4a;
  width: 100%;
}

ul.no-bullet {
  list-style-type: none;
}

.Table-Label-Header {
  flex-grow: 1;
  font-family: Inter;
  font-size: 14px !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2d3e50 !important;
  text-decoration: none;
}

.Table-Label-Data {
  flex-grow: 1;
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #4e5a74;
  text-decoration: none !important;
}

/*vuetify*/
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
}

.colorDarkBlack {
  color: #4a4a4a !important;
}

.mainColor {
  color: #4E5A74;
}

.mainColorLighter {
  color: #2D3E50;
}

.secondaryColor {
  color: #ff7a59;
}

.colorWhite {
  color: #FFF !important;
}

.colorBody {
  color: #4a4a4a !important;
}

.colorGrey {
  color: #6d7177 !important;
}

.colorRed {
  color: #C53D3C !important;
}

.ff-inter {
  font-family: "Inter", sans-serif !important;
}

.fs-10px {
  font-size: 10px !important;
}

.fs-11px {
  font-size: 11px !important;
}

.fs-12px {
  font-size: 12px !important;
}

.fs-13px {
  font-size: 13px !important;
}

.fs-14px {
  font-size: 14px !important;
}

.fs-15px {
  font-size: 15px !important;
}

.fs-16px {
  font-size: 16px !important;
}

.fs-17px {
  font-size: 17px !important;
}

.fs-18px {
  font-size: 18px !important;
}

.fs-19px {
  font-size: 19px !important;
}

.fs-20px {
  font-size: 20px !important;
}

.fs-22px {
  font-size: 22px !important;
}

.fs-24px {
  font-size: 24px !important;
}

.fs-26px {
  font-size: 26px !important;
}

.fs-28px {
  font-size: 28px !important;
}

.fs-30px {
  font-size: 30px !important;
}

.fs-34px {
  font-size: 34px !important;
}

.fs-36px {
  font-size: 36px !important;
}

.fs-40px {
  font-size: 40px !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-normal {
  font-weight: normal;
}

.btn {
  height: 48px;
}

.btn-primary {
  color: #FFF !important;
  border-radius: 0.25rem;
  text-decoration: none !important;
  background-color: #ff7a59;
  border-color: #ff7a59;
  padding-left: 25px;
  padding-right: 25px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.btn-primary:hover, .btn-primary::after, .btn-primary:active, .btn-primary:visited, .btn-primary:focus, .btn-check:focus + .btn-primary,
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  background-color: #e95733;
  border-color: #e95733;
}

.btn-check:focus + .btn, .btn:focus,
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  color: #fff;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #FFF !important;
}

.btn-success {
  color: #FFF !important;
  text-decoration: none !important;
  background-color: #00ba88;
  border-color: #00ba88;
  padding-left: 25px;
  padding-right: 25px;
}

btn.btn-success.loading {
  background-color: #E9E9E9;
  border-color: #E9E9E9;
  color: #D6D6D6;
  cursor: default;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #212529 !important;
  background-color: #f9fafb !important;
  text-decoration: none !important;
  border-color: #e2e2e2;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  background-color: #E9E9E9;
  border-color: #E9E9E9;
  color: #4a4a4a !important;
  text-decoration: none !important;
  cursor: not-allowed;
}

.actions-special-promotions.disabled {
  color: #7d7d7d !important;
  text-decoration: none !important;
  cursor: not-allowed !important;
}

.btn-outline-primary {
  color: #ff7a59 !important;
  text-decoration: none !important;
  border-color: #ff7a59;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 11px;
}

.btn-outline-primary:hover {
  color: #FFF !important;
  text-decoration: none !important;
  border-color: #ff7a59;
  background-color: #ff7a59;
}

.cursor-default {
  cursor: default !important;
}

.remove-background {
  background-color: initial !important;
}

@media (max-width: 767px) {
  .btn {
    width: 100%;
    /*margin-bottom: 0.5rem;*/
  }
}
.clear-width {
  width: auto;
  min-width: unset;
}

.btn-custom-width-xl {
  width: 350px !important;
}

.btn-custom-width-lg {
  width: 250px !important;
}

.btn-custom-width-md {
  width: 150px !important;
}

.btn-md {
  min-width: initial !important;
  min-height: 40px !important;
  height: 38px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

/* Funky SCSS STYLES */
/* Funky SCSS STYLES */
/* Switch 4 Specific Style Start */
.onoffswitch {
  margin-top: 3px;
  position: relative;
  width: 55px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block !important;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #8c8ca1;
  border-radius: 5px;
}

.onoffswitch-inner {
  display: block;
  width: 208%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 24px;
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  color: #C53D3C;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  padding-left: 7px;
  background-color: #FFF;
  color: #C53D3C;
  /*padding-right: 53px;*/
}

.onoffswitch-inner:after {
  font-family: "Font Awesome 5 Free";
  content: "\f410";
  padding-right: 10px;
  color: #999999;
  text-align: right;
  background-color: #FFF;
  color: #C53D3C;
}

.onoffswitch-switch {
  display: block;
  width: 19px;
  height: 18px;
  margin: 4px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  /*right: 35px;*/
  border: 2px solid #777777;
  border-radius: 5px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
  border: 0;
  background-color: #777;
}

#progressbar {
  counter-reset: count;
  list-style-type: none;
}
#progressbar li {
  float: left;
  position: relative;
  text-align: center;
}
#progressbar .progressbar-width-admin {
  width: 20%;
}
#progressbar .progressbar-width-app {
  width: 25%;
}
#progressbar .progressbar-3items {
  width: 33%;
}
#progressbar li:before {
  content: "";
  counter-increment: count;
  width: 12px;
  height: 12px;
  border: 1px solid #bebebe;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  line-height: 8px;
  background: white;
  color: #bebebe;
  text-align: center;
  font-weight: bold;
  z-index: 2;
  position: inherit;
}
#progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background-color: #8c8ca1;
  top: 6px;
  left: -50%;
}
#progressbar li:first-child:after {
  content: none;
}
#progressbar li.active:after {
  background: #ff7a59;
}
#progressbar li.active:before {
  box-shadow: 0px 0px 0px 3px #fff, 0px 0px 0px 5px #ff7a59;
  border-color: #ff7a59;
  background: #ff7a59;
  color: white;
}
#progressbar .header-text {
  color: #8c8ca1;
  font-size: 16px;
  display: inline-block;
}

@keyframes jump {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
/*vuetify*/
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
}

.colorDarkBlack {
  color: #4a4a4a !important;
}

.mainColor {
  color: #4E5A74;
}

.mainColorLighter {
  color: #2D3E50;
}

.secondaryColor {
  color: #ff7a59;
}

.colorWhite {
  color: #FFF !important;
}

.colorBody {
  color: #4a4a4a !important;
}

.colorGrey {
  color: #6d7177 !important;
}

.colorRed {
  color: #C53D3C !important;
}

.ff-inter {
  font-family: "Inter", sans-serif !important;
}

.fs-10px {
  font-size: 10px !important;
}

.fs-11px {
  font-size: 11px !important;
}

.fs-12px {
  font-size: 12px !important;
}

.fs-13px {
  font-size: 13px !important;
}

.fs-14px {
  font-size: 14px !important;
}

.fs-15px {
  font-size: 15px !important;
}

.fs-16px {
  font-size: 16px !important;
}

.fs-17px {
  font-size: 17px !important;
}

.fs-18px {
  font-size: 18px !important;
}

.fs-19px {
  font-size: 19px !important;
}

.fs-20px {
  font-size: 20px !important;
}

.fs-22px {
  font-size: 22px !important;
}

.fs-24px {
  font-size: 24px !important;
}

.fs-26px {
  font-size: 26px !important;
}

.fs-28px {
  font-size: 28px !important;
}

.fs-30px {
  font-size: 30px !important;
}

.fs-34px {
  font-size: 34px !important;
}

.fs-36px {
  font-size: 36px !important;
}

.fs-40px {
  font-size: 40px !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-normal {
  font-weight: normal;
}

@media print {
  @page {
    margin: 0;
  }
  body {
    margin-top: 20px;
    padding: 0 !important;
    width: 1200px !important;
  }
  #standardPageMenu, #headerHamburger, #menuRight, #bread-crumb, #footer, #epi-quickNavigator, #progressbar, #selectItemsContainer, #vueQuickOrderList, #yourOrderTemplates, .global-notification {
    display: none !important;
  }
  .form-control {
    border: none;
  }
  #order-wizard .dropdown-toggle::after {
    color: #fff;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
  }
  .mb-4, .my-4 {
    margin-bottom: 0.5rem !important;
  }
  #order-wizard .vdp-datepicker input {
    border: none;
  }
  input[type=text], input[type=password], input[type=email], input[type=number], input[type=search] {
    border: none;
  }
  .container {
    width: auto;
    width: 1200px !important;
  }
  #header {
    margin-bottom: 10px;
  }
}
/*Notifications menu styles*/
.notification-title-container {
  background-color: #DEE7F3;
  border-radius: 8px 8px 0px 0px;
}

.notification-title {
  flex-grow: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  color: #2D3E50;
}

.notification-subtitle {
  flex-grow: 0;
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  color: #ff7a59;
}

.notification-date-container {
  /*margin-top: 0.15rem !important;*/
  min-width: 80px;
}

.notification-date {
  flex-grow: 0;
  font-family: Inter;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  color: #6e7191;
}

.notification-text {
  flex-grow: 0;
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  color: #2D3E50;
  text-align: left;
}

.notification-link {
  flex-grow: 0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  color: #7f9bbd;
  text-decoration: none;
}

.notification-message-sender {
  color: #2D3E50;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
}

.severity-container {
  width: 5px;
  min-width: 5px;
}

.emojionearea.emojionearea-inline > .emojionearea-editor {
  line-height: 35px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #212529;
}

.emojionearea .emojionearea-button > div.emojionearea-button-open, .emojionearea .emojionearea-button > div.emojionearea-button-close {
  margin-top: 7px;
}

.emojionearea .emojionearea-editor:empty:before {
  color: #8c8ca1;
  opacity: 1;
}

.emojionearea .emojionearea-editor {
  margin-top: 7px;
  height: unset;
  min-height: unset;
  max-height: 208px;
}

.cbx-group {
  display: flex;
  align-items: center;
  /* Checked */
  /* Transition */
}
.cbx-group input[type=checkbox],
.cbx-group input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.cbx-group label {
  position: relative;
  margin-right: 3rem;
  /*  padding-left: 1.5rem;
  padding-right: 1.5rem;*/
  line-height: 2;
  cursor: pointer;
}
.cbx-group label:before {
  margin-top: 26px;
  box-sizing: border-box;
  content: " ";
  position: absolute;
  top: 0.3em;
  left: 0;
  display: block;
  /*width: 1.4em;
      height: 1.4em;
      border: 2px solid #237ED6;
      border-radius: .25em;
      z-index: -1;*/
}
.cbx-group input[type=radio] + label::before {
  /*border-radius: 6px;*/
}
.cbx-group input[type=checkbox]:checked + label,
.cbx-group input[type=radio]:checked + label {
  color: #2D3E50 !important;
}
.cbx-group input[type=checkbox]:checked + label:before,
.cbx-group input[type=radio]:checked + label:before {
  top: 6px;
  width: 100%;
  height: 2px;
  background: #ff7a59;
  z-index: 1;
}
.cbx-group label,
.cbx-group label::before {
  color: #2D3E50;
  /*    -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;*/
}

#top-section {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  background-color: #237ed6;
}
#top-section #header_logo {
  padding-top: 2px;
  padding-bottom: 3px;
  height: 41px;
  margin-left: 10px;
}
#top-section .header_logo {
  padding-top: 2px;
  padding-bottom: 3px;
  height: 41px;
  margin-left: 10px;
}
#top-section .navbar {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #000 !important;
  height: 60px;
}
#top-section .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
#top-section .nav-link {
  padding-top: 0.7rem;
}
#top-section #navbarSupportedContent {
  background-color: #000;
  padding-left: 1.5rem;
  z-index: 11;
}
#top-section .navbar-dark .navbar-nav .nav-item.active .nav-link {
  color: #fff;
  background-color: #3d4043;
  margin-top: 0.375rem;
  border: 1px solid transparent;
  padding: 0.2rem 0.75rem;
  border-radius: 0.25rem;
}
#top-section .new-order {
  color: #fff;
  background-color: #ff7a59;
  margin-top: 0.375rem;
  border: 1px solid transparent;
  padding: 0.2rem 0.75rem;
  border-radius: 0.25rem;
  text-align: center;
}
#top-section .new-order:hover, #top-section .new-order::after, #top-section .new-order:active, #top-section .new-order:visited, #top-section .new-order:focus, #top-section .btn-check:focus + .new-order, #top-section .btn-check:active + .new-order, #top-section .btn-check:checked + .new-order, #top-section .new-order.active, #top-section .new-order:active, #top-section .show > .new-order.dropdown-toggle {
  background-color: #ff7a59;
  border-color: #ff7a59;
}
#top-section .navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
#top-section .logout {
  background-color: #212529;
}
#top-section .blinking {
  animation: blinkingText 15s infinite alternate;
  font-weight: 700;
}
#top-section .dropdown-item {
  font-size: 13px;
  color: #6c757d;
}
#top-section .dropdown-item-sub-menu {
  font-size: 1rem;
  font-family: heebo, sans-serif !important;
  line-height: 40px;
}
#top-section .dropdown-item.active, #top-section .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #e9ecef;
}

#chat-container {
  height: 92vh;
  overflow: hidden;
  padding-top: 10px;
  /*right*/
  /*delete images */
}
#chat-container a {
  word-wrap: break-word;
  word-break: break-all;
}
#chat-container .min48 {
  /*width: 100% !important;*/
  min-width: initial !important;
  min-height: 48px !important;
}
#chat-container .dynamic-message-height {
  min-height: 48px;
}
#chat-container .message-container {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 0.3rem;
  height: 88vh;
  overflow: hidden;
  min-height: calc(100% - 1rem);
}
#chat-container .contacts-container {
  outline: 0;
  height: 100%;
  overflow: hidden;
  width: 480px;
  float: left;
  position: relative;
  display: flex;
  flex-direction: column;
}
#chat-container .contacts-container, #chat-container .contacts-container header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
#chat-container .contacts-container header {
  line-height: 20px;
  border-bottom: 1px solid #e7e7e7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 75px;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}
#chat-container .contacts-list {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: auto;
  overflow-x: hidden;
}
#chat-container #conversation {
  width: auto;
  overflow: hidden;
  height: 100%;
  border-left: 1px solid #e7e7e7;
}
#chat-container #conversation .header-text-left {
  margin-left: 20px;
}
#chat-container #conversation .conversation-panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: calc(100% - 75px);
}
#chat-container #conversation .message-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  position: relative;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*border-left: 1px solid #e7e7e7;*/
}
#chat-container #conversation > header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
  position: relative;
  min-height: 75px;
  line-height: 20px;
  border-bottom: 1px solid #e7e7e7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#chat-container message-flow .content:not(.single-msg) {
  overflow-y: scroll;
}
#chat-container .message-flow .content.at-top {
  padding-top: 20px;
}
#chat-container .message-flow .content {
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  bottom: 100px;
  height: 100%;
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  line-height: 120%;
  overflow: auto;
  overflow-x: hidden;
  padding-top: 0px;
}
#chat-container .room-details {
  max-width: 350px;
  transform: translateZ(0);
  overflow: auto;
  overflow-x: hidden;
  border-left: 1px solid #e7e7e7;
}
#chat-container .room-details .profile-image {
  background-color: #e4e5e7;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
@media only screen and (min-width: 600px) {
  #chat-container .conversation-footer {
    border-top: none;
    padding: 0 20px;
    background-color: transparent;
  }
}
#chat-container .conversation-footer {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  position: relative;
  z-index: 2;
  border-top: 1px solid #e7e7e7;
  background-color: #fff;
  /*height: 70px;*/
}
#chat-container .profile-image {
  background-color: #e4e5e7;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
#chat-container .active-product {
  background-color: #FFF !important;
  border: 1px solid #d9d9d9 !important;
  border-left: 4px solid #ff7a59 !important;
}
#chat-container .product {
  background-color: #f3f5f7;
  border: 1px solid #f3f5f7;
  border-radius: 8px;
  max-width: 650px;
}
#chat-container .current-user-messages {
  background-color: rgba(235, 237, 255, 0.5490196078);
}
#chat-container .unread-product {
  border: 1px solid #C53D3C;
}
#chat-container .actions-container {
  width: 48px;
  height: 48px;
  flex-grow: 0;
  padding: 6.9px 6.9px 6.9px 6.9px;
  border-radius: 0.25rem;
  background-color: #f4f6f8;
}
#chat-container .actions-container .fa-light {
  margin-top: 6px;
}
#chat-container .action-icons-color {
  color: #2d3e50;
}
#chat-container .link-files a:hover {
  color: green !important;
}
#chat-container #conversation .order-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: calc(100% - 75px);
}
#chat-container #conversation .order-details-content {
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  bottom: 100px;
  height: 100%;
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  line-height: 120%;
  width: 100%;
  font-size: 14px;
  padding: 20px 20px 0;
  overflow: auto;
  overflow-x: hidden;
}
#chat-container .chat-icon {
  display: none;
}
#chat-container .image-message {
  max-width: 352px;
  min-width: 175px;
}
#chat-container .image-wrapper {
  display: inline-block;
  width: fit-content;
  position: relative;
}
#chat-container .hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: height 0.3s, opacity 0.3s;
}
#chat-container .image-wrapper:hover .hover-content {
  height: 100%;
  opacity: 1;
}
#chat-container .image-actions {
  height: 100%;
  color: #fff;
}
#chat-container .requirements {
  border: 1px solid #f3f5f7;
  border-radius: 8px;
  max-width: 650px;
}
#chat-container .v-expansion-panel-header {
  border: none;
  background-color: #f3f5f7;
}
#chat-container .theme--light.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon {
  color: #ff7a59;
}
@media (min-width: 768px) and (max-width: 1085px) {
  #chat-container .contacts-container {
    width: 360px;
  }
}
@media (max-width: 767px) {
  #chat-container .chat-icon {
    display: block;
    margin-right: 15px;
    margin-top: 2px;
  }
  #chat-container .contacts-container {
    width: 100%;
  }
  #chat-container #conversation {
    width: 100%;
    position: absolute;
    left: 1000px;
    right: 0;
    background: #fff;
    transition: all 0.5s ease;
    border-left: none;
  }
  #chat-container .showbox {
    left: 0 !important;
    transition: all 0.5s ease;
  }
  #chat-container #conversation > header .header-text-left {
    margin-left: 5px;
  }
  #chat-container .image-message {
    max-width: 223px;
    min-width: 175px;
  }
}

@media screen and (max-height: 843px) {
  #chat-container {
    height: 82vh;
  }
  #chat-container .message-container {
    height: 80vh;
  }
}
/*@media ( min-height: 677px ) and ( max-height: 843px ) {
    #chat-container {
        height: 91vh;
    }
}*/
.status-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.65rem !important;
}

/* Different colors for each status */
.Pending {
  background-color: #7952B3;
}

.NotifyAdmin {
  background-color: #ff7a59;
}

.Solved {
  background-color: green;
}

@media only screen and (max-width: 991px) {
  .login-page .h-100 {
    height: auto !important;
  }
}
@media (min-width: 1320px) and (max-width: 1540px) {
  .login-page .col-xxl-7 {
    flex: 0 0 auto;
    width: 86.66666667% !important;
  }
}
.login-page .main-container {
  height: 100% !important;
}
.login-page .login-container {
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(146, 153, 184, 0.01);
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  max-width: 384px;
}
@media only screen and (max-width: 576px) {
  .login-page .login-container {
    background-color: #FFF;
    border: none;
    border-radius: unset;
    box-shadow: none;
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 24px;
    padding-bottom: 24px;
    max-width: none;
  }
}
.login-page .login-container-title {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  color: #2D3E50;
}
.login-page .login-container-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #4E5A74;
}
.login-page .login-reset-password {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #4E5A74;
  text-align: justify;
  text-justify: inter-word;
}
@media (min-width: 1540px) {
  .login-page .right-side-align {
    margin-left: 150px !important;
  }
  .login-page .left-side-align {
    margin-right: 150px !important;
    margin-left: auto !important;
  }
}
.login-page .left-side {
  background-color: #fff;
}
.login-page .right-side {
  background-color: #F4F5F7;
}
.login-page .left-title {
  font-family: "Barlow", sans-serif;
  font-size: 42px;
  color: #2D3E50;
}
.login-page .left-content {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #4E5A74;
}
.login-page .left-grey-title {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  color: #8C929C;
}
.login-page .left-testimonial {
  background-color: #F4F5F7;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #4E5A74;
}
.login-page .bubble {
  background-color: #F4F5F7;
  color: #4E5A74;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 18px;
  position: relative;
  vertical-align: top;
  margin: 20px 10px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 34px;
}
.login-page .bubble::before {
  background-color: #F4F5F7;
  color: #4E5A74;
  content: " ";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  bottom: -7.5px;
  transform: rotate(47deg) skew(5deg);
  -moz-transform: rotate(47deg) skew(5deg);
  -ms-transform: rotate(47deg) skew(5deg);
  -o-transform: rotate(47deg) skew(5deg);
  -webkit-transform: rotate(47deg) skew(5deg);
  left: 50%;
}
.login-page .barlow {
  font-family: "Barlow", sans-serif;
}
.login-page .divider-line {
  width: 100%;
  height: 13px;
  border-bottom: 1px solid #dbe0e7;
  text-align: center;
}
.login-page .divider-text {
  padding: 0 10px;
  background-color: #fff;
  color: #8c8ca1;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.login-page #emailHelp {
  color: #8C8CA1;
}
.login-page .forgot-password-link {
  color: #ff7a59;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}
.login-page .forgot-password-link:hover {
  color: #e95733;
}
.login-page .formLogin {
  color: #ff7a59;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  text-decoration: none;
}
.login-page .formLogin:hover {
  color: #e95733;
}

.main-content .card {
  font-family: "Heebo", sans-serif !important;
}
.main-content .card-disabled {
  opacity: 0.3;
}
.main-content .card-title {
  color: #2b2c50;
  font-family: Heebo;
}
.main-content .card-text-balance {
  font-size: 18px;
  font-weight: 800;
  color: #d50000;
}
.main-content .learn-more {
  color: #237ED6;
  cursor: pointer;
}
.main-content .rectangle-upload {
  width: 100%;
  background: yellow;
  text-align: center;
  line-height: 100px;
  background: linear-gradient(to right, #ddd 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(#ddd 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, #ddd 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(#ddd 50%, rgba(255, 255, 255, 0) 0%);
  background-position: top, right, bottom, left;
  background-repeat: repeat-x, repeat-y;
  background-size: 14px 1px, 1px 14px;
}
.main-content .service-status {
  text-decoration: none;
  position: absolute;
  background-color: #ff7a59;
  color: #fff;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0.25rem 0 0.25rem 0;
  z-index: 1;
}

#profile-image {
  position: relative;
  width: 128px;
  height: 128px;
}
#profile-image .img-container {
  height: 128px;
  border-radius: 50%;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  width: 128px;
  background-color: #6d7177;
  left: calc(50% - 54px);
  border: 1px solid #ccc;
  box-shadow: 0 1px 8px 0 rgba(191, 203, 255, 0.08);
}
#profile-image .img-icon {
  position: absolute;
  top: 90px;
  right: 0px;
  padding: 5px 5px;
  border-radius: 50%;
  background: #fff;
  color: #444;
  border: 1px solid #fff;
  margin: 1px;
}
#profile-image .img-camera:hover {
  cursor: pointer;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/pascu/Source/Repos/SteadyContentCoreSoluction/SC.Providers/wwwroot/scss/variables/_fonts.scss%22,%22file:///C:/Users/pascu/Source/Repos/SteadyContentCoreSoluction/SC.Providers/wwwroot/scss/blocks/login.scss%22,%22file:///C:/Users/pascu/Source/Repos/SteadyContentCoreSoluction/SC.Providers/wwwroot/scss/variables/_colors.scss%22,%22file:///C:/Users/pascu/Source/Repos/SteadyContentCoreSoluction/SC.Providers/wwwroot/scss/core.scss%22,%22file:///C:/Users/pascu/Source/Repos/SteadyContentCoreSoluction/SC.Providers/wwwroot/scss/buttons.scss%22,%22file:///C:/Users/pascu/Source/Repos/SteadyContentCoreSoluction/SC.Providers/wwwroot/scss/customs/_spinners.scss%22,%22file:///C:/Users/pascu/Source/Repos/SteadyContentCoreSoluction/SC.Providers/wwwroot/scss/customs/_funkyradio.scss%22,%22file:///C:/Users/pascu/Source/Repos/SteadyContentCoreSoluction/SC.Providers/wwwroot/scss/customs/_radioswitch.scss%22,%22file:///C:/Users/pascu/Source/Repos/SteadyContentCoreSoluction/SC.Providers/wwwroot/scss/customs/_progressbar.scss%22,%22file:///C:/Users/pascu/Source/Repos/SteadyContentCoreSoluction/SC.Providers/wwwroot/scss/customs/_print.scss%22,%22file:///C:/Users/pascu/Source/Repos/SteadyContentCoreSoluction/SC.Providers/wwwroot/scss/pages/shared.scss%22,%22file:///C:/Users/pascu/Source/Repos/SteadyContentCoreSoluction/SC.Providers/wwwroot/scss/blocks/header.scss%22,%22file:///C:/Users/pascu/Source/Repos/SteadyContentCoreSoluction/SC.Providers/wwwroot/scss/blocks/messages.scss%22,%22file:///C:/Users/pascu/Source/Repos/SteadyContentCoreSoluction/SC.Providers/wwwroot/scss/blocks/services.scss%22,%22file:///C:/Users/pascu/Source/Repos/SteadyContentCoreSoluction/SC.Providers/wwwroot/scss/blocks/profile.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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I;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA,cFlFQ;EEmFR;EACA;EACA;;;AAGJ;EACI;EACA;EACA,cF3FQ;EE4FR,kBF5FQ;;;AE+FZ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;IACI;AACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;ACnIJ;EACE;IAAK;;;AAGP;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;ACvBH;ACAA;AAGD;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OL3BE;EK4BF;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA,kBL3CI;EK4CJ,OLtCE;AKuCF;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA,kBLtDI;EKuDJ,OLjDE;;;AKoDN;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA,kBL7EG;;;AMNP;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;;AAIR;EACI;IACI;;EAGJ;IACI;;;ARhFR;AAKA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OEdQ;;;AFkBZ;EACI;;;AAGJ;EACI;;;AAGJ;EACI,OE7BS;;;AFgCb;EACI,OEnCQ;;;AFsCZ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAIJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;ASzJJ;EACI;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAIJ;IACI;;;AC9CR;AAEA;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,ORnBS;;;AQsBb;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,ORhCQ;;;AQmCZ;AACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,ORzDS;EQ0DT;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI,OR1ES;EQ2ET;EACA;EACA;;;AAGJ;EACI;EACA;;;AAKJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAIJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAIJ;EACI;EACA;AAoCA;AAcA;;AAhDA;AAAA;EAEI;EACA;EACA;;AAGJ;EACI;EACA;AACA;AAAA;EAEA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;AACA;AAAA;AAAA;AAAA;AAAA;;AAOJ;AACI;;AAGJ;AAAA;EAEI;;AAGJ;AAAA;EAEI;EACA;EACA;EACA,YRnKI;EQoKJ;;AAGJ;AAAA;EAEI,ORvKK;AQwKL;AAAA;AAAA;;;ACxKR;EACI;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAMJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAMJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;;ACtGP;EACG;EACA;EACA;AAqEA;AAqNA;;AAxRA;EACI;EACA;;AAGJ;AACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;IACI;IACA;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI,OV1UI;;AU+UR;EACI;IACI;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;;;;AAKZ;EACI;IACI;;EAGJ;IACI;;;AAIR;AAAA;AAAA;AAAA;AAAA;AAQA;EACI;EACA;EACA;EACA;EACA;;;AAGJ;AACA;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AXzZA;EACI;IACI;;;AAIR;EACI;IACI;IACA;;;AAMR;EACI;;AAGJ;EACI,kBCjBA;EDkBA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;IACI,kBC9BJ;ID+BI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAIJ;EAEI;IACI;;EAGJ;IACI;IACA;;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACI;;AAIJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAMJ;EACI;;AAGJ;EACI,OChLI;EDiLJ;EACA;EACA;EACA;;AAGJ;EACI,OCvLQ;;AD0LZ;EACI,OC5LI;ED6LJ;EACA;EACA;;AAGJ;EACI,OClMQ;;;AWKZ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA,kBX5CI;EW6CJ;EACA;EACA;EACA;EACA;EACA;;;AChDR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI%22%7D */