@media screen and (max-width: 768px) {
  body.single-product #egg {
    bottom: 77px; } }

.bg_overlay {
  z-index: 2001; }

#egg {
  width: 0px;
  height: 0px;
  background: none;
  background-size: cover;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  left: 10px;
  transform-origin: bottom;
  z-index: 15;
  z-index: 999995; }
  #egg::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1; }
  @media screen and (max-width: 428px) {
    #egg.open {
      display: none; } }
  #egg .sb-chat-btn-custom {
    position: fixed;
    visibility: visible;
    bottom: 20px;
    right: 20px;
    left: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06), 0 3px 32px rgba(0, 0, 0, 0.16);
    transition: all 0.4s;
    background-color: #E03C31;
    z-index: 999996;
    animation: fadeIn 1s forwards; }
    @media screen and (max-width: 428px) {
      #egg .sb-chat-btn-custom {
        width: 55px;
        height: 55px; } }
    #egg .sb-chat-btn-custom span:empty, #egg .sb-chat-btn-custom span[data-count="0"] {
      display: none; }
    #egg .sb-chat-btn-custom span {
      position: absolute;
      width: 20px;
      height: 20px;
      text-align: center;
      background: #ca3434;
      color: #fff;
      border-radius: 100%;
      font-weight: 500;
      font-size: 11px;
      line-height: 22px;
      top: 0;
      left: -3px;
      z-index: 2; }
    #egg .sb-chat-btn-custom.closed .sb-icon {
      opacity: 0; }
    #egg .sb-chat-btn-custom.closed .sb-close {
      opacity: 1; }
    #egg .sb-chat-btn-custom .sb-icon {
      opacity: 1; 
      height: 30px;
      width: 30px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;}
    #egg .sb-chat-btn-custom .sb-close {
      opacity: 0;
      transform: rotate(90deg); }
    #egg .sb-chat-btn-custom img {
      max-width: 100%;
      width: 60px;
      height: 60px;
      position: absolute;
      left: 0;
      top: 0;
      margin: 0;
      min-height: 0 !important;
      min-width: 0 !important;
      z-index: 0;
      transition: all 0.4s; }
      @media screen and (max-width: 428px) {
        #egg .sb-chat-btn-custom img {
          width: 55px;
          height: 55px; } }

.popup-chat-container {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 99996;
  color: #24272a;
  direction: ltr; }

