:root {
  /* designer panels */
  --d-panel-width: 326px;
  --d-panel-radius: 4px;
  --d-panel-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  --d-panel-background: white;
  /* designer buttons */
  --d-btn-hover-color: rgba(230, 239, 251);
}

.nrp {
  width: var(--d-panel-width);
  border-radius: var(--d-panel-radius);
  box-shadow: 0.15rem 0.15rem 1.2rem rgb(0, 0, 0, 25%);
  background: rgba(252, 252, 252, 1);
  position: relative;
  z-index: 100000;
}

.nrph {
  padding: 12px;
  color: black;
  background: rgb(34, 105, 159);
  font-size: 16px;
  color: white;
}

.n-d-btn {
  position: relative;
  z-index: 1000000;
}

.n-d-btn:hover {
  background: var(--d-btn-hover-color);
}

.n-ed-delete-btn:hover {
  background: #f7b4a8 !important;
}

.n-ed-input {
  width: 60px;
  background: white;
  height: 30px;
  border-radius: 5px;
  border: none;
  padding-left: 8px;
}

.n-ed-input:hover ~ .n-ed-num-wrap {
  visibility: visible;
}

.n-ed-num-wrap {
  position: absolute;
  visibility: hidden;
  top: -4px;
  right: -14px;
  height: 38px;
  width: 24px;
  border-radius: 4px;
  background: rgba(34, 105, 159);
}

.n-ed-num-wrap:hover {
  visibility: visible;
}

.n-ed-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #ecf0f5;
}

.n-ed-item:last-child {
  border-bottom: none;
}

.n-ed-item-col {
  width: 100%;
  padding-bottom: 4px;
}

.n-ed-btn {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.n-ed-btn:hover {
  background: var(--d-btn-hover-color);
}

.n-ed-ed {
  width: 60px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.n-ed-dash-border-icon {
  stroke-dasharray: 2 2;
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 1.4px;
}

.n-ed-content-ed {
  width: 100%;
  background: #ecf0f5;
  height: 36px;
  border-radius: 5px;
  border: none;
  padding-left: 8px;
  margin-top: 8px;
}

.n-ed-select:hover {
  background: var(--d-btn-hover-color);
}

.n-ed-wrapped-btn {
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.18);
  border-radius: 3px;
  width: 34px !important;
  height: 34px !important;
}

.n-ed-margin {
  margin: 1rem;
  color: black;
}

.n-ed-item-g {
  background: #ecf0f5;
  border-radius: 5px;
  padding: 10px;
  margin-top: 0.75rem;
}

.n-ed-item-border {
  border-bottom: 1px solid #ecf0f5;
}

.n-ed-color-type-wrap {
  background: #ecf0f5;
  width: 100%;
  padding: 2px;
  border-radius: 5px;
  padding-left: 6px;
  padding-right: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.n-ed-color-type {
  padding-left: 9px;
  padding-right: 9px;
  cursor: default;
  height: 25px !important;
  line-height: 1;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  border-radius: 3px 3px 0px 0px;
  margin-bottom: -11px;
  font-weight: 500;
}

.n-ed-panel-title {
  width: 100%;
  height: 38px;
  /* background: rgba(34, 105, 159); */
  color: rgba(34, 105, 159);
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0.8rem;
  font-weight: 400;
}

.db-corner-cell {
  border-color: rgb(154, 159, 166);
  border-width: 0px 1px 1px 0px;
  justify-content: center;
  border-style: solid;
  align-items: center;
  position: fixed;
  width: 40px;
  color: #7d7e8a;
  display: flex;
  height: 31px;
  top: 122px;
  left: 50px;
}

.nlp-title2 {
  font-size: 18px;
  color: rgb(64, 136, 199);
  font-weight: 400;
  letter-spacing: 0.2mm;
}
.nlp-title2-p {
  padding-left: 10px;
}

.nlp-title {
  font-size: 18px;
  color: rgb(45, 45, 45);
  font-weight: 400;
  letter-spacing: 0.2mm;
  /* background: rgba(34, 105, 159, 0.17); */
  border-radius: 5px 5px 0px 0px;
  /* height: 40px; */
  /* padding-left: 12px; */
}

.nlp-btn {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(34, 105, 159);
  letter-spacing: 0.165mm;
}

.nlp-btn:hover {
  background: rgba(34, 105, 159, 0.1);
}

.nlp-db-bar {
  background: transparent;
}

.nlp-db-bar:hover {
  background: rgba(34, 105, 159, 0.17);
}

.nlp-db-tbl-name {
  /* color: rgb(34, 105, 159); */
  font-size: 16px;
  font-weight: 400;
}

.nlp-db-tbl-name:hover {
  color: #032138;
}

.nlp-shad-border {
  box-shadow: 0px 0px 0.1mm 1px rgba(15, 15, 15, 0.85), 0 0.125rem 0.25rem rgb(0, 0, 0, 8%);
}

.theme-color-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
  height: 34px;
  margin-bottom: 8px;
  box-shadow: 0px 0px 0.1mm 1px rgba(15, 15, 15, 0.85), 0 0.125rem 0.25rem rgb(0, 0, 0, 8%);
}

.theme-color-blob {
  height: 40px;
  width: 56px;
  border-radius: 0px 4px 4px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.theme-color-label-wrap {
  height: 40px;
  padding-left: 18px;
  display: flex;
  align-items: center;
}

.theme-color-label {
  font-size: 14px;
  font-weight: 400;
  color: #0f0f0f;
  margin-top: 1px;
  line-height: 14px;
  margin-bottom: 3px;
}

.theme-color-selector {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 8%);
}

.theme-color-selector:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 8%), 0 0 0.11rem 0.2rem rgba(34, 105, 159, 50%);
}

