:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: .75rem;
}
body {
  margin: 0;
  background-color: #fafafa;
}

.card-signin {
  border: 0;
  border-radius: 4px;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.card-signin .card-title {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.5rem;
}

.card-signin .card-body {
  padding: 2rem;
}

.form-signin {
  width: 100%;
}

.form-signin .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input {
  border-radius: 2rem;
}

.form-label-group>input,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

.btn-google {
  color: white;
  background-color: #ea4335;
}

.btn-facebook {
  color: white;
  background-color: #3b5998;
}
.mytext{
    border:0;padding:10px;background:whitesmoke;
}
.text{
    width:75%;display:flex;flex-direction:column;
}
.text > p:first-of-type{
    width:100%;margin-top:0;margin-bottom:auto;line-height: 13px;font-size: 12px;
}
.text > p:last-of-type{
    width:100%;text-align:right;color:silver;margin-bottom:-7px;margin-top:auto;
}
.text-l{
    float:left;padding-right:10px;
}
.text-r{
    float:right;padding-left:10px;
}
.avatar{
    display:flex;
    justify-content:center;
    align-items:center;
    float:left;
    padding-right:10px;
}
.macro{
    margin-top:5px;width:85%;border-radius:5px;padding:5px;display:flex;
}
.msj-rta{
    float:right;background:whitesmoke;
}
.msj{
    float:left;background:white;
}
.frame{
    background:#e0e0de;
    height:100%;
    max-height:600px;
    overflow:hidden;
    padding:0;
}
#chat{
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
}
#panel-window .card{
    height:100%;
    max-width: 100%;
    max-height:600px;
    box-shadow: 0px 2px 10px 0px #888888;
}
#chat-window{
    box-shadow: 0px 2px 10px 0px #888888;
    padding-left: 0px;
    padding-right: 0px;
    height:600px;

}
.frame > div:last-of-type{
    position:absolute;bottom:5px;width:100%;display:flex;
}
.chat-ul {
    width:100%;
    height:90%;
    list-style-type: none;
    padding:18px;
    position:absolute;
    bottom:32px;
    display:flex;
    flex-direction: column;
    overflow: scroll;
    overflow-x: hidden;
}
ul ul {
    text-indent: 1em;
}
.msj:before{
    width: 0;
    height: 0;
    content:"";
    top:-5px;
    left:-14px;
    position:relative;
    border-style: solid;
    border-width: 0 13px 13px 0;
    border-color: transparent #ffffff transparent transparent;
}
.msj-rta:after{
    width: 0;
    height: 0;
    content:"";
    top:-5px;
    left:14px;
    position:relative;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: whitesmoke transparent transparent transparent;
}
input:focus{
    outline: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #d4d4d4;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #d4d4d4;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #d4d4d4;
}
:-moz-placeholder { /* Firefox 18- */
    color: #d4d4d4;
}

nav li {display:inline-block !important;}

input#ui-chat-reply-input {
    color: #111;
}

.ui-chat_agent-header {
  top: 0;
  left: auto;
  right: 0;
  position: absolute;
  color: rgb(255, 255, 255);
  box-shadow: 0px 2px 5px -3px black;
  width: 100%;
  display: flex;
  z-index: 997;
  box-sizing: border-box;
  flex-shrink: 0;
  flex-direction: column;
  background-color: #595d68;
}
.ui-chat_agent-header .ui-chat_agent-header-contaienr {
  min-height: 64px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
  align-items: center;
}

.chat-messenger {
  height: calc(100vh - 150px);
}

div.material-table table tr td {
  padding: 0 !important;
}



td.select-checkbox:after {
  cursor: pointer;
  content: '\2610';
  font-size: 21px;
  margin: 11px;
}

tr.selected > td.select-checkbox::before {
  cursor: pointer;
  content: '\2611';
  font-size: 21px;
  margin: 11px;
  color:black !important;


}

tr.selected > td.select-checkbox:after {
  cursor: pointer;
  content: none;
  margin: 0 !important;

}


.check::after {
  cursor: pointer;
  content: '\2610';
  font-size: 21px;
  margin: 11px;
}

