HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/buyercall/assets/styles/2021-theme/css/widgetcomm.css.backup
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
.chat {
  position: absolute;
  bottom: 50px;
  /* left: 100px; */
  z-index: 9999;
}
.chat .chat-icn {
  background: #485aff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 9px #00000029;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 999999;
  cursor: pointer;
}
.chat .chat-icn img {
  width: 35px;
}
.chat .chat-main {
  background: #ffffff;
  box-shadow: 0px 11px 18px #00000029;
  width: 400px;
  position: absolute;
  bottom: 35px;
  /* left: 35px; */
  border-radius: 15px;

  z-index: 9999;
}
.chat .chat-main .hed-sec h3 {
  font: normal normal bold 23px/34px 'Poppins';
  letter-spacing: 0.46px;
  color: #000821;
  margin-top: 0px;
  margin-bottom: 15px;
}
.chat .chat-main .hed-sec p {
  font: normal normal 14px/21px 'Poppins';
  letter-spacing: 0px;
  color: #070707;
  margin: 0px;
}
.chat .chat-main .selection {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 40px !important;
}
.chat .chat-main .selection .icn {
  background: rgba(72, 90, 255, 0.18);
  border-radius: 35px;
  padding: 10px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat .chat-main .selection .icn .blue {
  padding: 10px;
  background-color: #485aff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat .chat-main .selection .icn .blue img {
  width: 100%;
}
.chat .chat-main .selection h3 {
  font: normal normal bold 23px/34px 'Poppins';
  letter-spacing: 0.46px;
  color: #000821;
  margin-top: 0px;
  margin-bottom: 0px;
}
.chat .chat-main .selection .btn-back {
  outline: none;
  box-shadow: none;
  padding: 0px;
  margin-right: 15px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.chat .chat-main .selection .btn-back img {
  width: 15px;
}
.chat .chat-main .cnt-sec {
  padding-top: 20px;
}
.chat .chat-main .cnt-sec .itm {
  padding: 10px 15px;
  background-color: rgba(72, 90, 255, 0.06);
  border-radius: 19px;
  display: flex;
  margin-bottom: 15px;
  cursor: pointer;
}
.chat .chat-main .cnt-sec .itm .icn {
  background: rgba(72, 90, 255, 0.18);
  border-radius: 35px;
  margin-right: 15px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat .chat-main .cnt-sec .itm .icn .blue {
  padding: 10px;
  background-color: #485aff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat .chat-main .cnt-sec .itm .icn .blue img {
  width: 100%;
}
.chat .chat-main .cnt-sec .itm h3 {
  font: normal 600 18px/27px 'Poppins';
  letter-spacing: 0px;
  color: #1e2b33;
}
.chat .chat-main .cnt-sec .itm:last-child {
  margin-bottom: 20px;
}
.chat .chat-main .cnt-sec .ft-sec {
  display: flex;
  justify-content: center;
  font-family: 'Poppins';
  font-size: 9px;
  letter-spacing: 0px;
  color: #566a7f;
  margin-bottom: 5px;
}
.chat .chat-main .cnt-sec .ft-sec .text {
  font-family: 'Poppins';
  font-size: 9px;
  color: #566a7f;
  line-height: 20px;
  display: inline-block;
}
.chat .chat-main .cnt-sec .ft-sec span img {
  width: 60px;
  margin-top: 5px;
}
.chat .chat-main .btn-sec {
  background: #f5f7fb;
  position: absolute;
  bottom: 0px;
  width: 100%;
  /* padding: 10px 50px 10px 50px; */
  display: flex;
  justify-content: space-between;
  border-radius: 0px 0px 20px 20px;
  left: 0px;
}
.chat .chat-main .btn-sec .fot {
  padding: 10px 50px 10px 50px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.chat .chat-main .btn-sec .links {
  padding: 0px;
  background: transparent;
  border: none;
  box-shadow: none;
  margin: 0px 10px;
  cursor: pointer;
}
.chat .chat-main .cnt-sec .msg-area .text {
  font: normal 500 14px/21px 'Poppins';
  letter-spacing: 0px;
  color: #080808a6;
  margin: 0px 0px 10px !important;
}
.chat .chat-main .cnt-sec .msg-area .form-group-chat {
  position: relative;
  display: flex;
  margin-bottom: 15px;
  flex-direction: column;
}
.chat .chat-main .cnt-sec .msg-area .form-group-chat .form-control-chat {
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  height: 45px;
  margin-bottom: 15px;
  /* width: calc(100% - 20px); */
  padding-left: 15px;
}
.chat .chat-main .cnt-sec .msg-area .form-group-chat .form-control-chat:hover,
.chat
  .chat-main
  .cnt-sec
  .msg-area
  .form-group-chat
  .form-control-chat:focus-visible,
.chat .chat-main .cnt-sec .msg-area .form-group-chat .form-control-chat:focus {
  outline: #485aff;
}
.chat .chat-main .cnt-sec .msg-area .form-group-chat .error {
  border-color: #ff2b2b;
  color: #ff2b2b;
}
.chat .chat-main .cnt-sec .msg-area .form-group-chat .error-msg {
  color: #ff2b2b;
  position: absolute;
  top: 54px;
  width: 100%;
  padding-left: 15px;
  font: normal 400 10px/11px 'Poppins';
}
.chat .chat-main .cnt-sec .msg-area .form-group-chat.message .error-msg {
  top: 100px;
}

.chat
  .chat-main
  .cnt-sec
  .msg-area
  .form-group-chat
  textarea.form-control-chat {
  height: 80px;
  resize: none;
  padding-top: 10px;
}
.chat .chat-main .cnt-sec .msg-area .btn-snd {
  background: #485aff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  height: 45px;
  font: normal normal 16px/25px 'Poppins';
  color: #ffffffd9;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat .chat-main .cnt-sec .msg-area .btn-snd img {
  margin-right: 10px;
}
.chat .chat-main .cnt-sec .msg-view {
  display: flex;
  flex-direction: column;
  max-height: 400px;
  min-height: 350px;
  overflow-y: auto;
  margin-bottom: 0px;
  padding-right: 10px;
  margin-bottom: 60px;
}
.chat .chat-main .cnt-sec .msg-view .list-re {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 10px;
}
.chat .chat-main .cnt-sec .msg-view .list-re .icn {
  background-color: #485aff;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  overflow: hidden;
}
.chat .chat-main .cnt-sec .msg-view .list-re .icn.profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chat .chat-main .cnt-sec .msg-view .list-re h3 {
  font: normal 9px/13px 'Poppins', sans-serif;
  letter-spacing: 0px;
  color: #011857;
  position: absolute;
  top: 2px;
  left: 50px;
}
.chat .chat-main .cnt-sec .msg-view .list-re .cht-his {
  text-align: left;
  font: normal 13px/20px 'Poppins', sans-serif;
  letter-spacing: 0px;
  color: #fff;
  background: #f5f7fb;
  border-radius: 0px 30px 30px 30px;
  padding: 10px 20px;
  margin-left: 50px;
  max-width: 70%;
}
.chat .chat-main .cnt-sec .msg-view .list-sel {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 10px;
}
.chat .chat-main .cnt-sec .msg-view .list-sel h3 {
  font: normal 9px/13px 'Poppins', sans-serif;
  letter-spacing: 0px;
  color: #011857;
  position: absolute;
  top: 2px;
  right: 0px;
  margin: 0px;
}
.chat .chat-main .cnt-sec .msg-view .list-sel .cht-his {
  text-align: left;
  font: normal 13px/20px 'Poppins', sans-serif;
  letter-spacing: 0px;
  color: #fff;
  background: #485aff;
  border-radius: 30px 30px 0px 30px;
  padding: 10px 20px;
  margin-left: auto;
  max-width: 70%;
  margin-top: 20px;
}
.chat .chat-main .cnt-sec .text-area-sec {
  position: absolute;
  bottom: 50px;
  overflow: hidden;
  display: flex;
  width: 100%;
  left: 0px;
  padding: 0px 0px;
}
.chat .chat-main .cnt-sec .text-area-sec .form-group-chat {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0px 10px 10px;
}
.chat .chat-main .cnt-sec .text-area-sec .form-group-chat .form-control-chat {
  box-shadow: none;
  outline: none;
  border: 1px solid #e4e9f2;
  border-radius: 19px;
  height: 40px;
  width: 100%;
  padding-right: 40px;
  padding-left: 15px;
  color: #767c91;
  background-color: #f5f7fb;
}
.chat .chat-main .cnt-sec .text-area-sec .form-group-chat .snd {
  padding: 0px;
  background: transparent;
  border: none;
  margin-left: 10px;
}
.chat .chat-main .cnt-sec .text-area-sec .form-group-chat .snd img {
  width: 30px;
}
.chat .chat-ex-view {
  background: #ffffff;
  box-shadow: 0px 11px 18px #00000029;
  width: 400px;
  position: absolute;
  bottom: 35px;
  left: 475px;
  border-radius: 15px;
  padding: 0px;
}
.chat .chat-ex-view .hed-sec {
  background-color: #485aff;
  padding: 27px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 19px 19px 0px 0px;
}
.chat .chat-ex-view .hed-sec .logo {
  margin-left: auto;
  margin-right: auto;
  width: 230px;
  margin-bottom: 20px;
}
.chat .chat-ex-view .hed-sec p {
  font: normal 13px/20px 'Poppins', sans-serif;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 0px;
}
.chat .chat-ex-view .hed-sec .icons {
  justify-content: center;
  display: flex;
}
.chat .chat-ex-view .hed-sec .icons .icon {
  background: #536eff;
  margin-right: 10px;
  padding: 15px;
  display: flex;
  align-content: center;
  justify-content: center;
  border-radius: 25px;
}
.chat .chat-ex-view .hed-sec .icons .icon span {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #485aff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat .chat-ex-view .hed-sec .icons .icon span img {
  width: 20px;
  height: 20px;
}
.chat .chat-ex-view .map-area {
  padding: 10px 10px 10px 33px;
  height: 350px;
}
.chat .chat-ex-view .map-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chat .chat-ex-view .arrow-close {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #3345e8;
  z-index: 999;
  right: -25px;
  top: 95px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat .chat-ex-view .arrow-close img {
  width: 20px;
}
.chat .hours .hed-sec {
  padding-top: 80px;
  padding-bottom: 30px;
}
.chat .hours .head {
  font: normal 600 20px/30px 'Poppins';
  letter-spacing: 0.48px;
  color: #ffffff;
  text-align: center;
}
.chat .hours .dates {
  display: flex;
}
.chat .hours .dates .itm {
  background: #536eff;
  border-radius: 18px;
  padding: 8px;
  margin-right: 10px;
}
.chat .hours .dates .itm span {
  background-color: #485aff;
  width: 25px;
  height: 25px;
  font: normal normal 12px/31px 'Poppins';
  letter-spacing: 0.5px;
  color: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chat .hours .dates .itm span.active {
  background-color: #1824d2;
}
.chat .hours .txt-area {
  background-color: #fff;
  padding: 30px 30px 30px 50px;
  min-height: 335px;
}
.chat .hours .txt-area .blue {
  font: normal normal 600 25px/38px 'Poppins';
  letter-spacing: 0.6px;
  color: #485aff;
  text-align: center;
  justify-content: center;
  margin-bottom: 5px;
}
.chat .hours .txt-area .gry {
  font: normal 500 21px/31px 'Poppins';
  letter-spacing: 0.5px;
  color: #1c1c1c;
  margin-top: 0px;
  text-align: center;
}
.chat .hours .txt-area .text-sec {
  font: normal normal 300 14px/21px 'Poppins';
  letter-spacing: 0.34px;
  color: #1c1c1c;
  text-align: center;
}
.chat .trade .hed-sec {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
}
.chat .trade .head {
  font: normal 600 20px/30px 'Poppins';
  letter-spacing: 0.48px;
  color: #ffffff;
  text-align: center;
  margin: 0px;
  text-align: left;
}
.chat .trade .cnt-area {
  height: 550px;
  overflow: auto;
  padding: 10px 50px 10px;
}
.chat .trade .cnt-area .acco-area {
  display: flex;
  flex-direction: column;
}
.chat .trade .cnt-area .acco-area .acco-itm {
  background-color: #f0f3ff;
  padding: 10px 10px 10px 10px;
  margin-bottom: 10px;
  border-radius: 12px;
}
.chat .trade .cnt-area .acco-area .acco-itm .head {
  position: relative;
}
.chat .trade .cnt-area .acco-area .acco-itm .head h3 {
  font: normal 600 15px/23px 'Poppins';
  letter-spacing: 0.36px;
  color: #1c1c1c;
  margin: 5px 0px;
  padding-right: 20px;
}
.chat .trade .cnt-area .acco-area .acco-itm .head .icon-area {
  border: 2px solid #dce1f6;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  top: 0;
}
.chat .trade .cnt-area .acco-area .acco-itm .head .icon-area img {
  width: 10px;
  transform: rotate(90deg);
}
.chat .trade .cnt-area .acco-area .acco-itm .acco-cnt {
  display: none;
}
.chat .trade .cnt-area .acco-area .acco-itm.open .head {
  margin-bottom: 10px;
}
.chat .trade .cnt-area .acco-area .acco-itm.open .head .icon-area img {
  transform: rotate(180deg);
}
.chat .trade .cnt-area .acco-area .acco-itm.open .acco-cnt {
  display: flex;
  padding: 0px;
  flex-direction: column;
}
.chat .trade .cnt-area .acco-area .acco-itm.open .acco-cnt .options {
  border: 1px solid #e1e7ff;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding: 10px;
  font: normal normal 14px/21px 'Poppins';
  letter-spacing: 0px;
  color: #555555d9;
  margin-bottom: 10px;
}
.chat .trade .cnt-area .acco-area .acco-itm.open .acco-cnt .form-control-chat {
  outline: none;
  box-shadow: none;
  color: #555555d9;
  border: 1px solid #e1e7ff;
  width: calc(100% - 22px);
  height: 40px;
  margin-bottom: 10px;
  padding: 0px 10px;
  font: normal normal 14px/21px 'Poppins';
  border-radius: 5px;
}
.chat .trade .cnt-area .acco-area .acco-itm.open .acco-cnt .btn-submit {
  background-color: #485aff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal 14px/21px 'Poppins';
  margin-bottom: 10px;
  color: #fff;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 5px;
}
.chat .financing .hed-sec {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
}
.chat .financing .hed-sec .head {
  font: normal 600 20px/30px 'Poppins';
  letter-spacing: 0.48px;
  color: #ffffff;
  text-align: center;
  margin: 0px;
  text-align: left;
}
.chat .financing .form-area {
  padding: 15px 30px 10px 50px;
  height: 540px;
  overflow: auto;
}
.chat .financing .form-area .form-group-chat {
  display: flex;
  position: relative;
  margin-bottom: 15px;
}
.chat .financing .form-area .form-group-chat .form-control-chat {
  width: 100%;
  height: 50px;
  margin-bottom: 18 px;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  padding: 0px 15px;
  font: normal 500 13px/30px 'Poppins';
}
.chat .financing .form-area .form-group-chat .options {
  width: calc(100% / 2 - 7px);
  height: 50px;
  margin-bottom: 15px;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  padding: 0px 15px;
  font: normal 500 13px/30px 'Poppins';
  margin-right: 10px;
}
.chat .financing .form-area .form-group-chat .options:nth-child(2n) {
  margin-right: 0px;
}
.chat .financing .form-area .btn-snd {
  background: #485aff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  height: 45px;
  font: normal normal 16px/25px 'Poppins';
  color: #ffffffd9;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat .financing .form-area .btn-snd img {
  margin-right: 10px;
}
.chat .financing .form-area .text {
  font: normal 500 14px/21px 'Poppins';
  letter-spacing: 0px;
  color: #080808a6;
  text-align: center;
  margin-bottom: 0px;
}

@media (max-width: 1679px) {
  .chat .chat-icn {
    width: 50px;
    height: 50px;
  }
  .chat .chat-icn img {
    width: 20px;
  }

  .chat .chat-main {
    bottom: 25px;
    left: 25px;
    width: 350px;
  }
  .chat .chat-main .outer {
    padding: 20px 20px 50px;
  }

  .chat .chat-main .hed-sec h3 {
    font-size: 20px;
  }

  .chat .chat-main .cnt-sec .itm .icn {
    width: 40px;
    height: 40px;
  }

  .chat .chat-main .cnt-sec .itm .icn .blue {
    width: 15px;
    height: 15px;
  }

  .chat .chat-main .cnt-sec .itm .icn .blue img {
    width: 15px;
  }

  .chat .chat-main .cnt-sec .itm h3 {
    font-size: 15px;
  }

  .chat .chat-main .selection .icn {
    padding: 8px;
  }

  .chat .chat-main .selection .icn .blue {
    width: 15px;
    height: 15px;
  }

  .chat .chat-main .selection .icn .blue img {
    width: 15px;
  }

  .chat .chat-main .cnt-sec .msg-area .btn-snd {
    font-size: 14px;
  }

  .chat .chat-main .cnt-sec .msg-area .text {
    font-size: 13px;
    line-height: 15px;
  }

  .chat .chat-ex-view {
    left: 400px;
    width: 400px;
    bottom: 25px;
  }

  .chat .trade .head {
    font-size: 16px;
  }

  .chat .trade .cnt-area .acco-area .acco-itm .head h3 {
    font-size: 13px;
    line-height: 15px;
  }

  .chat .trade .cnt-area {
    padding: 10px 25px 10px 30px;
    height: 528px;
  }

  .chat .trade .hed-sec {
    padding-left: 30px;
  }

  .chat .chat-ex-view .hed-sec .logo {
    width: 150px;
  }

  .chat .chat-ex-view .hed-sec p {
    font-size: 12px;
  }

  .chat .chat-ex-view .hed-sec .icons .icon {
    padding: 8px;
  }

  .chat .chat-ex-view .hed-sec .icons .icon span {
    width: 25px;
    height: 25px;
  }

  .chat .chat-ex-view .hed-sec .icons .icon span img {
    width: 10px;
    height: 10px;
  }

  .chat .hours .txt-area {
    min-height: 310px;
  }

  .chat .financing .form-area {
    height: 520px;
  }

  .chat .financing .form-area .text {
    font-size: 12px;
  }

  .chat .financing .form-area .btn-snd {
    font-size: 12px;
  }

  .chat .financing .hed-sec .head {
    font-size: 16px;
  }
}
.btn-area {
  background-color: #493ed1;
  box-shadow: 0px 5px 6px #00000038;
  border-radius: 17px;
  display: flex;
  align-items: center;
  font: normal normal 500 14px/22px 'Poppins';
  letter-spacing: 0px;
  color: #ffffff;
  padding: 10px 15px;
}
.btn-area h3 {
  font: normal normal 500 14px/22px 'Poppins';
  margin: 0px;
}
.btn-area .profile-image {
  position: relative;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
}
.btn-area .profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn-area .profile-image .green-icn {
  width: 10px;
  height: 10px;
  background-color: #08ff00;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 100%;
}

.worng {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.worng h3 {
  font: normal normal bold 28px/35px 'Poppins';
  letter-spacing: 0.66px;
  color: #000821;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
.worng p {
  font: normal normal 400 14px/21px 'Poppins';
  letter-spacing: 0px;
  color: #070707;
  opacity: 0.61;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0px;
}
.worng img {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.close-btn-head {
  display: none;
}

.mb-top {
  display: none;
}

.chat .chat-main .cnt-sec .msg-view .list-re .cht-his .chat-bubble-span,
.chat .chat-main .cnt-sec .msg-view .list-sel .cht-his .chat-bubble-span {
  display: inline-block;
  background-color: #485aff;
  color: white;
  padding: 3px 5px;
  border-radius: 5px;
  margin-right: 3px;
  cursor: pointer;
}

@media (max-width: 1550px) {
  .worng h3 {
    font: normal normal bold 25px/35px 'Poppins';
  }
  .worng p {
    font: normal normal 400 14px/21px 'Poppins';
  }
}
@media (max-width: 991px) {
  .chat {
    bottom: 10px;
    left: 10px;
  }

  .chat .chat-ex-view .arrow-close {
    width: 30px;
    height: 30px;
    right: -15px;
  }

  .chat .chat-ex-view .arrow-close img {
    width: 10px;
  }

  .chat .hours .hed-sec {
    padding-top: 58px;
    padding-bottom: 30px;
  }

  .chat .hours .dates {
    flex-wrap: wrap;
    justify-content: center;
  }

  .chat .hours .dates .itm {
    margin-bottom: 10px;
  }

  .chat .hours .txt-area .gry {
    font-size: 15px;
  }

  .chat .hours .txt-area .text-sec {
    font-size: 12px;
  }

  .chat .hours .txt-area {
    min-height: 275px;
  }

  .worng h3 {
    font: normal normal bold 20px/25px 'Poppins';
  }
  .worng p {
    font: normal normal 400 12px/20px 'Poppins';
  }
}
@media (max-width: 767px) {
  .chat .chat-ex-view {
    left: 25px;
    width: 400px;
    bottom: 25px;
    z-index: 9999;
  }

  .chat .chat-ex-view .map-area {
    padding: 10px;
  }

  .chat .financing .form-area {
    padding: 15px;
  }

  .chat .financing .hed-sec {
    padding-left: 15px;
  }

  .worng h3 {
    font: normal normal bold 17px/25px 'Poppins';
  }
  .worng p {
    font: normal normal 400 12px/20px 'Poppins';
  }
}
@media (max-width: 575px) {
  .chat .chat-main .hed-sec h3 {
    font-size: 18px;
    line-height: 25px;
  }

  .chat .chat-main {
    width: 300px;
  }

  .chat .chat-main .cnt-sec .itm {
    padding: 10px;
    align-items: center;
  }

  .chat .chat-main .cnt-sec .itm .icn {
    width: 30px;
    height: 30px;
  }

  .chat .chat-main .cnt-sec .itm h3 {
    margin: 0px;
  }

  .chat .chat-main .cnt-sec .msg-view .list-re .cht-his,
  .chat .chat-main .cnt-sec .msg-view .list-sel .cht-his {
    font-size: 12px;
  }

  .close-main {
    display: none !important;
  }

  .close-btn-head {
    position: absolute;
    right: 15px;
    padding: 0px;
    border: none;
    background: transparent;
    display: block;
  }
  .close-btn-head img {
    width: 15px;
  }

  .chat {
    width: 100%;
    left: 0px;
    box-shadow: none;
    bottom: 0px;
  }
  .chat .chat-main {
    width: 100%;
    left: 0px;
    box-shadow: none;
    bottom: 0px;
    padding: 0px;
  }
  .chat .chat-main .hed-sec {
    padding: 20px 20px 30px;
    /* border-bottom: 1px solid #07070729; */
  }
  .chat .chat-main .cnt-sec {
    padding: 10px 10px 65px;
    height: calc(100vh - 310px);
  }
  .chat .chat-main .btn-sec {
    border-radius: 0px;
  }
  .chat .chat-main .cnt-sec .msg-view {
    height: calc(100vh - 227px);
    max-height: unset;
  }
  .chat .chat-main .cnt-sec .msg-area {
    min-height: calc(100vh - 234px);
    padding: 15px;
  }

  .mb-top {
    display: block;
    border-bottom: 1px solid #07070729;
    padding: 25px;
  }

  .chat-icn-d-none {
    display: none !important;
  }

  .chat-icn {
    left: 10px;
    bottom: 10px;
  }

  .chat .chat-ex-view {
    left: 5px;
    width: calc(100% - 45px);
    bottom: 5px;
    z-index: 9999;
  }

  .arrow-close {
    display: none !important;
  }

  .chat .financing .form-area {
    height: calc(100vh - 152px);
  }

  .hours {
    width: calc(100% - 10px) !important;
    box-shadow: none;
  }
  .hours .close-btn-head {
    top: 20px;
  }

  .map {
    width: calc(100% - 10px) !important;
    box-shadow: none;
  }
  .map .close-btn-head {
    top: 20px;
  }
  .chat .chat-main .cnt-sec .ft-sec {
    position: absolute;
    width: 100%;
    bottom: 50px;
  }
  .chat .chat-main .cnt-sec.call-screen,
  .chat .chat-main .cnt-sec.chat-screen {
    height: calc(100vh - 225px);
  }
  .chat .chat-main .cnt-sec.message-screen,
  .chat .chat-main .cnt-sec.email-screen {
    height: calc(100vh - 225px);
  }
  .chat .chat-main {
    border-radius: 0;
  }
  .chat .chat-main .cnt-sec .text-area-sec {
    bottom: 60px;
  }
}

.chat .chat-main .outer {
  position: relative;
  padding: 30px 30px 50px;
}

.chat .bubbles {
  padding: 10px 15px 10px 70px;
}
.chat .bubbles .chat-bubble-span {
  display: inline-block;
  background-color: #485aff;
  color: white;
  padding: 3px 5px;
  border-radius: 5px;
  margin-right: 3px;
  cursor: pointer;
  margin-bottom: 5px;
}

/*# sourceMappingURL=chat.css.map */