/* Dr. Mihai local live chat */
.drm-livechat{
  position:fixed;
  left:18px;
  bottom:24px;
  top:auto;
  transform:none;
  z-index:9800;
  font-family:"Neuton",Georgia,"Times New Roman",serif;
  color:#111;
  --drm-chat-dot:#c9302c;
  --drm-chat-dot-rgb:201,48,44;
}
.drm-livechat.is-online{--drm-chat-dot:#25b84a;--drm-chat-dot-rgb:37,184,74}
.drm-livechat.is-busy{--drm-chat-dot:#f2a900;--drm-chat-dot-rgb:242,169,0}
.drm-livechat *{box-sizing:border-box}
.drm-livechat-launcher{
  position:relative;
  width:142px;
  min-height:42px;
  border:0;
  border-radius:5px;
  background:#aaa;
  color:#fff;
  box-shadow:0 2px 8px rgba(0,0,0,.18);
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  gap:10px;
  cursor:pointer;
  padding:7px 11px;
  text-align:left;
  opacity:.96;
  transition:background .15s ease,box-shadow .15s ease,transform .15s ease;
}
.drm-livechat-launcher:hover{background:#8f8f8f;transform:translateY(-1px);box-shadow:0 4px 13px rgba(0,0,0,.22)}
.drm-livechat-launcher:focus{outline:2px solid #fff;outline-offset:2px}
.drm-livechat-launcher::after{
  content:attr(data-livechat-tooltip);
  position:absolute;
  left:0;
  bottom:calc(100% + 8px);
  display:block;
  max-width:260px;
  white-space:nowrap;
  padding:7px 10px;
  border-radius:5px;
  background:#333;
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight:700;
  line-height:1.15;
  box-shadow:0 4px 14px rgba(0,0,0,.24);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(3px);
  transition:opacity .15s ease,visibility .15s ease,transform .15s ease;
}
.drm-livechat-launcher:hover::after,.drm-livechat-launcher:focus::after{opacity:1;visibility:visible;transform:translateY(0)}
.drm-livechat-label{display:block;font-size:16px;line-height:1;font-weight:700;text-align:left;max-width:100%;white-space:nowrap;text-shadow:0 1px 1px rgba(0,0,0,.22);flex:0 1 auto}
.drm-livechat-status{display:flex;align-items:center;justify-content:center;line-height:1;flex:0 0 auto}
.drm-livechat-status [data-livechat-status-text]{display:none!important}
.drm-livechat-dot{
  width:12px;
  height:12px;
  border-radius:50%;
  display:inline-block;
  background:var(--drm-chat-dot);
  box-shadow:0 0 0 2px rgba(255,255,255,.55),0 0 10px rgba(var(--drm-chat-dot-rgb),.5);
  animation:drmLiveChatBeacon 2.15s ease-out infinite;
}
@keyframes drmLiveChatBeacon{
  0%{box-shadow:0 0 0 2px rgba(255,255,255,.55),0 0 0 0 rgba(var(--drm-chat-dot-rgb),.56),0 0 10px rgba(var(--drm-chat-dot-rgb),.46)}
  52%{box-shadow:0 0 0 2px rgba(255,255,255,.55),0 0 0 9px rgba(var(--drm-chat-dot-rgb),.18),0 0 16px rgba(var(--drm-chat-dot-rgb),.64)}
  100%{box-shadow:0 0 0 2px rgba(255,255,255,.55),0 0 0 15px rgba(var(--drm-chat-dot-rgb),0),0 0 10px rgba(var(--drm-chat-dot-rgb),.46)}
}

@media(max-width:560px){
  .drm-livechat{left:12px;bottom:14px}
  .drm-livechat-launcher{width:132px;min-height:40px;padding:7px 10px;gap:9px}
  .drm-livechat-label{font-size:15px}
  .drm-livechat-launcher::after{max-width:220px;font-size:12px}
}

.drm-livechat-panel{
  position:absolute;
  left:0;
  bottom:0;
  width:382px;
  max-width:calc(100vw - 36px);
  background:#fff;
  border:1px solid rgba(0,0,0,.18);
  border-radius:12px;
  box-shadow:0 18px 60px rgba(0,0,0,.36);
  overflow:hidden;
  display:none;
}
.drm-livechat.is-open .drm-livechat-launcher{display:none}
.drm-livechat.is-open .drm-livechat-panel{display:block}
.drm-livechat-head{background:#333;color:#fff;padding:13px 16px;display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.drm-livechat-title{display:block;font-size:23px;line-height:1.05;font-weight:700}
.drm-livechat-subtitle{display:block;font-size:13px;line-height:1.2;margin-top:3px;color:rgba(255,255,255,.9)}
.drm-livechat-close{width:32px;height:32px;border:0;border-radius:50%;background:#fff;color:#333;font-size:24px;line-height:29px;cursor:pointer;flex:0 0 auto}
.drm-livechat-body{padding:14px;background:#fff}
.drm-livechat-intro{font-size:15px;line-height:1.25;margin:0 0 12px;color:#222}
.drm-livechat.has-session .drm-livechat-intro{display:none}
.drm-livechat-start-form{display:block}
.drm-livechat.has-session .drm-livechat-start-form{display:none}
.drm-livechat-start-form label,.drm-livechat-reply-form label{display:block;font-size:14px;line-height:1.1;font-weight:700;margin:0 0 6px;color:#111}
.drm-livechat-start-form input,.drm-livechat-start-form textarea,.drm-livechat-reply-form input{width:100%;border:1px solid #bbb;background:#fff;color:#111;border-radius:4px;font-family:Arial,Helvetica,sans-serif;font-size:14px;padding:10px 11px;margin:0 0 11px}
.drm-livechat-start-form textarea{height:92px;resize:vertical}
.drm-livechat-start-form button,.drm-livechat-reply-form button{width:100%;border:0;border-radius:4px;background:#15395b;color:#fff;font-size:16px;font-weight:700;padding:11px 16px;cursor:pointer;font-family:"Neuton",Georgia,"Times New Roman",serif}
.drm-livechat-start-form button:hover,.drm-livechat-reply-form button:hover{background:#0d2a46}
.drm-livechat-start-form button:disabled,.drm-livechat-reply-form button:disabled{opacity:.62;cursor:not-allowed}
.drm-livechat-notice{font-size:14px;line-height:1.25;margin:0 0 12px;padding:9px 10px;border-left:4px solid #333;background:#f5f5f5;color:#111}
.drm-livechat-notice.is-success{border-left-color:#25b84a}
.drm-livechat-notice.is-error{border-left-color:#aa1c1c}
.drm-livechat-conversation{display:none}
.drm-livechat.has-session .drm-livechat-conversation{display:block}
.drm-livechat-messages{height:238px;overflow:auto;padding:8px;background:#f7f7f7;border:1px solid #ddd;border-radius:5px;margin-bottom:10px}
.drm-livechat-message{margin:0 0 10px;max-width:86%}
.drm-livechat-message.is-admin{margin-left:auto;text-align:right}
.drm-livechat-message-meta{font-size:12px;color:#555;margin:0 0 3px}
.drm-livechat-message-body{display:inline-block;background:#fff;border:1px solid #ddd;border-radius:9px;padding:8px 10px;font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.35;text-align:left;white-space:pre-wrap}
.drm-livechat-message.is-admin .drm-livechat-message-body{background:#15395b;color:#fff;border-color:#15395b}
.drm-livechat-closed{padding:9px 10px;background:#fff;border-left:4px solid #aa1c1c;font-size:13px;line-height:1.25;color:#222}
.drm-livechat-new-chat{display:block;margin:8px 0 0;border:0;border-radius:4px;background:#333;color:#fff;font-family:"Neuton",Georgia,"Times New Roman",serif;font-size:14px;font-weight:700;padding:7px 10px;cursor:pointer}
.drm-livechat-new-chat:hover{background:#15395b}
.drm-livechat-reply-form{display:flex;gap:8px}
.drm-livechat-reply-form input{margin:0;flex:1}
.drm-livechat-reply-form button{width:auto;white-space:nowrap;padding:10px 14px}
.drm-livechat-offline-note{display:none;margin:10px 0 0;font-size:13px;line-height:1.25;color:#444}
.drm-livechat.is-offline .drm-livechat-offline-note{display:block}

/* Barebone one-chat admin */
.drm-livechat-admin-page{
  margin:0;
  min-height:100vh;
  min-height:100dvh;
  background:#f1f1f1;
  color:#111;
  font-family:"Neuton",Georgia,"Times New Roman",serif;
  overflow:hidden;
}
.drm-livechat-admin-page *{box-sizing:border-box}
.drm-livechat-login-wrap{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px;background:#f1f1f1}
.drm-livechat-login-card{width:420px;max-width:100%;background:#fff;border:1px solid #ddd;border-radius:12px;padding:30px;box-shadow:0 14px 45px rgba(0,0,0,.16)}
.drm-livechat-login-card h1{margin:0 0 10px;font-size:34px;line-height:1.1;color:#111}
.drm-livechat-login-card p{margin:0 0 18px;font-size:18px;line-height:1.3;color:#333}
.drm-livechat-login-form label{display:block;font-size:17px;font-weight:700;margin:0 0 7px}
.drm-livechat-login-form input{width:100%;border:1px solid #bbb;border-radius:5px;background:#fff;color:#111;font-size:16px;padding:12px;margin:0 0 14px}
.drm-livechat-login-form button{width:100%;border:0;border-radius:5px;background:#15395b;color:#fff;font-family:"Neuton",Georgia,"Times New Roman",serif;font-size:18px;font-weight:700;padding:12px 18px;cursor:pointer}
.drm-livechat-login-form button:hover{background:#0d2a46}
.drm-livechat-admin-alert{border-left:4px solid #aa1c1c;background:#f1f1f1;padding:10px 12px;margin:0 0 14px;font-size:16px}
.drm-livechat-admin-app{height:100vh;height:100dvh;display:flex;flex-direction:column;background:#f1f1f1;overflow:hidden}
.drm-admin-chat-topbar{height:64px;min-height:64px;background:#333;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;box-shadow:0 3px 14px rgba(0,0,0,.22);z-index:2}
.drm-admin-chat-title{font-size:26px;font-weight:700;line-height:1}
.drm-admin-chat-status{font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1.2;margin-top:4px;color:rgba(255,255,255,.88);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:70vw}
.drm-admin-chat-logout{margin:0;flex:0 0 auto}
.drm-admin-chat-logout button{border:0;border-radius:5px;background:#fff;color:#333;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:700;padding:8px 10px;cursor:pointer}
.drm-admin-chat-window{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;width:min(760px,100%);margin:0 auto;background:#fff;border-left:1px solid #ddd;border-right:1px solid #ddd;box-shadow:0 8px 30px rgba(0,0,0,.08)}
.drm-admin-chat-empty{flex:1 1 auto;display:flex;align-items:center;justify-content:center;padding:24px;background:#f7f7f7}
.drm-admin-chat-empty-card{width:min(360px,100%);background:#fff;border:1px solid #ddd;border-radius:12px;padding:24px;text-align:center;box-shadow:0 8px 26px rgba(0,0,0,.08)}
.drm-admin-chat-empty-card strong{display:block;font-size:26px;line-height:1.1;margin-bottom:8px;color:#111}
.drm-admin-chat-empty-card span{display:block;font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.35;color:#444}
.drm-admin-chat-active{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;background:#fff}
.drm-admin-chat-active[hidden],.drm-admin-chat-empty[hidden]{display:none!important}
.drm-admin-chat-head{height:58px;min-height:58px;border-bottom:1px solid #ddd;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px}
.drm-admin-chat-head h1{font-size:24px;line-height:1;margin:0 0 3px;color:#111;max-width:62vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.drm-admin-chat-head p{font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.1;margin:0;color:#555}
.drm-admin-chat-head button{border:0;border-radius:5px;background:#aa1c1c;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:700;padding:8px 12px;cursor:pointer;flex:0 0 auto}
.drm-admin-chat-messages{flex:1 1 auto;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;background:#f7f7f7;padding:14px 12px}
.drm-admin-message{max-width:84%;margin:0 0 12px;clear:both}
.drm-admin-message.is-admin{margin-left:auto;text-align:right}
.drm-admin-message-body{display:inline-block;background:#fff;border:1px solid #ddd;border-radius:14px;padding:10px 12px;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.35;color:#111;text-align:left;white-space:pre-wrap;box-shadow:0 2px 7px rgba(0,0,0,.04)}
.drm-admin-message.is-admin .drm-admin-message-body{background:#15395b;border-color:#15395b;color:#fff}
.drm-admin-message-time{font-family:Arial,Helvetica,sans-serif;font-size:11px;line-height:1.2;color:#666;margin-top:4px;padding:0 4px}
.drm-admin-chat-closed{display:inline-block;background:#fff;border-left:4px solid #aa1c1c;padding:9px 12px;margin:6px 0 12px;font-family:Arial,Helvetica,sans-serif;font-size:13px;color:#222}
.drm-admin-chat-reply{min-height:62px;display:grid;grid-template-columns:1fr auto;gap:8px;align-items:end;padding:9px;background:#fff;border-top:1px solid #d7d7d7;padding-bottom:calc(9px + env(safe-area-inset-bottom))}
.drm-admin-chat-reply textarea{width:100%;min-height:44px;height:44px;max-height:120px;resize:none;border:1px solid #bbb;border-radius:9px;background:#fff;color:#111;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.25;padding:11px 12px;outline:none}
.drm-admin-chat-reply textarea:focus{border-color:#15395b;box-shadow:0 0 0 2px rgba(21,57,91,.12)}
.drm-admin-chat-reply button{height:44px;border:0;border-radius:9px;background:#15395b;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:15px;font-weight:700;padding:0 15px;cursor:pointer}
.drm-admin-chat-reply button:disabled,.drm-admin-chat-head button:disabled{opacity:.55;cursor:not-allowed}

@media(max-width:820px){
  .drm-livechat-admin-page{position:fixed;inset:0;width:100%;height:100%;height:100dvh}
  .drm-admin-chat-topbar{height:58px;min-height:58px;padding:8px 10px;padding-top:calc(8px + env(safe-area-inset-top))}
  .drm-admin-chat-title{font-size:22px}
  .drm-admin-chat-status{font-size:12px;max-width:65vw}
  .drm-admin-chat-window{width:100%;border:0;box-shadow:none}
  .drm-admin-chat-head{height:54px;min-height:54px;padding:7px 10px}
  .drm-admin-chat-head h1{font-size:21px;max-width:62vw}
  .drm-admin-chat-messages{padding:10px;background:#f7f7f7}
  .drm-admin-message{max-width:88%;margin-bottom:10px}
  .drm-admin-message-body{font-size:16px;padding:9px 11px;border-radius:13px}
  .drm-admin-chat-reply{padding:8px;padding-bottom:calc(8px + env(safe-area-inset-bottom))}
  .drm-admin-chat-reply textarea{font-size:16px;min-height:43px;height:43px;padding:10px 11px}
  .drm-admin-chat-reply button{height:43px;padding:0 13px}
  .drm-livechat-login-wrap{align-items:flex-start;padding:18px;padding-top:calc(18px + env(safe-area-inset-top));overflow:auto}
  .drm-livechat-login-card{padding:22px}
}

@media(max-width:370px){
  .drm-admin-chat-logout button{font-size:12px;padding:7px 8px}
  .drm-admin-chat-title{font-size:20px}
  .drm-admin-chat-head h1{font-size:19px;max-width:56vw}
  .drm-admin-chat-reply button{padding:0 10px}
}

/* Visitor disconnect alert */
.drm-livechat-disconnect-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(0,0,0,.22);
  opacity:0;
  pointer-events:none;
  transition:opacity .22s ease;
}
.drm-livechat-disconnect-modal.is-visible{opacity:1}
.drm-livechat-disconnect-modal>div{
  width:min(360px,calc(100vw - 48px));
  background:#fff;
  color:#111;
  border:1px solid rgba(0,0,0,.22);
  border-radius:12px;
  box-shadow:0 18px 60px rgba(0,0,0,.32);
  padding:22px 20px;
  text-align:center;
  font-family:"Neuton",Georgia,"Times New Roman",serif;
}
.drm-livechat-disconnect-modal strong{
  display:block;
  font-size:26px;
  line-height:1.1;
  margin:0 0 7px;
}
.drm-livechat-disconnect-modal span{
  display:block;
  font-family:Arial,Helvetica,sans-serif;
  font-size:15px;
  line-height:1.35;
  color:#333;
}