.check.clicked::after {
  cursor: pointer;
  content: '\2611';
  font-size: 21px;
  margin: 11px;
}

#prompts {
  display: none;
}


#parametersTable input[type="text"] {
  border: none;
  width: 101px;
}

.addPrompts {
  color: #3b5998 !important;
}

.addPrompts:hover {
  cursor: pointer;
  text-decoration: underline;
}



.modal-header {
    padding: 17px 15px;
    font-size: 25px;
    border: 1px solid #d6d6d6;
}

.parameter {
  padding: 17px 125px;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
}

.parameter .row {
  margin-bottom: 0;
}

.modal-label {
    font-weight: bolder !important;
    font-size: 15px !important;
}
.modal-text {
  margin-top: 5px !important;
}

.promptInput {
  width: 736!important;
}

#promptsList {
  border-top: 1px solid #d6d6d6;
}

.prompt {
  padding: 10px 28px;
  border-bottom: 1px solid #d6d6d6;
}

.prompDeleteBtn {
  background-color: transparent;
  border: none;
  float: right;
  cursor: pointer;
}

.prompDeleteBtn:hover {
  color: #d6d6d6;
}

.close-btn {
  float:  right;
}

.list li {
  display: inline;
  font-family: sans-serif;
}

.my-tabs .card-panel .list li.active {
  border-bottom: 1px solid #111;
  padding-bottom: 0 !important;
  font-weight: 900 !important;
}

.inputApi {
  margin-top:0;
  border: 1px solid #f2f2f2;
  border-radius: 7px;
  height: 47px;
  padding: 11px;
  overflow-y: scroll;
  word-break: break-all;
}

.myInput {
  margin-top: 0 !important;
}

.response-panel {
  height: 50%;
  overflow-y: scroll;
  overflow-x: scroll;
}

.delete-btn {
  background-color: transparent !important;
  color: #000000 !important;
  border: none;
  box-shadow: none !important;
}
.delete-btn > i {
  color: #000000 !important;
}

.delete-btn:hover > i {
  color: #26a69a !important;
}

.lineai-select, .lineai-select-body  {
  border: none;
  border-bottom:1px solid #9e9e9e ;
  border-radius: 0 !important;
  margin-bottom: 6px !important;
}

.lineai-select::placeholder{
  color: #9e9e9e !important;
}

.my-textarea {
  border:1px solid #9e9e9e !important;
  height: 256px;
  overflow: hidden;
  resize: none !important;
}

.my-textarea:focus {
  border-bottom:1px solid #9e9e9e !important;

}



select.browser-default.user-profile-selection {
  display: none;
}


select.browser-default.user-profile-selection-body {
  display: none;
}



.url {
    margin-bottom: 0 !important;
    border: 1px solid #f2f2f2 !important;
    border-radius: 7px !important;
    padding-left: 11px !important;
}

.basicAuth {
  display: none;
}

.my-progress {
  display: none;
}

.string { color: green; }
.number { color: darkorange; }
.boolean { color: blue; }
.null { color: magenta; }
.key { color: red; }

.new_lineai_title {
    margin-left: 5px;
    color: #66cb80;
    font-weight: bold;
}



.new_lineai_input_text_name {
    border: 2px dotted #a5a5a5 !important;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.new_lineai_input_text_name_number {
    border: 2px solid #a5a5a5 !important;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.new_lineai_tags {
    margin-left: 10px;
}

.new_lineai_tag {
    border-radius: 0 !important;
}

.new_lineai_button_add_tags {
    margin-bottom: 0px;
    background-color: #eeeeee !important;
    color: #aeb0b3 !important;
    width: 30px !important;
    height: 34px !important;
}

.new_lineai_section_collaps_header:active, .new_lineai_section_collaps_header:focus,.new_lineai_section_collaps_header:current {
    background-color: #ffffff !important;
}

.new_lineai_add_icon {
    margin-left: -9px;
}

.new_lineai_user {
   border-radius: 100%;
    background-color: #666 !important;
    width: 80px;
    height: 80px;
    padding-top: 13px;
    color: #fff;
    margin-top: 26px
}