.popup-chat {
  position: absolute;
  width: 392px;
  max-height: 670px;
  background: #fff;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06), 0 3px 32px rgba(0, 0, 0, 0.16);
  z-index: 99995;
  text-align: left;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.4s; }
  .popup-chat button {
    border-radius: 5px;
    color: #fff;
    width: auto;
    margin: 10px 0;
    cursor: pointer;
    background-color: #E03C31;
    font-weight: 500;
    font-size: 14px;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .popup-chat button {
        font-size: 14px;
        margin: 0; } }
  .popup-chat .chat-box-link {
    position: relative;
    display: block;
    margin: 6px 0;
    border-radius: 5px;
    padding: 6px;
    padding-left: 0;
    padding-right: 10px;
    text-decoration: none;
    color: #2C2C2C;
    cursor: pointer; }
    .popup-chat .chat-box-link::after {
      content: ' ';
      display: inline-block;
      border-bottom: 2px solid #f00;
      border-right: 2px solid #f00;
      height: 10px;
      width: 10px;
      transform: rotate(-45deg);
      position: absolute;
      right: 0px;
      top: 0;
      bottom: 0;
      margin: auto 0; }
    .popup-chat .chat-box-link:hover {
      color: #E03C31; }
      .popup-chat .chat-box-link:hover .topic-category-title {
        color: #E03C31; }
  .popup-chat .chat-header {
    background-color: #E03C31;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    color: #FFF; }
    .popup-chat .chat-header .chat-header-title img {
      max-height: 28px; }
    @media screen and (max-width: 428px) {
      .popup-chat .chat-header {
        padding: 10px; } }
  .popup-chat .chat-body {
    background-color: #FAFAFA;
    margin: 0px; }
    .popup-chat .chat-body::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 3px rgba(68, 67, 67, 0.3);
      background-color: #F5F5F5; }
    .popup-chat .chat-body::-webkit-scrollbar {
      width: 3px;
      background-color: #F5F5F5; }
    .popup-chat .chat-body::-webkit-scrollbar-thumb {
      background-color: #414040; }
    .popup-chat .chat-body .chat-body-tab {
      display: none;
      padding: 16px; }
      .popup-chat .chat-body .chat-body-tab.active {
        display: block; }
    .popup-chat .chat-body .chat-search-box {
      position: relative;
      width: 100%; }
      .popup-chat .chat-body .chat-search-box svg {
        position: absolute;
        right: 3%;
        z-index: 2;
        top: 20%; }
    .popup-chat .chat-body .tab-home.active {
      height: 100%;
      display: flex;
      flex-direction: column;
      max-height: 532px;
      min-height: 532px; }
      @media screen and (max-height: 820px) {
        .popup-chat .chat-body .tab-home.active {
          max-height: 420px;
          max-height: calc(100vh - 282px);
          min-height: calc(100vh - 282px);
          overflow-y: scroll; } }
      @media screen and (max-width: 428px) {
        .popup-chat .chat-body .tab-home.active {
          overflow-y: auto;
          max-height: calc(100vh - 162px);
          max-height: calc(100svh - 120px);
          min-height: calc(100dvh - 120px); } }
      .popup-chat .chat-body .tab-home.active .title {
        flex-grow: 1;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 28px;
        color: #E03C31;
        font-weight: 500;
        font-family: 'Poppins',sans-serif; }
        .popup-chat .chat-body .tab-home.active .title p {
          margin-bottom: 0px;
          font-family: 'Poppins',sans-serif; }
      .popup-chat .chat-body .tab-home.active .new-chat-container {
        display: inline-flex;
        padding: 16px 20px;
        justify-content: space-between;
        flex-shrink: 0;
        flex-direction: column;
        border-radius: 8px;
        border: 1px solid #ccc;
        background: #FFF;
        margin-bottom: 5px;
        cursor: pointer;
        position: relative;
        font-size: 16px;
        color: #999; }
        .popup-chat .chat-body .tab-home.active .new-chat-container b {
          color: #2C2C2C;
          font-weight: 600; }
        .popup-chat .chat-body .tab-home.active .new-chat-container::after {
          content: ' ';
          display: inline-block;
          border-bottom: 2px solid #f00;
          border-right: 2px solid #f00;
          height: 10px;
          width: 10px;
          transform: rotate(-45deg);
          position: absolute;
          right: 20px;
          top: 0;
          bottom: 0;
          margin: auto 0; }
      .popup-chat .chat-body .tab-home.active .chat-search-box {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px; }
        .popup-chat .chat-body .tab-home.active .chat-search-box input {
          border: none; }
        .popup-chat .chat-body .tab-home.active .chat-search-box svg {
          right: 0; }
      .popup-chat .chat-body .tab-home.active .post-container {
        display: flex;
        padding: 16px 20px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex-shrink: 0;
        border-radius: 8px;
        border: 1px solid #ccc;
        background: #FFF;
        gap: 16px; }
        .popup-chat .chat-body .tab-home.active .post-container input {
          color: #2C2C2C;
          background: #fff;
          width: 100%;
          padding: 0 !important; }
          .popup-chat .chat-body .tab-home.active .post-container input::placeholder {
            color: #2C2C2C;
            font-weight: 600; }
        .popup-chat .chat-body .tab-home.active .post-container .post-list {
          margin-bottom: 0; }
        .popup-chat .chat-body .tab-home.active .post-container ol, .popup-chat .chat-body .tab-home.active .post-container ul {
          padding-left: 0;
          width: 100%;
          list-style: none; }
          .popup-chat .chat-body .tab-home.active .post-container ol li p, .popup-chat .chat-body .tab-home.active .post-container ul li p {
            margin-bottom: 0;
            font-size: 16px;
            line-height: 22px; }
    .popup-chat .chat-body .tab-messager.active {
      margin: 0;
      min-height: 532px; 
      overflow-y: scroll;
      max-height: 532px;}
      @media screen and (max-height: 820px) {
        .popup-chat .chat-body .tab-messager.active {
          min-height: 420px;
          max-height: calc(100vh - 282px);
          min-height: calc(100vh - 282px);
          overflow-y: scroll; }
        .popup-chat .chat-body .tab-messager.active::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 3px rgba(68, 67, 67, 0.3);
          background-color: #F5F5F5;
        }
    
        .popup-chat .chat-body .tab-messager.active::-webkit-scrollbar {
          width: 3px;
          background-color: #F5F5F5;
        }
    
        .popup-chat .chat-body .tab-messager.active::-webkit-scrollbar-thumb {
          background-color: #999;
        } }
      @media screen and (max-width: 428px) {
        .popup-chat .chat-body .tab-messager.active {
          overflow-y: scroll;
          max-height: calc(100vh - 162px);
          max-height: calc(100vh - 100px); } }
    .popup-chat .chat-body .tab-help-centre {
      max-height: 532px;
      min-height: 532px;
      overflow: hidden; }
      @media screen and (max-height: 820px) {
        .popup-chat .chat-body .tab-help-centre {
          max-height: 420px;
          min-height: 420px;
          max-height: calc(100vh - 282px);
          min-height: calc(100vh - 282px); } }
      @media screen and (max-width: 428px) {
        .popup-chat .chat-body .tab-help-centre {
          max-height: calc(100vh - 162px);
          max-height: calc(100svh - 163px);
          max-height: calc(100dvh - 120px);
          min-height: unset; } }
      .popup-chat .chat-body .tab-help-centre ul {
        padding-left: 0;
        margin-left: 0;
        list-style: none; }
      .popup-chat .chat-body .tab-help-centre .chat-search-box svg {
        right: 21px;
        top: 14px; }
        .popup-chat .chat-body .tab-help-centre .chat-search-box svg.chat-search-box-clear {
          display: none;
          cursor: pointer; }
      .popup-chat .chat-body .tab-help-centre .chat-search-box input {
        color: #2C2C2C;
        background: #fff;
        width: 100%;
        margin-bottom: 10px;
        height: 40px;
        border-radius: 8px !important; }
        .popup-chat .chat-body .tab-help-centre .chat-search-box input::placeholder {
          color: #999999; }
      .popup-chat .chat-body .tab-help-centre .chat-loading-icon {
        margin: auto;
        width: 30px;
        height: 30px;
        border: 4px solid #ccc;
        border-top: 4px solid #E03C31;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        /* Animation */ }
      .popup-chat .chat-body .tab-help-centre .listing-container {
        padding-left: 20px;
        padding-right: 20px;
        height: 455px;
        height: calc(100vh - 350px);
        overflow-y: scroll; }
        @media screen and (max-width: 428px) {
          .popup-chat .chat-body .tab-help-centre .listing-container {
            height: calc(100vh - 175px); } }
        .popup-chat .chat-body .tab-help-centre .listing-container::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 3px #999;
          background-color: #F5F5F5; }
        .popup-chat .chat-body .tab-help-centre .listing-container::-webkit-scrollbar {
          width: 3px;
          background-color: #F5F5F5; }
        .popup-chat .chat-body .tab-help-centre .listing-container::-webkit-scrollbar-thumb {
          background-color: #999; }
        .popup-chat .chat-body .tab-help-centre .listing-container .total-post {
          padding: 6px;
          padding-left: 0;
          font-weight: 600;
          color: #2C2C2C; }
        .popup-chat .chat-body .tab-help-centre .listing-container .topic-category {
          position: relative;
          border-radius: 0; }
          .popup-chat .chat-body .tab-help-centre .listing-container .topic-category::before {
            content: "";
            position: absolute;
            left: 0px;
            top: -7px;
            height: 1px;
            width: 98%;
            border-bottom: 1px solid #ccc; }
          .popup-chat .chat-body .tab-help-centre .listing-container .topic-category .col2 .topic-category-header-chat {
            padding-left: 0; }
            .popup-chat .chat-body .tab-help-centre .listing-container .topic-category .col2 .topic-category-header-chat.expanded::after {
              transform: rotate(45deg); }
            .popup-chat .chat-body .tab-help-centre .listing-container .topic-category .col2 .topic-category-header-chat .topic-category-title {
              font-weight: 700;
              font-family: "roboto", sans-serif;
              font-size: 16px;
              line-height: 22px; }
            .popup-chat .chat-body .tab-help-centre .listing-container .topic-category .col2 .topic-category-header-chat > p {
              color: #2C2C2C;
              margin-bottom: 0; }
            .popup-chat .chat-body .tab-help-centre .listing-container .topic-category .col2 .topic-category-header-chat .total-artcle {
              color: #999; }
          .popup-chat .chat-body .tab-help-centre .listing-container .topic-category .col2 ul.sub-categories {
            display: none; }
            .popup-chat .chat-body .tab-help-centre .listing-container .topic-category .col2 ul.sub-categories.active {
              display: block;
              list-style: none; }
            .popup-chat .chat-body .tab-help-centre .listing-container .topic-category .col2 ul.sub-categories h3 {
              font-size: 15px; }
      .popup-chat .chat-body .tab-help-centre #show-post-chat {
        overflow-y: scroll;
        overflow-x: hidden; }
        .popup-chat .chat-body .tab-help-centre #show-post-chat:not(:empty) {
          height: 508px; }
        @media screen and (max-height: 820px) {
          .popup-chat .chat-body .tab-help-centre #show-post-chat:not(:empty) {
            height: 455px;
            max-height: calc(100vh - 298px); } }
        @media screen and (max-width: 428px) {
          .popup-chat .chat-body .tab-help-centre #show-post-chat:not(:empty) {
            overflow-y: scroll;
            padding-right: 10px;
            max-height: calc(100vh - 162px);
            height: calc(100vh - 190px);
            max-height: calc(100vh - 125px);
            height: calc(100vh - 125px); } }
        .popup-chat .chat-body .tab-help-centre #show-post-chat::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 3px #999;
          background-color: #F5F5F5; }
        .popup-chat .chat-body .tab-help-centre #show-post-chat::-webkit-scrollbar {
          width: 3px;
          background-color: #F5F5F5; }
        .popup-chat .chat-body .tab-help-centre #show-post-chat::-webkit-scrollbar-thumb {
          background-color: #999; }
        .popup-chat .chat-body .tab-help-centre #show-post-chat h1 {
          font-size: 20px; }
        .popup-chat .chat-body .tab-help-centre #show-post-chat h2 {
          font-size: 16px; }
        .popup-chat .chat-body .tab-help-centre #show-post-chat h3 {
          font-size: 14px; }
        .popup-chat .chat-body .tab-help-centre #show-post-chat h4 {
          font-size: 14px; }
        .popup-chat .chat-body .tab-help-centre #show-post-chat h5 {
          font-size: 14px; }
        .popup-chat .chat-body .tab-help-centre #show-post-chat p {
          font-size: 13px; }
        .popup-chat .chat-body .tab-help-centre #show-post-chat img {
          margin-bottom: 1rem; }
      .popup-chat .chat-body .tab-help-centre #chat-searchResults {
        overflow-y: scroll;
        overflow-x: hidden; }
        .popup-chat .chat-body .tab-help-centre #chat-searchResults::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 3px #999;
          background-color: #F5F5F5; }
        .popup-chat .chat-body .tab-help-centre #chat-searchResults::-webkit-scrollbar {
          width: 3px;
          background-color: #F5F5F5; }
        .popup-chat .chat-body .tab-help-centre #chat-searchResults::-webkit-scrollbar-thumb {
          background-color: #999; }
        .popup-chat .chat-body .tab-help-centre #chat-searchResults .search-results-item::after {
          right: 6px; }
        .popup-chat .chat-body .tab-help-centre #chat-searchResults .search-results-item h3.pg-h3 {
          font-size: 16px; }
          .popup-chat .chat-body .tab-help-centre #chat-searchResults .search-results-item h3.pg-h3 span.search-highlight {
            color: #E03C31; }
        .popup-chat .chat-body .tab-help-centre #chat-searchResults .search-results-item > div {
          max-height: 50px;
          overflow: hidden;
          color: #999; }
          .popup-chat .chat-body .tab-help-centre #chat-searchResults .search-results-item > div span.search-highlight {
            color: #E03C31; }
  .popup-chat .chat-bottom {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px; }
    @media screen and (max-width: 428px) {
      .popup-chat .chat-bottom {
        padding-top: 20px; 
        z-index: 33;
        position: relative;
        background: #fff;} }
    .popup-chat .chat-bottom button {
      background-color: #fff;
      color: #999999;
      margin: 0; }
      .popup-chat .chat-bottom button.active {
        color: #E03C31; }
        .popup-chat .chat-bottom button.active img {
          display: none; }
          .popup-chat .chat-bottom button.active img.red {
            display: block; }
      .popup-chat .chat-bottom button img {
        margin: auto;
        display: block;
        margin-bottom: 5px; }
        .popup-chat .chat-bottom button img.red {
          display: none; }

@keyframes floatIn {
  0% {
    transform: translate(-100%, 100%) scale(0);
    opacity: 0;
    bottom: 0;
    left: 0;
    top: auto; }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    top: 50%;
    left: 50%;
    bottom: auto; } }
.sb-main.sb-chat {
  display: block !important;
  transition: unset !important; }

.sb-icon-close.sb-dashboard-btn {
  display: none !important; }

.sb-icon-close.sb-responsive-close-btn {
  display: none; }

.sb-chat > .sb-body {
  box-shadow: none !important;
  border-radius: 0 !important;
  max-height: 525px !important;
  bottom: 72px !important;
  width: 392px !important; }
  .sb-chat > .sb-body.full-height {
    bottom: 1px !important;
    max-height: 615px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important; }
    @media screen and (max-height: 820px) {
      .sb-chat > .sb-body.full-height {
        max-height: 510px !important;
        max-height: calc(100vh - 216px) !important; } }
    @media screen and (max-width: 428px) {
      .sb-chat > .sb-body.full-height {
        max-height: calc(100% - 67px) !important;
        max-height: calc(100% - 2px) !important; } }
    .sb-chat > .sb-body.full-height .sb-scroll-area {
      background-color: #FAFAFA;
      min-height: unset !important;
      min-height: 543px !important; }
      @media screen and (max-width: 768px) {
        .sb-chat > .sb-body.full-height .sb-scroll-area {
          min-height: calc(100vh - 368px) !important; } }
      @media screen and (max-height: 820px) {
        .sb-chat > .sb-body.full-height .sb-scroll-area {
          min-height: calc(100vh - 270px) !important; } }
    .sb-chat > .sb-body.full-height .sb-editor {
      background-color: #FAFAFA; }
  @media screen and (max-height: 820px) {
    .sb-chat > .sb-body {
      max-height: 435px !important;
      max-height: calc(100vh - 282px) !important;
      min-height: calc(100vh - 282px) !important; } }
  @media screen and (max-width: 768px) {
    .sb-chat > .sb-body {
      max-height: 527px !important; } }
  @media screen and (max-width: 428px) {
    .sb-chat > .sb-body {
      width: auto !important; } }

.sb-chat .sb-dashboard {
  margin-top: 0 !important; }

.sb-header.sb-header-main {
  background-color: #FAFAFA !important;
  color: #2C2C2C !important;
  margin-right: 5px;
  box-shadow: none !important; }
  .sb-header.sb-header-main .sb-content .sb-text {
    color: #999 !important;
    font-size: 14px !important; }
    .sb-header.sb-header-main .sb-content .sb-text b {
      color: #2C2C2C; }

.sb-chat .sb-dashboard > div, .sb-chat .sb-init-form {
  background-color: #FAFAFA !important;
  box-shadow: none !important; }

.sb-chat .sb-header-main .sb-brand + .sb-title {
  padding-top: 0 !important; }

.sb-scroll-area .sb-header .sb-text {
  color: #2C2C2C !important;
  height: unset !important; }

.sb-dashboard-conversations {
  margin: 0 !important;
  min-height: 525px !important; }
  @media screen and (max-height: 820px) {
    .sb-dashboard-conversations {
      min-height: unset !important; } }

.sb-user-conversations {
  padding: 10px 24px !important;
  min-height: 465px; }
  .sb-user-conversations li {
    border-bottom: 1px solid #ccc !important; }
    .sb-user-conversations li:after {
      content: ' ';
      display: inline-block;
      border-bottom: 2px solid #f00;
      border-right: 2px solid #f00;
      height: 10px;
      width: 10px;
      transform: rotate(-45deg);
      position: absolute;
      right: 0px;
      top: 0;
      bottom: 0;
      margin: auto 0; }
  @media screen and (max-height: 820px) {
    .sb-user-conversations {
      min-height: calc(100vh - 270px) !important; } }
  @media screen and (max-width: 428px) {
    .sb-user-conversations {
      min-height: calc( 100vh - 184px); } }

.sb-list > div.sb-right .sb-message, .sb-list > div.sb-right .sb-message a {
  color: #fff !important; }

.sb-list > div.sb-right {
  background-color: #E03C31 !important; }

.sb-chat.sb-main .sb-header-agent:hover .sb-profile {
  margin-left: 0 !important; }

.sb-header-agent .sb-icon-arrow-left {
  display: none !important; }

.sb-btn.sb-btn-new-conversation {
  background-color: #E03C31 !important;
  color: #fff !important;
  position: sticky;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 40%;
  border-radius: 8px !important; }
  @media screen and (max-width: 428px) {
    .sb-btn.sb-btn-new-conversation {
      position: absolute;
      width: 40% !important; } }

.sb-chat .sb-body .sb-conversations-hidden .sb-btn-all-conversations {
  display: none !important; }

.sb-dashboard-conversations > .sb-title {
  display: none !important; }

.sb-chat .sb-conversations-hidden > ul > li:nth-of-type(1n+4) {
  display: block !important; }

.sb-chat .sb-scroll-area > .sb-list {
  min-height: 300px !important; }

@media screen and (max-width: 428px) {
  .popup-chat {
    position: fixed;
    top: 64px;
    top: 0;
    width: 100%;
    bottom: 0px;
    max-height: unset;
    border-radius: 0; }
    .popup-chat .chat-body {
      height: calc(100vh - 163px);
      height: calc(100svh - 163px);
      height: calc(100dvh - 130px);
      position: relative;
      padding-bottom: 10px; }
      .popup-chat .chat-body::after {
        content: '';
        height: 11px;
        position: absolute;
        bottom: -11px;
        background-color: #FAFAFA;
        width: 100%; }

  .sb-chat.sb-active.sb-main .sb-body {
    top: 52px !important;
    max-height: unset !important; }
    .sb-chat.sb-active.sb-main .sb-body.full-height {
      max-height: calc(100% - 67px) !important;
      max-height: 100% !important; }

  .sb-chat .sb-body .sb-scroll-area .sb-header {
    top: 100px !important;
    top: 52px !important;
    padding: 10px; }
    .sb-chat .sb-body .sb-scroll-area .sb-header .sb-brand {
      padding-top: 10px !important; }

  .sb-dashboard-conversations {
    min-height: unset !important;
    min-height: calc(100vh - 100px) !important;
    min-height: calc(100dvh - 100px) !important; }

  .sb-chat.sb-active.sb-dashboard-active .sb-responsive-close-btn {
    display: none !important; } }
@media screen and (max-height: 820px) {
  .sb-chat .sb-scroll-area {
    min-height: unset !important; } }

@keyframes spin {
  0% {
    transform: rotate(0deg);
    /* Starting position */ }
  100% {
    transform: rotate(360deg);
    /* Full rotation */ } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* .sb-chat-btn {
  display: none !important; }

  .popup-chat .chat-body .tab-home.active .new-chat-container,.sb-main.sb-chat{
    display: none !important; ;
  } */
  #chat-form-container{
    overflow: scroll;
    max-height: calc(100vh - 128px);
  }
  #chat-form-container::-webkit-scrollbar {
    display: none;
  }
  
/* Chat bot form */
#chat-form-container.contact_form input,
#chat-form-container.contact_form textarea,
#chat-form-container.contact_form select {
  background-color: #ffffff;
  font-size: 13px !important;
  line-height: 19.6px !important;
  height: 50px;
  padding: 3px !important;
  padding-left: 22px !important;
  border-radius: 5px !important; }

#chat-form-container.contact_form #field_1_6 {
  border: 1px solid #ccc;
  border-radius: 5px; }

#chat-form-container.contact_form select {
  margin-left: 0 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border: none;
  border-right: 15px solid transparent; }

#chat-form-container.contact_form input {
  margin: 0 !important; }

#chat-form-container.contact_form textarea {
  height: 100px;
  padding: 10px 22px !important; }

#chat-form-container.contact_form li {
  margin-bottom: 15px;
  padding-right: 0 !important;
  position: relative; }

