body.--modalOpen {
    position: fixed;
    overflow: hidden;
  }

  .qcw-container {
    z-index: 9001
  }

  .qcw-cs-container {
    color: #444;
    position: fixed;
    bottom: 20px;
    right: 42px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-end;
    font-size: 16px;
    z-index: 900;
  }

  .qcw-cs-container.--open .qcw-cs-wrapper, .qcw-cs-container.qcw-cs-container--open .qcw-cs-wrapper {
    height: 400px;
    position: fixed;
  }

  .qcw-cs-submit-form,
  .qcw-trigger-btn,
  .qcw-cs-trigger-button {
    background: #94ca62;
    color: #fff;
    padding: 10px;
    border-radius: 19px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 7px 16px rgba(46, 46, 46, .15);
    border: 0;
    outline: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
  }

  .qcw-cs-trigger-button:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 7px 16px rgba(46, 46, 46, .25);
  }

  .qcw-cs-wrapper {
    width: 360px;
    height: 0;
    box-shadow: 0 7px 16px rgba(46, 46, 46, .15);
    border-radius: 19px;
    overflow: hidden;
    position: absolute;
    transition: all .15s ease-in-out;
    bottom: 84px;
    background-color: #fafafa;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .qcw-cs-wrapper .qcw-cs-close {
    position: absolute;
    right: 16px;
    top: 20px;
    color: #979797;
    font-size: 30px;
    z-index: 9000;
    cursor: pointer;
  }

  .qcw-cs-wrapper .qcw-cs-box-form {
    width: 70%;
    margin: auto;
    font-family: 'Open Sans', sans-serif;
  }

  .qcw-cs-wrapper .qcw-cs-box-form label {
    margin-bottom: 0;
  }

  .qcw-cs-wrapper .qcw-cs-box-form>h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.28;
  }

  .qcw-cs-wrapper .qcw-cs-box-form>p {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .qcw-cs-wrapper .qcw-cs-box-form .qcw-cs-form-group {
    margin-bottom: 15px;
  }

  .qcw-cs-wrapper .qcw-cs-box-form .qcw-cs-form-group .qcw-cs-form-field {
    border-radius: 19px;
    border: 1px solid #ccc;
    padding: 4px 10px;
    width: 100%;
    outline: 0;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-size: 16px;
    height: 40px;
    box-sizing: border-box;
  }

  .qcw-header{
    border-bottom : 0;
  }

  .qcw-cs-submit-form {
    width: 100%;
  }

  .qcw-cs-submit-form:hover {
    background: #4a9739;
  }

  .qcw-cs-form-group.error {
    background: #c0392b;
    border-radius: 19px;
    color: #fff;
    padding: 2px 20px;
    text-align: center;
  }

  .qcw-cs-form-group.error span {
    font-size: 13px;
  }

  /* Welcome CSS */
  .qcw-cs-welcome {
    width: 360px;
    box-shadow: 0 7px 16px rgba(46, 46, 46, .15);
    border-radius: 19px;
    overflow: hidden;
    transform: translateY(-30px);
  }
	.qcw-cs-welcome .qcw-user-display-name {
    font-size: 15px;
    font-weight: 600;
    margin-left: 16px;
    width: 100%;
	}
	/* .qcw-cs-welcome { */
	.qismo-extra {
    max-width: 360px;
    position: fixed;
    bottom: 55px;
    right: 42px;
    z-index: 800;
    background-color: transparent !important;
    border-radius: 19px;
		font-family: "open sans", sans-serif;
		color : rgb(102, 102, 102);
	}
	.qcw-welcome-text {
    padding: 16px 16px 48px 16px;
    font-size : 15px;
    background: #FFF;
	}
	span.qcw-cs-close-welcome{
		font-size: 24px;
		color: #999999;
		cursor: pointer;
  }

/**
 * Attention Grabber
*/
.qcw-grabber-text { box-shadow: 0 7px 16px rgba(46, 46, 46, .15); border-radius: 19px; padding: 15px; display: flex; justify-content: space-between; }
.qcw-grabber-text div { margin-right: 30px; }
.qismo-attention-grabber { position: relative; width: 250px; }
.qismo-attention-grabber__close-btn { cursor: pointer; position: absolute; top: 10px;
  right: 10px; display: flex; justify-content: center; align-items: center; width: 19px;
  height: 17px; background: rgba(0,0,0,.70); border-radius: 50%; box-shadow: 0 2px 7px rgba(0,0,0,.15);
  color: #FFF; padding-bottom: 2px; }
.qcw-grabber-image { max-height: 140px; overflow: hidden; display: flex;
  width: 250px; height: 140px; margin-bottom: 13px; border-radius: 19px; box-shadow: 0 7px 16px rgba(46, 46, 46, .15); }
.qcw-grabber-image img { width: 250px; height: 140px; -o-object-fit: cover; object-fit: cover; border-radius: 19px; }

.qcw-comments { max-height: 287px; }
.qcw-comment-container.qcw-comment--carousel .qcw-comment { flex: none; }
.qcw-container.qcw-container--open .qcw-chat-wrapper { flex-direction: column; }
.comment__card--container .comment__card--description { white-space: pre-wrap; }
.qcw-main { flex: 1; }

  @media (max-width:600px) {
    .qcw-container.qcw-container--open {
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
    }
    .qcw-container.qcw-container--open .qcw-chat-wrapper {
      right: 0;
      bottom: 0;
      width: 100%!important;
      height: 100%!important;
      z-index: 8888;
      border-radius: 0;
      flex-direction: column;
    }
    .qcw-main { flex: 1; }
    .qcw-container.qcw-container--open .qcw-trigger-btn,
    .qcw-cs-container .qcw-cs-trigger-button {
      position: fixed;
      bottom: 20px;
      right: 42px;
    }
    .qcw-cs-container {
      z-index: 9000;
    }
    .qcw-cs-container.--open, .qcw-cs-container.qcw-cs-container--open {
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
    }
    .qcw-cs-container.--open .qcw-cs-wrapper, .qcw-cs-container.qcw-cs-container--open .qcw-cs-wrapper {
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 8888;
      border-radius: 0;
    }
  }
.resolved-conversation .qcw-comment-form {
    visibility: hidden;
}
.start-new-chat-container {
  position: fixed;
  bottom: 108px;
  right: 43px;
  width: 360px;
  z-index: 9002;
  text-align: center;
  display: none;
  outline: none;
}
.resolved-conversation .qcw-container--open .start-new-chat-container { display: block; }
.start-new-chat-container button:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 7px rgba(0,0,0,.17);
}
.start-new-chat-container button {
  border: 0;
  background: #94ca62;
  color: #FFF;
  padding: 9px 30px;
  border-radius: 15px;
  cursor: pointer;
  transition: all .32s ease;
}

  @media only screen and (max-width: 442px) {
    .qcw-cs-welcome  {
      width: calc( 100% - 32px );
      right: 16px;
      /* bottom: 0; */
      /* border-radius: 0; */
      /* height: 100vh; */
      z-index: 90001;
    }
  }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .qcw-container { position: absolute;}
  .qcw-chat-wrapper { position: absolute; right: 0; }
  .qcw-comment-form textarea { position: relative; top: 15px; }
  .qcw-comment-form { padding: 0; }
  .qcw-header { padding: 5px; }
  .qcw-cs-container.qcw-cs-container--open .qcw-cs-wrapper {
    height: 400px;
    position: absolute;
    right: 0;
  }
}
