/*
* Default styles for all button types
* should not be included directly
*/
/*
* Primary button style
* @extends buttonDefault
*/
/*
* secondary button style
* @extends buttonDefault
*/
/*
* disabled button
* @extends buttonDefault
*/
/*
* Default styles for all links
*/
/*
* Default styles for all messages or attachments that are displayed as messages
*/
/*
* Respond above. (equal to: min-width)
* @param {string} $breakpoint - The breakpoint to respond above.
*/
/*
* Respond below. (equal to: max-width)
* @param {string} $breakpoint - The breakpoint to respond below.
*/
.backDrop {
  height: calc(100% - 70px);
  width: 100%;
  padding: 30px;
  top: 70px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(84, 83, 83, 0.5);
  border-radius: 0 0 10px 10px;
  z-index: 13; }
  .backDrop .popUpWindow::-webkit-scrollbar {
    display: none; }
  .backDrop .popUpWindow {
    width: 100%;
    max-height: 100%;
    overflow: scroll;
    padding: 30px;
    padding-top: 15px;
    padding-right: 20px;
    align-self: center;
    background-color: white;
    border-radius: 25px; }
    .backDrop .popUpWindow .popUpHeader {
      display: flex;
      flex-direction: row;
      position: relative;
      justify-content: space-between; }
      .backDrop .popUpWindow .popUpHeader .popUpTitle {
        font-size: 1rem;
        line-height: 1.5;
        font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-size: 14px;
        max-width: 80%; }
      .backDrop .popUpWindow .popUpHeader .popUpCloseBtn {
        cursor: pointer;
        width: 25px;
        height: 25px;
        padding: 0px;
        border: 0;
        background-color: unset; }
        .backDrop .popUpWindow .popUpHeader .popUpCloseBtn .popUpImg {
          width: 100%;
          height: 100%; }
    .backDrop .popUpWindow .popupContainer {
      margin-top: 10px; }
      .backDrop .popUpWindow .popupContainer .popUpImg {
        width: 100%; }
      .backDrop .popUpWindow .popupContainer .deliveryContainer {
        width: 100%;
        height: 100px;
        border: 1px solid #b5b5b5;
        border-radius: 10px;
        padding: 10px;
        display: flex; }
        .backDrop .popUpWindow .popupContainer .deliveryContainer .chooseDelivery {
          width: 10%;
          height: 100%;
          margin: 0px; }
        .backDrop .popUpWindow .popupContainer .deliveryContainer .deliveryInformation {
          font-size: 1rem;
          line-height: 1.5;
          font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
          font-weight: normal;
          font-size: 10px; }
      .backDrop .popUpWindow .popupContainer .activeDeliveryContainer {
        border: 0.5px solid red;
        box-shadow: 0 0 0 0.75px rgba(224, 109, 111, 0.486); }
    .backDrop .popUpWindow .sicherheitsImage {
      height: auto;
      width: 80%; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

.hidden {
  display: none !important; }

#sinch-cancel-livechat {
  display: none; }

#chatWindow {
  display: none; }
  #chatWindow {
    z-index: 9999;
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: min(460px, 100%);
    height: min(700px, 90%);
    max-height: 100%;
    max-width: 100%;
    box-sizing: border-box;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-size: 1rem;
    line-height: 1.5;
    font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
    font-weight: 400; }
    #chatWindow.mobile {
      bottom: 0 !important;
      left: 0 !important; }
      @media (max-height: 700px) and (min-width: 460px) {
        #chatWindow.mobile {
          height: 100%;
          width: 100%; } }
  #chatWindow #login-key-button {
    width: 12px;
    bottom: 5px;
    margin-bottom: 4px; }
  #chatWindow #chatLoginLink {
    display: inline; }
  #chatWindow #chatLogoutLink {
    display: none; }
  #chatWindow #logout-key-button {
    position: absolute;
    width: 12px;
    bottom: 5px; }
  #chatWindow #startMask {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px;
    height: 100%; }
  #chatWindow #startMask p {
    font-size: 16px;
    margin: 10px 0px 10px 0px;
    color: #545353; }
  #chatWindow .radio.horizontal {
    display: inline-block; }
  #chatWindow .radio.horizontal div {
    display: inline-block; }
  #chatWindow #chatHeader {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0 10px;
    Box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 70px;
    background-color: #c90c0f;
    color: #ffffff;
    cursor: move;
    background-repeat: repeat-x;
    box-sizing: border-box;
    touch-action: none;
    display: grid;
    grid-template-columns: 0.8fr repeat(2, 1fr) repeat(3, 0.3fr);
    grid-template-rows: 0.3fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-content: center;
    align-items: center; }
    #chatWindow #chatHeader .chat_menue_btn {
      background: none;
      border: none;
      cursor: pointer; }
    #chatWindow #chatHeader #chatIcon {
      grid-area: 1 / 1 / 2 / 2;
      background-color: white;
      height: 80px;
      max-height: 85%;
      aspect-ratio: 1 / 1;
      border-radius: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      top: 10px;
      z-index: 14; }
      #chatWindow #chatHeader #chatIcon img {
        width: 100%;
        aspect-ratio: 1 / 1; }
      @media screen and (max-width: 400px) {
        #chatWindow #chatHeader #chatIcon {
          top: 0px;
          position: unset; } }
    #chatWindow #chatHeader #chatTitle {
      grid-area: 1 / 2 / 2 / 4;
      font-size: 16px;
      font-weight: 700;
      color: #ffffff;
      align-self: center;
      margin-left: 10px;
      line-break: auto; }
    #chatWindow #chatHeader #chatMenueBtn {
      grid-area: 1 / 4 / 2 / 5;
      cursor: pointer;
      align-self: center; }
    #chatWindow #chatHeader #minimizeChatBtn {
      grid-area: 1 / 5 / 2 / 6;
      cursor: pointer;
      align-self: center;
      text-align: end; }
    #chatWindow #chatHeader #closeChatBtn {
      grid-area: 1 / 6 / 2 / 7;
      cursor: pointer;
      align-self: center;
      text-align: end; }
    #chatWindow #chatHeader #closeChatBtn:focus, #chatWindow #chatHeader #minimizeChatBtn:focus, #chatWindow #chatHeader #chatMenueBtn:focus {
      outline: 2px solid black; }
  #chatWindow #chatControls {
    font-size: 1rem;
    line-height: 1.5;
    font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
    font-weight: 400;
    height: 100%;
    max-height: calc(100% - 70px);
    width: 100%;
    position: absolute;
    left: 0;
    top: 70px;
    display: flex;
    flex-direction: row-reverse;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #545353;
    z-index: 11; }
    @media (max-width: 766px) {
      #chatWindow #chatControls {
        max-height: calc(100% - 55px); } }
    #chatWindow #chatControls .chat_menue_btn {
      background: none;
      border: none;
      cursor: pointer; }
    #chatWindow #chatControls #backdrop {
      width: 40%;
      height: 100%;
      background-color: #f5f5f5;
      opacity: 0.6;
      border-bottom-left-radius: 10px; }
    #chatWindow #chatControls #links {
      width: 60%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      box-shadow: -4px 2px 6px 0 rgba(0, 0, 0, 0.2);
      background-color: #ffffff;
      border-bottom-right-radius: 10px; }
      #chatWindow #chatControls #links #opal-logout {
        display: none; }
      #chatWindow #chatControls #links #ad-chatButton {
        display: none; }
      #chatWindow #chatControls #links button {
        color: #404040;
        cursor: pointer;
        border-bottom: 1px solid #BDBDBD;
        width: 80%;
        min-height: 50px;
        text-align: center;
        padding: 10px; }
      #chatWindow #chatControls #links button:last-child {
        border: none; }
  #chatWindow #chatBody {
    background-color: #d9d9d9;
    height: calc(100% - 70px);
    width: 100%;
    border-radius: 0 0 10px 10px;
    overflow: hidden; }
  #chatWindow #chatBody #chat .chatConversation {
    margin: 0;
    padding: 15px 15px 0 15px;
    height: max-content;
    max-height: 100%; }
  #chatWindow #chatFooter {
    display: none;
    padding: 0 15px;
    height: 25px;
    line-height: 25px; }
  #chatWindow #chatFooter a {
    font-size: 1rem;
    line-height: 1.5;
    font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: white;
    margin: 10px; }
  #chatWindow #chatFooter a:hover {
    text-decoration: underline; }
  #chatWindow #startChat {
    margin-bottom: 20px; }
  #chatWindow .button.button-medium {
    margin-left: auto;
    margin-right: auto; }
  #chatWindow .center {
    text-align: center; }
  #chatWindow .container-fluid {
    display: flex;
    max-width: 100%;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
    padding: 0; }
  #chatWindow h2 {
    font-size: 2rem;
    line-height: 1.25;
    font-family: Helvetica Neue LT W0187HvCnObl, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px; }
  #chatWindow a:hover {
    text-decoration: none; }
  #chatWindow #privacyButtonBack,
  #chatWindow #helpButtonBack {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
    transition: all .2s;
    text-decoration: none;
    text-transform: none;
    border: 0;
    outline: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 90% 100%, 0% 100%);
    color: white;
    background: #c90c0f;
    background-position: 0 100%;
    background-size: auto 200%;
    text-align: center;
    line-height: 1.2;
    font-size: 15px;
    padding: 6px 20px 7px 20px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto; }
  #chatWindow #privacyButtonBack:hover,
  #chatWindow #helpButtonBack:hover {
    color: black; }
  #chatWindow #startChat:hover {
    background-image: #003765;
    color: black; }
  @media (max-width: 449px) {
    #chatWindow #userMessageForm select,
    #chatWindow #userMessageForm textarea,
    #chatWindow #userMessageForm input,
    #chatWindow #userMessageForm button {
      font-size: 16px !important; }
    #chatWindow #startMask input {
      font-size: 16px; }
    #chatWindow.softkeyboard-active #chatBody {
      overflow: hidden; } }
  #chatWindow.minimized {
    display: none; }
  #chatWindow #inviteChatButton {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10000;
    margin: 0 20px 12px 0;
    background: none;
    border: none;
    border-radius: 50%; }
    #chatWindow #inviteChatButton img {
      width: 80px;
      cursor: pointer; }
  #chatWindow #avatar {
    width: 60px;
    cursor: pointer; }
    @media (min-width: 480px) {
      #chatWindow #avatar {
        width: 80px; } }
  #chatWindow #file-upload {
    display: none; }
  #chatWindow .custom-file-upload, #chatWindow .custom-file-upload-success {
    font-size: 1rem;
    line-height: 1.5;
    font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 0.5px;
    min-height: 45px;
    min-width: 140px;
    margin: 2px 15px 15px 2px;
    padding: 0.625rem 1.25rem;
    display: table-cell;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    border-radius: 4px;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    margin-bottom: 15px;
    margin-right: 0;
    background: #666666;
    background-position: 0 100%;
    background-size: auto 200%;
    color: white; }
    #chatWindow .custom-file-upload:focus, #chatWindow .custom-file-upload-success:focus {
      outline: 2px solid black; }
  #chatWindow .uploadButtonContentWrapper {
    display: flex; }
  #chatWindow .custom-file-upload-progress {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100px;
    background: none; }
    #chatWindow .custom-file-upload-progress .upload-text,
    #chatWindow .custom-file-upload-progress .upload-icon {
      display: none; }
  #chatWindow .custom-file-upload-success {
    cursor: not-allowed; }
  #chatWindow .custom-file-upload-failed {
    background: #c1002b;
    border-color: #90001c; }
  #chatWindow .upload-text {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 8px; }
  #chatWindow .upload-icon {
    height: 24px;
    margin: auto; }
  #chatWindow .removableAttachment {
    text-align: center; }
  #chatWindow .uploadSpinner {
    height: 100%; }
  #chatWindow #myForm {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px; }
    #chatWindow #myForm .formHeadline {
      font-size: 1rem;
      line-height: 1.5;
      font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
      font-weight: normal;
      width: 90%;
      margin-top: 15px;
      margin-bottom: 10px;
      text-align: left;
      font-size: 16px; }
    #chatWindow #myForm .formSubHeadline {
      font-size: 1rem;
      line-height: 1.5;
      font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-weight: normal;
      width: 90%;
      text-align: left;
      margin-bottom: 10px;
      font-size: 14px; }
    #chatWindow #myForm .inputContainer {
      width: 90%;
      margin-bottom: 20px;
      display: flex;
      flex-direction: column; }
      #chatWindow #myForm .inputContainer .formInput {
        width: 100%;
        height: 2.75rem;
        padding: .625rem 1rem;
        background-color: white !important;
        color: #545353;
        border: 1px solid black;
        -webkit-border-radius: .3125rem;
        border-radius: .3125rem;
        font-size: 14px;
        line-height: 1.5;
        text-align: left; }
      #chatWindow #myForm .inputContainer .inputErrorMessagge {
        display: none;
        color: #c90c0f; }
    #chatWindow #myForm .inputContainer.error .formInput {
      border-color: #c90c0f; }
    #chatWindow #myForm .inputContainer.error .inputErrorMessagge {
      display: unset; }
    #chatWindow #myForm .formInput:focus-visible {
      outline: 2px solid black; }
    #chatWindow #myForm #formButtonContainer {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      margin-top: 15px;
      margin-bottom: 15px; }
      #chatWindow #myForm #formButtonContainer .formButton {
        font-size: 1rem;
        line-height: 1.5;
        font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
        font-weight: normal;
        letter-spacing: 0.5px;
        min-height: 45px;
        min-width: 140px;
        margin: 2px 15px 15px 2px;
        padding: 0.625rem 1.25rem;
        display: table-cell;
        text-decoration: none;
        text-transform: none;
        text-align: center;
        border-radius: 4px;
        line-height: 1.2;
        cursor: pointer;
        transition: all 0.2s;
        background-color: #c90c0f;
        border: 1px solid #c90c0f;
        color: #ffffff;
        max-width: 40%;
        margin: 0; }
        #chatWindow #myForm #formButtonContainer .formButton:focus {
          outline: 2px solid black; }
        #chatWindow #myForm #formButtonContainer .formButton:hover {
          background-color: #a90000;
          border: 1px solid #a90000; }
      #chatWindow #myForm #formButtonContainer .formButton:disabled {
        font-size: 1rem;
        line-height: 1.5;
        font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
        font-weight: normal;
        letter-spacing: 0.5px;
        min-height: 45px;
        min-width: 140px;
        margin: 2px 15px 15px 2px;
        padding: 0.625rem 1.25rem;
        display: table-cell;
        text-decoration: none;
        text-transform: none;
        text-align: center;
        border-radius: 4px;
        line-height: 1.2;
        cursor: pointer;
        transition: all 0.2s;
        background-color: #b5b5b5;
        border: 1px solid #b5b5b5;
        color: #ffffff;
        max-width: 40%;
        margin: 0; }
        #chatWindow #myForm #formButtonContainer .formButton:disabled:focus {
          outline: 2px solid black; }
    #chatWindow #myForm select {
      -webkit-appearance: none;
      width: 90%;
      height: 2.75rem;
      padding: .625rem 1rem;
      background-color: white;
      color: #545353;
      border: 1px solid black;
      -webkit-border-radius: .3125rem;
      border-radius: .3125rem;
      font-size: 14px;
      line-height: 1.5;
      text-align: left; }
    #chatWindow #myForm select.dropdown {
      margin-bottom: 20px;
      background-image: linear-gradient(45deg, transparent 50%, #545353 50%), linear-gradient(135deg, #545353 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
      background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px), calc(100% - 2.8em) 0.5em;
      background-size: 5px 5px, 5px 5px, 1px 2em;
      background-repeat: no-repeat; }
      #chatWindow #myForm select.dropdown:focus-visible {
        outline: 2px solid black; }
  #chatWindow .container-fluid .attachmentContainer {
    border-radius: 25px; }
  #chatWindow .productSearchWrapper {
    background-color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 25px 25px 25px 0px;
    max-width: 370px; }
    #chatWindow .productSearchWrapper .productContainer {
      background-color: whitesmoke;
      border-radius: 25px;
      padding: 25px;
      margin-bottom: 20px; }
      #chatWindow .productSearchWrapper .productContainer.hidden {
        display: none; }
      #chatWindow .productSearchWrapper .productContainer .carouselContainer {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: start; }
        #chatWindow .productSearchWrapper .productContainer .carouselContainer .productSearchButtonRight {
          position: relative;
          top: 180px;
          margin: 0px 80px 0px 80px;
          background-color: white;
          border-radius: 50%;
          border: solid 1px #dadada;
          display: flex;
          cursor: pointer;
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="25" viewBox="0 -960 960 960" width="25"><path d="M543.846-480.231 353.538-671.308l22.231-22.231 212.539 213.308-212.539 212.539-22.231-22.231 190.308-190.308Z"/></svg>');
          background-position: center center;
          background-repeat: no-repeat;
          padding: 1em; }
        #chatWindow .productSearchWrapper .productContainer .carouselContainer .productSearchButtonLeft {
          position: relative;
          top: 180px;
          margin: 0px 80px 0px 80px;
          background-color: white;
          border-radius: 50%;
          border: solid 1px #dadada;
          display: flex;
          cursor: pointer;
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="25" viewBox="0 -960 960 960" width="25"><path d="M560.231-267.692 347.692-480.231l212.539-213.308 22.231 22.231-190.308 191.077 190.308 190.308-22.231 22.231Z"/></svg>');
          background-position: center center;
          background-repeat: no-repeat;
          padding: 1em; }
        #chatWindow .productSearchWrapper .productContainer .carouselContainer .productImage {
          height: 125px;
          mix-blend-mode: darken; }
      #chatWindow .productSearchWrapper .productContainer .productHeadlineContainer {
        margin-top: 10px; }
        #chatWindow .productSearchWrapper .productContainer .productHeadlineContainer .productManufacturer {
          font-size: 1rem;
          line-height: 1.5;
          font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
          font-weight: 400;
          font-size: 0.9rem; }
        #chatWindow .productSearchWrapper .productContainer .productHeadlineContainer .productName {
          font-size: 1rem;
          line-height: 1.5;
          font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
          font-weight: normal;
          font-style: italic;
          min-height: 50px; }
      #chatWindow .productSearchWrapper .productContainer .productInformationContainer {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        min-height: 50px;
        margin-top: 10px; }
        #chatWindow .productSearchWrapper .productContainer .productInformationContainer .productPriceContainer {
          font-size: 1rem;
          line-height: 1.5;
          font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
          font-weight: 400; }
          #chatWindow .productSearchWrapper .productContainer .productInformationContainer .productPriceContainer .productPrice {
            font-size: 1rem;
            line-height: 1.5;
            font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
            font-weight: normal;
            font-size: 18px;
            color: #c90c0f;
            font-style: italic; }
          #chatWindow .productSearchWrapper .productContainer .productInformationContainer .productPriceContainer .productPricePerLiter {
            font-size: 1rem;
            line-height: 1.5;
            font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
            font-weight: 400;
            font-size: 0.9rem; }
          #chatWindow .productSearchWrapper .productContainer .productInformationContainer .productPriceContainer .productVAT {
            font-size: 13px; }
          #chatWindow .productSearchWrapper .productContainer .productInformationContainer .productPriceContainer .energylabelContainer {
            box-sizing: border-box;
            display: inline-flex;
            font-family: "Helvetica Neue LT W01_71488914", Helvetica, Arial, sans-serif;
            color: white; }
            #chatWindow .productSearchWrapper .productContainer .productInformationContainer .productPriceContainer .energylabelContainer .energyLabelLetterContainer {
              background: none;
              color: inherit;
              border: none;
              padding: 0;
              font: inherit;
              cursor: pointer;
              outline: inherit;
              min-width: 34px;
              display: inline-flex;
              align-items: center;
              padding: 0px 8px;
              height: 18px; }
              #chatWindow .productSearchWrapper .productContainer .productInformationContainer .productPriceContainer .energylabelContainer .energyLabelLetterContainer .energyLabelLetter {
                font-size: 16px; }
              #chatWindow .productSearchWrapper .productContainer .productInformationContainer .productPriceContainer .energylabelContainer .energyLabelLetterContainer .energyLabelPlus {
                position: relative;
                font-size: 12px;
                top: -5px; }
            #chatWindow .productSearchWrapper .productContainer .productInformationContainer .productPriceContainer .energylabelContainer .energyLabelArrow {
              color: white;
              box-sizing: border-box;
              width: 0px;
              height: 0px;
              border-style: solid;
              border-color: transparent transparent transparent #c6d42c;
              border-width: 9px 0px 9px 9px; }
      #chatWindow .productSearchWrapper .productContainer .productAvailabilityContainer {
        margin-top: 10px;
        min-height: 50px;
        color: #666; }
        #chatWindow .productSearchWrapper .productContainer .productAvailabilityContainer .available {
          color: #007c34; }
        #chatWindow .productSearchWrapper .productContainer .productAvailabilityContainer .orderable {
          color: #b95200; }
    #chatWindow .productSearchWrapper .productActionsContainer {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-self: center;
      margin-top: 20px;
      border-radius: 10px; }
      #chatWindow .productSearchWrapper .productActionsContainer .productLink {
        font-size: 1rem;
        line-height: 1.5;
        font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
        font-weight: normal;
        letter-spacing: 0.5px;
        min-height: 45px;
        min-width: 140px;
        margin: 2px 15px 15px 2px;
        padding: 0.625rem 1.25rem;
        display: table-cell;
        text-decoration: none;
        text-transform: none;
        text-align: center;
        border-radius: 4px;
        line-height: 1.2;
        cursor: pointer;
        transition: all 0.2s;
        background-color: #b5b5b5;
        border: 1px solid #b5b5b5;
        color: #ffffff;
        font-size: 1rem;
        line-height: 1.5;
        font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
        font-weight: 400;
        margin: 5px;
        width: 100%;
        align-self: center;
        background-color: #666666;
        font-weight: 600;
        max-height: 45px; }
        #chatWindow .productSearchWrapper .productActionsContainer .productLink:focus {
          outline: 2px solid black; }
        #chatWindow .productSearchWrapper .productActionsContainer .productLink:focus {
          background-color: black; }
      #chatWindow .productSearchWrapper .productActionsContainer .popupButton {
        font-size: 1rem;
        line-height: 1.5;
        font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
        font-weight: normal;
        letter-spacing: 0.5px;
        min-height: 45px;
        min-width: 140px;
        margin: 2px 15px 15px 2px;
        padding: 0.625rem 1.25rem;
        display: table-cell;
        text-decoration: none;
        text-transform: none;
        text-align: center;
        border-radius: 4px;
        line-height: 1.2;
        cursor: pointer;
        transition: all 0.2s;
        background-color: #b5b5b5;
        border: 1px solid #b5b5b5;
        color: #ffffff;
        font-size: 1rem;
        line-height: 1.5;
        font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
        font-weight: 400;
        margin: 5px;
        width: 100%;
        align-self: center;
        background-color: #666666;
        font-weight: 600;
        max-height: 45px; }
        #chatWindow .productSearchWrapper .productActionsContainer .popupButton:focus {
          outline: 2px solid black; }
    #chatWindow .productSearchWrapper .pageIndicatorContainer {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      align-self: center; }
      #chatWindow .productSearchWrapper .pageIndicatorContainer .pageIndicator {
        width: 100%;
        min-height: 5px;
        background-color: #939393;
        border-radius: 10px; }
      #chatWindow .productSearchWrapper .pageIndicatorContainer .activePageIndicator {
        background-color: #474747; }
  #chatWindow .backDrop {
    height: calc(100% - 70px);
    width: 100%;
    padding: 30px;
    top: 70px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(84, 83, 83, 0.5);
    border-radius: 0 0 10px 10px;
    z-index: 13; }
    #chatWindow .backDrop .popUpWindow::-webkit-scrollbar {
      display: none; }
    #chatWindow .backDrop .popUpWindow {
      width: 100%;
      max-height: 100%;
      overflow: scroll;
      padding: 30px;
      padding-top: 15px;
      padding-right: 20px;
      align-self: center;
      background-color: white;
      border-radius: 25px; }
      #chatWindow .backDrop .popUpWindow .popUpHeader {
        display: flex;
        flex-direction: row;
        position: relative;
        justify-content: space-between; }
        #chatWindow .backDrop .popUpWindow .popUpHeader .popUpTitle {
          font-size: 1rem;
          line-height: 1.5;
          font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
          font-weight: normal;
          font-size: 14px;
          max-width: 80%; }
        #chatWindow .backDrop .popUpWindow .popUpHeader .popUpCloseBtn {
          cursor: pointer;
          width: 25px;
          height: 25px;
          padding: 0px;
          border: 0;
          background-color: unset; }
          #chatWindow .backDrop .popUpWindow .popUpHeader .popUpCloseBtn .popUpImg {
            width: 100%;
            height: 100%; }
      #chatWindow .backDrop .popUpWindow .popupContainer {
        margin-top: 10px; }
        #chatWindow .backDrop .popUpWindow .popupContainer .popUpImg {
          width: 100%; }
        #chatWindow .backDrop .popUpWindow .popupContainer .deliveryContainer {
          width: 100%;
          height: 100px;
          border: 1px solid #b5b5b5;
          border-radius: 10px;
          padding: 10px;
          display: flex; }
          #chatWindow .backDrop .popUpWindow .popupContainer .deliveryContainer .chooseDelivery {
            width: 10%;
            height: 100%;
            margin: 0px; }
          #chatWindow .backDrop .popUpWindow .popupContainer .deliveryContainer .deliveryInformation {
            font-size: 1rem;
            line-height: 1.5;
            font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
            font-weight: normal;
            font-size: 10px; }
        #chatWindow .backDrop .popUpWindow .popupContainer .activeDeliveryContainer {
          border: 0.5px solid red;
          box-shadow: 0 0 0 0.75px rgba(224, 109, 111, 0.486); }
      #chatWindow .backDrop .popUpWindow .sicherheitsImage {
        height: auto;
        width: 80%; }
  #chatWindow chat-component#startMask .content-header {
    margin-bottom: 30px; }
  #chatWindow chat-component#startMask .askSaveTranscript a {
    color: #c90c0f;
    text-decoration: underline; }
  #chatWindow chat-component#startMask .askSaveTranscript #startChat {
    font-size: 1rem;
    line-height: 1.5;
    font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 0.5px;
    min-height: 45px;
    min-width: 140px;
    margin: 2px 15px 15px 2px;
    padding: 0.625rem 1.25rem;
    display: table-cell;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    border-radius: 4px;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.2s;
    background-color: #c90c0f;
    border: 1px solid #c90c0f;
    color: #ffffff; }
    #chatWindow chat-component#startMask .askSaveTranscript #startChat:focus {
      outline: 2px solid black; }
    #chatWindow chat-component#startMask .askSaveTranscript #startChat:hover {
      background-color: #a90000;
      border: 1px solid #a90000; }
  #chatWindow chat-component#startMask .start-mask-message {
    background-color: #f9f9f9;
    width: 90%;
    min-height: 37px;
    border-bottom: 0;
    padding: 8px 10px;
    margin: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 20px 20px 20px 0;
    color: #545353;
    background-color: #ffffff;
    border: 1px solid #D8D8D8;
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      #chatWindow chat-component#startMask .start-mask-message {
        max-width: none; } }
    @media screen and (max-width: 374px) {
      #chatWindow chat-component#startMask .start-mask-message {
        max-width: none; } }
  #chatWindow chat-component#startMask .infotext {
    margin-bottom: 30px;
    margin-left: 10px; }
  #chatWindow chat-component#startMask #dsgvo-link:focus-visible {
    outline: 2px solid black; }
  #chatWindow chat-component#chat {
    padding: 0;
    height: 100%; }
    #chatWindow chat-component#chat .row {
      position: unset; }
    #chatWindow chat-component#chat .spinner {
      animation: rotator 1.4s linear infinite; }

