@charset "UTF-8";body {
  padding: 0;
  margin: 0;
}

.preloader {
  position: "fixed";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-element {
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50%;
  color: #01c864;
  animation: fill 1s ease-in infinite alternate;
}
.preloader-element::before,
.preloader-element::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  left: 48px;
  top: 0;
  animation: fill 0.9s ease-in infinite alternate;
}

.preloader-element::after {
  left: auto;
  right: 48px;
  animation-duration: 1.1s;
}

@keyframes fill {
  0% {
    box-shadow: 0 0 0 2px inset;
  }
  100% {
    box-shadow: 0 0 0 10px inset;
  }
}
.rc-table {
  position: relative;
  box-sizing: border-box;
  color: #666;
  font-size: 12px;
  line-height: 1.5;
}
.rc-table table {
  width: 100%;
  border-spacing: 0px;
  border-radius: 6px !important;
}
.rc-table thead th {
  text-align: center;
  color: #11181c;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.084px;
  padding: 5px 24px;
  height: 48px !important;
  background-color: #f9fafb;
  border-bottom: 1px solid #e0e0e0;
  border-left: none !important;
  border-right: 1px solid #e0e0e0 !important;
}
.rc-table thead th:first-child {
  width: 48px !important;
  height: 48px !important;
  text-align: center;
  padding: 5px 0;
}
.rc-table thead th:last-child {
  width: 48px !important;
  height: 48px !important;
  text-align: center;
  padding: 5px 0;
  border-right: none !important;
}
.rc-table thead td {
  background: #fff;
}
.rc-table thead .rc-table-cell-scrollbar::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 1px;
  background: #f7f7f7;
  content: "";
}
.rc-table tbody tr td {
  color: #11181c;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.084px;
  padding: 0px 6px;
  border-bottom: 1px solid #e0e0e0;
  border-left: none !important;
  border-right: 1px solid #e0e0e0 !important;
  background-color: #fff;
  height: 48px !important;
}
.rc-table tbody tr td:first-child {
  width: 48px !important;
  text-align: center;
}
.rc-table tbody tr td:nth-child(3) {
  text-align: center;
}
.rc-table tbody tr td:nth-child(4) {
  text-align: center;
}
.rc-table tbody tr td:last-child {
  max-width: 48px !important;
  text-align: center;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.rc-table tfoot td {
  background: #fff;
  border-color: #e0e0e0;
  padding: 0;
}
.custom-table-wrapper .rc-table {
  border-radius: inherit;
}
.css-1erwjbq {
  padding-top: 0 !important;
}
.rc-table-rtl {
  direction: rtl;
}
.rc-table-rtl.rc-table thead .rc-table-cell-scrollbar::after {
  right: -1px;
  left: auto;
}
.rc-table th,
.rc-table td {
  position: relative;
  box-sizing: border-box;
  padding: 12px 8px;
  white-space: normal;
  word-break: break-word;
}
.rc-table-rtl.rc-table th,
.rc-table-rtl.rc-table td {
  border-right: 0;
}
.rc-table tbody tr:last-of-type td {
  border-bottom: 0;
}
.rc-table-cell-fix-left,
.rc-table-cell-fix-right {
  z-index: 1;
}
.rc-table-cell-fix-left-first::after,
.rc-table-cell-fix-left-last::after {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: -1px;
  width: 20px;
  transform: translateX(100%);
  transition: box-shadow 0.3s;
  content: "";
  pointer-events: none;
}
.rc-table-cell-fix-left-all::after {
  display: none;
}
.rc-table-cell-fix-right-first,
.rc-table-cell-fix-right-last {
  box-shadow: -1px 0 0 #e0e0e0;
}
.rc-table-rtl .rc-table-cell-fix-right-first,
.rc-table-rtl .rc-table-cell-fix-right-last {
  box-shadow: none;
}
.rc-table-cell-fix-right-first::after,
.rc-table-cell-fix-right-last::after {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -1px;
  width: 20px;
  transform: translateX(-100%);
  transition: box-shadow 0.3s;
  content: "";
  pointer-events: none;
}
.rc-table-cell.rc-table-cell-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rc-table-cell.rc-table-cell-row-hover {
  background: #f5f6f7;
}
.rc-table-cell.rc-table-cell-ellipsis.rc-table-cell-fix-left-first,
.rc-table-cell.rc-table-cell-ellipsis.rc-table-cell-fix-left-last,
.rc-table-cell.rc-table-cell-ellipsis.rc-table-cell-fix-right-first .rc-table-cell.rc-table-cell-ellipsis.rc-table-cell-fix-right-last {
  overflow: visible;
}
.rc-table-cell.rc-table-cell-ellipsis.rc-table-cell-fix-left-first .rc-table-cell-content,
.rc-table-cell.rc-table-cell-ellipsis.rc-table-cell-fix-left-last .rc-table-cell-content,
.rc-table-cell.rc-table-cell-ellipsis.rc-table-cell-fix-right-first .rc-table-cell.rc-table-cell-ellipsis.rc-table-cell-fix-right-last .rc-table-cell-content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rc-table-ping-left .rc-table-cell-fix-left-first::after,
.rc-table-ping-left .rc-table-cell-fix-left-last::after {
  box-shadow: inset 10px 0 8px -8px silver;
}
.rc-table-ping-right .rc-table-cell-fix-right-first::after,
.rc-table-ping-right .rc-table-cell-fix-right-last::after {
  box-shadow: inset -10px 0 8px -8px silver;
}
.rc-table-expand-icon-col {
  width: 60px;
}
.rc-table-row-expand-icon-cell {
  text-align: center;
}
.rc-table-header {
  border-right: 0;
  border-bottom: 0;
}
.rc-table-placeholder {
  text-align: center;
}
.rc-table-content {
  border-right: 0;
  border-bottom: 0;
}
.rc-table-body {
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
}
.rc-table-fixed-column .rc-table-body::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}
.rc-table-expanded-row .rc-table-cell {
  box-shadow: inset 0 8px 8px -8px green;
}
.rc-table-expanded-row-fixed {
  box-sizing: border-box;
  margin: -16px -8px;
  margin-right: -10px;
  padding: 16px 8px;
}
.rc-table-expanded-row-fixed::after {
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  width: 0;
  content: "";
}
.rc-table-row-expand-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #aaa;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.rc-table-row-expand-icon.rc-table-row-expanded::after {
  content: "-";
}
.rc-table-row-expand-icon.rc-table-row-collapsed::after {
  content: "+";
}
.rc-table-row-expand-icon.rc-table-row-spaced {
  visibility: hidden;
}
.rc-table-title {
  padding: 16px 8px;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
}
.rc-table-footer {
  padding: 16px 8px;
  border: 1px solid #e0e0e0;
  border-top: 0;
}
.rc-table-sticky-holder {
  position: sticky;
  z-index: 2;
}
.rc-table-sticky-scroll {
  position: sticky;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  opacity: 0.6;
  transition: transform 0.1s ease-in 0s;
}
.rc-table-sticky-scroll:hover {
  transform: scaleY(1.2);
  transform-origin: center bottom;
}
.rc-table-sticky-scroll-bar {
  height: 8px;
  background-color: #bbb;
  border-radius: 4px;
}
.rc-table-sticky-scroll-bar:hover {
  background-color: #999;
}
.rc-table-sticky-scroll-bar-active {
  background-color: #999;
  color: #01a352;
}
html {
  font-size: 0.8rem;
}
.ace_content {
  padding: 0px 8px 8px !important;
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  font-size: 12px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
}
.ace_layer {
  color: #7e868c !important;
  border-right: none !important;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
}
.ace_folding-enabled {
  background-color: #444444;
}
.ace_gutter-cell.ace_info {
  background-image: none !important;
}
.ace_gutter-cell.ace_error {
  background-image: none !important;
}
.ace_tooltip {
  display: none !important;
}
.ace_gutter-layer {
  background-color: #eceef0 !important;
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}
.ace_constant {
  color: #444444 !important;
}
.ace_print-margin {
  visibility: hidden !important;
}
.ace_bracket {
  display: none !important;
}
.ace_fold-widget {
  display: none !important;
}
.css-hfbj6y {
  display: none !important;
}
.ace_text.ace_xml {
  color: #444444 !important;
}
.ace_text.ace_xml:last-child {
  display: none !important;
}
.ace_attribute-name {
  color: #444444 !important;
}
.ace_attribute-value {
  color: #444444 !important;
}
.ace_support {
  color: #444444 !important;
}
.ace_type {
  color: #444444 !important;
}
.ace_style {
  color: #444444 !important;
}
.ace_tag {
  color: #444444 !important;
}
.ace_keyword {
  color: #444444 !important;
}
.ace_tag-open:first-child {
  display: none !important;
}
.chakra-form__required-indicator {
  margin-left: 4px !important;
}
.modal_button {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}
.switch {
  width: 26px !important;
  height: 16px !important;
  background: #cbd5e0 !important;
  border: none !important;
}
.switch span {
  width: 12px !important;
  left: 2px !important;
  top: 2px !important;
  height: 12px !important;
  box-shadow: none !important;
  background: #fff;
  cursor: pointer !important;
}
.active-switch {
  width: 26px !important;
  height: 16px !important;
  background: #007aff !important;
  border: none !important;
  box-shadow: none !important;
}
.active-switch span {
  width: 12px !important;
  height: 12px !important;
  left: 12px !important;
  top: 2px !important;
  box-shadow: none !important;
  background: #fff;
  cursor: pointer !important;
}._header_6jsf1_1 {
  width: 100%;
  height: 64px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 20px;
}

