@media only screen and (orientation: portrait) {


  @keyframes bc-lightbox-animation {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes bc-typing {
    0% {
      width: 0; }
    100% {
      width: 30px; } }
  @keyframes bc-open {
    0% {
      transform: scale(0);
      transform-origin: top right; }
    100% {
      transform: scale(1);
      transform-origin: top right; } }
  @keyframes bc-fade-left-animation {
    0% {
      transform: translateX(50px);
      opacity: 0; }
    100% {
      transform: translatex(0);
      opacity: 1; } }
  .bc-menu-mobile > i.bc-active + ul, .bc-menu-mobile > i.bc-active + div + .bc-mobile {
    animation: bc-open .3s; }

  body, html {
    background: #fff; }

  body {
    overscroll-behavior-y: contain; }

  .bc-tooltip, .bc-btn-emoji, .bc-menu-buttons {
    display: none !important; }

  .bc-table .bc-no-results {
    margin: 0 15px; }

  .bc-label-date-top {
    top: 50px;
    right: 0; }

  .bc-admin-box {
    border: none; }
    .bc-admin-box .bc-bottom {
      display: block; }
      .bc-admin-box .bc-bottom div {
        margin: 10px 0 0 0 !important; }
    .bc-admin-box.bc-rich-login .bc-input, .bc-admin-box.bc-cloud-box .bc-input {
      display: block; }
      .bc-admin-box.bc-rich-login .bc-input input, .bc-admin-box.bc-cloud-box .bc-input input {
        margin-top: 10px !important; }
    .bc-admin-box .bc-top-bar img {
      max-width: 100%; }
      .bc-info-card {
  padding: 10px; }


  .bc-admin {
    width: 100%;
    padding: 0;
    background: #fff;
    -webkit-tap-highlight-color: rgba(150, 194, 227, 0.44);
    user-select: auto; }
    .bc-admin > main {
      padding-top: 60px; }
      .bc-admin > main .bc-top-bar > div h2 {
        display: none; }
    .bc-admin .bc-btn {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      user-select: none; }
    .bc-admin .bc-profile-edit-box .bc-btn, .bc-admin .bc-profile-box .bc-btn {
      user-select: auto;
      -webkit-tap-highlight-color: rgba(150, 194, 227, 0.44); }
    .bc-admin .bc-top-bar .bc-btn.bc-icon {
      text-indent: -99999px;
      font-size: 23px;
      padding: 0;
      width: 45px;
      height: 45px;
      overflow: hidden;
      background: none;
      border-radius: 4px;
       margin-right: 4px;
      user-select: auto;
      -webkit-tap-highlight-color: rgba(150, 194, 227, 0.44); }
      .bc-admin .bc-top-bar .bc-btn.bc-icon:before {
        color: #028be5 !important; }
      .bc-admin .bc-top-bar .bc-btn.bc-icon i {
        text-indent: 0;
        left: 11px;
        line-height: 53px;
        color: #028be5; }
    .bc-admin .bc-updates-box .bc-input > div {
      width: auto; }
    .bc-admin .bc-area-settings > .bc-tab, .bc-admin .bc-area-reports > .bc-tab {
      display: block;
      height: 100%;
      max-height: 100%; }
      .bc-admin .bc-area-settings > .bc-tab > .bc-nav, .bc-admin .bc-area-reports > .bc-tab > .bc-nav {
        padding: 0;
        position: absolute;
        top: 68px;
        left: 15px;
        overflow: visible; }
        .bc-admin .bc-area-settings > .bc-tab > .bc-nav > ul, .bc-admin .bc-area-reports > .bc-tab > .bc-nav > ul {
          padding-left: 0; }
                .bc-admin .bc-area-settings > .bc-tab > .bc-nav:not(.bc-active), .bc-admin .bc-area-reports > .bc-tab > .bc-nav:not(.bc-active) {
        height: 0; }
      .bc-admin .bc-area-settings > .bc-tab > .bc-content > div, .bc-admin .bc-area-reports > .bc-tab > .bc-content > div {
        padding: 15px; }

      .bc-admin .bc-area-settings .bc-top-bar > div:first-child, .bc-admin .bc-area-reports .bc-top-bar > div:first-child {
        width: 100%;
        overflow-x: visible; }
    .bc-admin .bc-area-settings > .bc-scroll-area, .bc-admin .bc-area-reports > .bc-scroll-area {
      padding: 20px 15px; }

  .bc-area-settings .bc-search-dropdown {
  display: none; }

  .bc-board > .bc-admin-list .bc-scroll-area, .bc-area-users .bc-scroll-area, .bc-area-settings .bc-scroll-area {
    height: calc(100% - 110px);
    width: auto;
    margin: 0 !important;
    padding: 0 !important; }
     .bc-board > .bc-admin-list .bc-scroll-area > ul > p, .bc-area-users .bc-scroll-area > ul > p, .bc-area-settings .bc-scroll-area > ul > p {
    margin: 15px; }

.bc-mobile [data-value="switch"] + div {
  max-height: 78px;
  background: #edeef0; }
  .bc-mobile [data-value="switch"] + div a {
    display: block;
    padding: 6px 0; }

.bc-lightbox .bc-top-bar .bc-btn, .bc-lightbox .bc-top-bar a.bc-btn {
  height: 35px;
  line-height: 35px; }

  .bc-lightbox .bc-top-bar, .bc-admin > main > div > .bc-top-bar {
    padding: 0;
    margin-bottom: 0;
    height: 50px;
    overflow: hidden; }
    .bc-lightbox .bc-top-bar > div, .bc-admin > main > div > .bc-top-bar > div {
      font-size: 17px; }
      .bc-lightbox .bc-top-bar > div:first-child, .bc-admin > main > div > .bc-top-bar > div:first-child {
        margin: 0 15px !important; }
    .bc-lightbox .bc-top-bar .bc-btn-icon, .bc-lightbox .bc-top-bar .bc-search-btn, .bc-admin > main > div > .bc-top-bar .bc-btn-icon, .bc-admin > main > div > .bc-top-bar .bc-search-btn {
      width: 45px;
      height: 45px;
      overflow: hidden;
      border: none !important;
      background-color: transparent !important; }
      .bc-lightbox .bc-top-bar .bc-btn-icon i:before, .bc-lightbox .bc-top-bar .bc-search-btn i:before, .bc-admin > main > div > .bc-top-bar .bc-btn-icon i:before, .bc-admin > main > div > .bc-top-bar .bc-search-btn i:before {
        font-size: 19px;
        line-height: 45px; }
      .bc-lightbox .bc-top-bar .bc-btn-icon .bc-loading:before, .bc-lightbox .bc-top-bar .bc-search-btn .bc-loading:before, .bc-admin > main > div > .bc-top-bar .bc-btn-icon .bc-loading:before, .bc-admin > main > div > .bc-top-bar .bc-search-btn .bc-loading:before {
        line-height: 29px !important; }
    .bc-lightbox .bc-top-bar .bc-search-btn > input, .bc-admin > main > div > .bc-top-bar .bc-search-btn > input {
      line-height: 45px; }
    .bc-lightbox .bc-top-bar .bc-search-btn > i:before, .bc-admin > main > div > .bc-top-bar .bc-search-btn > i:before {
      font-size: 21px; }
    .bc-lightbox .bc-top-bar .bc-close, .bc-admin > main > div > .bc-top-bar .bc-close {
      margin-right: 2px; }
    .bc-lightbox .bc-top-bar .bc-profile, .bc-admin > main > div > .bc-top-bar .bc-profile {
      padding: 0 0 0 45px; }
      .bc-lightbox .bc-top-bar .bc-profile img, .bc-admin > main > div > .bc-top-bar .bc-profile img {
        width: 30px;
        height: 30px; }
      .bc-lightbox .bc-top-bar .bc-profile span, .bc-admin > main > div > .bc-top-bar .bc-profile span {
        margin-left: 0;
        text-overflow: ellipsis;
        overflow: hidden; }
    .bc-lightbox .bc-top-bar a + a, .bc-admin > main > div > .bc-top-bar a + a {
      margin-left: 0; }
      .bc-admin > main > div > .bc-top-bar {
  border-bottom: 1px solid #d4d4d4; }

  .bc-admin .bc-top-bar .bc-search-btn {
    margin: 0 !important; }
  .bc-admin .bc-top-bar .bc-menu-mobile {
    height: 45px;
    right: 5px !important; }
    .bc-admin .bc-top-bar .bc-menu-mobile > i {
      line-height: 52px;
      height: 45px;
      width: 45px; }

  main > div .bc-top-bar .bc-menu-mobile > ul {
    top: 73px; }
    .bc-direct-message-box .bc-bottom {
  display: flex !important; }
  .bc-direct-message-box .bc-bottom .bc-btn-text {
    margin-left: 15px !important; }

.bc-automations-area > .bc-select > p {
  padding-left: 0; }

.bc-area-settings > .bc-tab > .bc-content .bc-inner-tab > .bc-content {
  margin-top: 30px; }

.bc-conditions > div {
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid #d4d4d4; }
  .bc-conditions > div:last-child {
    margin-bottom: 0;
    border-bottom: none; }

.bc-tab > .bc-nav {
  min-width: 0;
  padding: 5px 15px 15px 15px;
  border: none; }
  .bc-tab > .bc-nav > ul {
    max-width: none; }

  /*

  # FONT SIZE
  ==========================================================

  */
  div ul.bc-menu li, .bc-select ul li {
    font-size: 17px;
    line-height: 27px;
    padding: 6px 25px 6px 15px; }

  .bc-select p, .bc-board > .bc-admin-list .bc-scroll-area li p, .bc-board > .bc-admin-list .bc-scroll-area > ul > p {
  font-size: 17px !important; }

.bc-tab h2 {
  font-size: 17px; }

.bc-select p {
  padding: 0 20px 0 15px; }

  .bc-title {
    font-size: 20px;
    line-height: 30px; }

  .bc-board > .bc-admin-list .bc-scroll-area li[data-conversation-status="2"] .bc-name,
  .bc-board > .bc-admin-list .bc-scroll-area li .bc-profile .bc-name, .bc-dialog-box p {
    font-size: 18px; }

  .bc-user-conversations > li > div, .bc-profile-list > ul > li .bc-icon, .bc-table td .bc-profile span,
  .bc-input > input, .bc-input > select, .bc-input > textarea, .bc-setting h2, .bc-input-setting h2, .bc-setting label,
  .bc-input-setting label, .bc-popup.bc-replies .bc-replies-list ul li div {
    font-size: 17px; }

  .bc-lightbox .bc-info, .bc-btn-text, .bc-updates-box .bc-input > div, .bc-requirements-box .bc-input > div, .daterangepicker .ranges li,
  .daterangepicker th.month, .daterangepicker .calendar-table th, .daterangepicker .calendar-table th {
    font-size: 17px;
    line-height: 26px; }

  .daterangepicker .calendar-table td {
    font-size: 17px;
    line-height: 35px; }

  .bc-user-conversations > li > div .bc-message {
    font-size: 16px; }

  .bc-profile-list > ul > li > span, .bc-profile-list .bc-panel-details .bc-title {
    font-size: 14px; }

  .bc-list .bc-time, .bc-user-conversations li .bc-time {
    font-size: 13px; }

  .bc-list .bc-message, .bc-list .bc-message a, .bc-editor textarea, .bc-setting p, .bc-input-setting p, .bc-rich-message .bc-text {
    font-size: 16px;
    line-height: 25px; }

  .bc-dialog-box p {
    font-size: 19px;
    line-height: 35px; }
.bc-btn-icon {
  width: 40px;
  height: 40px;
  line-height: 40px; }
  .bc-btn, a.bc-btn {
    font-size: 16px;
    padding: 0 30px;
    height: 40px;
    line-height: 40px; }
    .bc-btn.bc-icon, a.bc-btn.bc-icon {
    padding-left: 50px; }
    .bc-btn.bc-icon i, a.bc-btn.bc-icon i {
      line-height: 40px; }
    .bc-btn.bc-icon.bc-btn-white, a.bc-btn.bc-icon.bc-btn-white {
      padding-left: 55px; }
      .bc-btn.bc-icon.bc-btn-white i, a.bc-btn.bc-icon.bc-btn-white i {
        left: 30px;
        font-size: 16px; }
        .bc-btn.bc-icon.bc-btn-white i:before, a.bc-btn.bc-icon.bc-btn-white i:before {
          line-height: 40px; }

  .bc-profile-list > ul > li, .bc-panel-details .bc-list-items > div, .bc-panel-details .bc-list-items > a {
    font-size: 16px;
    line-height: 35px; }

  .bc-tab-nav-title {
    font-size: 17px !important; }

  /*

  # TOP HEADER
  ==========================================================

  */
  .bc-admin {
    width: 100%;
    padding: 0 !important;
    background: #fff; }
    .bc-admin > .bc-header {
      width: 100%;
      height: 60px;
      right: 0;
      bottom: auto;
      display: flex;
      z-index: 96;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }
      .bc-admin > .bc-header > .bc-admin-nav {
        display: flex; }
        .bc-admin > .bc-header > .bc-admin-nav > img {
          height: 30px;
          margin: 15px 15px; }
        .bc-admin > .bc-header > .bc-admin-nav > div {
          display: flex; }
          .bc-admin > .bc-header > .bc-admin-nav > div > a {
            width: 42px;
            border-radius: 4px;
            overflow: hidden; }
            .bc-admin > .bc-header > .bc-admin-nav > div > a:before {
               left: 10px; }
            .bc-admin > .bc-header > .bc-admin-nav > div > a span {
              display: none; }
      .bc-admin > .bc-header > .bc-admin-nav-right > .bc-icon-menu {
        height: 60px;
        line-height: 70px; }
      .bc-admin > .bc-header.bc-hide + main {
        padding-top: 0; }
      .bc-admin > .bc-header .bc-mobile a {
        text-align: left; }
      .bc-admin > .bc-header .bc-mobile [data-value="status"] {
        padding-left: 30px; }
        .bc-admin > .bc-header .bc-mobile [data-value="status"]:before {
          right: auto;
          left: 15px; }
    .bc-admin.bc-header-hidden .bc-header {
      top: -75px; }
    .bc-admin.bc-header-hidden > main {
      padding-top: 0; }
    .bc-admin.bc-header-hidden .bc-board > .bc-admin-list, .bc-admin.bc-header-hidden .bc-area-users, .bc-admin.bc-header-hidden .bc-area-settings, .bc-admin.bc-header-hidden .bc-area-reports {
      height: 100%; }
      .bc-admin.bc-header-hidden .bc-board > .bc-admin-list .bc-scroll-area, .bc-admin.bc-header-hidden .bc-area-users .bc-scroll-area, .bc-admin.bc-header-hidden .bc-area-settings .bc-scroll-area, .bc-admin.bc-header-hidden .bc-area-reports .bc-scroll-area {
        height: calc(100% - 50px); }
    .bc-admin.bc-header-hidden .bc-mobile {
      display: none !important; }

  /*

  # COMPONENTS
  ==========================================================

  */
  .bc-admin .bc-select-checkbox {
    top: 80px; }
  .bc-admin .bc-menu-wide > div:after, .bc-admin .bc-table-users th:first-child:after, .bc-admin .bc-nav > div:after {
    content: "\61";
    font-family: "balas-chat";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    line-height: 35px; }
  .bc-admin .bc-menu-wide > ul, .bc-admin .bc-nav > ul, .bc-admin .bc-top .bc-select ul, .bc-admin .bc-area-users .bc-top-bar .bc-filter-btn ul {
  background: #fff;
    left: 0;
    right: 0;
    margin: 0;
    top: 110px;
    position: fixed;
    overflow: hidden;
    overflow-y: scroll;
    max-height: calc(100% - 130px);
    z-index: 99995;
    box-shadow: 0 5px 5px #0000001f;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 0; }
  .bc-admin .bc-nav > .bc-btn:after {
    display: none; }
  .bc-admin .bc-menu-wide > div:not(.bc-btn), .bc-admin .bc-nav > div:not(.bc-btn) {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 17px;
    line-height: 35px;
    padding-right: 20px;
    cursor: pointer;
    transition: all 0.4s; }
    .bc-admin .bc-menu-wide > div:not(.bc-btn) span, .bc-admin .bc-nav > div:not(.bc-btn) span {
      font-weight: 400;
      opacity: 0.7; }
  .bc-admin .bc-menu-wide.bc-active > ul, .bc-admin .bc-nav.bc-active > ul {
    display: block; }
  .bc-admin .bc-menu-wide > ul, .bc-admin .bc-nav > ul {
    padding: 10px 0;
    display: none; }
    .bc-admin .bc-menu-wide > ul li, .bc-admin .bc-nav > ul li {
      padding: 10px 25px 10px 15px;
      margin: 0;
      font-size: 17px;
      line-height: 25px;
      border: none; }
      .bc-admin .bc-menu-wide > ul li span, .bc-admin .bc-nav > ul li span {
        display: none; }
  .bc-admin .bc-menu-mobile {
    position: absolute;
    bottom: auto !important;
    left: auto !important;
    right: 0 !important;
    padding: 0 !important;
    height: 55px;
    display: flex;
    justify-content: flex-end;
    z-index: 95; }
    .bc-admin .bc-menu-mobile > i {
      display: block;
      line-height: 60px;
      height: 55px;
      width: 55px;
      cursor: pointer;
      text-align: center;
      font-size: 17px;
      margin: 0;
      padding: 0;
      overflow: hidden;
      color: #566069; }
      .bc-admin .bc-menu-mobile > i.bc-active {
        color: #028be5; }
        .bc-admin .bc-menu-mobile > i.bc-active + div + .bc-mobile, .bc-admin .bc-menu-mobile > i.bc-active + ul {
          display: block; }
    .bc-admin .bc-menu-mobile > div, .bc-admin .bc-menu-mobile > ul {
      display: none;
      position: fixed;
      padding: 7px 0;
      top: 10px;
      right: 10px; }
      .bc-admin .bc-menu-mobile > div a, .bc-admin .bc-menu-mobile > ul a {
        white-space: nowrap;
        font-weight: 500;
        font-size: 17px !important;
        line-height: 25px !important;
        padding: 7px 15px;
        margin: 0 !important; }
    .bc-admin .bc-menu-mobile .bc-desktop {
      display: none; }
  .bc-admin .bc-inner-tab {
    display: block; }
    .bc-admin .bc-inner-tab > .bc-nav > ul {
    display: block; }
    .bc-admin .bc-inner-tab > .bc-nav > ul i {
      top: 8px;
      right: 5px; }
    .bc-admin .bc-inner-tab > .bc-nav > ul, .bc-admin .bc-inner-tab > .bc-nav > .bc-menu-wide > ul {
      position: static;
      box-shadow: none;
      width: auto;
      max-width: none;
      border: none;
      padding: 0; }
      .bc-admin .bc-inner-tab > .bc-nav > ul li, .bc-admin .bc-inner-tab > .bc-nav > .bc-menu-wide > ul li {
        padding: 10px 0 10px 0; }
    .bc-admin .bc-inner-tab > .bc-nav > .bc-menu-wide > div:after {
      display: none; }

  .bc-admin.bc-header-hidden main > div > .bc-tab > .bc-nav {
    top: 8px; }
  .bc-admin.bc-header-hidden .bc-menu-wide > ul, .bc-admin.bc-header-hidden main > div > .bc-tab > .bc-nav > ul, .bc-admin.bc-header-hidden .bc-top .bc-select ul {
    top: 50px;
    max-height: calc(100% - 71px); }
    .bc-admin .bc-filter-star {
  width: 48px;
  height: 40px;
  line-height: 50px;
  text-align: center;
  font-size: 22px; }
  .bc-admin .bc-search-btn > i, .bc-admin .bc-filter-btn > i {
    font-size: 21px;
    width: 45px;
    height: 100%;
    line-height: 48px;
    text-align: center;
    top: 0 !important;
    border-radius: 4px;
    overflow: hidden; }
  .bc-admin .bc-search-btn.bc-active, .bc-admin .bc-filter-btn.bc-active {
    position: absolute;
    width: 100% !important;
    left: 0;
    right: 0;
    z-index: 96;
    background: #fff; }
    .bc-admin .bc-search-btn.bc-active i, .bc-admin .bc-filter-btn.bc-active i {
      right: 5px; }
  .bc-admin .bc-search-btn > input {
     left: 0;
  right: 0;
    width: calc(100% - 73px);
    min-width: 0 !important;
    border: none;
    box-shadow: none; }
  .bc-admin .bc-filter-btn > div {
    padding: 3px 15px 0 15px;
    height: auto; }
  .bc-admin .bc-input {
    display: block; }
    .bc-admin .bc-input > span {
      margin-bottom: 10px;
      font-size: 17px; }
    .bc-admin .bc-input + .bc-input {
      margin-top: 15px; }
    .bc-admin .bc-input.bc-input-btn {
      display: flex; }
      .bc-admin .bc-input.bc-input-btn > span {
        margin-bottom: 0; }
  .bc-admin .bc-admin-box {
    margin: 0;
    padding: 0;
    border: none; }
  .bc-admin #departments .repeater-item > div:not(:first-child) {
    padding-top: 35px; }

  /*

  # LIGHTBOX AND POPUP
  ==========================================================

  */
  .bc-lightbox:not(.bc-loading):not(.bc-loading-global) {
    width: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 !important;
    min-height: 100%;
    border: none;
    border-radius: 0; }

  .bc-lightbox .bc-scroll-area, .bc-lightbox .bc-main {
    height: calc(100% - 54px);
    padding: 30px 15px;
    box-sizing: border-box; }
  .bc-lightbox .bc-info {
    height: auto;
    line-height: 25px;
    border-radius: 0; }
  .bc-lightbox.bc-dialog-box {
    bottom: 0;
    padding: 30px 15px;
    width: auto;
    height: auto;
    min-height: 0;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center; }
    .bc-lightbox.bc-dialog-box.bc-active {
      display: flex; }
  .bc-lightbox .bc-main > .bc-bottom {
    display: block; }
    .bc-lightbox .bc-main > .bc-bottom .bc-btn, .bc-lightbox .bc-main > .bc-bottom .bc-btn-text {
      margin: 0 0 15px 0;
      display: block;
      text-align: left; }
  .bc-lightbox.bc-lightbox.bc-lightbox-admin {
    transform: none;
    left: 15px;
    right: 15px;
    width: auto;
    top: 15px;
    bottom: 15px;
    min-height: 0; }
    .bc-lightbox.bc-lightbox.bc-lightbox-admin > div {
      max-height: 100%; }
    .bc-lightbox.bc-lightbox.bc-lightbox-admin > i {
      right: 30px;
      top: 30px; }

  .bc-popup .bc-header .bc-search-btn {
    width: auto; }
    .bc-popup .bc-header .bc-search-btn:not(.bc-active) > i {
      right: -10px;
      top: -5px !important; }
  .bc-popup.bc-replies, .bc-popup.bc-woocommerce-products {
    left: 0 !important;
    right: 0;
    bottom: 90px;
    margin: 0px;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-right: none;
    border-left: none;
    border-radius: 0;
    width: auto;
    transform: none;
    height: calc(100% - 110px); }
    .bc-popup.bc-replies .bc-replies-list ul li, .bc-popup.bc-woocommerce-products .bc-replies-list ul li {
      height: 35px; }
    .bc-popup.bc-replies:after, .bc-popup.bc-woocommerce-products:after {
      left: 56px;
      transform: none; }
  .bc-popup.bc-woocommerce-products:after {
    left: 95px; }

  /*

  # CONVERSATIONS AREA
  ==========================================================

  */
  .bc-board {
    display: block; }
    .bc-board > .bc-admin-list:not(.bc-active), .bc-board .bc-conversation:not(.bc-active), .bc-board .bc-user-details:not(.bc-active) {
      display: none; }
    .bc-board .bc-conversation .bc-editor {
      border: none;
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      margin: 0;
      border-radius: 0; }
    .bc-board > .bc-admin-list {
      min-width: 100%;
      height: 100%; }
      .bc-board > .bc-admin-list .bc-top {
        padding: 0;
        height: 51px;
        min-height: 50px; }
        .bc-board > .bc-admin-list .bc-top .bc-search-btn:not(.bc-active) {
          margin-right: 5px; }
      .bc-board > .bc-admin-list .bc-scroll-area li {
        padding: 13px 15px 14px 15px;
      margin: 0;
      border-radius: 0; }
      .bc-board > .bc-admin-list .bc-scroll-area li > span {
        right: 10px; }
      .bc-board > .bc-admin-list .bc-scroll-area li:before {
        left: 7px; }
      .bc-board > .bc-admin-list .bc-scroll-area li:after {
        left: 15px;
        right: 15px; }
    .bc-board .bc-conversation {
      height: 100%; }
      .bc-board .bc-conversation .bc-top {
        min-height: 46px;
        padding: 0; }
        .bc-board .bc-conversation .bc-top > a {
          line-height: 45px;
          font-size: 19px;
          padding: 10px;
          max-width: calc(100% - 120px);
          overflow: hidden;
          text-overflow: ellipsis; }
        .bc-board .bc-conversation .bc-top .bc-menu-mobile > i {
          height: 50px; }
        .bc-board .bc-conversation .bc-top .bc-menu-mobile a {
          text-align: center; }
        .bc-board .bc-conversation .bc-top .bc-menu-mobile [data-value="panel"] {
          display: block; }
        .bc-board .bc-conversation .bc-top .bc-labels {
          padding-left: 0; }
          .bc-board .bc-conversation .bc-top .bc-labels .bc-status-online {
            overflow: hidden;
            text-indent: -99995px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            padding: 0;
            background-color: #009341; }
          .bc-board .bc-conversation .bc-top .bc-labels .bc-status-typing {
            overflow: hidden;
            text-indent: -99995px;
            padding: 0;
            width: 30px;
            height: 10px;
            background: none; }
            .bc-board .bc-conversation .bc-top .bc-labels .bc-status-typing:after {
              left: 0;
              font-size: 30px;
              line-height: 24px;
              width: 30px;
              bottom: 0; }
        .bc-board .bc-conversation .bc-top .bc-btn-back {
          display: block !important;
          height: 40px;
          width: 40px;
          line-height: 45px;
          text-align: center;
          cursor: pointer;
          position: relative;
          overflow: hidden; }
          .bc-board .bc-conversation .bc-top .bc-btn-back:hover {
            color: #028be5; }
      .bc-board .bc-conversation .bc-list > div {
        margin: 2px 10px 25px 15px;
        max-width: calc(100% - 55px);
        box-sizing: border-box; }
        .bc-board .bc-conversation .bc-list > div .bc-thumb {
          display: none !important; }
        .bc-board .bc-conversation .bc-list > div .bc-menu {
          left: 10px !important;
          right: 10px !important;
          width: auto;
          position: fixed;
          top: 65px; }
        .bc-board .bc-conversation .bc-list > div .bc-menu-btn {
          height: 30px;
          width: 30px;
          border-radius: 50%;
          text-align: center !important;
          line-height: 35px;
          top: 4px;
          overflow: hidden; }
        .bc-board .bc-conversation .bc-list > div.bc-right .bc-menu-btn {
          left: -30px !important; }
        .bc-board .bc-conversation .bc-list > div:not(.bc-right) .bc-menu-btn {
          right: -30px !important; }
        .bc-board .bc-conversation .bc-list > div:last-child {
          margin-bottom: 40px !important; }
    .bc-board .bc-user-details {
      position: fixed;
      background: #fff;
      right: 0;
      left: 0;
      bottom: 0;
      top: 0;
    height: calc(100% + 85px);
      border: none;

      min-width: 0;
      width: auto;
      z-index: 96;
      display: none; }
      .bc-board .bc-user-details .bc-top {
        display: none; }
            .bc-board .bc-user-details .bc-profile {
      margin: 20px 15px 0 8px; }
    .bc-board .bc-user-details .bc-user-conversations {
      padding-bottom: 15px; }
      .bc-board .bc-user-details.bc-active {
        display: block;
        animation: bc-fade-left-animation .5s; }
        .bc-board .bc-user-details.bc-active .bc-user-details-close {
        display: block;
        position: fixed;
        top: 9px;
        right: 15px; }

#note-ai-scraping {
  max-width: 100px; }

  .bc-area-conversations .bc-search-btn > input {
    top: 2px; }

  .bc-dialogflow-intent-box .bc-intent-add i {
    top: -5px; }

  .bc-no-conversation-message {
    display: none !important; }

  .bc-title-search .bc-search-btn > input {
    left: 0;
    right: 0; }

  #bc-intent-preview {
    font-size: 20px;
    line-height: 0;
    top: -1px;
    right: 0; }

  #intent-preview-box.bc-active {
    max-width: 100%;
    width: auto;
    min-height: 0;
    height: auto !important;
    display: block !important; }

  .bc-dialogflow-intent-box .bc-title.bc-title-search .bc-search-btn.bc-active {
    margin-left: -15px; }

  .bc-filter-btn .bc-select {
    max-width: 40%; }
    .bc-filter-btn .bc-select p {
      padding-left: 0; }

  .bc-area-conversations > .bc-btn-collapse {
    display: none; }


  /*

  # USERS AREA
  ==========================================================

  */
  .bc-area-users .bc-top-bar {
    border-bottom: 1px solid #d4d4d4; }
    .bc-area-users .bc-top-bar > div:last-child {
      padding-right: 45px; }
        .bc-area-users .bc-top-bar .bc-filter-btn {
    margin-left: 15px; }
    .bc-area-users .bc-top-bar .bc-filter-btn > div {
      left: 0;
      top: 51px;
      right: 0;
      position: fixed;
      border-radius: 0;
      box-shadow: none;
      padding: 10px 15px;
      border-bottom: 1px solid #d4d4d4; }
    .bc-area-users .bc-top-bar .bc-filter-btn ul {
      top: 106px !important; }
    .bc-area-users .bc-top-bar .bc-filter-btn.bc-active > i {
      right: 20px; }
  .bc-area-users .bc-table-users th:first-child input, .bc-area-users .bc-table-users th:not(:first-child), .bc-area-users .bc-table-users th:not(:first-child):after {
    display: none; }
  .bc-area-users .bc-table-users td:first-child {
    border: none;
    padding-right: 0; }
  .bc-area-users .bc-table-users th:first-child {
    max-width: 100%;
    position: relative;
    display: block;
    border: none; }
    .bc-area-users .bc-table-users th:first-child:after {
      line-height: 49px; }
  .bc-area-users .bc-table-users tr.bc-active th {
    display: block; }
  .bc-area-users .bc-table-users th {
    padding: 15px 0;
    font-size: 17px; }
  .bc-area-users .bc-table-users tbody tr {
    float: left;
    clear: both;
    border-bottom: 1px solid #d4d4d4; }
    .bc-area-users .bc-table-users tbody tr:hover {
      background-color: #f5f7fa; }
  .bc-area-users .bc-table-users td:not(.bc-td-profile):not(:first-child) {
    display: none; }
  .bc-area-users .bc-table-users td.bc-td-profile {
    border: none;
    width: 100%;
    padding: 10px 15px; }
  .bc-area-users .bc-table-users thead {
    padding: 0 15px; }
    .bc-area-users .bc-table-users thead th {
      color: #24272a; }
      .bc-area-users .bc-table-users thead th.bc-active {
        color: #028be5;
        border-color: #d4d4d4; }
        .bc-area-users .bc-table-users thead th.bc-active:after {
          right: 0; }
      .bc-area-users .bc-table-users thead th:last-child {
        border: none; }
  .bc-area-users .bc-table-users, .bc-area-users .bc-table-users tbody, .bc-area-users .bc-table-users thead, .bc-area-users .bc-table-users tr, .bc-area-users .bc-table-users th {
    display: block;
    width: 100%;
    box-sizing: border-box; }
  .bc-area-users tr:hover td {
    background: none; }

  .bc-profile-edit-box .bc-main, .bc-profile-box .bc-main {
    display: block; }
    .bc-profile-edit-box .bc-main > div, .bc-profile-box .bc-main > div {
      width: auto;
      height: auto;
      margin: 0 !important; }
      .bc-profile-edit-box .bc-main > div + div, .bc-profile-box .bc-main > div + div {
        margin-top: 30px !important; }

  .bc-profile-box .bc-top-bar [data-value] i:before {
    font-size: 23px; }
  .bc-profile-box .bc-top-bar > div > [data-value] + .bc-btn {
    margin-left: 0; }

  .bc-profile-edit-box .bc-delete {
    margin: 35px 0 50px 0; }

  .bc-profile-list > ul > li > img {
    width: 17px;
    height: 17px; }
  .bc-profile-list > ul > li .bc-icon:before, .bc-profile-list > ul > li > img:before {
    line-height: 23px; }
  .bc-profile-list > ul > li > img {
    top: 10px; }
  .bc-profile-list [data-id="country_code"] img {
    height: 12px; }

  /*

  # SETTINGS AREA
  ==========================================================

  */
  .bc-setting input, .bc-setting select, .bc-setting textarea, .bc-input-setting input, .bc-input-setting select, .bc-input-setting textarea {
    min-width: 0;
    font-size: 17px;
    line-height: 26px;
    height: 40px; }

  .bc-language-switcher-cnt {
    display: flex !important; }
    .bc-language-switcher-cnt > label {
      margin-bottom: 0 !important;
      min-width: 0; }
    .bc-language-switcher-cnt :hover img {
      opacity: .5; }

  .bc-languages-box .bc-main {
    grid-template-columns: 1fr 1fr;
    max-height: none;
    height: calc(100% - 50px); }

  .bc-setting, .bc-input-setting {
    display: block; }
    .bc-setting p, .bc-input-setting p {
      margin: 5px 0 10px 0; }
    .bc-setting > .bc-setting-content, .bc-input-setting > .bc-setting-content {
      width: auto;
      min-width: 0;
      padding: 0; }
    .bc-setting .multi-input-checkbox, .bc-input-setting .multi-input-checkbox {
      display: flex !important; }
      .bc-setting .multi-input-checkbox label, .bc-input-setting .multi-input-checkbox label {
        display: block;
       margin-bottom: 0 !important;
      width: 100%; }
  .bc-setting .repeater-item > div + div, .bc-input-setting .repeater-item > div + div {
    margin-top: 15px; }
    .bc-setting.bc-type-upload-image .image, .bc-setting [data-type="upload-image"] .image, .bc-setting.bc-type-upload-image .image, .bc-setting [data-type="upload-image"] .image, .bc-input-setting.bc-type-upload-image .image, .bc-input-setting [data-type="upload-image"] .image, .bc-input-setting.bc-type-upload-image .image, .bc-input-setting [data-type="upload-image"] .image {
      min-width: 100%; }

  .bc-admin .bc-timetable {
    overflow-x: scroll; }
  .bc-admin .bc-apps {
    grid-template-columns: 1fr; }

  .bc-timetable > div > div > div {
    margin: 5px 0;
    width: calc(100% - 80px); }


  .bc-translations {
    display: block; }
    .bc-translations > .bc-nav {
      margin-bottom: 15px; }
      .bc-translations > .bc-nav > ul {
        padding: 10px 15px; }
      .bc-translations > .bc-nav > div img {
        margin-right: 15px;
        border-radius: 2px;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
        width: 25px;
        height: 15px;
        transform: translateY(1px); }
      .bc-translations > .bc-nav li img {
        top: 16px; }

  /*

  # REPORTS AREA
  ==========================================================

  */
  .bc-area-reports > .bc-tab > .bc-content {
    padding: 0;
    max-height: calc(100% - 110px);
    padding-bottom: 30px; }
    .bc-area-reports > .bc-tab > .bc-content > div {
      margin: 0; }
  .bc-area-reports #bc-date-picker {
    min-width: 176px;
    font-size: 14px;
    margin-right: 5px;
    border: none;
    background: #fff;
    z-index: 2;
    position: relative; }
  .bc-area-reports .bc-no-results {
    padding: 15px; }

  .bc-admin.bc-header-hidden .bc-area-reports .bc-scroll-area {
    max-height: calc(100% - 50px); }

  .daterangepicker {
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    border-radius: 0;
    border: none;
  margin: 0; }

  .daterangepicker .drp-calendar {
    border: none !important; }

  .daterangepicker .drp-calendar {
    max-width: none; }

  /*

# CHATBOT AREA
==========================================================

*/
.bc-area-chatbot > .bc-tab {
  overflow: scroll;
  height: calc(100% - 110px) !important;
  padding-bottom: 30px; }
  .bc-area-chatbot > .bc-tab > .bc-content {
    padding: 15px 15px 30px 15px;
    width: auto;
    overflow: visible;
    height: auto; }

#bc-chatbot-qea .bc-repeater-add {
  margin-right: 30px; }

#bc-repeater-chatbot-website .bc-repeater-add {
  display: inline-block; }

#bc-chatbot-delete-website {
  display: inline-block; }

.bc-playground .bc-scroll-area {
  height: auto;
  overflow: visible; }

.bc-playground-editor {
  position: static; }
  .bc-playground-editor > .bc-flex {
    display: block; }
    .bc-playground-editor > .bc-flex .bc-flex:last-child {
      display: block; }
      .bc-playground-editor > .bc-flex .bc-flex:last-child > div {
        display: block;
        margin: 10px 0;
        padding-left: 30px; }

[data-id="playground"] {
  height: calc(100% - 70px);
  overflow: scroll; }
  [data-id="playground"] > div {
    display: block;
    height: 100%;
    align-content: baseline; }
    [data-id="playground"] > div > div {
      height: auto;
      padding: 15px 15px 30px 15px;
      border: none; }

#bc-table-chatbot-files td:first-child, #bc-table-chatbot-website td:first-child {
  max-width: 22px;
  width: 22px;
  padding-right: 0; }
#bc-table-chatbot-files td:last-child, #bc-table-chatbot-website td:last-child {
  max-width: 40px;
  width: 40px;
  padding: 0; }
#bc-table-chatbot-files td:nth-child(3), #bc-table-chatbot-website td:nth-child(3) {
  display: none; }

/*

# ARTICLES AREA
==========================================================

*/
.bc-area-articles > .bc-tab {
  overflow: hidden;
  overflow-y: scroll;
  max-height: 100%;
  height: calc(100% - 110px) !important; }
  .bc-area-articles > .bc-tab > .bc-content {
    padding: 0 15px;
    width: auto;
    padding: 30px 15px 15px 15px;
    margin-top: 20px;
    border-top: 1px solid #d4d4d4;
    overflow: auto; }
  .bc-area-articles > .bc-tab > .bc-nav {
    overflow: auto;
    max-height: none; }
  .bc-area-articles > .bc-tab .bc-article-content {
    padding-left: 0 !important; }

.bc-menu-articles .bc-docs, .bc-menu-chatbot .bc-docs {
  padding: 15px; }
/*# sourceMappingURL=responsive-admin.css.map */
}