.panel-padding {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 12px;
}

.theme-btn {
  background: rgb(64, 136, 199);
  background: linear-gradient(45deg, rgba(64, 136, 199, 1) 0%, rgba(69, 141, 204, 1) 100%);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 2px;
  box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
}

.theme-item-wrap {
  width: 298px;
  height: 40px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 10%), 0 0 6px rgba(0, 0, 0, 2%);
  border-radius: 4px;
  background: #ffffff;
  padding-left: 14px;
  padding-right: 24px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  line-height: 1;
  font-weight: 400;
  color: #0f0f0f;
  position: relative;
  margin-left: 14px;
}

.theme-item-wrap:last-child {
  margin-bottom: 10px;
}

.font-poppins {
  font-family: 'Poppins', sans-serif !important;
}

.font-dtls-btns:hover {
  background: rgba(34, 105, 159, 0.13);
}

.theme-help-section {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.25rem;
  flex-direction: column;
  margin-top: 5px;
  padding-left: 12px;
  padding-right: 12px;
}

.ned-input-text {
  height: 40px;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid rgba(34, 105, 159, 0);
  padding-left: 12px;
}

.ned-input-text:focus,
.ned-input-text:active {
  background: rgba(34, 105, 159, 0.2);
  border: 1px solid rgba(34, 105, 159, 1);
}

.ned-input {
  background: rgba(34, 105, 159, 0.2);
  height: 40px;
  width: 56px;
  border: none;
  outline: none;
  border-radius: 1px 4px 4px 1px;
  box-shadow: none;
  text-align: center;
}

.ned-input:focus,
.ned-input:active {
  border: 1px solid rgba(34, 105, 159, 1);
}

.ned-button-bar-wrap {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: -4px;
  align-items: center;
  justify-content: space-between;
}

.ned-button-bar {
  height: 30px;
  border-radius: 10px;
  background: rgba(64, 136, 199, 1);
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  width: 220px;
  margin-top: 6px;
}

.ned-button-bar {
  height: 30px;
  border-radius: 10px;
  background: rgba(64, 136, 199, 1);
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  width: 220px;
  margin-top: 6px;
}

.ned-button-bar2 {
  height: 30px;
  border-radius: 4px;
  background: rgba(34, 105, 159, 0.17);
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  width: 298px;
  margin-top: 6px;
  margin-left: 6px;
}