._headerLeftSide_6jsf1_10 {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0 15px;
  height: 100%;
}
._headerLeftSide_6jsf1_10 ._title_6jsf1_17 {
  font-weight: 600;
  font-size: 20px;
  color: var(--heading-color);
}

._border_6jsf1_23 {
  background: #e5e9eb;
  border-radius: 1px;
  height: calc(100% - 32px);
  width: 1px;
}

._headerMiddleSide_6jsf1_30 {
  height: 100%;
  display: flex;
  align-items: center;
}

._headerExtraSide_6jsf1_36 {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  height: 100%;
}
.rc-pagination {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.rc-pagination ul,
.rc-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rc-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: " ";
}

.rc-pagination-total-text {
  display: inline-block;
  height: 28px;
  margin-right: 8px;
  line-height: 26px;
  vertical-align: middle;
}

.rc-pagination-item {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  font-family: Arial;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border-radius: 6px;
  outline: 0;
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rc-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.85);
  transition: none;
}

.rc-pagination-item a:hover {
  text-decoration: none;
}

.rc-pagination-item:focus,
.rc-pagination-item:hover {
  border-color: #007aff;
  transition: all 0.3s;
}

.rc-pagination-item:hover a {
  color: #007aff;
}

.rc-pagination-item-active {
  font-weight: 500;
  background: #007aff;
}

