.cs-chat-wrapper .cs-content-wrapper {
  max-width: 100%;
}

.gqa-shopify-wrapper {
  position: relative;
  padding-top: 10px;
  display: none;
  z-index: 3;
}

.gqa-shopify-wrapper.gqa-ready {
  display: block !important;
}

.gqa-shopify-wrapper img {
  position: relative;
  width: 60px;
  height: 60px;
  top: 0;
  border: solid 1px rgba(227, 227, 227, 1);
  border-radius: 100%;
  z-index: 9;
  margin: 0 0 -25px 10px;
}

.gqa-shopify-agent-name {
  font-weight: bold;
}
clever-search-chat {
  border: solid 1px rgba(227, 227, 227, 1);
  border-radius: 20px;
}
#gqa-wrapper {
  max-height: 500px;
  display: flex;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.2s;
}

clever-search-chat {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.gqa-shopify-wrapper-header {
  display: flex;
  align-items: center;
  margin: 0 0 5px 10px;
  animation: fadeIn 2s;
  z-index: 9;
  position: relative;
}

.gqa-agent {
  line-height: initial;
  margin-left: 10px;
}
.gqa-agent-tag-line {
  font-size: 12px;
}
.gqa-unavailable {
  color: rgba(142, 31, 11, 1);
  font-weight: bold;
  padding: 10px;
  border: solid 1px (254, 195, 193, 1);
  background: rgba(254, 233, 232, 1);
  line-height: normal;
}

.gqa-unavailable div {
  font-weight: normal;
  font-size: 12px;
  color: black;
}

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

.gqa-shopify-wrapper.gqa-custom-btn {
  padding: 0;
  /* overflow: hidden; */
}

.gqa-shopify-wrapper.gqa-custom-btn img.gqa-img {
  width: auto;
  height: auto;
  border: 0;
  border-radius: inherit;
  margin: 0;
  max-width: 100%;
  cursor: pointer;
  transition: all 0.2s;
}

.gqa-shopify-wrapper.gqa-custom-btn .gqa-logo-default {
  border: 0;
  border-radius: inherit;
  width: auto;
  height: auto;
  max-width: 30px;
  margin: 0 15px 0 0;
}

.gqa-shopify-wrapper.gqa-custom-btn img.gqa-img:hover {
  box-shadow: 0px 4px 6px -2px rgba(26, 26, 26, 0.20);
}

.gqa-shopify-wrapper.gqa-custom-btn #gqa-wrapper {
  min-height: auto;
  border-radius: 0;
}