#chat-form-container.contact_form li.email_field input,
#chat-form-container.contact_form li.phone_field input {
  width: 100%; }

#chat-form-container.contact_form input::placeholder,
#chat-form-container.contact_form textarea::placeholder {
  color: #cccccc; }

#chat-form-container.contact_form .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important; }

#chat-form-container.contact_form .name_field {
  margin-top: 0 !important; }

#chat-form-container.contact_form .name_field .ginput_container {
  display: flex;
  width: 100%; }

#chat-form-container.contact_form .name_field .ginput_container > span {
  width: 50%;
  margin: 0 !important; }

#chat-form-container.contact_form .name_field .ginput_container > span > input {
  width: 100%; }

#chat-form-container.contact_form .name_field .ginput_container > span.name_first {
  padding-right: 8px !important; }

#chat-form-container.contact_form .name_field .ginput_container > span.name_last {
  padding-left: 8px !important;
  padding-right: 0; }

/* #chat-form-container.contact_form .gform_footer {
  padding-top: 18px !important; } */

#chat-form-container.contact_form .gform_footer .gform_ajax_spinner {
  margin: auto;
  display: block;
  margin-top: 6px; }

#chat-form-container.contact_form [type="submit"] {
  background-color: #e03c31;
  font-family: 'Roboto', sans-serif;
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 500;
  color: #fff;
  width: 100% !important;
  height: auto;
  padding: 15px 25px !important;
  border: none;
  cursor: pointer; }

