/* .floating-element {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #012b45;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    max-height: 60px;
    max-width: 62px;
    min-height: 60px;
    min-width: 62px;
} */

/* label {
    display: flex;
    cursor: pointer;
    line-height: 3.75rem;
    padding: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
}  */

.floating-element svg path {
    fill: #fff;
}

@font-face {
    font-family: OpenSans-Regular;
    src: url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff);
    font-display: swap;
  }
  
  @font-face {
    font-family: OpenSans-Medium;
    src: url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff);
    font-display: swap;
  }
  
  .ml-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
  }
  
  .ml-chart_icon_position {
    top: auto;
    right: 20px;
    bottom: 20px;
    left: auto;
    position: fixed;
    z-index: 1000;
    border: 0;
    min-height: 60px;
    min-width: 62px;
    max-height: 60px;
    max-width: 62px;
    padding: 0;
    margin: 0;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  
  .chat_button {
    background: #076dd3;
    color: #fff;
    line-height: 3.75rem;
    padding: 0;
    border-radius: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
  }
  
  .ml-chat-bot {
    font-family: 'OpenSans-Regular', sans-serif;
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 999;
    border: 1px solid #dddddd;
    background: #fff;
    border-radius: 10px;
    width: 440px;
    box-shadow: -2px 5px 11px 0 rgb(24 24 24 / 15%);
    /*Animation*/
    -webkit-animation: fade-in 0.3s linear 1, move-up 0.2s linear 1;
    -moz-animation: fade-in 0.3s linear 1, move-up 0.2s linear 1;
    -ms-animation: fade-in 0.3s linear 1, move-up 0.2s linear 1;
  }
  
  .chat_button svg {
    animation-duration: .25s;
    animation-name: iconAnimation;
    vertical-align: middle;
  }
  
  .chat_button svg path {
    fill: #fff;
  }
  
  @-webkit-keyframes fade-in {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  @-moz-keyframes fade-in {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  @-ms-keyframes fade-in {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes move-up {
    from {
      transform: scale(0.1);
    }
  
    to {
      transform: scale(1);
    }
  }
  
  @-moz-keyframes move-up {
    from {
      transform: scale(0.1);
    }
  
    to {
      transform: scale(1);
    }
  }
  
  @-ms-keyframes move-up {
    from {
      transform: scale(0.1);
    }
  
    to {
      transform: scale(1);
    }
  }
  
  @keyframes iconAnimation {
    0% {
      opacity: 0;
      transform: scale(.5);
    }
  
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  
  .ml-chat-bot .ml-chat-bot-body {
    height: 420px;
    border: 0px;
    padding: 20px;
  }
  
  .ml-chat-bot-body label {
    font-family: 'OpenSans-Medium', sans-serif; 
  }
  
  .mar-top5 {
    margin-top: 5px;
  }
  
  .ml-chat-bot-header {
    background: #066dd3;
    padding: 12px;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
    /* box-shadow: 1px 4px 4px #e1e3e5; */
  }
  .ml-chat-bot-header img{
    pointer-events: none;
    cursor: default !important;
    height: 30px;
  }
  .positionRelative {
    position: relative;
  }
  
  .ml-action_arrow {
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer !important;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 8px;
    background: none;
    border: none;
    outline: none;
  }
  
  .ml-form-control {
    border: 1px solid #ddd;
    border-radius: 3px;
    width: -webkit-fill-available;
    outline: none;
    padding: 5px 35px 5px 10px !important;
    width: 100%;
    line-height: 30px !important;
  }
  
  .ml_show_result {
    background: #066dd3;
    color: #fff !important;
    padding: 15px;
    border-radius: 15px 15px 15px 0px;
    margin-top: 25px; 
  }
 
  .ml_inner_panel {
    overflow-y: auto;
    padding-right: 5px;
    margin-right: -10px;
    max-height: 255px;
  }
  
  .ml_inner_panel ol {
    padding: 0px 0px 0px 2px;
  }
  
  .ml_inner_panel ol li {
    padding: 1.5px 0px;
    display: list-item;
    list-style-position: inside;
  }
  
  .ml_inner_panel::-webkit-scrollbar {
    width: 6px;
  }
  
  .ml_inner_panel::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0px;
  }
  
  .ml_inner_panel::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #fafafa;
  }
  
  .ml_inner_panel::-webkit-scrollbar-thumb:hover {
    background: #fff;
  }
  
  .ml_inner_panel p {
    margin: 0px
  }
  
  .show_error {
    background: #ffe6e7;
    padding: 30px 25px;
    border-radius: 15px 15px 15px 0px;
    margin-top: 25px;
    width: -webkit-fill-available;
  }
  
  .show_error .ml_inner_error {
    font-size: 12px;
    overflow-y: auto;
    padding-right: 5px;
    margin-right: -10px;
    max-height: 260px;
  }
  
  .show_error p {
    display: flex;
    align-items: baseline;
    margin: 0px;
  }
  
  .show_error i {
    padding-right: 5px;
    opacity: 0.6;
    font-size: 14px;
    position: relative;
    top: 1px;
  }
  
  .ml_inner_error::-webkit-scrollbar {
    width: 6px;
  }
  
  .ml_inner_error::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0px;
  }
  
  .ml_inner_error::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #bdb9b9;
  }
  
  .ml_inner_error::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
  
  .ml_inner_panel pre {
    white-space: break-spaces;
    font-family: 'OpenSans-Regular', sans-serif !important;
    font-size: 13px;
    line-height: 21px !important;
    background-color: transparent !important;
    border: 0px !important;
  }
  @media (max-width: 590px) {
    .ml-chat-bot{
      width: 92%;
    }
  }