@keyframes rotator {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }

@keyframes colors {
  0% {
    stroke: #b4da04; }
  100% {
    stroke: #73c72b; } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg); } }
    #chatWindow chat-component#chat > .container-fluid {
      height: 100%;
      padding-right: 0px; }
    #chatWindow chat-component#chat .button.primary {
      font-size: 1rem;
      line-height: 1.5;
      font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
      font-weight: normal;
      letter-spacing: 0.5px;
      min-height: 45px;
      min-width: 140px;
      margin: 2px 15px 15px 2px;
      padding: 0.625rem 1.25rem;
      display: table-cell;
      text-decoration: none;
      text-transform: none;
      text-align: center;
      border-radius: 4px;
      line-height: 1.2;
      cursor: pointer;
      transition: all 0.2s;
      background-color: #b5b5b5;
      border: 1px solid #b5b5b5;
      color: #ffffff; }
      #chatWindow chat-component#chat .button.primary:focus {
        outline: 2px solid black; }
    #chatWindow chat-component#chat .button.submit {
      width: 47px;
      height: 47px;
      background-color: #c90c0f;
      border-radius: 50%;
      border: none;
      display: flex;
      justify-content: center;
      align-items: center; }
    #chatWindow chat-component#chat .button.submit:hover {
      background-color: #a90000; }
    #chatWindow chat-component#chat .chatConversation {
      word-wrap: break-word;
      overflow-y: auto; }
      #chatWindow chat-component#chat .chatConversation .loading {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.58);
        z-index: 100;
        display: flex;
        align-items: center; }
        #chatWindow chat-component#chat .chatConversation .loading .spinner {
          margin-left: auto;
          margin-right: auto; }
        #chatWindow chat-component#chat .chatConversation .loading .path {
          stroke-dasharray: 187;
          stroke-dashoffset: 0;
          transform-origin: center;
          animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }
      #chatWindow chat-component#chat .chatConversation #buttonContainer {
        position: relative;
        margin-left: 15px; }
        #chatWindow chat-component#chat .chatConversation #buttonContainer :last-child {
          left: unset;
          right: 75px; }
      #chatWindow chat-component#chat .chatConversation .iconLink {
        margin-left: 8px;
        margin-right: 8px; }
      #chatWindow chat-component#chat .chatConversation .video {
        display: block;
        max-width: 90%;
        max-height: 100%;
        border-radius: 4px; }
        #chatWindow chat-component#chat .chatConversation .video:hover {
          opacity: 0.7; }
      #chatWindow chat-component#chat .chatConversation .playButton {
        z-index: 1000;
        position: relative;
        top: -114px;
        left: calc(90% / 2 - 7.5px);
        border-style: solid;
        border-width: 15px 0 15px 25px;
        border-color: transparent transparent transparent #ffffff;
        cursor: pointer; }
        @media screen and (max-width: 767px) {
          #chatWindow chat-component#chat .chatConversation .playButton {
            top: -100px; } }
        @media screen and (max-width: 374px) {
          #chatWindow chat-component#chat .chatConversation .playButton {
            top: -92px; } }
      #chatWindow chat-component#chat .chatConversation .playButton:focus {
        outline: none; }
      #chatWindow chat-component#chat .chatConversation .buttonCircle {
        z-index: 100;
        height: 48px;
        width: 48px;
        border-radius: 1000px;
        background-color: #c90c0f;
        position: relative;
        top: -122px;
        left: calc(90% / 2 - 24px);
        float: left;
        cursor: pointer; }
        @media screen and (max-width: 767px) {
          #chatWindow chat-component#chat .chatConversation .buttonCircle {
            top: -110px; } }
        @media screen and (max-width: 374px) {
          #chatWindow chat-component#chat .chatConversation .buttonCircle {
            top: -100px; } }
      #chatWindow chat-component#chat .chatConversation .attachmentContainer {
        padding: 0;
        margin: 8px; }
        #chatWindow chat-component#chat .chatConversation .attachmentContainer .button {
          font-size: 1rem;
          line-height: 1.5;
          font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
          font-weight: normal;
          letter-spacing: 0.5px;
          min-height: 45px;
          min-width: 140px;
          margin: 2px 15px 15px 2px;
          padding: 0.625rem 1.25rem;
          display: table-cell;
          text-decoration: none;
          text-transform: none;
          text-align: center;
          border-radius: 4px;
          line-height: 1.2;
          cursor: pointer;
          transition: all 0.2s;
          background-color: #c90c0f;
          border: 1px solid #c90c0f;
          color: #ffffff; }
          #chatWindow chat-component#chat .chatConversation .attachmentContainer .button:focus {
            outline: 2px solid black; }
          #chatWindow chat-component#chat .chatConversation .attachmentContainer .button:hover {
            background-color: #a90000;
            border: 1px solid #a90000; }
          #chatWindow chat-component#chat .chatConversation .attachmentContainer .button.back {
            font-size: 1rem;
            line-height: 1.5;
            font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
            font-weight: normal;
            letter-spacing: 0.5px;
            min-height: 45px;
            min-width: 140px;
            margin: 2px 15px 15px 2px;
            padding: 0.625rem 1.25rem;
            display: table-cell;
            text-decoration: none;
            text-transform: none;
            text-align: center;
            border-radius: 4px;
            line-height: 1.2;
            cursor: pointer;
            transition: all 0.2s;
            background-color: #ffffff;
            border: 1px solid #ffffff;
            color: #545353; }
            #chatWindow chat-component#chat .chatConversation .attachmentContainer .button.back:focus {
              outline: 2px solid black; }
          #chatWindow chat-component#chat .chatConversation .attachmentContainer .button.cancel {
            font-size: 1rem;
            line-height: 1.5;
            font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
            font-weight: normal;
            letter-spacing: 0.5px;
            min-height: 45px;
            min-width: 140px;
            margin: 2px 15px 15px 2px;
            padding: 0.625rem 1.25rem;
            display: table-cell;
            text-decoration: none;
            text-transform: none;
            text-align: center;
            border-radius: 4px;
            line-height: 1.2;
            cursor: pointer;
            transition: all 0.2s;
            background-color: #ffffff;
            border: 1px solid #ffffff;
            color: #545353; }
            #chatWindow chat-component#chat .chatConversation .attachmentContainer .button.cancel:focus {
              outline: 2px solid black; }
          #chatWindow chat-component#chat .chatConversation .attachmentContainer .button.secondary {
            font-size: 1rem;
            line-height: 1.5;
            font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
            font-weight: normal;
            letter-spacing: 0.5px;
            min-height: 45px;
            min-width: 140px;
            margin: 2px 15px 15px 2px;
            padding: 0.625rem 1.25rem;
            display: table-cell;
            text-decoration: none;
            text-transform: none;
            text-align: center;
            border-radius: 4px;
            line-height: 1.2;
            cursor: pointer;
            transition: all 0.2s;
            background-color: #ffffff;
            border: 1px solid #ffffff;
            color: #545353; }
            #chatWindow chat-component#chat .chatConversation .attachmentContainer .button.secondary:focus {
              outline: 2px solid black; }
        #chatWindow chat-component#chat .chatConversation .attachmentContainer.displayTitle .attachmentTitle {
          background: #f5f5f5;
          color: #6e6e6e;
          padding: 10px;
          border-radius: 4px 4px 4px 4px;
          margin-bottom: 20px;
          margin-left: 15px; }
        #chatWindow chat-component#chat .chatConversation .attachmentContainer .attachmentContentWrapper {
          max-width: 100%;
          max-height: 100%;
          padding-top: 10px;
          padding-bottom: 10px;
          padding-right: 10px;
          padding-left: 15px;
          margin-left: 15px;
          border-color: #8e8e8e;
          border-color: #6e6e6e;
          display: table; }
        #chatWindow chat-component#chat .chatConversation .attachmentContainer .attachmentthumbnail {
          display: table-cell;
          vertical-align: middle;
          margin-top: 3px; }
        #chatWindow chat-component#chat .chatConversation .attachmentContainer .imageAttachment {
          height: auto;
          cursor: pointer;
          transition: 0.3s;
          background-color: #f9f9f9;
          border: 1px solid #EEE;
          border-radius: 4px;
          padding: 8px 10px;
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
          max-width: 90%;
          margin-bottom: 20px; }
          #chatWindow chat-component#chat .chatConversation .attachmentContainer .imageAttachment:hover {
            opacity: 0.7; }
        #chatWindow chat-component#chat .chatConversation .attachmentContainer .modal {
          display: none;
          position: fixed;
          z-index: 1000000;
          padding-top: 100px;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: black;
          background-color: rgba(0, 0, 0, 0.9); }
        #chatWindow chat-component#chat .chatConversation .attachmentContainer .modal-content {
          margin: auto;
          display: block;
          width: 80%;
          max-height: 100%;
          max-width: 700px;
          background-color: transparent;
          object-fit: contain; }
        #chatWindow chat-component#chat .chatConversation .attachmentContainer .close {
          position: absolute;
          top: 15px;
          right: 35px;
          color: #f1f1f1;
          font-size: 40px;
          font-weight: bold;
          transition: 0.3s; }
        #chatWindow chat-component#chat .chatConversation .attachmentContainer .close:hover,
        #chatWindow chat-component#chat .chatConversation .attachmentContainer .close:focus {
          color: #bbb;
          text-decoration: none;
          cursor: pointer; }
        @media only screen and (max-width: 700px) {
          #chatWindow chat-component#chat .chatConversation .attachmentContainer .modal-content {
            width: 100%; } }
        #chatWindow chat-component#chat .chatConversation .attachmentContainer .iconPlaceholder {
          margin-top: 1px;
          margin-bottom: -10px;
          margin-left: 5px; }
        #chatWindow chat-component#chat .chatConversation .attachmentContainer .attachmentLinkContainer {
          display: flex;
          justify-content: center;
          flex-direction: row; }
          #chatWindow chat-component#chat .chatConversation .attachmentContainer .attachmentLinkContainer .attachmentLink {
            font-size: 1rem;
            line-height: 1.5;
            font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
            font-weight: normal;
            letter-spacing: 0.5px;
            min-height: 45px;
            min-width: 140px;
            margin: 2px 15px 15px 2px;
            padding: 0.625rem 1.25rem;
            display: table-cell;
            text-decoration: none;
            text-transform: none;
            text-align: center;
            border-radius: 4px;
            line-height: 1.2;
            cursor: pointer;
            transition: all 0.2s;
            background-color: #b5b5b5;
            border: 1px solid #b5b5b5;
            color: #ffffff;
            background-color: #6e6e6e;
            display: flex;
            justify-content: space-evenly;
            flex-direction: row;
            text-align: left; }
            #chatWindow chat-component#chat .chatConversation .attachmentContainer .attachmentLinkContainer .attachmentLink:focus {
              outline: 2px solid black; }
            #chatWindow chat-component#chat .chatConversation .attachmentContainer .attachmentLinkContainer .attachmentLink #linkIcon {
              aspect-ratio: 1/1;
              height: 20px;
              margin-right: 10px;
              color: #ffffff;
              align-self: center; }
      #chatWindow chat-component#chat .chatConversation div .image {
        background-color: #f9f9f9;
        border: 1px solid #EEE;
        border-radius: 4px;
        padding: 8px 10px;
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
        max-width: 90%;
        margin-bottom: 20px; }
      #chatWindow chat-component#chat .chatConversation div .video {
        background-color: #f9f9f9;
        border: 1px solid #EEE;
        border-radius: 4px;
        padding: 8px 10px;
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
        max-width: 90%;
        margin-bottom: 20px; }
      #chatWindow chat-component#chat .chatConversation .attachmentContainerAction {
        border: 2px solid black;
        display: inline-block; }
      #chatWindow chat-component#chat .chatConversation .attachmentContainerAccordion {
        background: #f0f0f0;
        border-radius: 4px 4px 4px 4px;
        padding: 0;
        margin-bottom: 30px; }
        #chatWindow chat-component#chat .chatConversation .attachmentContainerAccordion .attachmentContentWrapper {
          margin-left: 15px;
          font-size: 14px; }
      #chatWindow chat-component#chat .chatConversation .accordiontext {
        font-size: 14px;
        text-align: justify; }
      #chatWindow chat-component#chat .chatConversation .divAttachmentAccordion {
        width: 250px;
        height: 40px;
        overflow: auto; }
      #chatWindow chat-component#chat .chatConversation .accordionLink {
        white-space: pre-wrap;
        cursor: pointer;
        font-size: 14px;
        justify-content: center; }
      #chatWindow chat-component#chat .chatConversation .material-icons.accordion-icon {
        height: auto;
        float: left;
        margin-bottom: 5px;
        margin-left: 10px; }
      #chatWindow chat-component#chat .chatConversation .scrollDownAnchor {
        position: absolute;
        bottom: 129px;
        right: 70px;
        z-index: 1; }
        #chatWindow chat-component#chat .chatConversation .scrollDownAnchor .scrollDownButton {
          cursor: pointer;
          position: fixed;
          background: #c90c0f;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          border: none;
          background-image: url("./toomExpandMoreWhite.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 30px 30px; }
          #chatWindow chat-component#chat .chatConversation .scrollDownAnchor .scrollDownButton:focus-visible {
            outline: 2px solid black; }
      #chatWindow chat-component#chat .chatConversation .message .messageText {
        background-color: #f9f9f9;
        width: 90%;
        min-height: 37px;
        border-bottom: 0;
        padding: 8px 10px;
        margin: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 20px 20px 20px 0;
        position: relative; }
        #chatWindow chat-component#chat .chatConversation .message .messageText .operator {
          font-weight: bold; }
          #chatWindow chat-component#chat .chatConversation .message .messageText .operator:after {
            content: ' '; }
        #chatWindow chat-component#chat .chatConversation .message .messageText .time {
          display: none; }
        #chatWindow chat-component#chat .chatConversation .message .messageText .operator,
        #chatWindow chat-component#chat .chatConversation .message .messageText .time,
        #chatWindow chat-component#chat .chatConversation .message .messageText .text {
          font-size: 16px; }
        #chatWindow chat-component#chat .chatConversation .message .messageText:focus {
          outline: 2px solid black; }
      #chatWindow chat-component#chat .chatConversation .message {
        margin-bottom: 20px; }
        #chatWindow chat-component#chat .chatConversation .message.outgoing .messageText {
          margin-left: auto;
          color: #404040;
          background-color: #DDFFD8;
          border: 1.5px solid #BAD5C3;
          border-radius: 20px 20px 0px 20px; }
        #chatWindow chat-component#chat .chatConversation .message.incoming .messageText {
          color: #404040;
          background-color: #ffffff;
          border: 1.5px solid #D8D8D8;
          border-radius: 20px 20px 20px 0px;
          position: relative; }
          #chatWindow chat-component#chat .chatConversation .message.incoming .messageText a {
            color: #545353;
            text-decoration: underline; }
      #chatWindow chat-component#chat .chatConversation.incoming .messageText, #chatWindow chat-component#chat .chatConversation.outgoing .messageText {
        margin: 5px 0px 5px 5px; }
      #chatWindow chat-component#chat .chatConversation.incoming a, #chatWindow chat-component#chat .chatConversation.outgoing a {
        color: #545353;
        text-decoration: underline; }
      #chatWindow chat-component#chat .chatConversation > .incoming {
        margin-top: 10px; }
      #chatWindow chat-component#chat .chatConversation > .incoming ~ .incoming {
        margin-top: 0; }
    #chatWindow chat-component#chat #userMessageForm {
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      background-color: #ffffff; }
      #chatWindow chat-component#chat #userMessageForm .inputTextArea {
        font-size: 1rem;
        line-height: 1.5;
        font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
        font-weight: 400;
        width: calc(100% - 44px - 44px);
        padding: 10px 0 0 20px;
        margin: 14px 10px 10px 10px;
        border-radius: 24px;
        border-color: #bbbbbb;
        background: #ffffff;
        color: black;
        resize: none;
        box-shadow: none !important;
        float: left;
        font-size: 16px;
        max-height: 150px;
        overflow-y: hidden;
        box-sizing: border-box;
        resize: none;
        display: flex;
        justify-content: center; }
        #chatWindow chat-component#chat #userMessageForm .inputTextArea:focus {
          outline: 2px solid black; }
        #chatWindow chat-component#chat #userMessageForm .inputTextArea:disabled {
          background: #ffffff;
          cursor: not-allowed; }
        #chatWindow chat-component#chat #userMessageForm .inputTextArea ~ .submit {
          margin: 15px 10px 6px 10px; }
          #chatWindow chat-component#chat #userMessageForm .inputTextArea ~ .submit:disabled {
            cursor: not-allowed;
            background: #aeaeae; }
          #chatWindow chat-component#chat #userMessageForm .inputTextArea ~ .submit img {
            display: inline-block;
            color: #404040;
            width: 25px;
            height: 25px;
            margin-left: 5px; }
    #chatWindow chat-component#chat .listUnstyled {
      list-style: none;
      padding-left: 0;
      padding-right: 0; }
    #chatWindow chat-component#chat .download {
      text-decoration: none;
      color: #c90c0f;
      font-size: 14px;
      line-height: 1.5; }
    #chatWindow chat-component#chat .message-feedback-button {
      cursor: pointer;
      margin-right: 4%; }
    #chatWindow chat-component#chat .thumb-down {
      transform: scale(-1, 1); }
    #chatWindow chat-component#chat .thumb-down {
      color: red;
      user-select: none; }
    #chatWindow chat-component#chat .thumb-up {
      color: green;
      user-select: none; }
    #chatWindow chat-component#chat .thumb-down.md-inactive {
      color: rgba(0, 0, 0, 0.26); }
    #chatWindow chat-component#chat .thumb-up.md-inactive {
      color: rgba(0, 0, 0, 0.26); }
    #chatWindow chat-component#chat .md-inactive.thumb-down:hover {
      color: rgba(0, 0, 0, 0.56); }
    #chatWindow chat-component#chat .md-inactive.thumb-up:hover {
      color: rgba(0, 0, 0, 0.56); }
    #chatWindow chat-component#chat .rating-element-container {
      text-align: right;
      display: block; }
    #chatWindow chat-component#chat .md-inactive {
      color: rgba(0, 0, 0, 0.26); }
    #chatWindow chat-component#chat .icon {
      width: 20px;
      height: auto;
      float: left;
      margin: 10px;
      margin-top: 3px; }
    #chatWindow chat-component#chat .icon-before-open:before {
      margin: 5px;
      margin-left: 15px;
      vertical-align: middle;
      font-family: 'Material Icons';
      content: 'expand_more';
      color: #888; }
    #chatWindow chat-component#chat .icon-before-close:before {
      margin: 5px;
      margin-left: 15px;
      vertical-align: middle;
      font-family: 'Material Icons';
      content: 'expand_less';
      color: #888; }
    #chatWindow chat-component#chat #sinch-terminate-livechat {
      display: none; }
    #chatWindow chat-component#chat .statusMessage {
      font-size: 1rem;
      line-height: 1.5;
      font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
      font-weight: 400;
      text-align: center; }
    #chatWindow chat-component#chat .button.submit:focus-visible {
      outline: 2px solid black; }
    #chatWindow chat-component#chat #buttonListContainer {
      background-color: #f9f9f9;
      width: 90%;
      min-height: 37px;
      border-bottom: 0;
      padding: 8px 10px;
      margin: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 20px 20px 20px 0;
      margin: 8px;
      margin-bottom: 20px;
      text-align: left; }
      #chatWindow chat-component#chat #buttonListContainer #buttonListHeadline {
        font-size: 1rem;
        line-height: 1.5;
        font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-weight: 900;
        font-size: 20px;
        margin-left: 10px; }
      #chatWindow chat-component#chat #buttonListContainer .buttonListButton {
        background: none;
        color: inherit;
        border: none;
        padding: 0;
        font: inherit;
        cursor: pointer;
        outline: inherit;
        font-size: 1rem;
        line-height: 1.5;
        font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
        font-weight: 400;
        background-color: #f0f0f0;
        border: 1px solid #f9f9f9;
        margin: 7px 10px;
        padding: 10px;
        font-weight: bold;
        font-style: italic;
        text-align: left;
        font-size: 16px;
        cursor: pointer;
        width: calc(100% - 20px); }
        #chatWindow chat-component#chat #buttonListContainer .buttonListButton:hover {
          border: 1px solid #545353; }
        #chatWindow chat-component#chat #buttonListContainer .buttonListButton:focus {
          border: 1px solid #545353; }
      #chatWindow chat-component#chat #buttonListContainer #buttonListShowMore {
        background: none;
        color: inherit;
        border: none;
        padding: 0;
        font: inherit;
        cursor: pointer;
        outline: inherit;
        font-size: 1rem;
        line-height: 1.5;
        font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
        font-weight: 400;
        margin: 10px 10px 15px 10px;
        border-radius: 0;
        border: 2.5px solid #d5d5d5;
        padding: 10px;
        font-weight: bold;
        font-size: 16px;
        width: unset;
        text-align: center;
        cursor: pointer;
        width: calc(100% - 20px); }
        #chatWindow chat-component#chat #buttonListContainer #buttonListShowMore:hover {
          border: 2.5px solid #545353; }
        #chatWindow chat-component#chat #buttonListContainer #buttonListShowMore:focus {
          border: 2.5px solid #545353; }
    #chatWindow chat-component#chat #buttonUlListElement {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    #chatWindow chat-component#chat .dayp-container {
      margin: auto;
      background-color: #ffffff;
      width: 217px; }
    #chatWindow chat-component#chat .dayp-day {
      font-size: 12px;
      font-weight: bold;
      padding: 0px;
      margin: 0px;
      border-radius: 0px;
      width: 31px;
      height: 31px; }
      #chatWindow chat-component#chat .dayp-day:hover {
        background-color: #c90c0f;
        border: none;
        color: #ffffff; }
      #chatWindow chat-component#chat .dayp-day:focus {
        background-color: #f5f5f5;
        border: none; }
    #chatWindow chat-component#chat .marketSearchAttachment {
      background-color: #f9f9f9;
      width: 90%;
      min-height: 37px;
      border-bottom: 0;
      padding: 8px 10px;
      margin: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 20px 20px 20px 0; }
      #chatWindow chat-component#chat .marketSearchAttachment #title {
        font-size: larger;
        font-weight: 800;
        margin: 0;
        padding: 0 10px 0 10px; }
      #chatWindow chat-component#chat .marketSearchAttachment #marketSelection {
        padding: 0 10px 0 10px;
        margin-bottom: 2px; }
      #chatWindow chat-component#chat .marketSearchAttachment #showMoreMarketsBtn {
        margin: 10px 10px 5px 10px;
        cursor: pointer;
        background: none;
        border: none; }
      #chatWindow chat-component#chat .marketSearchAttachment .market {
        margin: auto;
        padding: 10px 10px 14px 10px;
        border-bottom: 1px solid #545353; }
        #chatWindow chat-component#chat .marketSearchAttachment .market .marketDetailsHeader {
          display: flex;
          justify-content: space-between;
          flex-direction: row;
          margin-bottom: -4px; }
          #chatWindow chat-component#chat .marketSearchAttachment .market .marketDetailsHeader div {
            display: flex;
            flex-direction: column; }
            #chatWindow chat-component#chat .marketSearchAttachment .market .marketDetailsHeader div .marketName {
              font-weight: 600;
              text-decoration: underline;
              cursor: pointer; }
            #chatWindow chat-component#chat .marketSearchAttachment .market .marketDetailsHeader div .distance {
              align-self: flex-start; }
          #chatWindow chat-component#chat .marketSearchAttachment .market .marketDetailsHeader .openingState {
            max-width: 40%;
            text-align: right;
            display: flex;
            flex-direction: row-reverse; }
            #chatWindow chat-component#chat .marketSearchAttachment .market .marketDetailsHeader .openingState .openingStateText {
              max-width: 70%; }
          #chatWindow chat-component#chat .marketSearchAttachment .market .marketDetailsHeader .openIcon {
            width: 18px;
            height: 18px;
            fill: #007c34;
            background-size: cover;
            padding: 5px; }
          #chatWindow chat-component#chat .marketSearchAttachment .market .marketDetailsHeader .open {
            color: #007c34;
            font-size: 0.82em;
            font-weight: 600; }
            #chatWindow chat-component#chat .marketSearchAttachment .market .marketDetailsHeader .open .openIcon {
              background-image: url("./toomOpenIcon.svg"); }
          #chatWindow chat-component#chat .marketSearchAttachment .market .marketDetailsHeader .closed {
            color: #c90c0f;
            font-size: 0.82em;
            font-weight: 600; }
            #chatWindow chat-component#chat .marketSearchAttachment .market .marketDetailsHeader .closed .openIcon {
              background-image: url("./toomCloseIcon.svg"); }
        #chatWindow chat-component#chat .marketSearchAttachment .market .header {
          font-weight: 600;
          font-size: 0.82em;
          margin: unset; }
        #chatWindow chat-component#chat .marketSearchAttachment .market .address {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          margin-bottom: 4px; }
        #chatWindow chat-component#chat .marketSearchAttachment .market .showDetailsContainer {
          margin-top: 10px; }
        #chatWindow chat-component#chat .marketSearchAttachment .market .showDetails {
          text-decoration: underline;
          margin: 10px 0 10px 0;
          cursor: pointer;
          font-weight: 600;
          font-size: 0.82em;
          background: none;
          border: none; }
        #chatWindow chat-component#chat .marketSearchAttachment .market .detailsIcon {
          width: 18px;
          height: 18px;
          margin: 0 0 5px 5px;
          cursor: pointer;
          background-size: cover;
          transform: rotate(0deg); }
          #chatWindow chat-component#chat .marketSearchAttachment .market .detailsIcon.rotated {
            transform: rotate(180deg); }
        #chatWindow chat-component#chat .marketSearchAttachment .market .marketDetailContainer {
          margin-top: 4px; }
          #chatWindow chat-component#chat .marketSearchAttachment .market .marketDetailContainer .address {
            margin-bottom: 4px; }
          #chatWindow chat-component#chat .marketSearchAttachment .market .marketDetailContainer .phoneNumber {
            margin: 0 0 6px 0; }
          #chatWindow chat-component#chat .marketSearchAttachment .market .marketDetailContainer .openingHours .hidden {
            display: none; }
          #chatWindow chat-component#chat .marketSearchAttachment .market .marketDetailContainer .openingHours #openDaysContainer {
            display: grid;
            grid-template-columns: 22% auto; }
      #chatWindow chat-component#chat .marketSearchAttachment #MarketSearchStateButton {
        padding: 15px 10px 15px 10px;
        text-decoration: underline;
        cursor: pointer; }
    #chatWindow chat-component#chat .message.incoming.marketDetailAttachment {
      background-color: #f9f9f9;
      width: 90%;
      min-height: 37px;
      border-bottom: 0;
      padding: 8px 10px;
      margin: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 20px 20px 20px 0; }
      #chatWindow chat-component#chat .message.incoming.marketDetailAttachment .marketTitle {
        font-weight: bolder;
        margin-top: 0px; }
      #chatWindow chat-component#chat .message.incoming.marketDetailAttachment .title {
        font-weight: bold;
        padding-top: 20px; }
      #chatWindow chat-component#chat .message.incoming.marketDetailAttachment #addressContainer .place {
        display: flex;
        flex-direction: row; }
        #chatWindow chat-component#chat .message.incoming.marketDetailAttachment #addressContainer .place .city {
          padding-left: 5px; }
      #chatWindow chat-component#chat .message.incoming.marketDetailAttachment #openingHoursContainer .openingHours .hidden {
        display: none; }
      #chatWindow chat-component#chat .message.incoming.marketDetailAttachment #openingHoursContainer .openingHours #openDaysContainer {
        display: grid;
        grid-template-columns: 22% auto; }
      #chatWindow chat-component#chat .message.incoming.marketDetailAttachment #showMoreMarketsBtn {
        margin-top: 10px; }
    #chatWindow chat-component#chat #typeahead {
      position: absolute;
      width: 90%;
      background-color: #fff;
      box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.25);
      bottom: 60px;
      left: 10px; }
      #chatWindow chat-component#chat #typeahead .placeOptionParent {
        margin-bottom: 10px;
        margin-left: 10px; }
      #chatWindow chat-component#chat #typeahead .marketOptionParent {
        margin-left: 10px; }
      #chatWindow chat-component#chat #typeahead .toomMarketsTitle,
      #chatWindow chat-component#chat #typeahead .toomOptionsTitle {
        font-size: 1rem;
        line-height: 1.5;
        font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
        font-weight: normal;
        color: #007c34;
        font-size: 0.75rem;
        line-height: 1.5;
        padding: 10px;
        margin-bottom: unset; }
      #chatWindow chat-component#chat #typeahead .logoImg {
        margin-top: 3px;
        height: 13px;
        width: 25px;
        margin-right: 0.625rem; }
      #chatWindow chat-component#chat #typeahead .option {
        padding: 0px 10px 10px 10px;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        font-size: 0.875rem; }
        #chatWindow chat-component#chat #typeahead .option .matched {
          font-weight: bold; }
        #chatWindow chat-component#chat #typeahead .option .secondaryPrediction {
          color: #b2b2b2;
          padding-left: 5px; }
        #chatWindow chat-component#chat #typeahead .option .leadingSpace {
          padding-left: 5px; }
    #chatWindow chat-component#chat #accordionList {
      font-size: 1rem;
      line-height: 1.5;
      font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
      font-weight: 400;
      background-color: white;
      margin: 8px;
      padding: 15px;
      border-radius: 10px; }
      #chatWindow chat-component#chat #accordionList #title {
        font-size: larger;
        font-weight: bold;
        margin-bottom: 20px; }
      #chatWindow chat-component#chat #accordionList .listElement {
        background-color: #f0f0f0;
        margin: 12px 0 12px 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start; }
        #chatWindow chat-component#chat #accordionList .listElement .header {
          font-size: 1rem;
          line-height: 1.5;
          font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
          font-weight: normal;
          width: 100%;
          margin: 0;
          padding: 10px 0;
          display: flex;
          flex-direction: row;
          justify-content: space-between; }
          #chatWindow chat-component#chat #accordionList .listElement .header .title {
            padding-left: 10px;
            margin: auto 0; }
          #chatWindow chat-component#chat #accordionList .listElement .header .showDetailsBtn .detailsIcon {
            background-image: url("./toomExpandMoreBlack.svg");
            width: 25px;
            height: 25px;
            margin: 3px;
            margin-right: 10px;
            background-size: cover;
            transform: rotate(0deg); }
        #chatWindow chat-component#chat #accordionList .listElement .description {
          display: none;
          flex-direction: column;
          padding: 10px;
          background-color: white;
          font-weight: normal;
          cursor: default; }
          #chatWindow chat-component#chat #accordionList .listElement .description .sendMessage {
            background: none;
            color: inherit;
            border: none;
            padding: 0;
            font: inherit;
            cursor: pointer;
            outline: inherit;
            color: #c90c0f;
            font-weight: bold;
            cursor: pointer;
            font-style: italic;
            margin-top: 2px;
            text-align: left; }
            #chatWindow chat-component#chat #accordionList .listElement .description .sendMessage::after {
              content: url("./toomArrowRightRed.svg");
              vertical-align: middle;
              display: inline-block;
              width: 19px;
              height: 25px; }
            #chatWindow chat-component#chat #accordionList .listElement .description .sendMessage.first {
              margin-top: 10px; }
            #chatWindow chat-component#chat #accordionList .listElement .description .sendMessage:focus {
              border: 1px solid black; }
          #chatWindow chat-component#chat #accordionList .listElement .description .link {
            margin-top: 2px; }
            #chatWindow chat-component#chat #accordionList .listElement .description .link.first {
              margin-top: 10px; }
        #chatWindow chat-component#chat #accordionList .listElement.active .header {
          background-color: #c90c0f;
          color: #ffffff; }
          #chatWindow chat-component#chat #accordionList .listElement.active .header .detailsIcon {
            background-image: url("./toomExpandMoreWhite.svg");
            transform: rotate(180deg); }
        #chatWindow chat-component#chat #accordionList .listElement.active .description {
          display: flex; }
      #chatWindow chat-component#chat #accordionList .link {
        color: #545353;
        text-decoration: underline;
        cursor: pointer; }
      #chatWindow chat-component#chat #accordionList #showMoreLink {
        font-weight: bold; }
    #chatWindow chat-component#chat .retoureListContainer {
      background-color: #f9f9f9;
      width: 90%;
      min-height: 37px;
      border-bottom: 0;
      padding: 8px 10px;
      margin: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 20px 20px 20px 0;
      margin: 8px;
      margin-bottom: 20px;
      text-align: left;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      #chatWindow chat-component#chat .retoureListContainer .retoureListHeadline {
        font-size: 1rem;
        line-height: 1.5;
        font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-weight: 800;
        font-size: larger;
        margin-left: 10px; }
      #chatWindow chat-component#chat .retoureListContainer .retoureListItemContainer::-webkit-scrollbar {
        display: none; }
      #chatWindow chat-component#chat .retoureListContainer .retoureListItemContainer {
        -ms-overflow-style: none;
        scrollbar-width: none;
        max-height: 285px;
        overflow-x: auto;
        margin: 10px 0 15px 0;
        font-size: 16px; }
      #chatWindow chat-component#chat .retoureListContainer .retoureListItem {
        font-size: 1rem;
        line-height: 1.5;
        font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
        font-weight: 400;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: flex-start;
        background-color: #f0f0f0;
        margin: 18px 10px;
        padding: 10px;
        font-weight: bold;
        font-style: italic;
        font-size: 16px; }
        #chatWindow chat-component#chat .retoureListContainer .retoureListItem .retoureListCheckmark {
          min-width: 15px;
          min-height: 15px;
          margin-right: 10px;
          margin-top: 7px;
          cursor: pointer; }
        #chatWindow chat-component#chat .retoureListContainer .retoureListItem .retoureListImage {
          width: 30px;
          height: 30px;
          margin-right: 10px; }
        #chatWindow chat-component#chat .retoureListContainer .retoureListItem .retoureListItemContent {
          width: calc(100% - 25px - 40px - 10px);
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          cursor: pointer; }
          #chatWindow chat-component#chat .retoureListContainer .retoureListItem .retoureListItemContent .retoureListItemHeader {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: flex-start;
            width: 100%; }
            #chatWindow chat-component#chat .retoureListContainer .retoureListItem .retoureListItemContent .retoureListItemHeader .retoureListProductName {
              text-wrap: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              font-style: normal;
              font-weight: normal; }
            #chatWindow chat-component#chat .retoureListContainer .retoureListItem .retoureListItemContent .retoureListItemHeader .retoureListDetailsButton {
              background-image: url("./toomExpandMoreBlack.svg");
              background-position: center;
              background-size: cover;
              background-color: initial;
              min-width: 35px;
              max-width: 35px;
              height: 25px;
              border: none;
              box-shadow: none;
              cursor: pointer; }
          #chatWindow chat-component#chat .retoureListContainer .retoureListItem .retoureListItemContent .retoureListDetails {
            width: 100%;
            display: none;
            flex-direction: column;
            justify-content: flex-start;
            font-weight: 100;
            font-size: 14px;
            font-style: normal; }
        #chatWindow chat-component#chat .retoureListContainer .retoureListItem.detailsVisible .retoureListItemContent .retoureListItemHeader .retoureListProductName {
          overflow: visible;
          text-wrap: wrap; }
        #chatWindow chat-component#chat .retoureListContainer .retoureListItem.detailsVisible .retoureListItemContent .retoureListItemHeader .retoureListDetailsButton {
          rotate: 180deg; }
        #chatWindow chat-component#chat .retoureListContainer .retoureListItem.detailsVisible .retoureListItemContent .retoureListDetails {
          display: flex; }
      #chatWindow chat-component#chat .retoureListContainer .retoureListItemContainer > :first-child {
        margin-top: 0; }
      #chatWindow chat-component#chat .retoureListContainer .retoureListItemContainer > :last-child {
        margin-bottom: 0; }
      #chatWindow chat-component#chat .retoureListContainer .continueButton {
        font-size: 1rem;
        line-height: 1.5;
        font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
        font-weight: normal;
        letter-spacing: 0.5px;
        min-height: 45px;
        min-width: 140px;
        margin: 2px 15px 15px 2px;
        padding: 0.625rem 1.25rem;
        display: table-cell;
        text-decoration: none;
        text-transform: none;
        text-align: center;
        border-radius: 4px;
        line-height: 1.2;
        cursor: pointer;
        transition: all 0.2s;
        background-color: #b5b5b5;
        border: 1px solid #b5b5b5;
        color: #ffffff;
        cursor: default;
        margin: 10px auto;
        width: calc(100% - 20px); }
        #chatWindow chat-component#chat .retoureListContainer .continueButton:focus {
          outline: 2px solid black; }
      #chatWindow chat-component#chat .retoureListContainer .continueButton.valid {
        font-size: 1rem;
        line-height: 1.5;
        font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
        font-weight: normal;
        letter-spacing: 0.5px;
        min-height: 45px;
        min-width: 140px;
        margin: 2px 15px 15px 2px;
        padding: 0.625rem 1.25rem;
        display: table-cell;
        text-decoration: none;
        text-transform: none;
        text-align: center;
        border-radius: 4px;
        line-height: 1.2;
        cursor: pointer;
        transition: all 0.2s;
        background-color: #c90c0f;
        border: 1px solid #c90c0f;
        color: #ffffff;
        margin: 10px auto; }
        #chatWindow chat-component#chat .retoureListContainer .continueButton.valid:focus {
          outline: 2px solid black; }
        #chatWindow chat-component#chat .retoureListContainer .continueButton.valid:hover {
          background-color: #a90000;
          border: 1px solid #a90000; }
      #chatWindow chat-component#chat .retoureListContainer .retoureUnitContainer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        background-color: #f0f0f0;
        margin: 10px; }
        #chatWindow chat-component#chat .retoureListContainer .retoureUnitContainer .retoureUnitHeader {
          font-size: 1rem;
          line-height: 1.5;
          font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
          font-weight: normal;
          max-width: calc(100% - 35px);
          margin-top: 5px; }
        #chatWindow chat-component#chat .retoureListContainer .retoureUnitContainer .retoureListItemContainer {
          width: 100%;
          max-height: none;
          margin: 10px; }
          #chatWindow chat-component#chat .retoureListContainer .retoureUnitContainer .retoureListItemContainer .retoureListItem {
            margin-left: 0;
            padding: 0; }
            #chatWindow chat-component#chat .retoureListContainer .retoureUnitContainer .retoureListItemContainer .retoureListItem .retoureListItemContent {
              width: calc(100% - 40px); }
        #chatWindow chat-component#chat .retoureListContainer .retoureUnitContainer .retoureListUnitSelect {
          width: 15px;
          height: 15px;
          margin: 10px;
          cursor: pointer; }
          #chatWindow chat-component#chat .retoureListContainer .retoureUnitContainer .retoureListUnitSelect .retoureListProductName {
            min-width: calc(100% - 35px); }
        #chatWindow chat-component#chat .retoureListContainer .retoureUnitContainer .retoureListUnitSelect.disabled {
          cursor: not-allowed; }
        #chatWindow chat-component#chat .retoureListContainer .retoureUnitContainer.disabled {
          color: rgba(0, 0, 0, 0.3); }
      #chatWindow chat-component#chat .retoureListContainer .loading {
        position: initial;
        width: 100%;
        height: 100%;
        z-index: 100;
        background-color: unset;
        display: flex;
        align-items: center;
        flex-direction: column; }
        #chatWindow chat-component#chat .retoureListContainer .loading .spinner {
          margin-top: 15px;
          width: 40px;
          height: 40px; }
    #chatWindow chat-component#chat .messageRatingContainer {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      margin: 8px;
      margin-bottom: 20px; }
      #chatWindow chat-component#chat .messageRatingContainer .messageRatingButton {
        cursor: pointer;
        border: none;
        background-color: #d9d9d9;
        margin: 3px; }
        #chatWindow chat-component#chat .messageRatingContainer .messageRatingButton svg .outline {
          fill: grey; }
        #chatWindow chat-component#chat .messageRatingContainer .messageRatingButton:hover svg .outline {
          fill: black; }
        #chatWindow chat-component#chat .messageRatingContainer .messageRatingButton.hover svg .background {
          fill: none; }
        #chatWindow chat-component#chat .messageRatingContainer .messageRatingButton.selected svg .outline {
          fill: black; }
        #chatWindow chat-component#chat .messageRatingContainer .messageRatingButton.selected svg .background {
          fill: grey; }
        #chatWindow chat-component#chat .messageRatingContainer .messageRatingButton:focus {
          outline: 2px solid black; }
  #chatWindow chat-component#postChat .br-theme-bars-square .br-widget a {
    border: 2px solid #b4da04;
    color: #b4da04;
    width: 22px;
    height: 22px;
    margin: 1px;
    font-size: 12px;
    line-height: 17px;
    display: block;
    float: left;
    text-decoration: none;
    text-align: center;
    font-weight: 600; }
  #chatWindow chat-component#postChat .survey-answers .form-group .br-wrapper .br-widget {
    height: 23px; }
  #chatWindow chat-component#postChat a:-webkit-any-link {
    cursor: pointer; }
  #chatWindow chat-component#postChat .br-theme-bars-square .br-widget {
    height: 15px;
    white-space: nowrap; }
  #chatWindow chat-component#postChat .clear-float {
    clear: both; }
  #chatWindow chat-component#postChat .selection,
  #chatWindow chat-component#postChat ::selection {
    color: #fff;
    background: #b4da04;
    text-shadow: none; }
  #chatWindow chat-component#postChat .lead.question {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px; }
  #chatWindow chat-component#postChat h2 {
    font-size: 2rem;
    line-height: 1.25;
    font-family: Helvetica Neue LT W0187HvCnObl, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px; }
  #chatWindow chat-component#postChat .buttons {
    margin-top: 30px; }
  #chatWindow chat-component#postChat .download-pdf {
    font-size: 1rem;
    line-height: 1.5;
    font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px;
    position: relative;
    font-size: 14px;
    line-height: 1.615;
    -webkit-font-smoothing: antialiased; }
  #chatWindow chat-component#postChat .download-pdf:before {
    content: "\25BA";
    font-size: 10px;
    position: absolute;
    left: -12px;
    top: 2px; }
  #chatWindow chat-component#postChat .survey-entry .survey-question {
    margin-bottom: 10px; }
  #chatWindow chat-component#postChat .br-wrapper .br-widget .locked {
    border: 2px solid #d5d5d5;
    color: #d5d5d5;
    cursor: not-allowed; }
  #chatWindow chat-component#postChat .br-wrapper .br-widget .rating-child-active {
    background: #b4da04;
    color: white; }
  #chatWindow chat-component#postChat #textBoxOne {
    display: none; }
  #chatWindow chat-component#postChat #textBoxTwo {
    display: none; }
  #chatWindow chat-component#postChat #textBoxThree {
    display: none; }
  #chatWindow chat-component#chatLogin {
    height: 100%;
    overflow-y: auto; }
    #chatWindow chat-component#chatLogin #chatLoginContainer {
      height: 100%; }
    #chatWindow chat-component#chatLogin #chatLoginContent {
      text-align: center;
      color: black;
      height: 100%; }
    #chatWindow chat-component#chatLogin .button-medium {
      font-size: 1rem;
      line-height: 1.5;
      font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
      font-weight: normal;
      letter-spacing: 0.5px;
      min-height: 45px;
      min-width: 140px;
      margin: 2px 15px 15px 2px;
      padding: 0.625rem 1.25rem;
      display: table-cell;
      text-decoration: none;
      text-transform: none;
      text-align: center;
      border-radius: 4px;
      line-height: 1.2;
      cursor: pointer;
      transition: all 0.2s;
      background-color: #c90c0f;
      border: 1px solid #c90c0f;
      color: #ffffff; }
      #chatWindow chat-component#chatLogin .button-medium:focus {
        outline: 2px solid black; }
      #chatWindow chat-component#chatLogin .button-medium:hover {
        background-color: #a90000;
        border: 1px solid #a90000; }
    #chatWindow chat-component#chatLogin .login-form-group .form-control {
      font-size: 1rem;
      line-height: 1.5;
      font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
      font-weight: normal;
      background-color: #fff;
      color: #3c3c3c;
      padding: .625rem 1rem;
      text-align: center;
      width: 80%;
      height: 2.75rem;
      border-radius: .3125rem;
      margin: 2%; }
    #chatWindow chat-component#chatLogin .link {
      color: #404040;
      text-decoration: underline; }
    #chatWindow chat-component#chatLogin #forgottenPasswordWrapper {
      margin-top: 5px; }
      #chatWindow chat-component#chatLogin #forgottenPasswordWrapper p {
        margin-bottom: 0px;
        text-align: center; }
    #chatWindow chat-component#chatLogin #registerWrapper {
      margin-top: 20px; }
      #chatWindow chat-component#chatLogin #registerWrapper p {
        margin-bottom: 0px; }
    #chatWindow chat-component#chatLogin #buttonChatLogin {
      font-size: 1rem;
      line-height: 1.5;
      font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
      font-weight: normal;
      letter-spacing: 0.5px;
      min-height: 45px;
      min-width: 140px;
      margin: 2px 15px 15px 2px;
      padding: 0.625rem 1.25rem;
      display: table-cell;
      text-decoration: none;
      text-transform: none;
      text-align: center;
      border-radius: 4px;
      line-height: 1.2;
      cursor: pointer;
      transition: all 0.2s;
      background-color: #c90c0f;
      border: 1px solid #c90c0f;
      color: #ffffff;
      margin-top: 15px;
      width: 170px; }
      #chatWindow chat-component#chatLogin #buttonChatLogin:focus {
        outline: 2px solid black; }
      #chatWindow chat-component#chatLogin #buttonChatLogin:hover {
        background-color: #a90000;
        border: 1px solid #a90000; }
      #chatWindow chat-component#chatLogin #buttonChatLogin:disabled {
        font-size: 1rem;
        line-height: 1.5;
        font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
        font-weight: normal;
        letter-spacing: 0.5px;
        min-height: 45px;
        min-width: 140px;
        margin: 2px 15px 15px 2px;
        padding: 0.625rem 1.25rem;
        display: table-cell;
        text-decoration: none;
        text-transform: none;
        text-align: center;
        border-radius: 4px;
        line-height: 1.2;
        cursor: pointer;
        transition: all 0.2s;
        background-color: #b5b5b5;
        border: 1px solid #b5b5b5;
        color: #ffffff;
        margin-top: 15px; }
        #chatWindow chat-component#chatLogin #buttonChatLogin:disabled:focus {
          outline: 2px solid black; }
    #chatWindow chat-component#chatLogin #loginBack {
      transform: translateX(-50%);
      text-align: center;
      white-space: nowrap;
      position: relative;
      bottom: -40px;
      padding-bottom: 20px; }
    #chatWindow chat-component#chatLogin #errorChatLogin {
      color: #a94442;
      display: none; }
    #chatWindow chat-component#chatLogin .errorChatLoginRed {
      border-width: 2px;
      border-color: #c90c0f; }
    #chatWindow chat-component#chatLogin #password.errorChatLoginRed {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='-1041.36' r='8' transform='matrix(1 0 0-1 0-1030.36)' opacity='.98' fill='%23da4453'/%3E%3Cpath d='m-26.309 18.07c-1.18 0-2.135.968-2.135 2.129v12.82c0 1.176.948 2.129 2.135 2.129 1.183 0 2.135-.968 2.135-2.129v-12.82c0-1.176-.946-2.129-2.135-2.129zm0 21.348c-1.18 0-2.135.954-2.135 2.135 0 1.18.954 2.135 2.135 2.135 1.181 0 2.135-.954 2.135-2.135 0-1.18-.952-2.135-2.135-2.135z' transform='matrix(.30056 0 0 .30056 18.902 1.728)' fill='%23fff' stroke='%23fff'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: 16px 16px;
      background-position: 7px center;
      padding-left: 30px; }
    #chatWindow chat-component#chatLogin #header {
      font-size: 2rem;
      line-height: 1.25;
      font-family: Helvetica Neue LT W0187HvCnObl, Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-size: 1.9em;
      font-weight: bolder;
      margin-bottom: 15px;
      padding-top: 60px; }
  #chatWindow chat-component#chatLogout #ad-buttonLogoutFeedback {
    margin-bottom: 15px;
    min-width: 215px; }
  #chatWindow chat-component#chatLogout #ad-buttonLogoutBack {
    margin-bottom: 15px;
    min-width: 215px; }
  #chatWindow chat-component#chatLogout #ad-buttonLogoutLogin {
    margin-bottom: 15px;
    min-width: 215px; }
  #chatWindow chat-component#chatLogout p {
    font-size: 12px; }
  #chatWindow chat-component#guuruIFrame .i-frame {
    overflow: hidden;
    height: calc(100% - 70px);
    width: 100%;
    position: absolute;
    border: none;
    border-radius: 0px 0px 10px 10px; }
  #chatWindow chat-component#unlockOpalAcc {
    height: 100%;
    overflow-y: auto; }
    #chatWindow chat-component#unlockOpalAcc #chatUnlockOpalAccContent {
      text-align: center;
      color: black; }
    #chatWindow chat-component#unlockOpalAcc .button-medium {
      font-size: 1rem;
      line-height: 1.5;
      font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
      font-weight: normal;
      letter-spacing: 0.5px;
      min-height: 45px;
      min-width: 140px;
      margin: 2px 15px 15px 2px;
      padding: 0.625rem 1.25rem;
      display: table-cell;
      text-decoration: none;
      text-transform: none;
      text-align: center;
      border-radius: 4px;
      line-height: 1.2;
      cursor: pointer;
      transition: all 0.2s;
      background-color: #ffffff;
      border: 1px solid #ffffff;
      color: #545353; }
      #chatWindow chat-component#unlockOpalAcc .button-medium:focus {
        outline: 2px solid black; }
    #chatWindow chat-component#unlockOpalAcc .unlockOpalAcc-form-group .form-control {
      font-size: 1rem;
      line-height: 1.5;
      font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
      font-weight: normal;
      background-color: #fff;
      color: #3c3c3c;
      padding: .625rem 1rem;
      text-align: left;
      width: 80%;
      height: 2.75rem;
      border: 1px solid rgba(179, 179, 179, 0.4);
      border-radius: .3125rem;
      margin: 2%; }
    #chatWindow chat-component#unlockOpalAcc .link {
      color: #404040;
      text-decoration: underline; }
    #chatWindow chat-component#unlockOpalAcc #forgottenPasswordWrapper {
      margin-top: 5px; }
      #chatWindow chat-component#unlockOpalAcc #forgottenPasswordWrapper p {
        margin-bottom: 0px;
        text-align: center; }
    #chatWindow chat-component#unlockOpalAcc #registerWrapper {
      margin-top: 25px; }
      #chatWindow chat-component#unlockOpalAcc #registerWrapper p {
        margin-bottom: 0px; }
    #chatWindow chat-component#unlockOpalAcc #buttonChatUnlockOpalAcc {
      margin-top: 15px;
      width: 200px;
      white-space: nowrap;
      background-color: #545353;
      color: #f5f5f5;
      display: inline-block; }
    #chatWindow chat-component#unlockOpalAcc #buttonUnlockOpalAccBack {
      color: #ffffff;
      background-color: #c90c0f;
      border: 1px solid #c90c0f;
      border-radius: 50%;
      align-self: start;
      margin: 15px 0 0 15px; }
      #chatWindow chat-component#unlockOpalAcc #buttonUnlockOpalAccBack:hover {
        background-color: #a90000;
        border: 1px solid #a90000;
        color: #ffffff; }
      #chatWindow chat-component#unlockOpalAcc #buttonUnlockOpalAccBack svg {
        width: 30px;
        height: 35px;
        padding-top: 2.5px;
        padding-left: 2.5px;
        color: #ffffff; }
    #chatWindow chat-component#unlockOpalAcc #errorChatUnlockOpalAcc {
      color: #a94442;
      display: none; }
    #chatWindow chat-component#unlockOpalAcc #chatUnlockOpalAccContent {
      height: calc(100% - 74px); }
    #chatWindow chat-component#unlockOpalAcc #header {
      font-size: 2rem;
      line-height: 1.25;
      font-family: Helvetica Neue LT W0187HvCnObl, Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-size: 1.9em;
      font-weight: bolder;
      margin-bottom: 15px;
      margin-top: 50px; }
    #chatWindow chat-component#unlockOpalAcc #unlockOpalButtonBackToLogin {
      color: #ffffff;
      background-color: #c90c0f;
      border: 1px solid #c90c0f;
      border-radius: 50%;
      align-self: start;
      margin: 15px 0 0 15px; }
      #chatWindow chat-component#unlockOpalAcc #unlockOpalButtonBackToLogin:hover {
        background-color: #a90000;
        border: 1px solid #a90000;
        color: #ffffff; }
      #chatWindow chat-component#unlockOpalAcc #unlockOpalButtonBackToLogin svg {
        width: 30px;
        height: 35px;
        padding-top: 2.5px;
        padding-left: 2.5px;
        color: #ffffff; }
  #chatWindow chat-component#accountLocked #chatAccountLockedContent {
    text-align: center;
    color: black; }
  #chatWindow chat-component#accountLocked .button-medium {
    font-size: 1rem;
    line-height: 1.5;
    font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 0.5px;
    min-height: 45px;
    min-width: 140px;
    margin: 2px 15px 15px 2px;
    padding: 0.625rem 1.25rem;
    display: table-cell;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    border-radius: 4px;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.2s;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #545353; }
    #chatWindow chat-component#accountLocked .button-medium:focus {
      outline: 2px solid black; }
  #chatWindow chat-component#accountLocked .accountLocked-form-group .form-control {
    font-size: 1rem;
    line-height: 1.5;
    font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
    font-weight: normal;
    background-color: #fff;
    color: #3c3c3c;
    padding: .625rem 1rem;
    text-align: left;
    width: 80%;
    height: 2.75rem;
    border: 1px solid rgba(179, 179, 179, 0.4);
    border-radius: .3125rem;
    margin: 2%; }
  #chatWindow chat-component#accountLocked .link {
    color: #404040;
    text-decoration: underline; }
  #chatWindow chat-component#accountLocked #forgottenPasswordWrapper {
    margin-top: 5px; }
    #chatWindow chat-component#accountLocked #forgottenPasswordWrapper p {
      margin-bottom: 0px;
      text-align: center; }
  #chatWindow chat-component#accountLocked #registerWrapper {
    margin-top: 25px; }
    #chatWindow chat-component#accountLocked #registerWrapper p {
      margin-bottom: 0px; }
  #chatWindow chat-component#accountLocked #buttonChatAccountLocked {
    margin-top: 40px;
    width: 200px;
    white-space: nowrap;
    display: inline-block;
    background-color: #c90c0f;
    color: #f5f5f5; }
  #chatWindow chat-component#accountLocked #buttonAccountLockedBack {
    color: #ffffff;
    background-color: #c90c0f;
    border: 1px solid #c90c0f;
    border-radius: 50%;
    align-self: start;
    margin: 15px 0 0 15px; }
    #chatWindow chat-component#accountLocked #buttonAccountLockedBack:hover {
      background-color: #a90000;
      border: 1px solid #a90000;
      color: #ffffff; }
    #chatWindow chat-component#accountLocked #buttonAccountLockedBack svg {
      width: 30px;
      height: 35px;
      padding-top: 2.5px;
      padding-left: 2.5px;
      color: #ffffff; }
  #chatWindow chat-component#accountLocked #errorChatAccountLocked {
    color: #a94442;
    display: none; }
  #chatWindow chat-component#accountLocked #chatAccountLockedContent {
    height: calc(100% - 74px); }
  #chatWindow chat-component#accountLocked #header {
    font-size: 2rem;
    line-height: 1.25;
    font-family: Helvetica Neue LT W0187HvCnObl, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.9em;
    font-weight: bolder;
    margin-bottom: 15px;
    margin-top: 50px; }
  #chatWindow chat-component#unlockOpalAccViaEmail {
    height: 100%;
    overflow-y: auto; }
    #chatWindow chat-component#unlockOpalAccViaEmail #chatUnlockOpalAccViaEmailContent {
      text-align: center;
      color: black; }
    #chatWindow chat-component#unlockOpalAccViaEmail .button-medium {
      font-size: 1rem;
      line-height: 1.5;
      font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
      font-weight: normal;
      letter-spacing: 0.5px;
      min-height: 45px;
      min-width: 140px;
      margin: 2px 15px 15px 2px;
      padding: 0.625rem 1.25rem;
      display: table-cell;
      text-decoration: none;
      text-transform: none;
      text-align: center;
      border-radius: 4px;
      line-height: 1.2;
      cursor: pointer;
      transition: all 0.2s;
      background-color: #ffffff;
      border: 1px solid #ffffff;
      color: #545353; }
      #chatWindow chat-component#unlockOpalAccViaEmail .button-medium:focus {
        outline: 2px solid black; }
    #chatWindow chat-component#unlockOpalAccViaEmail .unlockOpalAccViaEmail-form-group .form-control {
      font-size: 1rem;
      line-height: 1.5;
      font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
      font-weight: normal;
      background-color: #fff;
      color: #3c3c3c;
      padding: .625rem 1rem;
      text-align: left;
      width: 80%;
      height: 2.75rem;
      border: 1px solid rgba(179, 179, 179, 0.4);
      border-radius: .3125rem;
      margin: 2%; }
    #chatWindow chat-component#unlockOpalAccViaEmail .link {
      color: #404040;
      text-decoration: underline; }
    #chatWindow chat-component#unlockOpalAccViaEmail #forgottenPasswordWrapper {
      margin-top: 5px; }
      #chatWindow chat-component#unlockOpalAccViaEmail #forgottenPasswordWrapper p {
        margin-bottom: 0px;
        text-align: center; }
    #chatWindow chat-component#unlockOpalAccViaEmail #registerWrapper {
      margin-top: 25px; }
      #chatWindow chat-component#unlockOpalAccViaEmail #registerWrapper p {
        margin-bottom: 0px; }
    #chatWindow chat-component#unlockOpalAccViaEmail #buttonChatUnlockOpalAccViaEmail {
      margin-top: 15px;
      width: 200px;
      white-space: nowrap;
      background-color: #545353;
      color: #f5f5f5;
      display: inline-block; }
    #chatWindow chat-component#unlockOpalAccViaEmail #buttonUnlockOpalAccBack {
      color: #ffffff;
      background-color: #c90c0f;
      border: 1px solid #c90c0f;
      border-radius: 50%;
      align-self: start;
      margin: 15px 0 0 15px; }
      #chatWindow chat-component#unlockOpalAccViaEmail #buttonUnlockOpalAccBack:hover {
        background-color: #a90000;
        border: 1px solid #a90000;
        color: #ffffff; }
      #chatWindow chat-component#unlockOpalAccViaEmail #buttonUnlockOpalAccBack svg {
        width: 30px;
        height: 35px;
        padding-top: 2.5px;
        padding-left: 2.5px;
        color: #ffffff; }
    #chatWindow chat-component#unlockOpalAccViaEmail #errorChatUnlockOpalAccViaEmail {
      color: #a94442;
      display: none; }
    #chatWindow chat-component#unlockOpalAccViaEmail #chatUnlockOpalAccViaEmailContent {
      height: calc(100% - 50px); }
    #chatWindow chat-component#unlockOpalAccViaEmail #header {
      font-size: 2rem;
      line-height: 1.25;
      font-family: Helvetica Neue LT W0187HvCnObl, Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-size: 1.9em;
      font-weight: bolder;
      margin-bottom: 15px;
      margin-top: 50px; }
    #chatWindow chat-component#unlockOpalAccViaEmail #unlockOpalEmailButtonBackToLogin {
      color: #ffffff;
      background-color: #c90c0f;
      border: 1px solid #c90c0f;
      border-radius: 50%;
      align-self: start;
      margin: 15px 0 0 15px; }
      #chatWindow chat-component#unlockOpalAccViaEmail #unlockOpalEmailButtonBackToLogin:hover {
        background-color: #a90000;
        border: 1px solid #a90000;
        color: #ffffff; }
      #chatWindow chat-component#unlockOpalAccViaEmail #unlockOpalEmailButtonBackToLogin svg {
        width: 30px;
        height: 35px;
        padding-top: 2.5px;
        padding-left: 2.5px;
        color: #ffffff; }
  #chatWindow chat-component#rating {
    /* Hide the browser's default radio button */
    /* On mouse-over, add a grey background color */
    /* When the radio button is checked, add a blue background */
    /* Create the indicator (the dot/circle - hidden when not checked) */
    /* Show the indicator (dot/circle) when checked */
    /* Style the indicator (dot/circle) */ }
    #chatWindow chat-component#rating {
      overflow-y: auto;
      height: 100%; }
    #chatWindow chat-component#rating h2 {
      font-size: 20px; }
    #chatWindow chat-component#rating label {
      margin: 2px; }
    #chatWindow chat-component#rating p {
      font-size: 12px; }
    #chatWindow chat-component#rating #ad-ratingCanvas {
      padding: 15px 15px 15px;
      max-width: 100%; }
    #chatWindow chat-component#rating #ad-ratingListElement {
      display: contents;
      margin-bottom: 0px;
      margin-left: 40px;
      text-align: initial; }
    #chatWindow chat-component#rating .ad-ratingQuestion {
      display: block;
      color: #404040;
      text-align: center;
      font-style: normal;
      margin: auto;
      margin-bottom: 6px;
      font-size: 16px;
      line-height: 1.5;
      font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
      font-weight: 400;
      overflow-wrap: anywhere; }
      #chatWindow chat-component#rating .ad-ratingQuestion.locked {
        color: #bfbfbf; }
      #chatWindow chat-component#rating .ad-ratingQuestion p {
        margin-left: 15px; }
    #chatWindow chat-component#rating .radio {
      padding-left: 30px;
      display: inline-block;
      position: relative;
      margin-bottom: 12px;
      margin-top: unset;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      vertical-align: auto; }
    #chatWindow chat-component#rating #saveYesLabel,
    #chatWindow chat-component#rating #saveNoLabel {
      font-size: 14px; }
    #chatWindow chat-component#rating .radio input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    #chatWindow chat-component#rating .radio-img {
      all: unset;
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      border-radius: 50px;
      border: 1px solid #6e6e6e;
      box-sizing: content-box;
      margin-left: 2px; }
      #chatWindow chat-component#rating .radio-img.ad-inactive {
        border: none; }
    #chatWindow chat-component#rating .radio:hover input ~ .radio-img {
      background-color: #bfbfbf; }
    #chatWindow chat-component#rating .radio input:checked ~ .radio-img {
      background-color: #fff; }
    #chatWindow chat-component#rating .radio-img:after {
      content: "";
      position: absolute;
      display: none; }
    #chatWindow chat-component#rating .radio input:checked ~ .radio-img:after {
      display: block; }
    #chatWindow chat-component#rating .radio .radio-img:before {
      all: unset; }
    #chatWindow chat-component#rating .radio .radio-img:after {
      top: 2px;
      left: 2px;
      width: 21px;
      height: 21px;
      border-radius: 50%;
      background: #6e6e6e; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      #chatWindow chat-component#rating .radio .radioimg:after {
        top: 5px;
        left: 5px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #f5f5f5; } }
    #chatWindow chat-component#rating .ad-ratingDropdown {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      align-items: center;
      margin-top: 10px;
      margin-bottom: 10px; }
      #chatWindow chat-component#rating .ad-ratingDropdown .ad-ratingDropdownContainer {
        background-color: #f0f0f0;
        height: 35px;
        border-radius: 6px;
        width: 85%;
        padding: 6px 35px 6px 8px;
        display: block;
        font-weight: 400;
        font-size: 16px;
        color: #6e6e6e;
        cursor: pointer; }
        #chatWindow chat-component#rating .ad-ratingDropdown .ad-ratingDropdownContainer:focus {
          outline: none; }
        #chatWindow chat-component#rating .ad-ratingDropdown .ad-ratingDropdownContainer:visited {
          box-shadow: none; }
        #chatWindow chat-component#rating .ad-ratingDropdown .ad-ratingDropdownContainer.locked {
          color: #aeaeae;
          background: #bfbfbf;
          border-color: #aeaeae;
          cursor: not-allowed;
          margin-top: 0px; }
    #chatWindow chat-component#rating .ad-ratingTextContent {
      width: 85%;
      height: 130px;
      border-radius: 6px;
      padding-left: 8px; }
      #chatWindow chat-component#rating .ad-ratingTextContent:focus {
        outline: 2px solid black; }
      #chatWindow chat-component#rating .ad-ratingTextContent:visited {
        box-shadow: none; }
      #chatWindow chat-component#rating .ad-ratingTextContent::placeholder {
        color: #f0f0f0; }
      #chatWindow chat-component#rating .ad-ratingTextContent.locked {
        color: #bfbfbf;
        background: #a94442;
        border: 1px solid #bfbfbf;
        cursor: not-allowed; }
        #chatWindow chat-component#rating .ad-ratingTextContent.locked::placeholder {
          color: #bfbfbf; }
    #chatWindow chat-component#rating .ad-ratingScale {
      font-weight: 400;
      margin-bottom: 20px;
      color: #404040;
      max-width: 100%; }
      #chatWindow chat-component#rating .ad-ratingScale .smileyBlockWrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        margin: auto;
        width: 95%; }
        #chatWindow chat-component#rating .ad-ratingScale .smileyBlockWrapper.locked .text-smile-no {
          color: #404040; }
        #chatWindow chat-component#rating .ad-ratingScale .smileyBlockWrapper.locked .text-smile-yes {
          color: #404040; }
        #chatWindow chat-component#rating .ad-ratingScale .smileyBlockWrapper.locked .img-smile-yes-forever {
          display: none; }
        #chatWindow chat-component#rating .ad-ratingScale .smileyBlockWrapper.locked .img-smile-no-forever {
          display: none; }
      #chatWindow chat-component#rating .ad-ratingScale .img-smile-yes {
        width: 18px;
        margin-bottom: 2px;
        margin-left: 2px; }
      #chatWindow chat-component#rating .ad-ratingScale .img-smile-yes-forever {
        width: 18px;
        margin-bottom: 2px;
        margin-left: 2px; }
      #chatWindow chat-component#rating .ad-ratingScale .text-smile-yes {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #404040; }
      #chatWindow chat-component#rating .ad-ratingScale .img-smile-no {
        width: 18px;
        margin-bottom: 2px;
        margin-right: 2px; }
      #chatWindow chat-component#rating .ad-ratingScale .img-smile-no-forever {
        width: 18px;
        margin-bottom: 2px;
        margin-right: 2px; }
      #chatWindow chat-component#rating .ad-ratingScale .text-smile-no {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #404040; }
      #chatWindow chat-component#rating .ad-ratingScale .ad-ratingScaleContainer {
        display: flex;
        padding: 15px;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 500px;
        margin: auto; }
        #chatWindow chat-component#rating .ad-ratingScale .ad-ratingScaleContainer .rating-child {
          display: flex;
          width: 30px;
          height: 30px;
          font-size: 14px;
          font-weight: 400;
          line-height: 22px;
          text-decoration: none;
          text-align: center;
          cursor: pointer;
          flex-direction: column;
          justify-content: center; }
          #chatWindow chat-component#rating .ad-ratingScale .ad-ratingScaleContainer .rating-child.star {
            fill: #aeaeae;
            border: none; }
    #chatWindow chat-component#rating .ad-ratingAgent .ad-ratingDropdown .ad-ratingDropdownContainer:focus {
      border: 1px solid #f5f5f5; }
    #chatWindow chat-component#rating .ad-ratingAgent .ad-ratingDropdown .ad-ratingDropdownContainer.locked {
      color: #f0f0f0;
      background: #f0f0f0;
      border-color: #f0f0f0;
      cursor: not-allowed;
      margin-top: 0px; }
    #chatWindow chat-component#rating .ad-ratingAgent .ad-ratingTextContent {
      background-color: #f9f9f9; }
      #chatWindow chat-component#rating .ad-ratingAgent .ad-ratingTextContent:visited {
        box-shadow: none; }
      #chatWindow chat-component#rating .ad-ratingAgent .ad-ratingTextContent::placeholder {
        color: #6e6e6e;
        font-size: 12px; }
      #chatWindow chat-component#rating .ad-ratingAgent .ad-ratingTextContent.locked {
        color: #f0f0f0;
        background: #f0f0f0;
        border: 1px solid #f0f0f0;
        cursor: not-allowed; }
        #chatWindow chat-component#rating .ad-ratingAgent .ad-ratingTextContent.locked::placeholder {
          color: #f0f0f0; }
    #chatWindow chat-component#rating .ad-ratingAgent #ad-ratingContactQuestion {
      text-align: center;
      font-style: normal;
      line-height: 16px;
      margin-bottom: 6px;
      margin-top: 18px; }
      #chatWindow chat-component#rating .ad-ratingAgent #ad-ratingContactQuestion.ad-inactive {
        color: #f0f0f0; }
    #chatWindow chat-component#rating .ad-ratingAgent .ad-inactive {
      color: #f0f0f0;
      border-color: #f0f0f0;
      cursor: not-allowed; }
      #chatWindow chat-component#rating .ad-ratingAgent .ad-inactive div {
        background-color: #f0f0f0; }
    #chatWindow chat-component#rating .ad-ratingJames {
      text-align: center; }
      #chatWindow chat-component#rating .ad-ratingJames .ad-ratingDropdown .ad-ratingDropdownContainer:focus {
        border: 1px solid #f5f5f5; }
      #chatWindow chat-component#rating .ad-ratingJames .ad-ratingDropdown .ad-ratingDropdownContainer.locked {
        color: #bfbfbf;
        background: #bfbfbf;
        border-color: #bfbfbf;
        cursor: not-allowed;
        margin-top: 0px; }
      #chatWindow chat-component#rating .ad-ratingJames .ad-ratingText {
        margin-top: 10px;
        margin-bottom: 10px; }
      #chatWindow chat-component#rating .ad-ratingJames .ad-ratingTextContent {
        background-color: #f9f9f9;
        font-size: 16px;
        line-height: 1.5;
        font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
        color: #6e6e6e;
        font-weight: 400;
        resize: none; }
        #chatWindow chat-component#rating .ad-ratingJames .ad-ratingTextContent:visited {
          box-shadow: none; }
        #chatWindow chat-component#rating .ad-ratingJames .ad-ratingTextContent::placeholder {
          color: #6e6e6e;
          font-size: 16px;
          line-height: 1.5;
          font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
          font-weight: 400; }
        #chatWindow chat-component#rating .ad-ratingJames .ad-ratingTextContent.locked {
          color: #bfbfbf;
          background: #bfbfbf;
          cursor: not-allowed; }
          #chatWindow chat-component#rating .ad-ratingJames .ad-ratingTextContent.locked::placeholder {
            color: #bfbfbf; }
      #chatWindow chat-component#rating .ad-ratingJames .ad-ratingScaleContainer .rating-child-button {
        aspect-ratio: 1;
        width: auto;
        height: 30px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        padding: 2px;
        border: 1px solid #404040;
        border-radius: 3px;
        color: #404040;
        font-weight: 400;
        font-size: 14px;
        text-align: center;
        line-height: 22px; }
        #chatWindow chat-component#rating .ad-ratingJames .ad-ratingScaleContainer .rating-child-button.active {
          background-color: white;
          color: #c90c0f;
          font-weight: 600; }
        #chatWindow chat-component#rating .ad-ratingJames .ad-ratingScaleContainer .rating-child-button:hover {
          background-color: #bfbfbf; }
        #chatWindow chat-component#rating .ad-ratingJames .ad-ratingScaleContainer .rating-child-button.focused {
          border: 2px solid #c90c0f !important; }
      #chatWindow chat-component#rating .ad-ratingJames .ad-ratingScaleContainer .rating-child {
        opacity: 0;
        max-width: 0px;
        max-height: 0px;
        margin: 0;
        cursor: default; }
    #chatWindow chat-component#rating #ad-ratingContactQuestion {
      text-align: center;
      font-size: 12px;
      line-height: 16px; }
      #chatWindow chat-component#rating #ad-ratingContactQuestion.ad-inactive {
        color: #6e6e6e;
        opacity: 80%; }
    #chatWindow chat-component#rating #adNoRadio.ad-inactive {
      cursor: not-allowed; }
    #chatWindow chat-component#rating #adYesRadio.ad-inactive {
      cursor: not-allowed; }
    #chatWindow chat-component#rating .ad-inactive {
      color: #f0f0f0;
      cursor: not-allowed; }
      #chatWindow chat-component#rating .ad-inactive div {
        background-color: #f0f0f0; }
    #chatWindow chat-component#rating .text-center {
      text-align: center;
      display: flex;
      flex-direction: column; }
      #chatWindow chat-component#rating .text-center #feedbackSubmitButton.ad-inactive {
        opacity: 0.5;
        cursor: not-allowed;
        color: #c90c0f; }
    #chatWindow chat-component#rating .buttons {
      font-size: 1rem;
      line-height: 1.5;
      font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
      font-weight: normal;
      letter-spacing: 0.5px;
      min-height: 45px;
      min-width: 140px;
      margin: 2px 15px 15px 2px;
      padding: 0.625rem 1.25rem;
      display: table-cell;
      text-decoration: none;
      text-transform: none;
      text-align: center;
      border-radius: 4px;
      line-height: 1.2;
      cursor: pointer;
      transition: all 0.2s;
      background-color: #c90c0f;
      border: 1px solid #c90c0f;
      color: #ffffff;
      max-width: fit-content;
      margin: auto;
      margin-bottom: 20px; }
      #chatWindow chat-component#rating .buttons:focus {
        outline: 2px solid black; }
      #chatWindow chat-component#rating .buttons:hover {
        background-color: #a90000;
        border: 1px solid #a90000; }
    #chatWindow chat-component#rating button:disabled,
    #chatWindow chat-component#rating button[disabled] {
      border: 1px solid #999999;
      background-color: #cccccc;
      color: #666666; }
      #chatWindow chat-component#rating button:disabled:hover,
      #chatWindow chat-component#rating button[disabled]:hover {
        border: 1px solid #999999;
        background-color: #cccccc;
        color: #666666; }
    #chatWindow chat-component#rating #ad-ratingContact #ad-ratingContactPhoneQuestion {
      margin-top: calc(0.5rem - 16px); }
    #chatWindow chat-component#rating #ad-ratingContact .form-group {
      margin-bottom: 10px; }
    #chatWindow chat-component#rating #ad-ratingContact.ad-ratingAgent #ad-ratingContactPhoneNumber {
      margin-bottom: 16px;
      display: none; }
      #chatWindow chat-component#rating #ad-ratingContact.ad-ratingAgent #ad-ratingContactPhoneNumber.visible {
        display: block; }
      #chatWindow chat-component#rating #ad-ratingContact.ad-ratingAgent #ad-ratingContactPhoneNumber #ad-ratingContactInput {
        border: 1px solid #c90c0f; }
        #chatWindow chat-component#rating #ad-ratingContact.ad-ratingAgent #ad-ratingContactPhoneNumber #ad-ratingContactInput:focus {
          border: 1px solid #c90c0f; }
        #chatWindow chat-component#rating #ad-ratingContact.ad-ratingAgent #ad-ratingContactPhoneNumber #ad-ratingContactInput:visited {
          box-shadow: none; }
        #chatWindow chat-component#rating #ad-ratingContact.ad-ratingAgent #ad-ratingContactPhoneNumber #ad-ratingContactInput::placeholder {
          color: #f0f0f0; }
    #chatWindow chat-component#rating #ad-ratingContact.ad-ratingJames #ad-ratingContactPhoneNumber {
      margin-bottom: 16px;
      display: none; }
      #chatWindow chat-component#rating #ad-ratingContact.ad-ratingJames #ad-ratingContactPhoneNumber.visible {
        display: block; }
      #chatWindow chat-component#rating #ad-ratingContact.ad-ratingJames #ad-ratingContactPhoneNumber #ad-ratingContactInput:focus {
        border: 1px solid #f5f5f5; }
      #chatWindow chat-component#rating #ad-ratingContact.ad-ratingJames #ad-ratingContactPhoneNumber #ad-ratingContactInput:visited {
        box-shadow: none; }
  #chatWindow chat-component#chatPostRate h2 {
    font-size: 20px; }
  #chatWindow chat-component#chatPostRate label {
    margin: 2px; }
  #chatWindow chat-component#chatPostRate p {
    font-size: 16px; }
  #chatWindow chat-component#chatPostRate #chatPostRateContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 15px; }
  #chatWindow chat-component#chatPostRate .buttons {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: stretch; }
    #chatWindow chat-component#chatPostRate .buttons #postRateDownloadPdf {
      font-size: 1rem;
      line-height: 1.5;
      font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
      font-weight: normal;
      letter-spacing: 0.5px;
      min-height: 45px;
      min-width: 140px;
      margin: 2px 15px 15px 2px;
      padding: 0.625rem 1.25rem;
      display: table-cell;
      text-decoration: none;
      text-transform: none;
      text-align: center;
      border-radius: 4px;
      line-height: 1.2;
      cursor: pointer;
      transition: all 0.2s;
      background-color: #ffffff;
      border: 1px solid #ffffff;
      color: #545353; }
      #chatWindow chat-component#chatPostRate .buttons #postRateDownloadPdf:focus {
        outline: 2px solid black; }
    #chatWindow chat-component#chatPostRate .buttons #postRateCloseChat {
      font-size: 1rem;
      line-height: 1.5;
      font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
      font-weight: normal;
      letter-spacing: 0.5px;
      min-height: 45px;
      min-width: 140px;
      margin: 2px 15px 15px 2px;
      padding: 0.625rem 1.25rem;
      display: table-cell;
      text-decoration: none;
      text-transform: none;
      text-align: center;
      border-radius: 4px;
      line-height: 1.2;
      cursor: pointer;
      transition: all 0.2s;
      background-color: #c90c0f;
      border: 1px solid #c90c0f;
      color: #ffffff; }
      #chatWindow chat-component#chatPostRate .buttons #postRateCloseChat:focus {
        outline: 2px solid black; }
      #chatWindow chat-component#chatPostRate .buttons #postRateCloseChat:hover {
        background-color: #a90000;
        border: 1px solid #a90000; }
  #chatWindow chat-component#chatPostRate #ad-appreciatonText {
    justify-content: center;
    text-align: center; }

