
.tab-channel-dept-combo[data-v-67445bbf] .combo-trigger {
  min-height: 28px;
  height: 28px;
  font-size: 0.75rem;
  padding: 0 8px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #f9fafb;
}
.badge-success[data-v-67445bbf] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.badge-warning[data-v-67445bbf] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.badge-danger[data-v-67445bbf] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.badge-secondary[data-v-67445bbf] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.badge-info[data-v-67445bbf] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.modules-page[data-v-506f684e] {
  width: 100%;
}
.modules-grid[data-v-506f684e] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
.modules-grid[data-v-506f684e] {
    grid-template-columns: 1fr;
}
}
.category-label[data-v-506f684e] {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  background: #f8f9fb;
  border-bottom: 1px solid #f1f5f9;
}
.category-label[data-v-506f684e]:not(.category-label--first) {
  border-top: 1px solid #e8ecf1;
}
.module-item[data-v-506f684e] {
  border-bottom: 1px solid #f1f5f9;
  transition: background-color 0.15s ease;
}
.module-item[data-v-506f684e]:hover {
  background-color: #f9fafb;
}

/* ── Sub-toggle pills ── */
.module-pill[data-v-506f684e] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.15s ease;
  line-height: 1.5;
  background: none;
}
.module-pill__dot[data-v-506f684e] {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background 0.15s ease;
}
.module-pill--on[data-v-506f684e] {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #1d4ed8;
}
.module-pill--on .module-pill__dot[data-v-506f684e] {
  background: #3b82f6;
}
.module-pill--off[data-v-506f684e] {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #94a3b8;
}
.module-pill--off .module-pill__dot[data-v-506f684e] {
  background: #cbd5e1;
}
.module-pill--off[data-v-506f684e]:hover {
  border-color: #bfdbfe;
  color: #64748b;
}
.module-pill[data-v-506f684e]:active {
  transform: scale(0.97);
}

/* Todos os estilos foram convertidos para Tailwind CSS */

.footer[data-v-39b6a5a2]{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.form[data-v-39b6a5a2]{
  display: flex;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
label[data-v-39b6a5a2]{
  margin: 0px;
}
.formItem[data-v-39b6a5a2] {
  width: calc(50% - 0.25rem);
  display: flex;
  flex-direction: column;
}
.formItem>span[data-v-39b6a5a2]{
  font-weight: 500;
}
h4[data-v-39b6a5a2]{
  letter-spacing: 0.0;
}

.btn_button[data-v-45341f50] {
  background-color: #56cbab;
}
div pre[class*="language-"][data-v-45341f50] {
  padding-left: 40px;
  padding-bottom: 30px;
  width: 100%;
  border-radius: 15px !important;
  box-shadow: none;
  /*-webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.1)!important;*/
  /*box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.1)!important;;*/
}
.code_area[data-v-45341f50] {
  width: 100%;
}

/*Widget*/

/* Popup window - hidden by default */
.wid-popup[data-v-45341f50] {
  display: block;
  position: initial;
  bottom: 0;
  right: 30px;
  border: 0;
  box-shadow: 0px 0.3rem 0.5rem 0 rgb(0 0 0 / 15%);
  border-radius: 10px;
  background-image: linear-gradient(180deg, #dedede, #f1f1f1, #fff);
  padding: 0;
  animation: slide-top .6s forwards;
}
.wid-row[data-v-45341f50] {
  /*padding: 25px 25px 30px 25px;*/
  padding: 25px 25px 60px 25px;
  background: #00d2b5;
  border-radius: 10px 10px 0 0;
}
#myWidzap[data-v-45341f50] {
  max-width: 300px;
}

/*
* FORMSTYLE
*/
.wid-terms[data-v-45341f50] {
  font-family: 'Montserrat', sans-serif;
  font-size: .6rem;
  text-align: center;
  line-height: 1.2;
  margin-top: -5px;
  color: black;
  /*padding: .8rem 0 .5rem 0;*/
  padding: 0;
}
.wid-terms-check[data-v-45341f50] {
  font-family: 'Montserrat', sans-serif;
  font-size: .8rem;
  text-align: center;
  line-height: 1.2rem;
  margin-top: -10px;
  color: black;
  margin-left: 0.3rem;
}
.wid-required[data-v-45341f50] {
  font-size: .7rem;
}
.wid-popup-header[data-v-45341f50] {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 10px 0 20px 0;
}
.wid-form[data-v-45341f50] {
  display: block;
  padding: 17px 15px 0 15px;
  /*margin: -40px 15px 17px 15px;*/
  margin: -65px 15px 17px 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 -0.6rem 0.3rem 0 rgb(0 0 0 / 8%);
}
.wid-input[type=text][data-v-45341f50], .wid-input[type=tel][data-v-45341f50], .wid-input[type=number][data-v-45341f50], .wid-input[type=email][data-v-45341f50], select[data-v-45341f50] {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  padding: 10px 18px;
  margin: 5px 0;
  display: block;
  border: 1px solid #ccc;
  border-radius: 30px;
  box-sizing: border-box;
  outline-style: none !important;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  background: #f7f7f7;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  transition: color .3s, border .3s, background .3s, opacity .3s;
}
.wid-input[type=text][data-v-45341f50]:focus, .wid-input[type=tel][data-v-45341f50]:focus, .wid-input[type=number][data-v-45341f50]:focus, .wid-input[type=email][data-v-45341f50]:focus, select[data-v-45341f50] {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  padding: 10px 18px;
  margin: 5px 0;
  display: block;
  border: 1px solid #ccc;
  border-radius: 30px;
  box-sizing: border-box;
  outline-style: none !important;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  background: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  transition: color .3s, border .3s, background .3s, opacity .3s;
}
input[data-v-45341f50]:focus {
  outline: 0;
  border: none;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  transition: color .3s, border .3s, background .3s, opacity .3s;
}
.wid-label[data-v-45341f50] {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
}
.wid-send[data-v-45341f50] {
  padding-top: 0;
  padding-bottom: 15px;
}
.wid-button[data-v-45341f50] {
  background-color: seagreen;
  font-family: 'Montserrat', sans-serif, sans-serif;
  border: none;
  color: white;
  font-weight: 600 !important;
  width: 100%;
  padding: 12px 20px;
  text-align: center;
  font-size: .8rem;
  margin: 4px 2px;
  transition: 0.5s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
}
.wid-button[data-v-45341f50]:hover {
  opacity: 1
}
.wid-button[data-v-45341f50]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.copyright[data-v-45341f50] {
  opacity: 55%!important;
  transition: all .2s;
}
.copyright[data-v-45341f50]:hover {
  opacity: 100%!important;;
  transition: all .2s;
}
.wid-sended[data-v-45341f50] {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
  font-size: 16px;
  padding-bottom: 0;
}

/*
* RESPONSIVE
*/
/* 320px - iPhone 5 and smaller views */
@media only screen and (max-width: 320px) {
#myWidzap[data-v-45341f50] {
    max-width: 250px;
}
}
@media screen and (max-width: 320px) {
#myWidzap[data-v-45341f50] {
    max-width: 250px;
}
}

