html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: transparent !important;
}

body {
  padding: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  overflow: hidden;
}

#root {
  width: 100%;
  height: 100%;
  background: transparent !important;
}

.shell {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  background: rgba(255, 250, 246, 0.96) !important;
  border: 1px solid rgba(166, 27, 49, 0.18) !important;
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: none !important;
}

.header {
  background: #c8102e !important;
  color: #fff !important;
  padding: 18px 18px 16px !important;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.18);
}

.header *,
.header-name,
.header-status {
  color: #fff !important;
}

.logo {
  background: #fff4cf url("https://www.mobifone.vn/favicon.ico") center/74% no-repeat !important;
  color: transparent !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 26px rgba(122, 19, 39, 0.22) !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
}

.chat-panel {
  background: linear-gradient(180deg, #fff8f2 0%, #fde8e7 100%) !important;
}

.voice-panel {
  background: linear-gradient(180deg, rgba(122, 19, 39, 0.96) 0%, rgba(62, 7, 21, 0.98) 100%) !important;
  color: #fff !important;
}

.voice-panel *,
.vcall-name,
.vcall-status,
.vcall-ctrl-label {
  color: #fff !important;
}

.bubble {
  background: #fffaf6 !important;
  border: 1px solid #f3c1c7 !important;
  border-radius: 18px 18px 18px 10px !important;
  box-shadow: 0 12px 32px rgba(122, 19, 39, 0.08) !important;
}

.msg-row.user .bubble {
  color: #0a1f3c !important;
  background: #fff1dc !important;
  border-color: #f6c76f !important;
}

.rav {
  display: grid !important;
  place-items: center !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 10px !important;
  background: #fff4cf url("https://www.mobifone.vn/favicon.ico") center/80% no-repeat !important;
  color: transparent !important;
  box-shadow: 0 8px 18px rgba(0, 85, 165, 0.18) !important;
}

.rav svg {
  display: none !important;
}

.qbtn,
.flow-select {
  background: #fff1dc !important;
  color: #9f1239 !important;
  border: 1px solid #f6c76f !important;
}

.flow-select {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.call-btn {
  background: rgba(200, 16, 46, 0.14) !important;
  color: #c8102e !important;
  box-shadow: 0 10px 22px rgba(200, 16, 46, 0.18) !important;
}
