
.tawk-chat-container[data-v-08913ee4] {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
[dir] .tawk-chat-container[data-v-08913ee4] {
  background-color: #fff;
}
[dir=ltr] .tawk-chat-container[data-v-08913ee4] {
  left: 0;
}
[dir=rtl] .tawk-chat-container[data-v-08913ee4] {
  right: 0;
}
.custom-header[data-v-08913ee4] {
  position: fixed;
  top: 0;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2147483647;
}
[dir] .custom-header[data-v-08913ee4] {
  padding: 0 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
[dir=ltr] .custom-header[data-v-08913ee4] {
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #e91e8c 0%, #f06292 100%);
}
[dir=rtl] .custom-header[data-v-08913ee4] {
  right: 0;
  left: 0;
  background: linear-gradient(-135deg, #e91e8c 0%, #f06292 100%);
}
.header-title[data-v-08913ee4] {
  color: white;
  font-size: 18px;
  font-weight: 600;
}
.close-btn[data-v-08913ee4] {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
[dir] .close-btn[data-v-08913ee4] {
  background: transparent;
  border: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 50%;
}
[dir] .close-btn[data-v-08913ee4]:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
[dir] .close-btn[data-v-08913ee4]:active {
  background-color: rgba(255, 255, 255, 0.3);
}
.loading[data-v-08913ee4] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}





























































































































































































































































































/* Tawk widget'ı ayarla - header'ı clip ile gizle */
iframe[title="chat widget"],
.tawk-max-container,
.tawk-max-container iframe {
  top: -14px !important;
  bottom: 0 !important;
  height: calc(100vh + 14px) !important;
  max-height: calc(100vh + 14px) !important;
  min-height: calc(100vh + 14px) !important;
  clip-path: inset(70px 0 0 0) !important;
}

/* Minimize button'ı gizle */
.tawk-min-container {
  display: none !important;
}


/*# sourceMappingURL=chunk-1d8210ea.9a78eac3.css.map*/