/* BOLEPIX_PLAN_EDITOR_TOOLBAR_V5703Z102_BEGIN */

.bp-plan-editor-toolbar-v5703z102 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 6px 0 7px;
  padding: 7px;
  border: 1px solid #c9dcf5;
  border-radius: 10px;
  background: #f6f9fe;
  box-sizing: border-box;
}

.bp-plan-editor-btn-v5703z102 {
  min-width: 34px;
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 9px;
  border: 1px solid #b9d1f1;
  border-radius: 8px;
  background: #ffffff;
  color: #0a4fa8;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
}

.bp-plan-editor-btn-v5703z102:hover,
.bp-plan-editor-btn-v5703z102:focus-visible,
.bp-plan-editor-btn-active-v5703z102 {
  border-color: #0b7ff4 !important;
  background: #eaf4ff !important;
  color: #075fc1 !important;
  outline: none;
}

.bp-plan-editor-divider-v5703z102 {
  width: 1px;
  height: 25px;
  margin: 0 2px;
  background: #c9dcf5;
}

.bp-plan-editor-help-v5703z102 {
  display: block;
  margin: 5px 0 0;
  color: #58708f;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 500;
}

.bp-plan-editor-help-v5703z102 code {
  display: inline-block;
  padding: 1px 4px;
  border-radius: 4px;
  background: #eaf4ff;
  color: #075fc1;
  font-size: 11px;
  font-weight: 800;
}

.bp-plan-emoji-picker-v5703z102 {
  position: fixed;
  z-index: 2147483647;
  width: 340px;
  max-width: calc(100vw - 20px);
  max-height: 370px;
  display: flex;
  flex-direction: column;
  border: 1px solid #b9d1f1;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(9, 36, 72, .28);
  overflow: hidden;
}

.bp-plan-emoji-picker-head-v5703z102 {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 10px 7px 12px;
  border-bottom: 1px solid #dbe8f8;
  color: #0c2b55;
  background: #f6f9fe;
}

.bp-plan-emoji-picker-close-v5703z102 {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 2px;
  border: 1px solid #c9dcf5;
  border-radius: 50%;
  background: #ffffff;
  color: #0a5fc0;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.bp-plan-emoji-tabs-v5703z102 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 7px;
  overflow-x: auto;
  border-bottom: 1px solid #e5eef9;
  background: #ffffff;
}

.bp-plan-emoji-tabs-v5703z102 button {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}

.bp-plan-emoji-tabs-v5703z102 button:hover,
.bp-plan-emoji-tabs-v5703z102 button.active {
  border-color: #b9d1f1;
  background: #eaf4ff;
}

.bp-plan-emoji-grid-v5703z102 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 4px;
  padding: 9px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.bp-plan-emoji-item-v5703z102 {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #ffffff;
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
}

.bp-plan-emoji-item-v5703z102:hover,
.bp-plan-emoji-item-v5703z102:focus-visible {
  border-color: #b9d1f1;
  background: #eef6ff;
  outline: none;
}

@media (max-width: 700px) {
  .bp-plan-editor-toolbar-v5703z102 {
    gap: 5px;
    padding: 6px;
  }

  .bp-plan-editor-btn-v5703z102 {
    min-height: 34px;
    padding: 6px 8px;
  }

  .bp-plan-editor-divider-v5703z102 {
    display: none;
  }

  .bp-plan-emoji-picker-v5703z102 {
    width: min(340px, calc(100vw - 16px));
    max-height: min(410px, calc(100vh - 30px));
  }

  .bp-plan-emoji-grid-v5703z102 {
    grid-template-columns: repeat(7, 1fr);
  }
}

/* BOLEPIX_PLAN_EDITOR_TOOLBAR_V5703Z102_END */