.windowFadeIn {
  -webkit-animation: fadeIn 0.75s cubic-bezier(0.7, 0, 0.3, 0.8);
  animation: fadeIn 0.75s cubic-bezier(0.7, 0, 0.3, 0.8); }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.windowFadeOut {
  -webkit-animation: fadeOut 0.5s;
  animation: fadeOut 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.stateAppear {
  -webkit-animation: appearFading 0.25s ease-in-out;
  animation: appearFading 0.25s ease-in-out; }

@-webkit-keyframes appearFading {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes appearFading {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*
* Default styles for all button types
* should not be included directly
*/
/*
* Primary button style
* @extends buttonDefault
*/
/*
* secondary button style
* @extends buttonDefault
*/
/*
* disabled button
* @extends buttonDefault
*/
/*
* Default styles for all links
*/
/*
* Default styles for all messages or attachments that are displayed as messages
*/
/*
* Respond above. (equal to: min-width)
* @param {string} $breakpoint - The breakpoint to respond above.
*/
/*
* Respond below. (equal to: max-width)
* @param {string} $breakpoint - The breakpoint to respond below.
*/
#inviteChatWindow {
  z-index: 9999;
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: min(460px, 100%);
  height: min(700px, 90%);
  max-height: 100%;
  max-width: 100%;
  box-sizing: border-box;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
  font-weight: 400; }
  #inviteChatWindow.mobile {
    bottom: 0 !important;
    left: 0 !important; }
    @media (max-height: 700px) and (min-width: 460px) {
      #inviteChatWindow.mobile {
        height: 100%;
        width: 100%; } }

