.ocx-atendimento-page .ocx-top-filterbar {
  flex: 1 1 420px;
  min-width: 320px;
  max-width: 760px;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ocx-atendimento-page .ocx-top-filterbar .relative {
  min-width: 260px;
}

.ocx-atendimento-page .ocx-top-filterbar input,
.ocx-atendimento-page .ocx-top-filterbar select,
.ocx-atendimento-page .ocx-top-filterbar button,
.ocx-atendimento-page .ocx-top-filterbar span {
  height: 38px;
}

.ocx-atendimento-page .ocx-top-filterbar input {
  border-color: #d1d7db;
  background: #fff;
}

.ocx-atendimento-page .ocx-contact-header {
  padding: 8px 14px;
  min-height: 58px;
}

.ocx-atendimento-page .ocx-contact-header h2 {
  font-size: 15px;
  line-height: 1.2;
}

.ocx-atendimento-page .ocx-contact-header h2 + div {
  margin-top: 2px;
  gap: 8px;
  line-height: 1.2;
}

.ocx-atendimento-page .ocx-contact-header select {
  height: 34px;
  min-width: 132px;
  padding-top: 0;
  padding-bottom: 0;
}

.ocx-atendimento-page .ocx-contact-header .h-11 {
  height: 40px;
  width: 40px;
}

.ocx-fullscreen-btn span {
  width: 15px;
  height: 15px;
  display: block;
  border: 2px solid currentColor;
  border-radius: 3px;
  box-shadow: inset 0 0 0 2px #f0f2f5;
}

body.ocx-conversation-fullscreen {
  overflow: hidden;
}

body.ocx-conversation-fullscreen .ocx-chat-grid {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  border: 0 !important;
  border-radius: 0 !important;
}

body.ocx-conversation-fullscreen .ocx-conversation-list,
body.ocx-conversation-fullscreen .ocx-crm-side {
  display: none !important;
}

body.ocx-conversation-fullscreen .ocx-chat-section {
  display: flex !important;
  min-height: 100vh !important;
}

body.ocx-conversation-fullscreen .ocx-contact-header {
  padding: 8px 16px;
}

@media (max-width: 1279px) {
  .ocx-atendimento-page .ocx-top-filterbar {
    order: 3;
    flex-basis: 100%;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .ocx-atendimento-page .ocx-top-filterbar {
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
  }

  .ocx-atendimento-page .ocx-top-filterbar .relative {
    min-width: 0;
  }
}
