/*Bot In A Box Main page*/
html body.bot-in-a-box-page {
    background-color: #fff;
  }

  html body.bot-in-a-box-page .header-navbar.fixed-top {
    background-color: #fff !important;
    border-bottom: 1px solid #B6B6B6;
    box-shadow: none !important;
  }

  html body.bot-in-a-box-page .card {
    box-shadow: none;
    border-radius: 6px;
    background: #F9F8F7;
    transition: all .5s;
  }

  html body.bot-in-a-box-page .card-header {
    display: inline-block !important;
  }

  html body.bot-in-a-box-page .card-title a {
    font-size: 18px !important;
    color: #000;
    font-weight: 500;
    line-height: 22px;
  }

  html body.bot-in-a-box-page .card-title {
    margin-top: 15px;
  }

  html body.bot-in-a-box-page .card.hover-ai-box:hover {
    border: none;
    box-shadow: none;
    background: #E6640F;
    transition: all .5s;
    transform: scale(1.03);
  }

  html body.bot-in-a-box-page .card a.position-absolute.shadow {
    left: 20px;
    bottom: 20px !important;
    top: inherit !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body.bot-in-a-box-page .card a.position-absolute.shadow i {
    color: #E6640F;
    font-size: 30px;
    font-weight: 500px;
  }

  html body.bot-in-a-box-page .card-body {
    padding-top: 15px;
  }

  html body.bot-in-a-box-page .card.hover-ai-box:hover .card-title a {
    color: #fff !important;
  }

  html body.bot-in-a-box-page .card.hover-ai-box:hover .card-body p {
    color: #fff !important;
  }

  html body.bot-in-a-box-page .card.hover-ai-box:hover a.position-absolute.shadow i {
    color: #fff !important;
  }

  .bot-in-a-box-main-title .d-flex.align-items-center .image.h-75.text-right img {
    background: transparent;
    padding: 0;
    width: 250px !important;
  }

  .bot-in-a-box-main-title {
    border: 1px solid #C8C8C8;
    border-radius: 6px;
    padding: 15px;
  }

  .bot-in-a-box-main-title .d-flex.align-items-center .content.d-flex.ml-4.align-items-center {
    margin-left: 30px !important;
  }

  /*Bot In A Box Main page*/
  /*Bot In A Box Chat page*/
  html body.bot-in-a-box-page .prompt-command-container .card-title {
    margin: 0;
  }

  html body.bot-in-a-box-page .prompt-command-container .card-title a {
    font-size: 22px !important;
    color: #000;
    font-weight: 500;
  }

  html body.bot-in-a-box-page .prompt-command-container p {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  html body.bot-in-a-box-page .prompt-command-container {
    padding-top: 50px;
    border-right: 0 !important;
  }

  html body.bot-in-a-box-page .chat-window-container {
    padding-top: 34px;
  }

  html body.bot-in-a-box-page .prompt-command-container .card {
    box-shadow: none;
    border: 1px solid #C8C8C8 !important;
    background: transparent;
  }

  html body.bot-in-a-box-page .prompt-command-container .card .card-header {
    background: transparent !important;
    display: inline-block !important;
  }

  html body.bot-in-a-box-page .prompt-command-container .card .card-header h4.text-white {
    color: #E6640F !important;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid #E6640F;
    font-size: 20px;
    padding: 10px 24px;
    float: left;
  }

  html body.bot-in-a-box-page .prompt-command-container .card .card-header button i {
    border-radius: 6px;
    border: 1px solid #E6640F;
    font-size: 20px;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    top: 0;
    background: #E6640F;
  }

  html body.bot-in-a-box-page .prompt-command-container .card-description p {
    margin: 0;
  }

  html body.bot-in-a-box-page .chat-window-container div#chat-messages {
    border: 1px solid #C8C8C8 !important;
    border-radius: 6px;
    box-shadow: 2px 2px 10px 3px #00000014 !important;
    min-height: 400px;
    padding: 10px;
  }

  html body.bot-in-a-box-page .chat-window-container div#chat-messages p.alert.alert-warning {
    background: transparent !important;
    box-shadow: none;
    color: #D9D9D9 !important;
    text-align: center;
    font-size: 20px;
  }

  html body.bot-in-a-box-page .chat-window-container .col-12:nth-child(1) {
    margin-bottom: 27px;
  }

  html body.bot-in-a-box-page .chat-window-container .col-12 .row.mt-1 {
    margin: 0;
  }

  html body.bot-in-a-box-page .chat-window-container .col-12 .row.mt-1 .card-header.p-0 {
    border: 1px solid #E6640F;
    border-radius: 6px;
    box-shadow: none !important;
    text-align: center;
  }

  html body.bot-in-a-box-page .chat-window-container .col-12 .row.mt-1 .card.mb-1 {
    box-shadow: none;
  }

  div#promptAdvanceOption .card-body {
    border: 1px solid #C8C8C8 !important;
    border-radius: 6px;
    margin: 5px 0 0 0;
  }

  html body.bot-in-a-box-page .chat-window-container .col-12 .col-12 {
    margin-bottom: 0 !important;
  }

  html body.bot-in-a-box-page .chat-window-container div#chat-messages .d-flex.justify-content-end .w-75.card.p-1 {
    box-shadow: none;
    background: #E9F4FA;
    border-radius: 6px;
    margin-bottom: 5px;
  }

  html body.bot-in-a-box-page .chat-window-container div#chat-messages .d-flex.justify-content-end .w-75.card.p-1 .d-flex.justify-content-between.align-items-baseline.mb-1 b.text-right {
    color: #4F758A;
  }

  html body.bot-in-a-box-page .chat-window-container div#chat-messages .d-flex.justify-content-end .w-75.card.p-1 .d-flex.justify-content-between.align-items-baseline.mb-1 {
    margin-bottom: 5px !important;
  }

  html body.bot-in-a-box-page .chat-window-container div#chat-messages .d-flex .w-75.card.p-1 {
    border-radius: 6px;
    box-shadow: none;
    background: #F5EEE8;
    margin-bottom: 5px;
  }

  html body.bot-in-a-box-page .chat-window-container div#chat-messages .d-flex.justify-content-end .w-75.card.p-1 p {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 21px;
    font-weight: 100;
  }

  html body.bot-in-a-box-page .chat-window-container div#chat-messages .d-flex .w-75.card.p-1 p {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    font-weight: 100;
    color: #000;
  }

  html body.bot-in-a-box-page .chat-window-container div#chat-messages .d-flex .w-75.card.p-1 h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0;
  }

  html body.bot-in-a-box-page .bot-in-a-box-form-container .card {
    box-shadow: none;
    background: #f9f8f7;
  }

  html body.bot-in-a-box-page .bot-in-a-box-form-container .card .card-content .card-body.wizard-validation {
    padding: 0;
  }

  html body.bot-in-a-box-page .bot-in-a-box-form-container .card .card-content .card-body {
    padding-top: 1.7rem;
  }

  html body.bot-in-a-box-page .bot-in-a-box-form-container .card .card-content .card-body.wizard-validation .col-6.border.shadow.p-50 {
    box-shadow: none !important;
    background: #fff;
    border-radius: 6px;
    padding: 20px 10px !important;
  }

  html body.bot-in-a-box-page .bot-in-a-box-form-container .card .card-content .card-body.wizard-validation .col-6.border.shadow.p-50 div#prompt-sortable .card {
    background: #fff;
    border: 1px solid #dfe3e7 !important;
  }

  html body.bot-in-a-box-page .bot-in-a-box-form-container .card .card-content .card-body.wizard-validation .col-6.border.shadow.p-50 div#prompt-sortable .card .card-header {
    background: transparent !important;
  }

  html body.bot-in-a-box-page .bot-in-a-box-form-container .card .card-content .card-body.wizard-validation .col-6.border.shadow.p-50 div#prompt-sortable .card .card-header h4.text-white {
    color: #E6640F !important;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid #E6640F;
    font-size: 18px;
    padding: 10px 24px;
    float: left;
  }

  html body.bot-in-a-box-page .bot-in-a-box-form-container .card .card-content .card-body.wizard-validation .col-6.border.shadow.p-50 div#prompt-sortable .card .card-header button.btn.text-white.btn-danger.btn-sm {
    background: #E6640F !important;
    margin-left: 10px;
    padding: 10px 24px;
  }

  html body.bot-in-a-box-page .bot-in-a-box-form-container .card .card-content .card-body.wizard-validation .col-6.border.shadow.p-50 div#prompt-sortable .card .card-header button {
    background: #E6640F;
    margin-left: 10px;
  }

  html body.bot-in-a-box-page .prompt-command-container .card .card-header .d-flex button {
    padding: 0;
  }

  html body.bot-in-a-box-page .chat-window-container div#chat-messages .d-flex .w-75.card.p-1 ol {
    margin: 10px 0 0 0;
  }

  html body.bot-in-a-box-page .chat-window-container div#chat-messages .d-flex .w-75.card.p-1 ol li {
    margin-bottom: 10px;
  }

  html body.bot-in-a-box-page .bot-in-a-box-form-container .card .card-content .card-body.wizard-validation .col-6.border.shadow.p-50 div#prompt-sortable .card-description textarea {
    margin: 0 !important;
  }

  html body.bot-in-a-box-page .bot-in-a-box-form-container .card .card-content .card-body.wizard-validation fieldset.form-group.gap-3 .checkbox {
    margin-top: 5px;
    padding-bottom: 5px !important;
    float: left;
    width: 50%;
  }

  html body.bot-in-a-box-page .bot-in-a-box-form-container .card .card-content .card-body.wizard-validation fieldset.form-group.gap-3 .checkbox input:checked~label:before {
    box-shadow: none;
  }

  html body.bot-in-a-box-page .bot-in-a-box-form-container .card .card-content .card-body.wizard-validation label {
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 5px;
  }

  .bot-create-button fieldset a.btn.btn-primary {
    width: 58px;
    height: 58px;
    padding: 0;
    line-height: 58px;
    background: #E6640F !important;
    border-color: #E6640F !important;
    border-radius: 6px;
    margin-top: 22px;
  }

  .bot-create-button fieldset a.btn.btn-primary i {
    font-weight: 700;
    font-size: 28px;
    top: 7px;
  }

  .prompt-user-icon img {
    width: 52px;
  }

  .prompt-user-icon {
    margin-left: 20px;
  }

  .prompt-system-icon {
    margin-right: 20px;
  }

  .prompt-system-icon img {
    width: 52px;
  }

  .prompt-clear-action {
    background: #E6640F !important;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px;

  }

  .prompt-clear-action i {
    color: #fff;
    font-weight: normal;
  }

  html body.bot-in-a-box-page .chat-window-container div#chat-messages .d-flex .w-75.card.p-1 .d-flex.justify-content-between.align-items-baseline.mb-1 {
    margin-bottom: 5px !important;
  }

  html body.bot-in-a-box-page .chat-window-container div#chat-messages .d-flex .w-75.card.p-1 p strong {
    font-weight: 500;
  }

  html body.bot-in-a-box-page .bot-in-a-box-form-container .card .card-content .card-body.wizard-validation .col-md-6 a {
    margin-bottom: 5px;
    float: left;
    margin-top: 10px;
    font-weight: 600;
  }

  html body.bot-in-a-box-page .bot-in-a-box-form-container .card .card-content .card-body.wizard-validation fieldset.form-group.gap-3 .checkbox label {
    font-weight: normal;
    padding-left: 10px;
  }

  .bot-in-a-box-form-container {
    margin-top: 50px;
  }

  .prompt-overview-title {
    position: absolute;
    top: -25px;
  }

  html body.bot-in-a-box-page .bot-in-a-box-form-container .card .card-content .card-body.wizard-validation button.btn.btn-outline-primary.btn-sm {
    background: #E6640F;
    color: #fff !important;
    font-weight: 600;
    border-color: #E6640F !important;
  }

  html body.bot-in-a-box-page .bot-in-a-box-form-container .card .card-content .card-body.wizard-validation button.btn.btn-outline-primary.btn-sm:hover {
    border-color: #f48f4e !important;
  }
  .bot-in-a-box-form-container a.btn.btn-outline-primary.btn-sm {
      width: 42px;
      height: 42px;
      text-align: center;
      padding: 0;
      line-height: 42px;
      font-weight: 600;
  }
  .bot-in-a-box-form-container a.btn.btn-outline-primary.btn-sm i {
      font-size: 24px;
      top: 6px;
  }
  .bot-in-a-box-form-container .bot-edit-form-action button {
      width: 42px;
      height: 42px;
      text-align: center;
      padding: 0;
      line-height: 42px;
      font-weight: 600;
      background: transparent !important;
      border: 1px solid #f28036 !important;
  }
  .bot-in-a-box-form-container .bot-edit-form-action button i {
      color: #f28036;
  }
  .col-6.prompt-create-container .col-12.d-flex.justify-content-end {
      justify-content: inherit !important;
  }
  .prompt-list-container .d-flex.align-items-baseline.text-center p {
      font-size: 18px;
      color: #000;
      font-weight: 500;
      padding-left: 10px;
      line-height: 22px;
  }
  .prompt-list-container .mb-2 img {
      width: 44px;
  }
  html body.bot-in-a-box-page .card .card-header img {
      width: 44px;
  }
  html body.bot-in-a-box-page .card.hover-ai-box:hover img {
      filter: brightness(0) invert(1);
  }
  .prompt-overview-title p.font-bold.h5 {
      color: #000;
      font-weight: 600;
      text-transform: capitalize;
      font-size: 14px;
      margin-bottom: 5px;
  }
  .col-6.prompt-create-container {
      margin-left: -15px;
  }
  .bot-in-a-box-main-title p.font-italic {
      font-style: normal !important;
      color: #000 !important;
      font-weight: 100;
  }
  .bot-in-a-box-main-title p.font-italic b {
      font-weight: 700;
  }
  .bot-in-a-box-main-title p.font-italic span.text-muted {
      color: #000 !important;
  }
  html body.bot-in-a-box-page .chat-window-container div#chat-messages .d-flex .w-75.card.p-1 ul li {
      margin-bottom: 10px;
  }
  html body.bot-in-a-box-page .chat-window-container div#chat-messages .d-flex .w-75.card.p-1 ul li {
      margin-bottom: 5px;
  }
  .prompt-command-container .d-flex.align-items-center img {
      width: 44px;
  }
  /*Bot In A Box Chat page*/
  @media only screen and (max-width: 767px) {
    .col-6.prompt-create-container {
      margin-left: 0;
  }
  .col-6.border.shadow.p-50.prompt-list-container {
      margin-top: 50px !important;
  }
    .bot-in-a-box-main-title .d-flex.align-items-center {
      display: inline-block !important;
    }

    .bot-in-a-box-main-title .d-flex.align-items-center .image.h-75.text-right {
      text-align: center !important;
    }

    .bot-in-a-box-main-title .d-flex.align-items-center .image.h-75.text-right img {
      width: 100px !important;
      margin-bottom: 15px;
    }

    .bot-in-a-box-main-title .d-flex.align-items-center .content.d-flex.ml-4.align-items-center {
      margin-left: 0 !important;
    }

    .bot-in-a-box-page .row .col-3.align-self-stretch.pb-3 {
      max-width: 100%;
      flex: inherit;
      padding-bottom: 30px !important;
    }

    html body.bot-in-a-box-page .card-body p.black {
      margin-bottom: 30px;
    }

    html body.bot-in-a-box-page .prompt-command-container {
      padding-top: 50px;
      border-right: 0 !important;
      padding-right: 15px !important;
      padding-left: 15px !important;
    }

    .bot-in-a-box-page .bot-in-a-box-form-container .card .card-header .card-title {
      margin-bottom: 15px;
    }

    .bot-in-a-box-page .bot-in-a-box-form-container {
      margin-top: 20px;
    }

    html body.bot-in-a-box-page .bot-in-a-box-form-container .card .card-content .card-body.wizard-validation .col-12.mt-2 .row .col-6 {
      max-width: 100%;
      flex: inherit;
      padding: 0;
    }

    html body.bot-in-a-box-page .bot-in-a-box-form-container .card .card-content .card-body.wizard-validation .col-12.mt-2 .row .col-6.border.shadow.p-50 {
      width: 90%;
      margin: 20px auto auto auto;
    }

    html body.bot-in-a-box-page .bot-in-a-box-form-container .card .card-content .card-body.wizard-validation .col-6.border.shadow.p-50 div#prompt-sortable .card .card-header .d-flex {
      display: inline-block;
      width: 100%;
    }

    html body.bot-in-a-box-page .bot-in-a-box-form-container .card .card-content .card-body.wizard-validation .col-6.border.shadow.p-50 div#prompt-sortable .card .card-header button {
      margin-left: 0;
    }
  }