#inviteChatWindow #login-key-button {
  width: 12px;
  bottom: 5px;
  margin-bottom: 4px; }

#inviteChatWindow #chatLoginLink {
  display: inline; }

#inviteChatWindow #chatLogoutLink {
  display: none; }

#inviteChatWindow #logout-key-button {
  position: absolute;
  width: 12px;
  bottom: 5px; }

#inviteChatWindow #startMask {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
  height: 100%; }

#inviteChatWindow #startMask p {
  font-size: 16px;
  margin: 10px 0px 10px 0px;
  color: #545353; }

#inviteChatWindow .radio.horizontal {
  display: inline-block; }

#inviteChatWindow .radio.horizontal div {
  display: inline-block; }

#inviteChatWindow #chatHeader {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0 10px;
  Box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 70px;
  background-color: #c90c0f;
  color: #ffffff;
  cursor: move;
  background-repeat: repeat-x;
  box-sizing: border-box;
  touch-action: none;
  display: grid;
  grid-template-columns: 0.8fr repeat(2, 1fr) repeat(3, 0.3fr);
  grid-template-rows: 0.3fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-content: center;
  align-items: center; }
  #inviteChatWindow #chatHeader .chat_menue_btn {
    background: none;
    border: none;
    cursor: pointer; }
  #inviteChatWindow #chatHeader #chatIcon {
    grid-area: 1 / 1 / 2 / 2;
    background-color: white;
    height: 80px;
    max-height: 85%;
    aspect-ratio: 1 / 1;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 10px;
    z-index: 14; }
    #inviteChatWindow #chatHeader #chatIcon img {
      width: 100%;
      aspect-ratio: 1 / 1; }
    @media screen and (max-width: 400px) {
      #inviteChatWindow #chatHeader #chatIcon {
        top: 0px;
        position: unset; } }
  #inviteChatWindow #chatHeader #chatTitle {
    grid-area: 1 / 2 / 2 / 4;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    align-self: center;
    margin-left: 10px;
    line-break: auto; }
  #inviteChatWindow #chatHeader #chatMenueBtn {
    grid-area: 1 / 4 / 2 / 5;
    cursor: pointer;
    align-self: center; }
  #inviteChatWindow #chatHeader #minimizeChatBtn {
    grid-area: 1 / 5 / 2 / 6;
    cursor: pointer;
    align-self: center;
    text-align: end; }
  #inviteChatWindow #chatHeader #closeChatBtn {
    grid-area: 1 / 6 / 2 / 7;
    cursor: pointer;
    align-self: center;
    text-align: end; }
  #inviteChatWindow #chatHeader #closeChatBtn:focus, #inviteChatWindow #chatHeader #minimizeChatBtn:focus, #inviteChatWindow #chatHeader #chatMenueBtn:focus {
    outline: 2px solid black; }