.rc-pagination-item-active a {
  color: #fff;
}

.rc-pagination-item-active:focus,
.rc-pagination-item-active:hover {
  border-color: #0263ca;
}

.rc-pagination-item-active:focus a,
.rc-pagination-item-active:hover a {
  background-color: #007aff;
  color: #fff;
}

.rc-pagination-jump-prev,
.rc-pagination-jump-next {
  outline: 0;
}

.rc-pagination-jump-prev button,
.rc-pagination-jump-next button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #666;
}

.rc-pagination-jump-prev button:after,
.rc-pagination-jump-next button:after {
  display: block;
  content: "•••";
}

.rc-pagination-prev,
.rc-pagination-next,
.rc-pagination-jump-prev,
.rc-pagination-jump-next {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  color: rgba(0, 0, 0, 0.85);
  font-family: Arial;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}

.rc-pagination-prev,
.rc-pagination-next {
  outline: 0;
}

.rc-pagination-prev button,
.rc-pagination-next button {
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  user-select: none;
}

.rc-pagination-prev:hover button,
.rc-pagination-next:hover button {
  border-color: #40a9ff;
}

.rc-pagination-prev .rc-pagination-item-link,
.rc-pagination-next .rc-pagination-item-link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rc-pagination-prev:focus .rc-pagination-item-link,
.rc-pagination-prev:hover .rc-pagination-item-link,
.rc-pagination-next:focus .rc-pagination-item-link,
.rc-pagination-next:hover .rc-pagination-item-link {
  color: #007aff;
  border-color: #007aff;
}

.rc-pagination-prev button:after {
  content: "‹";
  display: block;
}

.rc-pagination-next button:after {
  content: "›";
  display: block;
}

.rc-pagination-disabled,
.rc-pagination-disabled:hover,
.rc-pagination-disabled:focus {
  cursor: not-allowed;
}

.rc-pagination-disabled .rc-pagination-item-link,
.rc-pagination-disabled:hover .rc-pagination-item-link,
.rc-pagination-disabled:focus .rc-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.rc-pagination-slash {
  margin: 0 10px 0 5px;
}

.rc-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
  display: none;
}

@media all and (-ms-high-contrast: none) {
  .rc-pagination-options *::-ms-backdrop,
.rc-pagination-options {
    vertical-align: top;
  }
}
.rc-pagination-options-size-changer.rc-select {
  display: inline-block;
  width: auto;
  margin-right: 8px;
}

.rc-pagination-options-quick-jumper {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
}

.rc-pagination-options-quick-jumper input {
  width: 50px;
  margin: 0 8px;
}

.rc-pagination-simple .rc-pagination-prev,
.rc-pagination-simple .rc-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}

.rc-pagination-simple .rc-pagination-prev .rc-pagination-item-link,
.rc-pagination-simple .rc-pagination-next .rc-pagination-item-link {
  height: 24px;
  background-color: transparent;
  border: 0;
}

.rc-pagination-simple .rc-pagination-prev .rc-pagination-item-link::after,
.rc-pagination-simple .rc-pagination-next .rc-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}

.rc-pagination-simple .rc-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}

