:root {
    --q-color-primary: rgb(255, 204, 1);
    --q-color-primary-hover: rgba(255, 204, 1, 0.6);
    --q-color-secondary: #26a69a;
    --q-color-accent: #9c27b0;
    --q-color-positive: #21ba45;
    --q-color-negative: #c10015;
    --q-color-info: #31ccec;
    --q-color-warning: #f2c037;
}
.q-message-avatar {
    width: auto;
} 
.text-center {
    text-align: center !important;
}
#q-app {
}
/**
* Embed CSS
**/
/* @font-face {
    font-family: MTNBrighterSans-Medium;
    src: url(fonts/MTNBrighterSans-Medium.eot?#iefix);
    src: url(fonts/MTNBrighterSans-Medium.eot?#iefix) format("eot"),url(fonts/MTNBrighterSans-Medium.woff) format("woff");
    font-weight: 400;
    font-style: normal
} */

#mtnbot-container::-webkit-scrollbar {
    width: 0;
  }
  #mtnbot-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  }
  #mtnbot-container::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 0px solid slategrey;
  }
  #mtnbot-container {
      position: fixed;
      bottom: 0;
      right: 0;
      z-index: 1040;
      width: 60px;
      padding: 0 5px;
      height: 120px;
  }
  #mtnbot-container.opened {
      z-index: 999999999999999999;   
  }
  #mtnbot-container .bot-minimize-modal,
  #mtnbot-container .bot-close-modal {
    position: absolute;
    top: 1rem;
    z-index: 1040;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.25rem;
    background: transparent;
    color: #fff;
    cursor: pointer;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
  }
  #mtnbot-container .bot-minimize-modal {
    right: 3.5rem;
    background-image: url(./minimize.png);
  }
  #mtnbot-container .bot-close-modal {
      right: 1rem;
      background-image: url('./exit.png');
  }
  #mtnbot-container .open-chatbox {
      width: 100%;
      height: 100%;
      display: flex !important;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 600;
      font-size: 1.5rem;
      cursor: pointer;
      -webkit-transition: all .2s;
      transition: all .2s;
      position: relative;
      bottom: 0px;
      overflow: hidden;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
  }
  #mtnbot-container.opened .open-chatbox {
      display: none !important;
  }
  #mtnbot-container .open-chatbox .koko {
      width: 100%;
      position: absolute;
      bottom: 0px;
      transition: bottom .2s ease-in-out;
  }
  #mtnbot-container .open-chatbox .koko-bubble {
      opacity: 0;
      position: absolute;
      bottom: 15px;
      left: 0;
      width: 28px;
      transition: all .4s;
      transform: scale(1);
  }
  #mtnbot-container:hover .open-chatbox .koko {
      bottom: 5px;
  }
  #mtnbot-container:hover .open-chatbox .koko-bubble {
      opacity: 0;
      transform: scale(0);
      transition: all .2s;
  }
  #mtnbot-container .open-chatbox.show {
      bottom: 0;
  }
  #mtnbot-container:hover  .open-chatbox {
      /*box-shadow: 0 1pt 14pt rgba(0, 0, 0, .20);*/
      /*-webkit-transform: scale(1.05);*/
      /*transform: scale(1.05);*/
  }
  #mtnbot-container .mtnbot-modal {    
      position: absolute;
      width: 415px;
      height: 95vh;
      max-height: 700px;
      bottom: 0.5rem;
      right: 0.5rem;
      z-index: 999999;
      padding: 0;
      overflow: hidden;
      display: none;
      box-shadow: 0 1pt 12pt rgba(0, 0, 0, .20);
      border-radius: 0.5rem;
  }
  #mtnbot-container .mtnbot-modal .mtnbot-modal-content {
      position: relative;
      width: 100%;
      height: 100%;
      max-width: 950px;
      margin: 0 auto 0 0;
      border-radius: 6px;
      background-color: #f1f1f1;
  }
  #mtnbot-container .mtnbot-modal .mtnbot-modal-header .close-chatbox {
      position: absolute;
      top: -26px;
      right: 0;
      font-size: 24px;
      font-weight: 600;
      z-index: 1010;
      color: #000;
  }
  #mtnbot-container .mtnbot-modal .mtnbot-modal-body {
      position: relative;
      padding: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      overflow: hidden;
  }
  #mtnbot-container .mtnbot-modal .mtnbot-modal-body iframe {
      position: relative;
      z-index: 3;
      display: block;
      visibility: visible;
      width: 100%;
      height: 100%;
      margin: 0;
      opacity: 1;
      border-radius: 10px;
      border: none;
      padding: 2px;
  }
  
  #mtnbot-container .balloon {
        width: 130px;
        padding: 1rem 1rem;
        background-color: white;
        border-radius: 2rem;
        display: block;
        color: black;
        position: absolute;
        bottom: 50px;
        right: 30px;
        -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 4px 4px 2px 0px rgb(0 0 0 / 25%);
        z-index: 1000000;
        opacity: 0;
        transform: scale(0, 0);
        transition-delay: all 5s ease-in-out;
        transition: all .3s ease-in-out;
  }
  #mtnbot-container.show .open-chatbox .koko {
      animation-name: jump;
      animation-timing-function: ease;
      animation-duration: 0.45s;
      animation-iteration-count: 4;	
  }
  #mtnbot-container.show_balloon:not(.closed) .balloon {
      opacity: 1;
      transform: scale(1, 1);
      bottom: 45px;
      transition-delay: all 5s ease-in-out;
      transition: all .3s ease-in-out;
      z-index: -1;
  }
  #mtnbot-container:hover .balloon {
      bottom: 85px;
      transition-delay: bottom 0s ease-in-out;
  }
  
  #mtnbot-container .balloon h4 {
    font-weight: bolder;
    line-height: 1.3;
    font-size: small;
    margin-bottom: none;
    font-family: MTNBrighterSans-Medium,Century Gothic,Arial,sans-serif;
  }
  #mtnbot-container .balloon p {
      font-size: small;
      font-weight: lighter;
  }
  #mtnbot-container .balloon h4,
  #mtnbot-container .balloon p {
      margin: 0;
  }
  #mtnbot-container .balloon button {
        font-size: 12px;
        margin-bottom: -1rem;
        width: 100%;
        padding: 4px 2px;
        border-radius: 1rem;
        margin-top: 0.25rem;
        text-transform: none;
        background: var(--q-color-primary);
        border-color: transparent;
        font-weight: bold;
        cursor: pointer;
  }
  #mtnbot-container .balloon:before {
      content: "";
      position: absolute;
      top: 100%;
      right: 2rem;
      width: 0;
      border-top: 1rem solid white;
      border-left: 1.5rem solid transparent;
      border-right: 0.1rem solid transparent;
  }
  #mtnbot-container .koko-bubble {
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      transition-delay: .4s;	
  }
  #mtnbot-container.show .koko-bubble {
      opacity: 0;
  }
  #mtnbot-container:not(.show) .balloon {
      opacity: 0;	
  }
  #mtnbot-container .balloon button:hover {
      background: var(--q-color-primary-hover);
  }
  #mtnbot-container.opened .balloon {
      display: none;
   }
   #mtnbot-container .balloon.hidden {
       display: none;
   }
   #mtnbot-container .balloon .close_trigger {
       position: absolute;
       right: 0;
       /* margin-right: 2px; */
       margin-top: 2px;
       top: 0;
       background: white;
       padding: 0;
       height: 15px;
       width: 15px;
       font-size: 9px;
       line-height: 15px;
       text-align: center;
       border-radius: 100px;
       color: black;
       cursor: pointer;
       text-decoration: none;
       font-family: MTNBrighterSans-Medium,Century Gothic,Arial,sans-serif;
       font-weight: 500;
   } 
  
   @keyframes jump {
       0%   { transform: translateY(0); }
       25%  { transform: translateY(4); }
       50%  { transform: translateY(0px); }
       75%  { transform: translateY(-4px); }
       100% { transform: translateY(0); }
   }
   
  @media (max-width: 998px) {
  
  }
  @media (max-width: 500px) {
     #mtnbot-container.opened {
      width: 100%; 
      height: 100%;
      padding: 0;
     }
     #mtnbot-container .mtnbot-modal {
         top: auto;
         left: auto;
         right: 0.5rem;
         bottom: 0.5rem;
     }
  }
  @media (max-width: 414px) {
     #mtnbot-container.opened {
      width: 100%; 
      height: 100%;
      padding: 0;
     }
     #mtnbot-container .mtnbot-modal {
         top: 0;
         left: auto;
         right: 0;
          bottom: 0;
          height: 100%;
          max-height: 100%;
          width: 100%;
          max-width: 414px;
     }
  }

  /* #mtnbot-container .balloon:after {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -20px;
    margin-left: -20px;
    content: "";
    background-image: url(/bm/embed/avatar_hat.png);
    display: block;
    width: 100px;
    height: 50px;
    z-index: 1000;
    background-size: contain;
    background-repeat: no-repeat;
} */