#inviteChatWindow #chatControls {
  font-size: 1rem;
  line-height: 1.5;
  font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
  font-weight: 400;
  height: 100%;
  max-height: calc(100% - 70px);
  width: 100%;
  position: absolute;
  left: 0;
  top: 70px;
  display: flex;
  flex-direction: row-reverse;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #545353;
  z-index: 11; }
  @media (max-width: 766px) {
    #inviteChatWindow #chatControls {
      max-height: calc(100% - 55px); } }
  #inviteChatWindow #chatControls .chat_menue_btn {
    background: none;
    border: none;
    cursor: pointer; }
  #inviteChatWindow #chatControls #backdrop {
    width: 40%;
    height: 100%;
    background-color: #f5f5f5;
    opacity: 0.6;
    border-bottom-left-radius: 10px; }
  #inviteChatWindow #chatControls #links {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-shadow: -4px 2px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    border-bottom-right-radius: 10px; }
    #inviteChatWindow #chatControls #links #opal-logout {
      display: none; }
    #inviteChatWindow #chatControls #links #ad-chatButton {
      display: none; }
    #inviteChatWindow #chatControls #links button {
      color: #404040;
      cursor: pointer;
      border-bottom: 1px solid #BDBDBD;
      width: 80%;
      min-height: 50px;
      text-align: center;
      padding: 10px; }
    #inviteChatWindow #chatControls #links button:last-child {
      border: none; }