.new_lineai_section_header {
    border-top: 3px dotted #eee;
    width: 100%;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 22px;
}

.new_lineai_section_header_title  {
    margin-top: -14px;
    margin-left: 23px;
    background: #fff;
    width: 5%;
}
.new_lineai_section_collaps_header {
  border:none !important;
}

.new_lineai_section_collaps_body {
  border: none !important;
  padding-top: 0px!important;
}
.new_lineai_bot {
    border-radius: 100%;
    background-color: #57cb80 !important;
    width: 80px;
    height: 80px;
    padding-top: 13px;
    color: #fff;
    margin-top: 26px
}

.new_lineai_user_inactive {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    padding-top: 13px;
    background-color: #eee !IMPORTANT;
    margin-top: 26px;
    color: #999999;
}

.new_lineai_bot_inactive {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    padding-top: 13px;
    margin-top: 0px;
    background-color: #eee !IMPORTANT;
    margin-left: 20px;
    color: #999999;

}


.new_lineai_my_txt {
    font-size: 20px;
}

.new_lineai_sections {
  border: none !important;
  box-shadow: none !important;
}

.user_arrow {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 35px solid #eee;
    border-bottom: 15px solid transparent;
    margin-top: 48px;
    margin-right: -11px;
    margin-left: -24px;
}

.new_lineai_section_title{
    margin-top: -28px;
    margin-left: 22px;
    background-color: #fff;
    width: 69px;
}



.bot_arrow {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 35px solid #eeeeee;
    margin-top: 54px;
    margin-left: -11px;
    margin-right: -22px
}

.new_lineai_expression {
    border: 1px solid #eee;
    padding: 40px;
}

.new_lineai_expression_inactive {
    border: 1px solid #eee;
    padding: 40px;
    background-color: #EEEEEE;
}


.new_lineai_col{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.bot-expression {
   margin-left: 16% !important;
}


.new_lineai_grey_button{
    margin-top: 27px;
    margin-right: 0;
    background-color: #eee;
    color: #999999;
}

.new_lineai_col_inactive {
    padding-left: 0 !important;
}

.user_arrow_inactive {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 35px solid #eee;
    border-bottom: 15px solid transparent;
    position: absolute;
    left: 120px;
    top:50%;
}

.new_lineai_delete_section {
  border: none;
  background:#fff;
  cursor: pointer;
}



.new_lineai_delete_section:hover {
  color: #60cb80;

}
.new_lineai_delete_btn_container {
      margin-top: -46px;
    margin-right: 14px;
}


.select2-container--material .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    border-radius: 0;
}

.training-phrases-listitem {
    border: none !important;
    border-bottom: 1px solid #EEEEEE !important;
}


.typeButton {
    position: relative;
    top: 44px;
    left: 40px;
    background-color: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 8px;
}

.typeButton > i {
  font-size: 18px;
}

#type-modal {
  top: 30% !important;
  width: 450px !important;
}

.resp-title {
  font-size:22px;
}

.resp-type {
  margin-top: 15px;
  padding: 0 20px;
  border: 2px solid #eee;
  background: none;
  border-radius: 23px 0 0 0;
  cursor: pointer;
}

.resp-type.big {
  padding: 0 5px;
  border: 2px solid #eee;
  background: none;
  border-radius: 23px 0 0 0;
  cursor: pointer;
}

.resp-type.normal {
  padding: 0 15px;
  border: 2px solid #eee;
  background: none;
  border-radius: 23px 0 0 0;
  cursor: pointer;
}

.logo {
  font-size: 32px;
  margin-bottom: 17px;
  font-weight: bold;
}

.resp-text {
    margin-top: 5px;
}

.close-modal-btn {
  color: #000000;
}
.delete-bot-resp {
    margin-top: -10px;
    border: none;
    background: none;
    cursor: pointer;
}

.delete-bot-chip {
  margin-top: 10px;
  border: none;
  background: none;
  cursor: pointer;
}

.delete-bot-chip > i {
  cursor: pointer;
}

