
.cschathour{
  margin-left: 74px;
  font-size: 10px;
  margin-bottom:10px;
}
  .cschat-msg-avatar{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    flex-basis: 40px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 15px;
  }

  .cschattext-bot{
    background: #fff;
    padding:15px;
    border-radius: 20px;
    border:1px solid #ededed;
    position: relative;
  }
  .cschattext-bot p{
    color:#000;
    margin: 0px;
    font-size: 14px;

  }
  .cschattext-bot ul, .cschattext-bot ol{
    padding: 10px;
  }
  .cschattext-bot ul li, .cschattext-bot ol li{
    padding: 5px 0px;
    list-style: inherit;
  }

  .cschattext-user{
    background: #1e1a4d;
    padding:15px;
    border-radius: 20px;
    position: relative;
    margin-right: 15px;
  }
  .cschattext-user p{
    color:#fff;
    margin: 0;
  }

  .cschattext-bot .cswebchat__bubble__nub{
    position: absolute;
    left: -10px;
    width: 10px;
    height: 10px;
    fill: white;
  }
  .cschattext-bot .cswebchat__bubble__nub path{
    fill: white;
    stroke: rgb(230, 230, 230);
    stroke-width: 1;
  }

  .cschattext-user .cswebchat__bubble__nubright{
    position: absolute;
    right: -9px;
    width: 10px;
    height: 10px;
    fill: #1e1a4d;
    top: 14px;
  }
  .cschattext-user .cswebchat__bubble__nubright path{
    fill: #1e1a4d;
    stroke: #1e1a4d;
    stroke-width: 1;
  }

  .cschatbot-wrapper {
    position: fixed;
    bottom: 73px;
    right: 30px;
    width: 400px;
    background: #f2f5f8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    font-family: sans-serif;
    z-index: 9999;
  }

  .cschat-body {
    padding: 15px;
    height: 440px;
    overflow-x: hidden;
    overflow: auto;
  }
  .cschat-msg {
    padding: 0px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .cschat-msg.csyou {
   display: flex;
   justify-content: end;
  }

  .cswebchat__bubble__nubright{
    position: absolute;
    right: -9px;
    width: 10px;
    height: 10px;
    fill: white;
    top: 14px;
  }

  .cschat-msg-avatar.csyou {
    overflow: hidden;
    margin-right: 0px;
    margin-left: 10px;
    background: #1e1a4d;
  }

  .cschat-msg-avatar.csyou img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .cschat-msg-avatar.csyou .icon {
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 2px;
  }

  .cschat-msg.csbot {
    display: flex
;
  }
  .cschat-input {
    display: flex;
    border-top: 1px solid #e4e4e4;
    align-items: center;
    background: #fff;
    padding-right: 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .cschat-input input {
    flex: 1;
    border: none!important;
    padding: 15px!important;
  }

  .cschat-input input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
  .cschat-input button {
    background: #1e1a4d !important;
    color: white !important;
    border: none;
    padding: 13px 10px !important;
    border-radius: 0px !important;
  }
  
  .shifted .cswebchatpanel,
  .shifted .cschatheader {
    left: 30px;
    right: auto;
  }
  .csshiftlocation svg {
    width: 20px;
  }
  .shifted .csshiftlocation svg {
    transform: rotate(180deg);
  }
  .csshiftlocation {
    cursor: pointer;
    padding-right: 15px;
  }
  .csresetbutton {
    cursor: pointer;
    padding-right: 15px;
    color: #fff;
    font-size: 18px;
  }
  .csleftparthead {
    float: left;
    padding-left: 10px;
    font-size: 14px;
    line-height: initial;
    padding-top: 5px;
    width: 45%;
    color: #fff;
  }
  .cssm-txt-head {
    float: left;
    width: 100%;
    font-size: 10px;
    line-height: initial;
    margin-top: 3px;
  }
  
  
  .cswebchatpanel {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: fixed;
        height: 490px;
    z-index: -1;
    width: 400px;
    max-width: 100%;
    overflow: hidden;
    bottom: 75px;
    right: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
  }
  .csicon-chatbot-fn {
    float: left;
    padding-top: 10px;
  }
  .csicon-chatbot-fn img {
    width: 32px;
    border-radius: 100%;
  }
  .cschatheader {
    position: fixed;
    height: 55px;
    right: 30px;
    bottom: 565px;
    width: 400px;
    max-width: 100%;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 9999;
    background-image: linear-gradient(117.67deg, rgb(35, 26, 94), rgb(8, 3, 37));
    overflow: hidden;
  }
  
  .cschatheader h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    color: #fff;
    text-align: left;
    padding-left: 15px;
  }

  span.csminimizeWind {
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    z-index: 9 !important;
    right: 0px;
    background: var(--base-black-color);
  }
  .csrightheadside {
    float: right;
    padding-right: 10px;
    line-height: 55px;
  }
  .cschat-popup {
    display: none;
    z-index: 9999999;
  }
  
  .csopen-button:focus,
  .csopen-button:active {
    border: none;
    outline: none;
  }
  
  .csopen-button:hover {
    transition: transform 250ms cubic-bezier(0.33, 0, 0, 1) 0s;
    transform: scale(1.1);
  }
  
  .csopen-button:hover .fa {
    color: #043873 !important;
  }


  .changeloc.csopen-button {
    left: 25px;
    right: auto;
  }
  .csopen-button {
    transition: transform 0.16s linear 0s, opacity 0.08s linear 0s;
    background-color: var(--base-black-color) !important;
    color: black !important;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 9px -4px #043873;
    position: fixed;
    right: 20px;
    z-index: 999999;
    bottom: 20px;
    width: 48px;
    height: 48px;
    padding: 0px !important;
    font-size: 18px;
    color: #fff !important;
    border-radius: 100% !important;
  }

  
  .cschat-alert {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    display: block;
    text-align: center;
    min-width: rem(18);
    height: rem(18);
  }
  
  .csunread-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
  }
  
  /* Exclamation Mark Style */
  .exclamation-mark {
    font-weight: bold;
  }
  
  /* Bouncing Animation */
  @keyframes csbounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-10px);
    }
    60% {
      transform: translateY(-5px);
    }
  }
  
  .csbounce {
    animation: bounce 2s infinite;
  }
  
  .cschatbot-wrap{
    width:400px;
  }

  .typing-indicator {
    padding: 15px;
    min-width: 60px;
  }

  .typing-dots {
    display: flex;
    justify-content: center;
  }

  .typing-dots span {
    width: 8px;
    height: 8px;
    margin: 0 2px;
    background-color: #999;
    border-radius: 50%;
    display: inline-block;
    animation: typingBounce 1.4s infinite ease-in-out both;
  }

  .typing-dots span:nth-child(1) {
    animation-delay: 0s;
  }

  .typing-dots span:nth-child(2) {
    animation-delay: 0.2s;
  }

  .typing-dots span:nth-child(3) {
    animation-delay: 0.4s;
  }

  @keyframes typingBounce {
    0%, 80%, 100% {
      transform: scale(0);
    }
    40% {
      transform: scale(1);
    }
  }

  .cs-chat-msg-wrap {
    margin-bottom: 0px;
  }

  .csuser-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .csbot-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .csuser-wrap .cschathour {
    margin-right: 50px;
  }

  .csbot-wrap .cschathour {
    margin-left: 60px;
  }

  .cs-micbtn {
       background: #2196F3 !important;
    border: none;
    padding: 10px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
  }

  .cs-micbtn.active {
    background: #fe1807!important;
    color: #fff;
  }

  .cs-micbtn .icon {
    width: 20px;
    height: 20px;
  }

  
  