#inviteChatWindow #chatBody {
  background-color: #d9d9d9;
  height: calc(100% - 70px);
  width: 100%;
  border-radius: 0 0 10px 10px;
  overflow: hidden; }

#inviteChatWindow #chatBody #chat .chatConversation {
  margin: 0;
  padding: 15px 15px 0 15px;
  height: max-content;
  max-height: 100%; }

#inviteChatWindow #chatFooter {
  display: none;
  padding: 0 15px;
  height: 25px;
  line-height: 25px; }

#inviteChatWindow #chatFooter a {
  font-size: 1rem;
  line-height: 1.5;
  font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: white;
  margin: 10px; }

#inviteChatWindow #chatFooter a:hover {
  text-decoration: underline; }

#inviteChatWindow #startChat {
  margin-bottom: 20px; }

#inviteChatWindow .button.button-medium {
  margin-left: auto;
  margin-right: auto; }

#inviteChatWindow .center {
  text-align: center; }

#inviteChatWindow .container-fluid {
  display: flex;
  max-width: 100%;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  padding: 0; }

#inviteChatWindow h2 {
  font-size: 2rem;
  line-height: 1.25;
  font-family: Helvetica Neue LT W0187HvCnObl, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px; }

#inviteChatWindow a:hover {
  text-decoration: none; }