.delete-bot-resp > i {
  cursor: pointer;
}

.delete-bot-resp {
  color: #333333;
}


.delete-bot-text {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    top: 13px;
    right: 12px;
    border: none;
    background: none;
    cursor: pointer;
}


.delete-bot-text {
  color: #333333;
}

.responses-text-input.extra {
    width: 510px !important;
}

.responses-text-input.extra.extra {
  width: 505px !important;
}


.image-response {
  display: none;
  width: 350px !important;
}

.chip-lineai {
  margin-top: 10px;
}

.addChip {
  margin: 10px;
}


.list-btn {
  margin-top: 5px;
  display: inline;
  list-style: none;
}

.lineai-prepared-responses {
  margin-top: 10px;
  margin-left: 15px !important;
}

.custom-responses {
  margin-right: 15px;
}
.custom-responses > .btn{
  background-color: #eee !important;
  color: #999999;
}

.new_lineai_cstm_header {
  border-top: 3px dotted #eee;
  width: 90%;
  margin-left: 92px;
  margin-right: 25px;
  margin-top: 0;
  margin-bottom: 45px;
}

.new_lineai_cstm_header_header_title {
  margin-top: -14px;
  margin-left: 23px;
  background: #fff;
  width: 5%;
}

.new_lineai_cstm_header_header_title.small {
  width: 2%;
}

.fallback, .no {

  margin-top: 58px;

}

@media only screen and (max-width: 1440px) {
  .responses-text-input.extra.extra {
    width: 360px !important;
  }

  .delete-bot-text {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    top: 47px;
    right: 40px;
    border: none;
    background: none;
    cursor: pointer;
}
}


/* lineai new design*/

.appContent{
    background-color: #f3f3f3 !important;
}

.main-container {
  background-color: transparent !important;
  z-index: 1;
}

.sidenav {
  background-color: #f3f3f3 !important;
  box-shadow: none !important;
  padding-right: 10px !important;
  overflow:scroll;

}

.sidenav > .sidemenu-categories {
  background-color: #f3f3f3 !important;
}

.sidenav > .sidemenu-categories.active {
  background-color: #f3f3f3 !important;
}

.lineai-menu-body{
  background-color: #ffffff !important;
  border: none !important;
}

.lineai-menu-body  ul > li > a {
    font-size: 13px !important; 
    margin: 5.5px 0 !important;
    height: 38px  !important;
    line-height: 38px  !important;
}

.sidenav {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}


.sidenav li>a>i {
  height: 38px  !important;
  line-height: 48px  !important;
  font-size: 22px !important
}

.ui-card {
  box-shadow: none !important;
  margin-top: 15px;
}

.theme-dark {
  -webkit-box-shadow: -1px 7px 5px 0px rgba(248, 248, 248, 0.918);
  -moz-box-shadow: -1px 7px 5px 0px rgba(248, 248, 248, 0.918);
  box-shadow: -1px 7px 5px 0px rgba(248, 248, 248, 0.918);
}

.swoop-symbol {
  position: fixed !important;
  left: -51px !important;
  top: 89px !important;
  width: 100% !important;
  height: 215px !important; 
  background: linear-gradient(90deg, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
  -ms-transform: rotate(-56deg) !important; /* IE 9 */
  transform: rotate(-56deg) !important;
  -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.lineai-footer {
  background-color: #f9f9f9 !important;
 }


.footer-text {
  font-family: 'Exo', sans-serif;
  margin-bottom: 0px;
}

.footer-bold {
  font-weight: bold;
}

.lineai-title {
  font-family: 'Exo', sans-serif;
  font-weight: bold;
  z-index: 9999999;
  color: #00acc1;
}

.app-drawer {
  background-color: #f3f3f3;
}

.lineai-menu-icon {
  width: 30px !important;
  height: 30px !important;
  margin-right: 26px !important;
  border-radius: 50% !important;
  margin-top: 8px !important;
}

.lineai-sidenav-submenu {
  color: #282828 !important; 
  font-size: 14px !important;
}



.lineai-sidenav-submenu > i {
  margin-right: 41px !important;
  color: #747474 !important;
  
}

.lineai-submenu > li > .lineai-sidenav-submenu-body {
  background-color: #e4e2e2 !important;
  border: none;
}

.lineai-submenu > li > .lineai-sidenav-submenu-body > ul > li {
  font-size: 11px !important;
}
.lineai-submenu > li > .lineai-sidenav-submenu-body > ul > li  > a{ 
  padding: 0 23.5px 0 47px;
}
.dropdown-content > li {
  
}
.dropdown-content > li > a {
  padding: 10px 0 !important;
  text-align: center;

}

.dropdown-content > li > a:hover {
  background: transparent;
}

#app-bar-dropdown {
  width: 180px !important;
  top: 63px !important;
  box-shadow: none !important;
}

.collapsible-header:hover {
  cursor: default;
  background: transparent !important;
}

.lineai-sidenav-submenu:hover {
  background-color: rgba(0,0,0,0.05)!important;
  cursor: pointer !important;
}

#slack, #google_hangouts, #microsoft_teams, #add_groups, #add_users, .lineai-hide {
  display: none;
}

