#arca-chat-bot {
  width: 24%;
  
  height: 0px;
  top: auto;
  bottom: 0px;
}
body:has(#header.folded) #arca-chat-bot:has(.chatbot-content)  {
  height: calc(100vh - 0px);
}
#arca-chat-bot:has(.chatbot-content) {
  height: calc(100vh - 40px );
}
body.modal-open #arca-chat-bot  {
  z-index: 999999999;
}
#arca-chat-bot .chatbot-content {
  background-color: #fff;
  border: 1px solid #ddd;
  border-right: 0px;
  border-top: 2px solid rgba(50,58,71,0.4);
}
#arca-chat-bot .action-bot button {
  background-color: #fff;
}

#arca-chat-bot .header-bot {
  background-color: #323a47;
  border-bottom: 0px solid #ddd;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  justify-content: normal;
  text-transform: uppercase;
}
#arca-chat-bot .header-bot span.glyphicon {
  float: left;
  margin-right: 6px;
}
#arca-chat-bot .list-messages li {
  padding: 10px !important;

}
#arca-chat-bot .list-messages li.action-bot {
  padding-top: 0px !important;
  margin-top: 0px !important;
}
#arca-chat-bot .list-messages li.my-msg {
  background-color: #f9f9f9;
}
#arca-chat-bot .list-messages li.msg-bot {
  background-color: #fff9fa;
}
#arca-chat-bot .list-messages .my-msg:before {
  font-size: 10px;
  font-weight: bold;
  text-transform: capitalize;
}
@media (max-width: 1560px) {
    #arca-chat-bot {
      min-width: 360px;
      height: auto !important;
    }
}
@media (max-width: 600px) {
    #arca-chat-bot {
      min-width: 200px;
    }
}
#arca-chat-bot .block-open-chat button{
  width: 40px;
    height: 40px;
    background-color: var(--fluo-color, #fc1d3d) !important;
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: .6;
    filter: alpha(opacity=60);
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    text-align: center;
    font-size: 25px;
    z-index: 99;
    border-radius: 0px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    border-radius: 0px !important;

}
#arca-chat-bot .action-bot .clear-history:hover, #arca-chat-bot .action-bot .copy-clip:hover {
  color: var(--fluo-color, #fc1d3d) !important;
}
#arca-chat-bot .block-open-chat button span.remove_2 {
  display: none;
}
#arca-chat-bot .block-open-chat button.close span.chat {
  display: none;
}
#arca-chat-bot .block-open-chat button.close span.remove_2 {
  display: block;
}
#arca-chat-bot .block-open-chat button.close {
  right: 24%;
}
@media (max-width: 1560px) {
    
    #arca-chat-bot .block-open-chat button.close {
        right: 375px !important;
        
    }
}
@media (max-width: 600px) {
    #arca-chat-bot .block-open-chat button {
      right: 10px;
    }
    #arca-chat-bot .block-open-chat button.close {
        right: 0px !important;
        top:110px;
        
    }
}
#arca-chat-bot .block-open-chat button:hover {
  transform: scale(1);
    border: 0px solid #666;
    opacity: 1;
    filter: alpha(opacity=100);
}
body:has(#arca-chat-bot) #tutorialBtn {
    right: 80px;
}
body:has(.chatbot-content) #tutorialBtn {
    right: 24% !important;
    margin-right: 50px;
}
body:has(.chatbot-content) .newLineMediumScreen {
  display: block;
}
body:has(.chatbot-content) .modal {
    padding-right: 24% !important;
    
}
@media (max-width: 1560px) {
    
  body:has(.chatbot-content) .newLineMediumScreen {
    display: block;
  }
  body:has(.chatbot-content) .modal {
    padding-right: 0px !important;
    
  }
}



@media (max-width: 1560px) {
    
    body:has(.chatbot-content) #tutorialBtn {
        right: 375px !important;
        margin-right: 50px;
    }
}
body:has(.chatbot-content) .superTabPane {
    margin-right: 30%;
}
body:has(.chatbot-content) div.tabajaxNav {
  margin-right: 23%;
}
body:has(.chatbot-content) div.container.singleFormPage {
  margin-right: 24%;
}
body:has(.chatbot-content) .sideNavSideContainer {
    width: 57%;
}

body:has(.chatbot-content) main{
  margin-right: 24% !important;
}
body:has(.chatbot-content) #homeTop .container{
  margin-right: 28% !important;
}
body:has(.chatbot-content) .sideNavSideContainer #homeTop .container {
  margin-right: 0% !important;
}
body:has(.chatbot-content) #General_vueApp {
  margin-right: 23%;
}
@media (max-width: 1560px) { 
  body:has(.chatbot-content) .tab-content.container {
    margin-right: 0%;
  }
   body:has(.chatbot-content) main {
    margin-right: 0% !important;
  }
body:has(.chatbot-content) #homeTop .container {
  margin-right: auto !important;
}
  body:has(.chatbot-content) .sideNavSideContainer {
    width: auto;
  } 
  body:has(.chatbot-content) .superTabPane {
    margin-right: 0%;
  }
  body:has(.chatbot-content) div.tabajaxNav {
    margin-right: 0%;
  }
  body:has(.chatbot-content) div.container.singleFormPage {
    margin-right: 0%;
  }
  body:has(.chatbot-content) #General_vueApp {
    margin-right: 0%;
  }
}



#arca-chat-bot .chatbot-content {
  height: 100%;
}

@media (max-width: 1560px) {
    #arca-chat-bot  {
      right: 10px;
    }
    #arca-chat-bot  .chatbot-content, body:has(#header.folded) #arca-chat-bot .chatbot-content{
      height: calc(100vh - 250px);
      min-width: 360px;
    }
}
@media (max-width: 600px) {
    #arca-chat-bot  {
      right: 0px;
      width: 100%;
    }
    #arca-chat-bot  .chatbot-content{
      height: calc(100vh - 150px);
      width: 100%;
      min-width: 200px;
    }
    #arca-chat-bot .block-open-chat {
      margin: 0px;
    }
}
#arca-chat-bot .input-box>fieldset textarea {
  resize: none;
  height: 85px;
}
#arca-chat-bot .list-messages {
  height: calc(100% - 105px);
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
}
#arca-chat-bot .input-box>fieldset button {
  color: #fff;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