#inviteChatWindow #privacyButtonBack,
#inviteChatWindow #helpButtonBack {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
  transition: all .2s;
  text-decoration: none;
  text-transform: none;
  border: 0;
  outline: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 90% 100%, 0% 100%);
  color: white;
  background: #c90c0f;
  background-position: 0 100%;
  background-size: auto 200%;
  text-align: center;
  line-height: 1.2;
  font-size: 15px;
  padding: 6px 20px 7px 20px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto; }

#inviteChatWindow #privacyButtonBack:hover,
#inviteChatWindow #helpButtonBack:hover {
  color: black; }

#inviteChatWindow #startChat:hover {
  background-image: #003765;
  color: black; }

@media (max-width: 449px) {
  #inviteChatWindow #userMessageForm select,
  #inviteChatWindow #userMessageForm textarea,
  #inviteChatWindow #userMessageForm input,
  #inviteChatWindow #userMessageForm button {
    font-size: 16px !important; }
  #inviteChatWindow #startMask input {
    font-size: 16px; }
  #inviteChatWindow.softkeyboard-active #chatBody {
    overflow: hidden; } }

#inviteChatWindow.minimized {
  display: none; }

#inviteChatWindow #inviteChatButton {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10000;
  margin: 0 20px 12px 0;
  background: none;
  border: none;
  border-radius: 50%; }
  #inviteChatWindow #inviteChatButton img {
    width: 80px;
    cursor: pointer; }

