.hellorsd-side-panel {
  --hellorsd-panel-width: 320px;
  --hellorsd-panel-tab: 52px;
  position: fixed !important;
  top: 120px !important;
  left: calc(-1 * var(--hellorsd-panel-width)) !important;
  width: var(--hellorsd-panel-width) !important;
  max-width: calc(100vw - var(--hellorsd-panel-tab) - 8px) !important;
  min-height: 360px !important;
  max-height: calc(100vh - 150px) !important;
  background: #ffffff !important;
  color: #1f2933 !important;
  z-index: 999999 !important;
  border-radius: 0 18px 18px 0 !important;
  box-shadow: 0 14px 38px rgba(0, 0, 0, .24) !important;
  transition: left .28s ease !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

.hellorsd-side-panel.is-open {
  left: 0 !important;
}

.hellorsd-side-panel__toggle {
  position: absolute !important;
  right: calc(-1 * var(--hellorsd-panel-tab)) !important;
  top: 34px !important;
  width: var(--hellorsd-panel-tab) !important;
  height: 64px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 16px 16px 0 !important;
  background: #ffffff !important;
  color: #1f2933 !important;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, .18) !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 24px !important;
  line-height: 1 !important;
  z-index: 1000000 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.hellorsd-side-panel__toggle:hover {
  background: #f7fafc !important;
}

.hellorsd-side-panel__toggle:focus {
  outline: 2px solid #2f80ed !important;
  outline-offset: 2px !important;
}

.hellorsd-side-panel__inner {
  height: 100% !important;
  max-height: inherit !important;
  overflow-y: auto !important;
  padding: 22px 18px !important;
  box-sizing: border-box !important;
}

.hellorsd-side-panel__title {
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 0 0 14px !important;
}

.hellorsd-side-panel__content {
  font-size: 16px !important;
}

.hellorsd-side-panel__notice {
  margin: 0 !important;
}

@media (max-width: 767px) {
  .hellorsd-side-panel {
    --hellorsd-panel-width: 82vw;
    --hellorsd-panel-tab: 50px;
    top: 90px !important;
    min-height: 320px !important;
    max-height: calc(100vh - 105px) !important;
  }
}
.hellorsd-side-panel__toggle,
.hellorsd-side-panel__toggle:focus,
.hellorsd-side-panel__toggle:active,
.hellorsd-side-panel__toggle:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}