/**
* =========================
* Heron CUSTOM BEGIN
*/
#mtnbot-container[data-host="delightful-sea-0641b9b03-436.westeurope.azurestaticapps.net"] .bot-close-modal,
#mtnbot-container[data-host="gray-forest-05a16c203-569.westeurope.azurestaticapps.net"] .bot-close-modal,
#mtnbot-container[data-host="my.heron.gr"] .bot-close-modal {
    background-image: url(./heron/exit.png);
    width: 24px;
}
#mtnbot-container[data-host="delightful-sea-0641b9b03-436.westeurope.azurestaticapps.net"] .bot-minimize-modal,
#mtnbot-container[data-host="gray-forest-05a16c203-569.westeurope.azurestaticapps.net"] .bot-minimize-modal,
#mtnbot-container[data-host="my.heron.gr"]  .bot-minimize-modal {
    background-image: url(./heron/minimize.png);
    width: 24px;
    right: calc(1rem + 25px);
}
#mtnbot-container[data-host="delightful-sea-0641b9b03-436.westeurope.azurestaticapps.net"]  .mtnbot-modal,
#mtnbot-container[data-host="delightful-sea-0641b9b03-436.westeurope.azurestaticapps.net"]  .mtnbot-modal iframe,
#mtnbot-container[data-host="gray-forest-05a16c203-569.westeurope.azurestaticapps.net"]  .mtnbot-modal,
#mtnbot-container[data-host="gray-forest-05a16c203-569.westeurope.azurestaticapps.net"]  .mtnbot-modal iframe,
#mtnbot-container[data-host="my.heron.gr"]  .mtnbot-modal,
#mtnbot-container[data-host="my.heron.gr"]  .mtnbot-modal iframe {
    border-radius: 20px;  
}
#mtnbot-container[data-host="delightful-sea-0641b9b03-436.westeurope.azurestaticapps.net"]  .mtnbot-modal iframe,
#mtnbot-container[data-host="gray-forest-05a16c203-569.westeurope.azurestaticapps.net"]  .mtnbot-modal iframe,
#mtnbot-container[data-host="my.heron.gr"]  .mtnbot-modal iframe {
    padding: 0.1em;
}
/**
* Heron CUSTOM END
* =========================
*/
