.k.container {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
    }
    .x_btn {
      display: inline-block;
      font-weight: 400;
      color: #212529;
      text-align: center;
      vertical-align: middle;
      user-select: none;
      background-color: transparent;
      border: 1px solid transparent;
      padding: 0.375rem 0.75rem;
      font-size: 1rem;
      line-height: 1.5;
      border-radius: 0.25rem;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .x_btn-primary {
      color: #fff;
      background-color: #007bff;
      border-color: #007bff;
         margin: 5px 5px 10px 0;
    }
    .x_btn-primary2 {
      color: #fff;
      background-color: #007bff;
      border-color: #007bff;
         margin: 5px 5px 10px 0;
             line-height: 25px;
    width: 100px;
    }

.x_floating-btn {
    position: fixed;
    right: 30px;
    top: 70%;
    background-color: #fff;
    color: #000;
    padding: 10px 10px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .25);
    display: flex;
    align-items: center;
}
    .x_chatbox {
      position: fixed;
    right: 30px;
    top: 27%;
    width: 300px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    overflow-y: auto;
    max-height: 300px;
    display: none;
    z-index: 9999;
    min-height: 380px;
    }
    @media (max-width: 767px) {
    .x_chatbox {
         position: fixed;
    right: 30px;
    top: 23%;
    width: 300px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    overflow-y: auto;
    max-height: 300px;
    display: none;
    z-index: 9999;
    min-height: 380px;
    }
}

    .x_chatbox-body {
      padding: 15px;
    }
    .x_message {
      margin-bottom: 10px;
    }
    .x_message-system {
      font-style: italic;
      color: #6c757d;
    }
    .x_chatbox-header {
       display: flex;
    align-items: center;
    padding: 15px 15px;
    background-color: #f4f9ff;
    color: #343a40;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    }
    .x_avatar {
     width: 45px;
     height: 45px;
    margin-right: 15px;
    }
    .x_header-text {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
    .x_header-text span {
      font-weight: bold;
    }
       .x_message {
      margin-bottom: 10px;
      padding: 10px;
      border-radius: 2px 5px 5px 5px;
      background-color: #f8f9fa;
      position: relative;
      clear: both;
      max-width: 75%;
      
    }
    .x_message-system {
      text-align: center;
      font-style: italic;
      color: #6c757d;
      background-color: #e2e6ea;
          font-size: 12px;
    }
    .x_message-user {
      float: right;
      background-color: #d1ecf1;
    }
     .x_btn-with-icon {
      display: flex;
      align-items: center;
    }
    .x_chatbox-footer {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    margin-bottom: 10px;
}
     .x_input-group-inline {
      display: flex;
      margin-bottom: 10px;
    }
    .x_input-group-inline > * {
      margin-right: 10px;
    }
    .x_input-group-inline:last-child {
      margin-right: 0;
    }
    .x_input-group label {
      display: block;
      margin-bottom: 5px;
    }
    .x_input-group input, .x_input-group select {
    background-color: var(--wb-bgc, #f1f0f0);
    border: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--wb-bfc, #333);
    height: 34px;
    outline: none !important;
    padding: 0 5px;
    width: 100%;
    margin: 5px 5px 5px 5px;
    font-size: 13px;
    }
    .x_feedback-form textarea {
     background: none;
    background-color: var(--wb-bgc, #f1f0f0);
    border: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--wb-bfc, #333);
    outline: none !important;
    padding: 10px 10px;
    width: 100%;
    margin: 5px;
}
    .x_feedback-form {
      padding: 15px;
      display: none;
    }
    .x_submit-cancel-group {
      display: flex;
      justify-content: flex-start;
    }
    .x_submit-cancel-group button {
      margin-left: 5px;
    }
    span.x_btn-close {
    cursor: pointer;
    padding: 5px 5px 10px 10px;
    position: absolute;
    right: 7px;
    top: 3px;
    z-index: 10;
}
button:hover {
    background-color: #007bff;
}
.x_header-bt {
    font-size: 14px;
}

.x_header-js{
opacity: .5;
    font-size: 12px;
}