.lineai-show {
  display: block !important;
}

.lineai-pd-50 {
  padding-left:50px;
}

.gray-font {
  color:gray;
}

.line-word-break {
  line-break: auto; 
  word-break: break-all;
}
.lineai-position-center {
  position: center;
}

.lineai-margin-right-16 {
  margin-right: 16px;
}


.lineai-margin-right-6 {
  margin-right: 6px;
}


.lineai-margin-14 {
  margin: 14px;
}

.lineai-margin-top-50 {
  margin-top: 50px;
}

.lineai-margin-top-20 {
  margin-top: 20px;
}

.lineai-display-line {
  display: inline;
}

.lineai-margin-0 {
  margin: 0 !important;
}

.lineai-margin-top-0 {
  margin-top: 0 !important;
}

.lineai-visibility-hidden {
  visibility: hidden;
}

.lineai-padding-right-left-0 {
  padding-left: 0!important;
  padding-right: 0!important;
}

.lineai-text-color-green {
  color: green;
}

.lineai-text-color-red {
  color: red;
}

.lineai-text-align-center {
  text-align: center;
}

.lineai-display-flex {
  flex:0 0 auto
}

.lineai-margin-tb-10-rl-0 {
  margin:10px 0px;
}

.lineai-darkgrey-text {
  color: #555
}

.lineai-date-format {
  font-size: 12px;color: #777;
}

.lineai-table-width-100 {
  width: 100px
}

.lineai-flex {
  display: flex;
}

.analitic-row {
  margin-bottom: 0px;
  margin-top: 15px
}

.analitic-box {
  background-color: #fff;
  padding: 0;
  margin: 0;
  width: 126px;
}

.analitic-box > .stat {
  font-weight: 700;
  margin: 0;
  padding: 5px 30px;
}

.analitic-box > .stat-type {
  margin: 0;
  margin-bottom: 5px;
}

.lineai-breadcrumb {
  color: #282828 !important;
  font-size: 14px !important;
  text-decoration: underline;
}


.lineai-breadcrumb::before {
  color: #282828 !important;
  font-size: 16px !important;
  margin: 0 !important;
}
p.lineai-breadcrumb {
  text-decoration: none;
  margin: 0;
  display: inline;
}

.pointer {
  width: 4% !important;
}

.m-header {
  margin-left: -10px;
}

.lineai-menu-text {
  margin-top: 5px;
}

.lineai-collapsible-open {
  display: block;
}

.sidenav .collapsible-body>ul:not(.collapsible)>li.active, .sidenav.sidenav-fixed .collapsible-body>ul:not(.collapsible)>li.active {
  background-color: #5dd889 !important;
}

.config-disable {
    display: none;
}

.script-integration-card {
    height: 205px !important;
}

.config-title > a > i {
    font-size: 88px !important;
    color: #8d8c8c;
}

.config-card {
    width: 150px;
    height: 292px;
}

.config-card > .center-align > img {
    width: 80px;
}

.generated_script {
  display: none;
}