#chat-form-container.contact_form .validation_error {
  display: none !important; }

#chat-form-container.contact_form .gform_wrapper li.gfield.gfield_error {
  border: none !important;
  background-color: transparent !important; }

#chat-form-container.contact_form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  width: 100% !important; }

#chat-form-container.contact_form .gform_wrapper .validation_message {
  position: inherit;
  padding: 0 !important;
  bottom: -12px;
  font-size: 12px; }

#chat-form-container.contact_form .gform_wrapper .validation_message#validation_message_1_4 {
  bottom: -4px; }
  
  #chat-form-container #gform_confirmation_message_1 p{
    text-align: center !important;
  }
  #chat-form-container #gform_confirmation_message_1 {
      text-align: center !important;
  }
/* #chat-form-container .message_field {
  display: none; } */

@media screen and (max-width: 375px) {
  #chat-form-container.contact_form .name_field .ginput_container > span.name_first {
    padding-right: 0 !important; }

  #chat-form-container.contact_form .name_field .ginput_container > span.name_last {
    padding-left: 0 !important;
    margin-top: 16px !important; } }
    @media screen and (max-width: 475px) {
      #chat-form-container .gform_legacy_markup_wrapper{
        margin-bottom: 70px;
      }
    }
    .sb-icon.sb-icon-close.sb-responsive-close-btn::before{
      content: '';
    }

/*# sourceMappingURL=popup-chat.css.map */