div pre[class*="language-"] {
  padding-left: 5px;
  padding-bottom: 15px;
  padding-top: 50px;
  width: 100%;
  border-radius: 0 !important;
  box-shadow: none;
  overflow-x: auto!important;
}

.rcs-element-builder[data-v-ab91245a] { display: flex; flex-direction: column; gap: 12px;
}
.rcs-element-builder__card[data-v-ab91245a] { border: 1px solid #e2e8f0; border-radius: 10px; overflow: hidden;
}
.rcs-element-builder__card-header[data-v-ab91245a] { display: flex; align-items: center; justify-content: space-between; padding: 8px 14px; background: #f1f5f9; border-bottom: 1px solid #e2e8f0;
}
.rcs-element-builder__card-type[data-v-ab91245a] { font-size: 0.8rem; font-weight: 600; color: #334155; text-transform: uppercase; letter-spacing: 0.04em;
}
.rcs-element-builder__card-remove[data-v-ab91245a] { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border: none; border-radius: 6px; background: transparent; color: #94a3b8; cursor: pointer; font-size: 1.1rem;
}
.rcs-element-builder__card-remove[data-v-ab91245a]:hover { background: #fee2e2; color: #dc2626;
}
.rcs-element-builder__card-body[data-v-ab91245a] { padding: 14px; display: flex; flex-direction: column; gap: 10px;
}
.rcs-element-builder__label[data-v-ab91245a] { display: block; margin-bottom: 4px; font-size: 0.8rem; font-weight: 500; color: #475569;
}
.rcs-element-builder__input[data-v-ab91245a], .rcs-element-builder__textarea[data-v-ab91245a], .rcs-element-builder__select[data-v-ab91245a] { width: 100%; padding: 8px 12px; border: 1px solid #e2e8f0; border-radius: 8px; font-size: 0.85rem; color: #0f172a; background: #fff; outline: none;
}
.rcs-element-builder__input[data-v-ab91245a]:focus, .rcs-element-builder__textarea[data-v-ab91245a]:focus, .rcs-element-builder__select[data-v-ab91245a]:focus { border-color: #3b82f6;
}
.rcs-element-builder__input--sm[data-v-ab91245a] { flex: 1; min-width: 0;
}
.rcs-element-builder__textarea[data-v-ab91245a] { resize: vertical;
}
.rcs-element-builder__field[data-v-ab91245a] { display: flex; flex-direction: column;
}
.rcs-element-builder__rich-card[data-v-ab91245a] { display: flex; flex-direction: column; gap: 10px;
}
.rcs-element-builder__suggestions[data-v-ab91245a] { display: flex; flex-direction: column; gap: 8px;
}
.rcs-element-builder__suggestion-row[data-v-ab91245a] { display: flex; gap: 8px; align-items: center;
}
.rcs-element-builder__select[data-v-ab91245a] { width: auto; min-width: 120px;
}
.rcs-element-builder__add-suggestion[data-v-ab91245a] { padding: 6px 12px; border: 1px dashed #cbd5e1; border-radius: 8px; background: transparent; color: #475569; font-size: 0.8rem; cursor: pointer; align-self: flex-start;
}
.rcs-element-builder__add-suggestion[data-v-ab91245a]:hover { border-color: #3b82f6; color: #3b82f6;
}
.rcs-element-builder__add-row[data-v-ab91245a] { display: flex; flex-wrap: wrap; gap: 8px;
}
.rcs-element-builder__add-btn[data-v-ab91245a] { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border: 1px dashed #cbd5e1; border-radius: 8px; background: #fff; color: #475569; font-size: 0.8rem; font-weight: 500; cursor: pointer;
}
.rcs-element-builder__add-btn[data-v-ab91245a]:hover { border-color: #6366f1; background: #eef2ff; color: #6366f1;
}
.rcs-element-builder__add-btn i[data-v-ab91245a] { font-size: 1rem;
}