.rc-pagination-simple .rc-pagination-simple-pager input {
  box-sizing: border-box;
  height: 100%;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.3s;
}

.rc-pagination-simple .rc-pagination-simple-pager input:hover {
  border-color: #007aff;
}

.rc-pagination.rc-pagination-disabled {
  cursor: not-allowed;
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item {
  background: hsv(0, 0, 96%);
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed;
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item-active {
  background: red;
  border-color: transparent;
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item-active a {
  color: #fff;
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  background: hsv(0, 0, 96%);
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item-link-icon {
  opacity: 0;
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item-ellipsis {
  opacity: 1;
}

.table_wrapperr tbody tr td div div {
  width: auto !important;
}
.table_wrapperr tbody tr td div div div {
  width: auto !important;
}
.table_wrapperr tbody tr td div div div div {
  width: auto !important;
}

@media only screen and (max-width: 992px) {
  .rc-pagination-item-after-jump-prev,
.rc-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .rc-pagination-options {
    display: none;
  }
}._table_wrapperr_118au_1 tbody tr td div div {
  width: auto !important;
}
._table_wrapperr_118au_1 tbody tr td div div div {
  width: auto !important;
}
._table_wrapperr_118au_1 tbody tr td div div div div {
  width: auto !important;
}._select_container_uliev_1 {
  width: 326px !important;
}._footer_1w8cd_1 {
  width: 100%;
  height: 56px;
  box-shadow: inset 0px 1px 0px #e5e9eb;
  display: flex;
  align-items: center;
}

._footerLeftSide_1w8cd_9 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 15px;
  height: 100%;
}
._footerLeftSide_1w8cd_9 ._title_1w8cd_16 {
  font-weight: 600;
  font-size: 20px;
  color: var(--heading-color);
}

._footerExtraSide_1w8cd_22 {
  margin-left: auto;
}._header_vb5j2_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._icons_vb5j2_7 {
  border-radius: 6px;
  border: 1px solid #e5e9eb;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-left: 10px;
}

._icon_vb5j2_7 {
  border-radius: 6px;
  border: 1px solid #e5e9eb;
  width: 28px !important;
  height: 28px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 4px;
}

._addIcon_vb5j2_31 {
  background-color: #F6FBFF !important;
  width: 49.5px;
  height: 48px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  cursor: pointer;
}

._css-1xa1gs2_vb5j2_47 {
  width: 326px !important;
}

._css-18euh9p_vb5j2_51 {
  width: 326px !important;
}
._css-18euh9p_vb5j2_51 input {
  width: 326px !important;
}._header_oc5ek_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._header_oc5ek_1 ._title_oc5ek_6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #11181C;
}

._icons_oc5ek_13 {
  border-radius: 6px;
  border: 1px solid #e5e9eb;
  width: 28px !important;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-left: 10px;
}

._icon_oc5ek_13 {
  border-radius: 6px;
  border: 1px solid #e5e9eb;
  width: 28px !important;
  height: 28px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 4px;
}

._addIcon_oc5ek_37 {
  background-color: #F6FBFF !important;
  width: 49.5px;
  height: 48px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  cursor: pointer;
}._box_1ed63_1 {
  padding: 16px 70px 16px 16px;
  height: calc(100vh - 196px);
  display: grid;
  grid-template-columns: repeat(3, 57% 1% 42%);
  gap: 24px;
}
._box_1ed63_1 ._copyBtn_1ed63_8 {
  color: #141414;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 88px;
  height: 40px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  cursor: pointer;
}

._colorWrap_1ed63_23 {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
._colorWrap_1ed63_23 ._color_1ed63_23:active {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid transparent;
  width: 26px;
  height: 26px;
}
._colorWrap_1ed63_23 ._color_1ed63_23:active::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: transparent;
  border: 3px solid white;
}
._colorWrap_1ed63_23 ._activeColor_1ed63_49 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid transparent;
  width: 26px;
  height: 26px;
}
._colorWrap_1ed63_23 ._activeColor_1ed63_49::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: transparent;
  border: 3px solid white;
  margin: 0 1px;
}

._aceEditor_1ed63_68 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  background-color: #fff;
  color: #444;
  border: 1px solid #ccc;
  border-radius: 12px;
  overflow: scroll;
  padding: 30px;
}._image_k4bej_1 {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  border: 1px solid #E5E9EB;
  border-radius: 8px;
  padding: 10px;
}

._image_box_k4bej_11 {
  padding: 20px 29px;
  border-radius: 8px;
  min-width: 180px;
  max-height: 64px;
}
._image_box_k4bej_11 img {
  width: 100%;
  height: 100%;
  max-width: 120px;
  max-height: 24px;
}

._error_k4bej_24 {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  border: 1px solid red;
  border-radius: 8px;
  padding: 10px;
}