/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* shared botkit ui styles */
body,
html {
  background-color: var(--body-bg);
  font-family: var(--bs-font-sans-serif);
}

.wrapper {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
}
.wrapper::after {
  display: block;
  clear: both;
  content: "";
}

.alert {
  border-radius: 0;
  margin-bottom: 0;
}

/* chat client */
#message_window {
  background: var(--message-window-bg);
  box-shadow: var(--message-window-box-shadow);
  width: 100%;
  height: 100vh;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
#message_window.disconnected #message_window-actions, #message_window.offline #message_window-actions {
  opacity: 0.4;
}
#message_window .alert.disconnected,
#message_window .alert.offline {
  display: none;
}
#message_window.disconnected .alert.disconnected {
  display: block;
}
#message_window.offline .alert.offline {
  display: block;
}
#message_window #header-wrapper {
  background: var(--header-bg);
  border-top: var(--header-wrapper-border-top);
  border-radius: var(--header-border-radius);
}
#message_window #header {
  background: var(--header-bg);
  border-top: var(--header-border-top);
  color: var(--header-color);
  font-family: var(--header-font-family);  
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 80px;
  line-height: 72px;
  padding: 0 1.3em;
}
#message_window #header img,
#message_window #header svg {
  height: 48px;
}
#message_window #header #header-logo {
  height: 36px;
}
#message_window #header h1 {
  flex-grow: 1;
  font-size: 22px;
  line-height: inherit;
  margin-left: 0.6em;
}
#message_window #message_list {
  overflow-y: auto;
  scroll-behavior: auto;
  flex-grow: 1;
  padding: 1em 1.3em;
}
#message_window #message_window-actions {
  padding: 0.8em 1.3em 1.8em 1.3em;
}
#message_window #message_window-actions form {
  display: flex;
}
#message_window #message_window-actions #actions_inputs {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0.5em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  padding-right: 2.5em;
  padding-left: 1em;
  flex-grow: 1;
  height: 3em;
}
#message_window #message_window-actions #actions_inputs input[type="text"] {
  flex-grow: 1;
  padding: 0.6em 0.5em;
  border: none;
  outline: none;
  background: transparent;
  font-size: 1em;
}
#message_window #message_window-actions #actions_inputs #messenger_input:disabled {
  opacity: 0.4;
  background: #f8f9fa;
}
#message_window #message_window-actions #actions_inputs #messenger_attachments_label {
  cursor: pointer;
  line-height: 2.7em;
  outline: none;
  border: none;
  width: 1.375rem;
}
#message_window #message_window-actions #actions_inputs #messenger_attachments_label .icon {
  fill: #6c757d;
}
#message_window #message_window-actions #actions_inputs #record_audio {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  margin: 0 0.3em;
  display: flex;
  align-items: center;
  line-height: 0;
}
#message_window #message_window-actions #actions_inputs #record_audio:hover {
  opacity: 0.8;
}
#message_window #message_window-actions #actions_inputs #record_audio:disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
/* audio controls inside input box */
#message_window #message_window-actions #actions_inputs #audio-controls {
  display: flex;
  align-items: center;
  gap: 0.4em;
}
#message_window #message_window-actions #actions_inputs #audio-controls.hidden {
  display: none;
}
#message_window #message_window-actions #actions_inputs #audio-controls button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#message_window #message_window-actions #actions_inputs #cancel_audio svg {
  fill: var(--actions-recording-cancel-bg);
}
#message_window #message_window-actions #actions_inputs #cancel_audio:hover svg {
  opacity: 0.7;
}
#message_window #message_window-actions #actions_inputs #send_audio svg {
  fill: var(--actions-recording-send-bg);
}
#message_window #message_window-actions #actions_inputs #send_audio:hover svg {
  opacity: 0.7;
}
@keyframes blink {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
#message_window #message_window-actions #actions_inputs .recording-icon {
  animation: blink 2s infinite;
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  background-color: var(--actions-recording-button-bg);
  border-radius: 50%;
}
@media (prefers-reduced-motion: reduce) {
  #message_window #message_window-actions #actions_inputs .recording-icon {
    animation: none;
  }
}
#message_window #message_list {
  display: flex;
  flex-direction: column;
}
#message_window #message_list .message {
  align-self: flex-start;
  padding: 0.5rem 1rem;
  background: var(--incoming-message-bg);
  color: var(--incoming-message-color);
  border-radius: 5px;
  border-top-left-radius: 0;
  display: inline-block;
  width: auto;
  max-width: 75%;
  margin-bottom: 0.2em;
  box-shadow: var(--incoming-message-box-shadow);
}
#message_window #message_list .message p {
  margin: 0;
  padding: 0;
  font-size: var(--message-font-size);
}
#message_window #message_list .message[data-thinking="true"] {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-style: italic;
  opacity: 0.95;
}
#message_window #message_list .message[data-thinking="true"] .thinking-dots {
  display: inline-flex;
  gap: 0.2rem;
}
#message_window #message_list .message[data-thinking="true"] .dot {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.35;
  animation: thinking-bounce 1.2s infinite ease-in-out;
}
#message_window #message_list .message[data-thinking="true"] .dot:nth-child(2) {
  animation-delay: 0.2s;
}
#message_window #message_list .message[data-thinking="true"] .dot:nth-child(3) {
  animation-delay: 0.4s;
}
#message_window #message_list .message.message.has-attachment {
  background-color: var(--outgoing-attachment-bg);
  padding: 1em 2em;
  color: var(--outgoing-attachment-color);
}
#message_window #message_list .message.message.has-attachment a {
  text-decoration: none;
}
#message_window #message_list .message.message.has-attachment .file_message {
  text-align: center;
}
#message_window #message_list .message.message.has-attachment .file_message svg {
  fill: #fff;
  height: 3.125rem;
  width: 3.125rem;
}
#message_window #message_list .message + .message {
  border-radius: 5px;
}
#message_window #message_list .incoming + .outgoing,
#message_window #message_list .outgoing + .incoming {
  margin-top: 0.6em;
}
#message_window #message_list .incoming + .outgoing {
  border-top-right-radius: 0;
}
#message_window #message_list .outgoing + .incoming {
  border-top-left-radius: 0;
}
#message_window #message_list .outgoing {
  align-self: flex-end;
  background: var(--outgoing-message-bg);
  color: var(--outgoing-message-color);
  box-shadow: var(--outgoing-message-box-shadow);
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
}