.footer[data-v-1edfe6d1] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.tabFooter[data-v-1edfe6d1] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.input-field[data-v-1edfe6d1] {
  width: 100%;
  height: 2.5rem;
  border: 1px solid rgb(156 163 175 / 0.55);

  outline: none;
  background-color: white;
  color: #858796;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.input-field[data-v-1edfe6d1]:focus {
  border: 1px solid #919191;
}
.textarea[data-v-1edfe6d1] {
  width: 100%;
  border: 1px solid rgb(156 163 175 / 0.55);

  outline: none;
  background-color: white;
  color: #858796;
  height: 8rem;
  resize: none;
  padding: 0.5rem;
}
.textarea[data-v-1edfe6d1]:focus {
  border: 1px solid #919191;
}
.modalSm[data-v-1edfe6d1] {
  max-width: 500px;
}

.footer[data-v-41d88aad] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.tabFooter[data-v-41d88aad] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.input-field[data-v-41d88aad] {
  width: 100%;
  height: 2.5rem;
  border: 1px solid rgb(156 163 175 / 0.55);

  outline: none;
  background-color: white;
  color: #858796;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.input-field[data-v-41d88aad]:focus {
  border: 1px solid #919191;
}
.textarea[data-v-41d88aad] {
  width: 100%;
  border: 1px solid rgb(156 163 175 / 0.55);

  outline: none;
  background-color: white;
  color: #858796;
  height: 8rem;
  resize: none;
  padding: 0.5rem;
}
.textarea[data-v-41d88aad]:focus {
  border: 1px solid #919191;
}
.modalSm[data-v-41d88aad] {
  max-width: 500px;
}

.tabContainer[data-v-357f63e2] {
  display: flex;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}