.theme-add-col-btn {
  border-radius: 3px;
  font-weight: 400;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  letter-spacing: 0.165mm;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  height: 24px;
  padding-bottom: 2px;
  width: 70px;
}

.ned-line-item {
  cursor: default;
}
.ned-line-item:hover {
  background: rgba(34, 105, 159, 0.16);
}

.ned-panel-padding {
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.ned-image-select:hover {
  box-shadow: 0px 0px 2px 2px rgba(34, 105, 159, 0.55);
}

.ndb-header-cell {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  justify-content: space-between;
  border-width: 0px 1px 1px 0px;
  border-color: #9a9fa6;
  border-style: solid;
  align-items: center;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  cursor: default;
  padding-bottom: 2px;
  display: flex;
  min-width: 140px;
  max-width: 260px;
}

.ndb-type-emblem {
  color: #7d7e8a;
  font-size: 17px;
  flex-shrink: 0;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.ndb-header-wrap {
  position: sticky;
  display: inline-flex;
  top: 0px;
  z-index: 2;
  cursor: default;
}

.ndb-index-wrap {
  position: sticky;
  z-index: 1;
  left: 0px;
  flex-shrink: 0;
  cursor: default;
}

.nn-ed-margin {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 14px;
}

.npmw {
  width: 148px;
  background: rgb(253, 253, 253);
  border-radius: 6px;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 8%), 0 6px 11px rgba(34, 54, 70, 14%);
  color: #0f0f0f;
  font-weight: 400;
  padding: 5px;
}

.npmob {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
}

.npmhwi {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.npmob:hover {
  background: rgba(34, 105, 159, 0.18);
}

.npmb {
  height: 31px;
  width: 100%;
  border-radius: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.npmbi {
  margin-left: 8px;
  margin-right: 9px;
}

.ncpniw {
  width: 100%;
  height: 100%;
  position: relative;
}

.nypb {
  border-radius: 5px;
  padding-right: 8px;
  padding-left: 8px;
  color: rgb(12, 12, 12);
  font-weight: 400;
}

.nppsb {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 4px;
  background: rgb(34, 105, 159);
  color: white;
  margin-top: 8px;
  width: 290px;
  font-weight: 500;
}

.nppsb:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
}

.nppsba {
  top: 162px;
  color: red;
  position: absolute;
  font-size: 16px;
}

.npni {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid rgb(34, 105, 159);
  outline: none;
  padding-left: 9px;
  background: rgba(34, 105, 159, 0.17);
}

.nspnib {
  position: absolute;
  right: 7px;
  top: 6px;
  height: 26px;
  background: rgba(34, 105, 159, 0.64);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  line-height: 1;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.12);
}

.nspnib1 {
  right: 40px;
  top: 6px;
  width: 40px;
  padding-bottom: 3px;
}

.nspnib2 {
  right: 7px;
  top: 6px;
  font-size: 18px;
  width: 26px;
}

.nspnib:hover {
  background: rgba(34, 105, 159, 0.94);
}

.var-item-wrap {
  margin-top: 0px;
  margin-bottom: 6px;
  padding-left: 10px;
  padding-right: 14px;
  position: relative;
}

.change-var-name-input {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 294px;
  height: 38px;
  border: 1px solid rgb(34, 105, 159);
  background: rgba(34, 105, 159, 0.17);
  font-size: 16px;
  border-radius: 4px;
  outline: none;
  padding-left: 44px;
  padding-bottom: 1px;
}

.vphw {
  background: none !important;
  padding: 0px !important;
  border-bottom: 0px !important;
  cursor: default !important;
}

.vphd {
  overflow-x: hidden;
  overflow-y: scroll;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 4px !important;
}

.vpho {
  height: 28px;
  width: 316px;
  border-radius: 4px;
  padding-left: 14px;
  padding-right: 22px;
  display: flex;
  justify-content: space-between;
  background: rgba(34, 105, 159, 0.17);
  margin-top: 0px;
  margin-left: 5px;
  color: rgba(34, 105, 159, 1);
  box-shadow: 1px 1px 6px rgba(255, 255, 255, 0.62);
  transition: all 250ms ease;
  font-weight: 500;
  padding-top: 1px;
}

.vphc {
  margin-top: 0px;
  margin-left: 10px;
  padding-left: 14px;
  padding-right: 20px;
  transition: all 250ms ease;
}

.vphi {
  font-size: 18px;
  transition: all 200ms ease;
}

.var-icon-wrap {
  width: 34px;
  height: 34px;
  border-radius: 3px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.var-input-wrap-naming {
  background: rgba(34, 105, 159, 0.64);
}

.forgot-pass-link-wrap {
  font-size: 14px;
  width: 100%;
  font-weight: 300;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin-top: 5px;
  color: rgb(34, 105, 159);
  font-family: 'Poppins', san-serif;
}

.forgot-pass-link {
  width: 170px;
}
.forgot-pass-link:hover {
  color: rgb(114, 82, 217);
}

.chat-threads-head-wrap {
  height: 78px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 4px;
}

.chat-thread-head {
  width: 100%;
  display: flex;
  align-items: center;
  webkitfontsmoothing: antialiased;
  padding-bottom: 10px;
}

.chat-thread-search-wrap {
  width: 100%;
  height: 34px;
  border-radius: 6px;
  background: #e6e6f0;
  border: 0px;
  outline: 0px;
  padding-right: 10px;
  color: black;
  display: flex;
  align-items: center;
}

.chat-thread-search-input {
  width: 100%;
  outline: 0;
  border: 0;
  border-radius: 3px;
  background: transparent;
  padding-left: 2px;
}

.chat-threads-search-icon {
  width: 38px;
  height: 100%;
  flex-shrink: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ReactModal__Content {
  opacity: 0;
  transform: translate(0px, 0px);
  transition: all 240ms ease-in-out;
}

.ReactModal__Content--after-open {
  opacity: 1;
  transform: translate(0px, 30px);
}

.ReactModal__Content--before-close {
  opacity: 0;
  transform: translate(0px, 0px);
}

.modal-notch {
  position: absolute;
  top: 77px;
  left: -13px;
  width: 100px;
  height: 16px;
  background-color: black;
  border-radius: 0 0 11px 11px;
  transform: translateX(-50%) rotate(270deg);
}

.modal-notch::before,
.modal-notch::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5px;
  width: 14px;
  height: 7px;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-image: radial-gradient(circle at 0 100%, transparent 6px, black 7px);
}

.modal-notch::after {
  left: calc(100% - 2px);
  background-image: radial-gradient(circle at 100% 100%, transparent 6px, black 7px);
}

.bloks-modal-alert * {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bloks-modal-alert *:focus {
  outline: 0;
}

.bloks-modal-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -135px;
  margin-top: -130px;
  width: 270px;
  text-align: center;
  font-family: -apple-system, SF UI Text, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 12px;
  overflow: hidden;
  z-index: 9999999999999999999999998;
  background-color: rgba(255, 255, 255, 0.83);
}

.bloks-modal-alert .inner {
  padding: 15px;
}

.bloks-modal-alert .title {
  font-weight: 500;
  font-size: 17px;
  color: rgb(28, 28, 30);
  padding-top: 1px;
}

.bloks-modal-alert .text {
  margin-top: 5px;
  color: rgb(28, 28, 30);
  font-weight: 400;
}

.bloks-modal-alert .button {
  position: relative;
  height: 44px;
  line-height: 44px;
  font-size: 17px;
  color: #007aff;
  border-radius: 0 0 13px 13px;
  overflow: hidden;
  cursor: pointer;
  font-weight: 400;
}

.bloks-modal-alert .button:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  display: block;
  background-color: #c4c4c4;
  z-index: 9999999999999999999999999;
}

.bloks-modal-alert-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(51, 51, 51, 0.5);
  z-index: 9999999999999999999999998;
}

.builder-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 49px;
  /* background: #f4f4f7; */
  background: white;
}

.builder-btn:hover {
  background: rgba(34, 105, 159, 0.09);
}