@keyframes thinking-bounce {
  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.35;
  }
  40% {
    transform: translateY(-3px);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  #message_window #message_list .message[data-thinking="true"] .dot {
    animation: none;
  }
}

#message_window #message_list .message .feedback-bubble.thumb {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
#message_window #message_list .message .feedback-bubble.thumb:hover {
  background: transparent;
  filter: brightness(0.9);
}

#message_replies {
  text-align: center;
  overflow-x: auto;
  flex-shrink: 0;
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
}
#message_replies ul {
  list-style-type: none;
  margin: 0px auto;
  padding: 0;
}
#message_replies ul li {
  display: inline-block;
  margin: 0.5rem;
  margin-left: 0;
}
#message_replies a {
  text-decoration: none;
  display: block;
  border: 1px solid var(--quick-replies-color);
  color: var(--quick-replies-color);
  border-radius: 16px;
  padding: 0.25rem 1rem;
  cursor: pointer;
  background: var(--quick-replies-bg);
  box-shadow: var(--quick-replies-box-shadow);
}
#message_replies a:hover {
  background: var(--quick-replies-bg);
  color: var(--quick-replies-color);
}

@media (min-height: 768px) {
  #message_window {
    height: 90vh;
    margin-top: 5vh;
    border-radius: 0.4em;
  }
}

@media (max-width: 576px) {
  #message_window {
    height: 100vh;
    margin-top: 0;
    border-radius: 0;
  }
  #message_window #header-wrapper {
    border-radius: 0;
    border-top: none;
  }
}

/* special styles for homepage */
/**
 * Modal
 */
/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
}

/* The Close Button */
.modal-close_btn {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-close_btn:hover,
.modal-close_btn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {
  padding: 2px 16px;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.error-404 {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
}
.error-404 h1 {
  font-size: 64px;
  margin: 0;
}
.error-404 h2 {
  font-size: 24px;
  margin: 0 0 8px;
  font-weight: 500;
}
.back-home-btn {
  display: inline-block;
  background: var(--header-bg-color, #233444); /* ajuste para a cor exata da barra */
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .5px;
  box-shadow: 0 2px 4px rgba(0,0,0,.15);
  transition: background .2s, transform .2s;
}
.back-home-btn:hover {
  background: var(--header-bg-color-hover, #2d4358);
  transform: translateY(-2px);
}
.back-home-btn:active {
  transform: translateY(0);
}

/*# sourceMappingURL=styles.css.map */
