.virtual-assistant-wrapper {
  position: relative;
}
 
.virtual-assistant-container {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 550px;
  max-width: 90vw;
  height: 600px;
  max-height: 80vh;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  flex-direction: column;
}
 
.virtual-assistant-container.active {
  display: flex;
}
 
.virtual-assistant-header {
  padding: 15px;
  background: #222222e6;
  color: white;
  text-transform: uppercase;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 
.virtual-assistant-header h3 {
  margin: 0;
  font-size: 18px;
}
 
.virtual-assistant-close {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
}
 
#violetta-root {
  height: 90%;
  font-size: 14px;
}
 
#violetta-root p {
  font-size: 14px;
  margin: 0;
}
 
#violetta-root form button {
  color: white;
  background-color: #222222e6;
}
 
#violetta-root .text-xl {
  font-size: 14px;
}
 
#violetta-root .list-inside {
  font-size: 14px;
}
 
#violetta-root [data-slot="card-title"] {
  font-size: 22px;
}
 
#violetta-root [data-slot="card-content"] > div > span,
#violetta-root [data-slot="card-content"] > div {
  font-size: 14px;
}
 
#violetta-root [data-slot="card-footer"] > div > span,
#violetta-root [data-slot="card-footer"] button {
  font-size: 14px;
}
 
#violetta-root [data-slot="card-action"] > span {
  font-size: 12px;
}
 
#violetta-root [data-slot="card-footer"] button {
  background-color: #222222e6;
  padding: 14px 12px
}
 
#violetta-root [data-slot="card-footer"] button > svg {
  width: unset;
}
 
#violetta-root .object-cover {
  height: 100%;
}

#violetta-root [data-slot="input-group-addon"] button {
  padding: 2px;
}

#violetta-root [data-slot="input-group-addon"] button:first-child {
  background-color: lab(48.4493% 77.4328 61.5452);
}

[data-slot="dialog-content"] h2 {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

[data-slot="dialog-content"] p {
  margin: 0;
  font-size: 14px;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 40rem) {
  [data-slot="dialog-content"] h2,
  [data-slot="dialog-content"] p {
    text-align: left;
}

[data-slot="dialog-footer"] button {
  padding: 16px;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

[data-slot="dialog-footer"] button.bg-destructive {
  color: rgb(255, 255, 255);
}

[data-slot="dialog-content"] > [data-slot="dialog-close"] {
  width: 16px;
  height: 16px;
}

[data-slot="dialog-content"] {
  z-index: 99999;
}

[data-slot="dialog-overlay"] {
  z-index: 9999;
}

html body[data-scroll-locked] {
  --removed-body-scroll-bar-size: 0 !important;
  margin-right: 0 !important;
}