#inviteChatWindow #avatar {
  width: 60px;
  cursor: pointer; }
  @media (min-width: 480px) {
    #inviteChatWindow #avatar {
      width: 80px; } }

#inviteChatWindow {
  display: none;
  max-height: 252px;
  max-width: 327px;
  width: auto;
  height: auto;
  top: auto !important;
  left: auto !important;
  right: 100px !important;
  bottom: 6px !important;
  z-index: 10000px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }
  @media (max-width: 427px) {
    #inviteChatWindow {
      right: unset !important;
      left: 0px !important; } }
  #inviteChatWindow .button.button-medium {
    font-size: 1rem;
    line-height: 1.5;
    font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 0.5px;
    min-height: 45px;
    min-width: 140px;
    margin: 2px 15px 15px 2px;
    padding: 0.625rem 1.25rem;
    display: table-cell;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    border-radius: 4px;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.2s;
    background-color: #c90c0f;
    border: 1px solid #c90c0f;
    color: #ffffff; }
    #inviteChatWindow .button.button-medium:focus {
      outline: 2px solid black; }
    #inviteChatWindow .button.button-medium:hover {
      background-color: #a90000;
      border: 1px solid #a90000; }
  #inviteChatWindow #chatHeader {
    cursor: unset; }
  #inviteChatWindow #invite-logo-box {
    width: 70px;
    height: 70px;
    background: #0071b9;
    margin: 14px 10px 10px 10px;
    float: left;
    display: flex;
    align-items: center;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-bottomright: 9px;
    border-top-left-radius: 9px;
    border-bottom-right-radius: 9px; }
  #inviteChatWindow #sophieImg {
    width: 90%;
    margin-right: auto;
    margin-left: auto; }
  #inviteChatWindow #inviteWindowTextAndButton {
    width: calc(100% - 95px - 20px);
    margin: 20px;
    margin-left: 0px;
    margin-top: 14px;
    display: inline-block;
    color: white; }
  #inviteChatWindow #inviteWindowTextAndButton p {
    font-size: 1rem;
    line-height: 1.5;
    font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-weight: bold; }

#chatMinimizationToggle {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 0 20px 12px 0; }
  #chatMinimizationToggle #avatar {
    width: 60px;
    cursor: pointer;
    aspect-ratio: 1/1;
    background-color: white;
    border-radius: 50%; }
    @media (min-width: 480px) {
      #chatMinimizationToggle #avatar {
        width: 80px; } }
  #chatMinimizationToggle #notification {
    font-size: 1rem;
    line-height: 1.5;
    font-family: Helvetica Neue LT W01_55 Roman, Helvetica, Arial, sans-serif;
    font-weight: 400;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 20px;
    background-color: #c90c0f;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    #chatMinimizationToggle #notification #counter {
      text-align: center; }
  #chatMinimizationToggle.hidden {
    display: none; }

#inviteChatButton {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  margin: 0 20px 12px 0;
  background: none;
  border: none;
  border-radius: 50%; }
  #inviteChatButton img {
    width: 80px;
    cursor: pointer; }

#inviteChatMessage {
  display: none;
  position: fixed;
  bottom: calc(40px + 90px);
  right: calc(40px - 20px);
  width: 300px;
  font-size: small;
  animation: 2s ease-in showMessage; }
  @media screen and (max-width: 767px) {
    #inviteChatMessage {
      width: 50%; } }
  #inviteChatMessage .inviteMessageCloseWrapper {
    text-align: end;
    padding: 8px; }
    @media screen and (max-width: 767px) {
      #inviteChatMessage .inviteMessageCloseWrapper {
        padding-bottom: 0; } }
    #inviteChatMessage .inviteMessageCloseWrapper #inviteCloseButton {
      font-size: 1rem;
      line-height: 1.5;
      font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
      font-weight: normal;
      letter-spacing: 0.5px;
      min-height: 45px;
      min-width: 140px;
      margin: 2px 15px 15px 2px;
      padding: 0.625rem 1.25rem;
      display: table-cell;
      text-decoration: none;
      text-transform: none;
      text-align: center;
      border-radius: 4px;
      line-height: 1.2;
      cursor: pointer;
      transition: all 0.2s;
      background-color: #c90c0f;
      border: 1px solid #c90c0f;
      color: #ffffff;
      background-color: #5d6c80;
      color: #fff;
      border: 1px solid transparent;
      font-size: x-small; }
      #inviteChatMessage .inviteMessageCloseWrapper #inviteCloseButton:focus {
        outline: 2px solid black; }
      #inviteChatMessage .inviteMessageCloseWrapper #inviteCloseButton:hover {
        background-color: #a90000;
        border: 1px solid #a90000; }
      #inviteChatMessage .inviteMessageCloseWrapper #inviteCloseButton:hover {
        background-color: #5d6c80;
        color: #fff;
        opacity: 0.7;
        border: none; }
  #inviteChatMessage .inviteMessageWrapper:hover {
    cursor: pointer; }
  #inviteChatMessage .inviteMessageWrapper .inviteMessageText {
    background-color: #f9f9f9;
    width: 90%;
    min-height: 37px;
    border-bottom: 0;
    padding: 8px 10px;
    margin: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 20px 20px 20px 0;
    color: #404040;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    max-width: none; }
    @media screen and (max-width: 767px) {
      #inviteChatMessage .inviteMessageWrapper .inviteMessageText {
        max-width: none;
        margin-bottom: 8px; } }
    @media screen and (max-width: 374px) {
      #inviteChatMessage .inviteMessageWrapper .inviteMessageText {
        max-width: none;
        margin-bottom: 8px; } }
    #inviteChatMessage .inviteMessageWrapper .inviteMessageText:first-of-type:before {
      content: ' ';
      position: absolute;
      width: 0;
      height: 0;
      left: -8px;
      border-right: 10px solid #f9f9f9;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left-color: #eee; }
    #inviteChatMessage .inviteMessageWrapper .inviteMessageText:first-of-type .messageText:before {
      content: "";
      background-image: url("./happy.png");
      background-size: cover;
      position: absolute;
      width: 28px;
      height: 28px;
      background-color: #c90c0f;
      border-radius: 14px;
      left: -40px;
      top: 2px; }

@keyframes showMessage {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.carouselcomponent {
  width: 90%;
  height: 90%; }

@keyframes tonext {
  75% {
    left: 0; }
  95% {
    left: 100%; }
  98% {
    left: 100%; }
  99% {
    left: 0; } }

@keyframes tostart {
  75% {
    left: 0; }
  95% {
    left: -300%; }
  98% {
    left: -300%; }
  99% {
    left: 0; } }

@keyframes snap {
  96% {
    scroll-snap-align: center; }
  97% {
    scroll-snap-align: none; }
  99% {
    scroll-snap-align: none; }
  100% {
    scroll-snap-align: center; } }
  .carouselcomponent * {
    box-sizing: border-box;
    /* thumb and track color */
    scrollbar-color: transparent transparent;
    scrollbar-width: 0px; }
  .carouselcomponent *::-webkit-scrollbar {
    width: 0; }
  .carouselcomponent *::-webkit-scrollbar-track {
    background: transparent; }
  .carouselcomponent *::-webkit-scrollbar-thumb {
    background: transparent;
    border: none; }
  .carouselcomponent * {
    -ms-overflow-style: none; }
  .carouselcomponent ol,
  .carouselcomponent li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .carouselcomponent .carousel {
    position: relative;
    padding-top: 75%;
    filter: drop-shadow(0 0 10px #0003);
    perspective: 100px; }
  .carouselcomponent .carousel__viewport {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    overflow-x: scroll;
    counter-reset: item;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory; }
  .carouselcomponent .carousel__slide {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    background-color: #f99;
    counter-increment: item; }
  .carouselcomponent .carousel__slide:nth-child(even) {
    background-color: #99f; }
  .carouselcomponent .carousel__slide:before {
    content: counter(item);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -40%, 70px);
    color: #fff;
    font-size: 2em; }
  .carouselcomponent .carousel__snapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    scroll-snap-align: center; }
  .carouselcomponent .jobtitle {
    z-index: 1000;
    position: absolute;
    top: 0;
    background: white;
    opacity: 0.4;
    color: black;
    font-size: 15px;
    padding: 20px; }
  @media (hover: hover) {
    .carouselcomponent .carousel__snapper {
      animation-name: tonext, snap;
      animation-timing-function: ease;
      animation-duration: 4s;
      animation-iteration-count: infinite; }
    .carouselcomponent .carousel__slide:last-child .carousel__snapper {
      animation-name: tostart, snap; } }
  @media (prefers-reduced-motion: reduce) {
    .carouselcomponent .carousel__snapper {
      animation-name: none; } }
  .carouselcomponent .carousel:hover .carousel__snapper,
  .carouselcomponent .carousel:focus-within .carousel__snapper {
    animation-name: none; }
  .carouselcomponent .carousel__navigation {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center; }
  .carouselcomponent .carousel__navigation-list,
  .carouselcomponent .carousel__navigation-item {
    display: inline-block; }
  .carouselcomponent .carousel__navigation-button {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #333;
    background-clip: content-box;
    border: 0.25rem solid transparent;
    border-radius: 50%;
    font-size: 0;
    transition: transform 0.1s; }
  .carouselcomponent .carousel::before,
  .carouselcomponent .carousel::after,
  .carouselcomponent .carousel__prev,
  .carouselcomponent .carousel__next {
    position: absolute;
    top: 0;
    margin-top: 37.5%;
    width: 4rem;
    height: 4rem;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 0;
    outline: 0; }
  .carouselcomponent .carousel::before,
  .carouselcomponent .carousel__prev {
    left: -1rem; }
  .carouselcomponent .carousel::after,
  .carouselcomponent .carousel__next {
    right: -1rem; }
  .carouselcomponent .carousel::before,
  .carouselcomponent .carousel::after {
    content: '';
    z-index: 1;
    background-color: #333;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-size: 2.5rem;
    line-height: 4rem;
    text-align: center;
    pointer-events: none; }
  .carouselcomponent .carousel::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E"); }
  .carouselcomponent .carousel::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E"); }

/* The Modal (background) */
#myModal {
  /* Hidden by default */
  display: none;
  /* Stay in place */
  position: fixed;
  /* Sit on top */
  z-index: 1;
  /* Location of the box */
  padding-top: 100px;
  left: 0;
  top: 0;
  /* Full width */
  width: 100%;
  /* Full height */
  height: 100%;
  /* Enable scroll if needed */
  overflow: auto;
  /* Fallback color */
  background-color: black;
  /* Black w/ opacity */
  background-color: rgba(0, 0, 0, 0.4); }

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%; }

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.carouselWrapper {
  width: 100%;
  height: auto;
  position: relative; }

@keyframes tonext {
  75% {
    left: 0; }
  95% {
    left: 100%; }
  98% {
    left: 100%; }
  99% {
    left: 0; } }

@keyframes tostart {
  75% {
    left: 0; }
  95% {
    left: -300%; }
  98% {
    left: -300%; }
  99% {
    left: 0; } }

@keyframes snap {
  96% {
    scroll-snap-align: center; }
  97% {
    scroll-snap-align: none; }
  99% {
    scroll-snap-align: none; }
  100% {
    scroll-snap-align: center; } }
  .carouselWrapper * {
    box-sizing: border-box;
    /* thumb and track color */
    scrollbar-color: transparent transparent;
    scrollbar-width: 0px; }
  .carouselWrapper *::-webkit-scrollbar {
    width: 0; }
  .carouselWrapper *::-webkit-scrollbar-track {
    background: transparent; }
  .carouselWrapper *::-webkit-scrollbar-thumb {
    background: transparent;
    border: none; }
  .carouselWrapper * {
    -ms-overflow-style: none; }

.carouselContent {
  width: 100%;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory; }

/* Tooltip text */
.cardCarousel .container h4 .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text */
  position: fixed;
  z-index: 1;
  bottom: 60%;
  left: 50%;
  margin-left: -60px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s; }

/* Tooltip arrow */
.cardCarousel .container h4 .tooltiptext::after {
  content: "";
  position: relative;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent; }

/* Show the tooltip text when you mouse over the tooltip container */
.cardCarousel .container h4:hover .tooltiptext {
  visibility: visible;
  opacity: 1; }

.cardCarousel {
  width: 90%;
  border: 1px solid #f5f5f5;
  box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  /* 5px rounded corners */
  border-radius: 5px;
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  counter-increment: item;
  /* Add rounded corners to the top left and the top right corner of the image */ }
  .cardCarousel img {
    border-radius: 5px 5px 0 0;
    width: 100%; }
  .cardCarousel:hover {
    box-shadow: inset 0 8px 16px 0 rgba(0, 0, 0, 0.2); }
  .cardCarousel .container {
    padding: 2px 16px;
    margin-top: 10px;
    border-radius: 0 0 5px 5px;
    font-family: Helvetica, sans-serif; }
    .cardCarousel .container h4 {
      font-size: 0.8rem; }
    .cardCarousel .container .contextJob {
      margin-top: 20px;
      font-size: 12px;
      font-weight: lighter; }
    .cardCarousel .container .carouselbutton {
      top: 30px;
      width: 25px;
      position: absolute;
      height: 50px;
      opacity: 0.3;
      content: "";
      background-color: #333;
      background-repeat: no-repeat;
      background-position: center center;
      color: #96a3ac;
      font-size: 2.5rem;
      line-height: 4rem;
      text-align: center; }
    .cardCarousel .container .carousel__prev {
      z-index: 12000;
      left: 0px;
      background-size: 10px !important;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
      white-space: nowrap;
      overflow: hidden;
      text-indent: 100%; }
      .cardCarousel .container .carousel__prev:hover {
        opacity: 1;
        width: 30px;
        cursor: pointer; }
    .cardCarousel .container .carousel__next {
      right: 0px;
      background-size: 10px !important;
      z-index: 12000;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E"); }
      .cardCarousel .container .carousel__next:hover {
        opacity: 1;
        width: 30px;
        cursor: pointer; }
  .cardCarousel .buttonLink {
    font-size: 1rem;
    line-height: 1.5;
    font-family: Helvetica Neue LT W01_71488914, Helvetica, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 0.5px;
    min-height: 45px;
    min-width: 140px;
    margin: 2px 15px 15px 2px;
    padding: 0.625rem 1.25rem;
    display: table-cell;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    border-radius: 4px;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.2s;
    background-color: #c90c0f;
    border: 1px solid #c90c0f;
    color: #ffffff;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    cursor: pointer;
    transition: all 150ms ease-in-out; }
    .cardCarousel .buttonLink:focus {
      outline: 2px solid black; }
    .cardCarousel .buttonLink:hover {
      background-color: #a90000;
      border: 1px solid #a90000; }
    .cardCarousel .buttonLink:hover {
      background: #e6e6e6; }
  .cardCarousel .buttonWrapper {
    margin: 20px 0; }

body > .pac-container {
  display: inherit !important;
  z-index: 10000;
  border: 0; }

body > .pac-container::after {
  display: none !important;
  height: 0; }

#chatHtml h1,
#chatHtml h2,
#chatHtml h3,
#chatHtml p,
#chatHtml span {
  font-family: Helvetica; }
