.mrtag_open-button {
    /* cursor: pointer;
    position: fixed;
    bottom: 23px;
    right: 28px;
    left: 20px;
    z-index:1000; */
    /* cursor: pointer;
    position: fixed;
    bottom: 23px;
    right: 28px;
    z-index:10000; */



    position: fixed;
    bottom: 23px;
    right: 80px;
    background: #41385c;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    z-index:1000;
    cursor: pointer;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    animation: ripple 2s infinite;


  }
  @-webkit-keyframes ripple {
    0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    }
    100% {
    -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    }
    }
    @keyframes ripple {
    0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(243, 175, 74, 0.86);
    }
    100% {
    -moz-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    }
    }

  .mrtag_chat-popup {
      /* position: fixed;
      bottom: 0;
      right: 15px;
      border: 3px solid #f1f1f1;
      border-radius: 5px;
      z-index: 1000;
      height: 92%;
      width: 30%;
      left: 20px;
      margin-bottom: 8px; */
      position: fixed;
      bottom: 0;
      right: 15px;
      border: 3px solid #f1f1f100;
      border-radius: 5px;
      z-index: 10000;
      width: 30%;
      margin-bottom: 8px;
  }
   
  .mrtag_cancel {
      /* margin-top: -690px;
      margin-left: 420px;
      position: absolute;
      width: 60px; */
      margin-top: -570px;
      margin-left: -32px;
      position: absolute;
      width: 35px;
      cursor: pointer;
  }

  .mrtag_frame_bot{
      /* width: 100%;
      height: 658px;
      border-radius: 5px; */
      width: 100%;
      height: 550px;
      border-radius: 5px;
      border: 1px solid #ccc;
  }
  

  @media (min-width: 320px) and (max-width: 480px) {

    .mrtag_chat-popup {
        position: fixed;
        bottom: 0;
        right: 15px;
        border: 3px solid #f1f1f1;
        border-radius: 5px;
        z-index: 10000;
        height: 92%;
        width: 97%;
        left: 4px;
        margin-bottom: 8px;
    }

    .mrtag_frame_bot{
        width: 100%;
        height: 578px;
        border-radius: 5px;
    }

    .mrtag_cancel {
        margin-top: -605px;
        margin-left: -6px;
        position: absolute;
        width: 35px;
        cursor: pointer;
    
    }
  }



  .mrtag-bot-tooltip{
    font-size: 10px;
    width: auto;
    cursor: pointer;
    z-index: 1000;
    /* z-index: 9999 !important; */
    text-align: center;
    /* background: #0c0c0c; */
    background: #607d8b;
    color: #ffffff;
    padding: 5px;
    display: inline-grid;
    bottom: 94px;
    position: fixed;
    /* left: 30px; */
    right: 30px;
    border-radius: 100px;
    box-shadow: 0 2px 2px 1px rgb(0 0 0 / 10%);
  }

  .mrtag-bot-span {
   
    font-family: cursive;
    color: #fff;
    /* animation: blink 5s linear infinite; */
    z-index: 1000;
  }
  @keyframes blink {
    0% {
      opacity: 0;
    }
    50% {
      opacity: .5;
    }
    100% {
      opacity: 1;
    }
  }