.formItem[data-v-357f63e2] {
  width: calc(50% - 0.25rem);
  display: flex;
  flex-direction: column;
}
.cancelButton[data-v-357f63e2] {
  border: 1px dashed #91919180;
  background-color: rgb(63 63 70 / 0.1);
}
.space-y[data-v-357f63e2] {
  display: flex;
  flex-direction: column;
}
.space-x-2[data-v-357f63e2] {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.tabBody[data-v-357f63e2] {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}
.tabFooter[data-v-357f63e2] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.footer[data-v-25cfee6e] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.tabFooter[data-v-25cfee6e] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.input-field[data-v-25cfee6e] {
  width: 100%;
  height: 2.5rem;
  border: 1px solid rgb(156 163 175 / 0.55);

  outline: none;
  background-color: white;
  color: #858796;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.input-field[data-v-25cfee6e]:focus {
  border: 1px solid #919191;
}
.textarea[data-v-25cfee6e] {
  width: 100%;
  border: 1px solid rgb(156 163 175 / 0.55);

  outline: none;
  background-color: white;
  color: #858796;
  height: 8rem;
  resize: none;
  padding: 0.5rem;
}
.textarea[data-v-25cfee6e]:focus {
  border: 1px solid #919191;
}
.modalSm[data-v-25cfee6e] {
  max-width: 500px;
}

.footer[data-v-b52a4909] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.tabFooter[data-v-b52a4909] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.input-field[data-v-b52a4909] {
  width: 100%;
  height: 2.5rem;
  border: 1px solid rgb(156 163 175 / 0.55);

  outline: none;
  background-color: white;
  color: #858796;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.input-field[data-v-b52a4909]:focus {
  border: 1px solid #919191;
}
.textarea[data-v-b52a4909] {
  width: 100%;
  border: 1px solid rgb(156 163 175 / 0.55);

  outline: none;
  background-color: white;
  color: #858796;
  height: 8rem;
  resize: none;
  padding: 0.5rem;
}
.textarea[data-v-b52a4909]:focus {
  border: 1px solid #919191;
}
.modalSm[data-v-b52a4909] {
  max-width: 500px;
}

.tabContainer[data-v-e7ed8806] {
  display: flex;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}
.formItem[data-v-e7ed8806] {
  width: calc(50% - 0.25rem);
  display: flex;
  flex-direction: column;
}
.cancelButton[data-v-e7ed8806] {
  border: 1px dashed #91919180;
  background-color: rgb(63 63 70 / 0.1);
}
.space-y[data-v-e7ed8806] {
  display: flex;
  flex-direction: column;
}
.space-x-2[data-v-e7ed8806] {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.tabBody[data-v-e7ed8806] {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}
.tabFooter[data-v-e7ed8806] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.footer[data-v-ff54887d] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.tabFooter[data-v-ff54887d] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.input-field[data-v-ff54887d] {
  width: 100%;
  height: 2.5rem;
  border: 1px solid rgb(156 163 175 / 0.55);

  outline: none;
  background-color: white;
  color: #858796;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.input-field[data-v-ff54887d]:focus {
  border: 1px solid #919191;
}
.textarea[data-v-ff54887d] {
  width: 100%;
  border: 1px solid rgb(156 163 175 / 0.55);

  outline: none;
  background-color: white;
  color: #858796;
  height: 8rem;
  resize: none;
  padding: 0.5rem;
}
.textarea[data-v-ff54887d]:focus {
  border: 1px solid #919191;
}
.modalSm[data-v-ff54887d] {
  max-width: 500px;
}

.footer[data-v-bde9d13b] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.tabFooter[data-v-bde9d13b] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.input-field[data-v-bde9d13b] {
  width: 100%;
  height: 2.5rem;
  border: 1px solid rgb(156 163 175 / 0.55);

  outline: none;
  background-color: white;
  color: #858796;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.input-field[data-v-bde9d13b]:focus {
  border: 1px solid #919191;
}
.textarea[data-v-bde9d13b] {
  width: 100%;
  border: 1px solid rgb(156 163 175 / 0.55);

  outline: none;
  background-color: white;
  color: #858796;
  height: 8rem;
  resize: none;
  padding: 0.5rem;
}
.textarea[data-v-bde9d13b]:focus {
  border: 1px solid #919191;
}
.modalSm[data-v-bde9d13b] {
  max-width: 500px;
}

.tabContainer[data-v-d3690cd7] {
  display: flex;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}
.formItem[data-v-d3690cd7] {
  width: calc(50% - 0.25rem);
  display: flex;
  flex-direction: column;
}
.cancelButton[data-v-d3690cd7] {
  border: 1px dashed #91919180;
  background-color: rgb(63 63 70 / 0.1);
}
.space-y[data-v-d3690cd7] {
  display: flex;
  flex-direction: column;
}
.space-x-2[data-v-d3690cd7] {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.tabBody[data-v-d3690cd7] {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}
.tabFooter[data-v-d3690cd7] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.initialFilter[data-v-4fc78c58]{
  border-radius: 10px;
  padding: 0.5rem;
  background-color: white;
  color: #858796;
  transition: all 300ms;
  border: 1px solid #c9ccd3;
}
.initialFilter[data-v-4fc78c58]:focus{
  border: 1px solid #858796;
}
.tabContainer[data-v-4fc78c58]{
  display: flex;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}
.formItem[data-v-4fc78c58] {
  width: calc(50% - 0.25rem);
  display: flex;
  flex-direction: column;
}
.cancelButton[data-v-4fc78c58] {
  border: 1px dashed #91919180;
  background-color: rgb(63 63 70 / 0.1);
}
.space-y[data-v-4fc78c58]{
  display: flex;
  flex-direction: column;
}
.space-x-2[data-v-4fc78c58]{
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.tabBody[data-v-4fc78c58]{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}
.tabFooter[data-v-4fc78c58]{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.channel-details-page {
  background: #f3f4f6;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.channel-details-header {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.channel-details-header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
.channel-details-header-back {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: none;
  background: #f1f5f9;
  color: #94a3b8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.channel-details-header-title {
  min-width: 0;
}
.channel-details-header-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.channel-details-header-title-row h1 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.channel-details-header-pill {
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  border: 1px solid transparent;
  text-transform: uppercase;
}
.channel-details-header-subtitle {
  margin: 4px 0 0;
  font-size: 0.75rem;
  color: #94a3b8;
  font-weight: 500;
}
.channel-details-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.channel-details-header-btn {
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f8fafc;
  color: #475569;
}
.channel-details-header-btn--danger {
  background: #fff1f2;
  color: #ef4444;
  border-color: #fee2e2;
}
.channel-details-header-btn--primary {
  background: #2563eb;
  color: #ffffff;
  border-color: #1d4ed8;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.25);
}
.channel-details-mobile-header {
  position: sticky;
  top: 75px;
  z-index: 99;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  padding: 16px 20px;
}
.channel-details-mobile-top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.channel-details-back {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
}
.channel-details-title {
  flex: 1;
  min-width: 0;
}
.channel-details-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.channel-details-title-row h1 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.channel-details-meta {
  margin: 4px 0 0;
  font-size: 0.75rem;
  color: #94a3b8;
}
.channel-details-mobile-actions {
  display: inline-flex;
  gap: 8px;
}
.channel-details-icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #334155;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.channel-details-icon-btn.is-danger {
  color: #ef4444;
  border-color: #fee2e2;
  background: #fff1f2;
}
.channel-details-mobile-tabs {
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 0 12px 12px;
}
.channel-details-mobile-tabs-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.channel-details-mobile-carousel {
  min-width: 90%;
}
.channel-details-layout {
  display: flex;
  gap: 0;
  padding: 0;
  flex: 1;
  overflow: hidden;
}
.channel-details-layout.is-mobile {
  padding: 16px;
  display: block;
  height: auto;
  overflow: visible;
}
.channel-details-sidebar {
  width: 230px;
  background: #ffffff;
  border-right: 1px solid #e2e8f0;
  padding: 16px 10px;
  height: 100%;
  overflow-y: auto;
  position: sticky;
  top: 0;
}
.channel-details-sidebar-title {
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #94a3b8;
  margin-bottom: 10px;
  padding: 0 8px;
  font-weight: 700;
}
.channel-details-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.channel-nav-separator {
  display: block;
  font-size: 0.6rem;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 8px 10px 2px;
  margin-top: 2px;
  border-top: 1px solid #f1f5f9;
}
.channel-nav-item {
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #64748b;
  text-align: left;
  transition: all 0.2s ease;
}
.channel-nav-item i {
  font-size: 1rem;
  color: inherit;
}
.channel-nav-item:hover {
  background: #f8fafc;
  color: #0f172a;
}
.channel-nav-item.is-active {
  background: #eff6ff;
  color: #2563eb;
}
.channel-nav-with-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.channel-details-content {
  flex: 1;
  padding: 32px 40px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.channel-details-content-inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-right: 8px;
}
.channel-type-pill,
.channel-details-header-pill {
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  border: 1px solid transparent;
}
.channel-type-pill.is-whatsapp,
.channel-details-header-pill.is-whatsapp {
  background: #dcfce7;
  color: #166534;
  border-color: #bbf7d0;
}
.channel-type-pill.is-whatsapp-web,
.channel-details-header-pill.is-whatsapp-web {
  background: #bbf7d0;
  color: #166534;
  border-color: #86efac;
}
.channel-type-pill.is-telegram,
.channel-details-header-pill.is-telegram {
  background: #e0f2fe;
  color: #0369a1;
  border-color: #bae6fd;
}
.channel-type-pill.is-instagram,
.channel-details-header-pill.is-instagram {
  background: #fdf2f8;
  color: #9d174d;
  border-color: #fbcfe8;
}
.channel-type-pill.is-facebook,
.channel-details-header-pill.is-facebook {
  background: #eff6ff;
  color: #1d4ed8;
  border-color: #bfdbfe;
}
