@charset "UTF-8";
.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}

button.rbc-btn {
  overflow: visible;
  text-transform: none;
  appearance: button;
  cursor: pointer;
}

button[disabled].rbc-btn {
  cursor: not-allowed;
}

button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.rbc-m-b-negative-3 {
  margin-bottom: -3px;
}

.rbc-h-full {
  height: 100%;
}

.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  box-sizing: inherit;
}

.rbc-abs-full, .rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rbc-ellipsis, .rbc-show-more, .rbc-row-segment .rbc-event-content, .rbc-event-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rbc-rtl {
  direction: rtl;
}

.rbc-off-range {
  color: #999999;
}

.rbc-off-range-bg {
  background: rgb(229.5, 229.5, 229.5);
}

.rbc-header {
  overflow: hidden;
  flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #ddd;
}
.rbc-header + .rbc-header {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-header > a, .rbc-header > a:active, .rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-button-link {
  color: inherit;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  user-select: text;
}

.rbc-row-content {
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  z-index: 4;
}

.rbc-row-content-scrollable {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rbc-row-content-scrollable .rbc-row-content-scroll-container {
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar {
  display: none;
}

.rbc-today {
  background-color: #eaf6ff;
}

.rbc-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.rbc-toolbar .rbc-toolbar-label {
  flex-grow: 1;
  padding: 0 10px;
  text-align: center;
}
.rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: 0.375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}
.rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus, .rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.rbc-toolbar button:focus {
  color: #373a3c;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.rbc-toolbar button:hover {
  color: #373a3c;
  cursor: pointer;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}

.rbc-btn-group {
  display: inline-block;
  white-space: nowrap;
}
.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rbc-btn-group button + button {
  margin-left: -1px;
}
.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}
.rbc-btn-group + .rbc-btn-group, .rbc-btn-group + button {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .rbc-toolbar {
    flex-direction: column;
  }
}
.rbc-event, .rbc-day-slot .rbc-background-event {
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.rbc-slot-selecting .rbc-event, .rbc-slot-selecting .rbc-day-slot .rbc-background-event, .rbc-day-slot .rbc-slot-selecting .rbc-background-event {
  cursor: inherit;
  pointer-events: none;
}
.rbc-event.rbc-selected, .rbc-day-slot .rbc-selected.rbc-background-event {
  background-color: rgb(37.7432432432, 89.3513513514, 133.2567567568);
}
.rbc-event:focus, .rbc-day-slot .rbc-background-event:focus {
  outline: 5px auto #3b99fc;
}

.rbc-event-label {
  font-size: 80%;
}

.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-row {
  display: flex;
  flex-direction: row;
}

.rbc-row-segment {
  padding: 0 1px 1px 1px;
}
.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1);
}

.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
  color: #3174ad;
}
.rbc-show-more:hover, .rbc-show-more:focus {
  color: rgb(37.7432432432, 89.3513513514, 133.2567567568);
}

.rbc-month-view {
  position: relative;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  height: 100%;
}

.rbc-month-header {
  display: flex;
  flex-direction: row;
}

.rbc-month-row {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 0 0;
  flex-basis: 0px;
  overflow: hidden;
  height: 100%;
}
.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #ddd;
}

.rbc-date-cell {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right;
}
.rbc-date-cell.rbc-now {
  font-weight: bold;
}
.rbc-date-cell > a, .rbc-date-cell > a:active, .rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-row-bg {
  display: flex;
  flex-direction: row;
  flex: 1 0 0;
  overflow: hidden;
  right: 1px;
}

.rbc-day-bg {
  flex: 1 0 0%;
}
.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.rbc-overlay > * + * {
  margin-top: 1px;
}

.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px;
}

.rbc-agenda-view {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  overflow: auto;
}
.rbc-agenda-view table.rbc-agenda-table {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top;
}
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #ddd;
}
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right;
}

.rbc-agenda-time-cell {
  text-transform: lowercase;
}
.rbc-agenda-time-cell .rbc-continues-after:after {
  content: " »";
}
.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: "« ";
}

.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap;
}

.rbc-agenda-event-cell {
  width: 100%;
}

.rbc-time-column {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.rbc-time-column .rbc-timeslot-group {
  flex: 1;
}

.rbc-timeslot-group {
  border-bottom: 1px solid #ddd;
  min-height: 40px;
  display: flex;
  flex-flow: column nowrap;
}

.rbc-time-gutter,
.rbc-header-gutter {
  flex: none;
}

.rbc-label {
  padding: 0 5px;
}

.rbc-day-slot {
  position: relative;
}
.rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 0;
}
.rbc-day-slot .rbc-events-container.rbc-rtl {
  left: 10px;
  right: 0;
}
.rbc-day-slot .rbc-event, .rbc-day-slot .rbc-background-event {
  border: 1px solid rgb(37.7432432432, 89.3513513514, 133.2567567568);
  display: flex;
  max-height: 100%;
  min-height: 20px;
  flex-flow: column wrap;
  align-items: flex-start;
  overflow: hidden;
  position: absolute;
}
.rbc-day-slot .rbc-background-event {
  opacity: 0.75;
}
.rbc-day-slot .rbc-event-label {
  flex: none;
  padding-right: 5px;
  width: auto;
}
.rbc-day-slot .rbc-event-content {
  width: 100%;
  flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em;
}
.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid rgb(246.5, 246.5, 246.5);
}

.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #ddd;
  z-index: 10;
  margin-right: -1px;
}
.rbc-time-view-resources .rbc-time-header {
  overflow: hidden;
}
.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  flex: 1 0 0;
  flex-basis: 0px;
}
.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none;
}
.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px;
}
.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  flex: 1 1 0;
  flex-basis: 0 px;
}

.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px;
}

.rbc-time-slot {
  flex: 1 0 0;
}
.rbc-time-slot.rbc-now {
  font-weight: bold;
}

.rbc-day-header {
  text-align: center;
}

.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px;
}

.rbc-slot-selecting {
  cursor: move;
}

.rbc-time-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  border: 1px solid #ddd;
  min-height: 0;
}
.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
  text-align: right;
}
.rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: relative;
}
.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
  border-left: 1px solid #ddd;
}
.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4;
}
.rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px;
}

.rbc-time-header {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
}
.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #ddd;
}
.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #ddd;
}
.rbc-time-header > .rbc-row:first-child {
  border-bottom: 1px solid #ddd;
}
.rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
}

.rbc-time-header-cell-single-day {
  display: none;
}

.rbc-time-header-content {
  flex: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-time-header-content > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
  flex-shrink: 0;
}

.rbc-time-content {
  display: flex;
  flex: 1 0 0%;
  align-items: flex-start;
  width: 100%;
  border-top: 2px solid #ddd;
  overflow-y: auto;
  position: relative;
}
.rbc-time-content > .rbc-time-gutter {
  flex: none;
}
.rbc-time-content > * + * > * {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-time-content > .rbc-day-slot {
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
}

.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none;
}

.rbc-resource-grouping.rbc-time-header-content {
  display: flex;
  flex-direction: column;
}
.rbc-resource-grouping .rbc-row .rbc-header {
  width: 141px;
}

@keyframes shake {
  10%, 90% {
    transform: rotate3d(0, 0, -1, 10deg);
  }
  20%, 80% {
    transform: rotate3d(0, 0, 1, 10deg);
  }
  30%, 50%, 70% {
    transform: rotate3d(0, 0, -1, 2deg);
  }
  40%, 60% {
    transform: rotate3d(0, 0, 1, 2deg);
  }
}
@keyframes animate-logo {
  0%, 50% {
    fill: transparent;
  }
  50%, 100% {
    stroke-dashoffset: 0;
  }
  80%, 100% {
    fill: #5641fc;
  }
}
.animated-logo {
  max-width: 250px;
  margin: 0 auto;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.animated-logo path {
  stroke-width: 0.25px;
  stroke: #5641fc;
  fill: transparent;
  animation: animate-logo linear 2s infinite;
}
.animated-logo path:nth-of-type(1) {
  stroke-dasharray: 110px;
  stroke-dashoffset: 110px;
}
.animated-logo path:nth-of-type(2) {
  stroke-dasharray: 182px;
  stroke-dashoffset: 182px;
}
.animated-logo path:nth-of-type(3) {
  stroke-dasharray: 202px;
  stroke-dashoffset: 202px;
}

/*
 * CKEditor 5 (v32.0.0) content styles.
 * Generated on Tue, 22 Feb 2022 08:34:24 GMT.
 * For more information, check out https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/content-styles.html
 */
/* ckeditor5-basic-styles/theme/code.css */
code {
  background-color: hsla(0, 0%, 78%, 0.3);
  padding: 0.15em;
  border-radius: 2px;
}

/* ckeditor5-block-quote/theme/blockquote.css */
blockquote {
  overflow: hidden;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  border-left: solid 5px hsl(0, 0%, 80%);
}

/* ckeditor5-block-quote/theme/blockquote.css */
.ck-content[dir=rtl] blockquote {
  border-left: 0;
  border-right: solid 5px hsl(0, 0%, 80%);
}

/* ckeditor5-font/theme/fontsize.css */
.text-tiny {
  font-size: 0.7em;
}

/* ckeditor5-font/theme/fontsize.css */
.text-small {
  font-size: 0.85em;
}

/* ckeditor5-font/theme/fontsize.css */
.text-big {
  font-size: 1.4em;
}

/* ckeditor5-font/theme/fontsize.css */
.text-huge {
  font-size: 1.8em;
}

/* ckeditor5-highlight/theme/highlight.css */
.marker-yellow {
  background-color: hsl(60, 97%, 73%);
}

/* ckeditor5-highlight/theme/highlight.css */
.marker-green {
  background-color: hsl(120, 93%, 68%);
}

/* ckeditor5-highlight/theme/highlight.css */
.marker-pink {
  background-color: hsl(345, 96%, 73%);
}

/* ckeditor5-highlight/theme/highlight.css */
.marker-blue {
  background-color: hsl(201, 97%, 72%);
}

/* ckeditor5-highlight/theme/highlight.css */
.pen-red {
  color: hsl(0, 85%, 49%);
  background-color: transparent;
}

/* ckeditor5-highlight/theme/highlight.css */
.pen-green {
  color: hsl(112, 100%, 27%);
  background-color: transparent;
}

/* ckeditor5-image/theme/imageresize.css */
.image.image_resized {
  max-width: 100%;
  display: block;
  box-sizing: border-box;
}

/* ckeditor5-image/theme/imageresize.css */
.image.image_resized img {
  width: 100%;
}

/* ckeditor5-image/theme/imageresize.css */
.image.image_resized > figcaption {
  display: block;
}

/* ckeditor5-image/theme/imagecaption.css */
.image > figcaption {
  display: table-caption;
  caption-side: bottom;
  word-break: break-word;
  color: hsl(0, 0%, 20%);
  background-color: hsl(0, 0%, 97%);
  padding: 0.6em;
  font-size: 0.75em;
  outline-offset: -1px;
}

/* ckeditor5-image/theme/image.css */
.image {
  display: table;
  clear: both;
  text-align: center;
  margin: 0.9em auto;
  min-width: 50px;
}

/* ckeditor5-image/theme/image.css */
.image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%;
}

/* ckeditor5-image/theme/image.css */
.image-inline {
  /*
   * Normally, the .image-inline would have "display: inline-block" and "img { width: 100% }" (to follow the wrapper while resizing).;
   * Unfortunately, together with "srcset", it gets automatically stretched up to the width of the editing root.
   * This strange behavior does not happen with inline-flex.
   */
  display: inline-flex;
  max-width: 100%;
  align-items: flex-start;
}

/* ckeditor5-image/theme/image.css */
.image-inline picture {
  display: flex;
}

/* ckeditor5-image/theme/image.css */
.image-inline picture,
.image-inline img {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 100%;
}

/* ckeditor5-image/theme/imagestyle.css */
.image-style-block-align-left,
.image-style-block-align-right {
  max-width: calc(100% - 1.5em);
}

/* ckeditor5-image/theme/imagestyle.css */
.image-style-align-left,
.image-style-align-right {
  clear: none;
}

/* ckeditor5-image/theme/imagestyle.css */
.image-style-side {
  float: right;
  margin-left: 1.5em;
  max-width: 50%;
}

/* ckeditor5-image/theme/imagestyle.css */
.image-style-align-left {
  float: left;
  margin-right: 1.5em;
}

/* ckeditor5-image/theme/imagestyle.css */
.image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}

/* ckeditor5-image/theme/imagestyle.css */
.image-style-align-right {
  float: right;
  margin-left: 1.5em;
}

/* ckeditor5-image/theme/imagestyle.css */
.image-style-block-align-right {
  margin-right: 0;
  margin-left: auto;
}

/* ckeditor5-image/theme/imagestyle.css */
.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}

/* ckeditor5-image/theme/imagestyle.css */
p + .image-style-align-left,
p + .image-style-align-right,
p + .image-style-side {
  margin-top: 0;
}

/* ckeditor5-image/theme/imagestyle.css */
.image-inline.image-style-align-left,
.image-inline.image-style-align-right {
  margin-top: calc(1.5em)/2;
  margin-bottom: calc(1.5em)/2;
}

/* ckeditor5-image/theme/imagestyle.css */
.image-inline.image-style-align-left {
  margin-right: calc(1.5em)/2;
}

/* ckeditor5-image/theme/imagestyle.css */
.image-inline.image-style-align-right {
  margin-left: calc(1.5em)/2;
}

/* ckeditor5-language/theme/language.css */
span[lang] {
  font-style: italic;
}

/* ckeditor5-list/theme/todolist.css */
.todo-list {
  list-style: none;
}

/* ckeditor5-list/theme/todolist.css */
.todo-list li {
  margin-bottom: 5px;
}

/* ckeditor5-list/theme/todolist.css */
.todo-list li .todo-list {
  margin-top: 5px;
}

/* ckeditor5-list/theme/todolist.css */
.todo-list .todo-list__label > input {
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  border: 0;
  left: -25px;
  margin-right: -15px;
  right: 0;
  margin-left: 0;
}

/* ckeditor5-list/theme/todolist.css */
.todo-list .todo-list__label > input::before {
  display: block;
  position: absolute;
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid hsl(0, 0%, 20%);
  border-radius: 2px;
  transition: 250ms ease-in-out box-shadow, 250ms ease-in-out background, 250ms ease-in-out border;
}

/* ckeditor5-list/theme/todolist.css */
.todo-list .todo-list__label > input::after {
  display: block;
  position: absolute;
  box-sizing: content-box;
  pointer-events: none;
  content: "";
  left: calc(16px / 3);
  top: calc(16px / 5.3);
  width: calc(16px / 5.3);
  height: calc(16px / 2.6);
  border-style: solid;
  border-color: transparent;
  border-width: 0 calc(16px / 8) calc(16px / 8) 0;
  transform: rotate(45deg);
}

/* ckeditor5-list/theme/todolist.css */
.todo-list .todo-list__label > input[checked]::before {
  background: hsl(126, 64%, 41%);
  border-color: hsl(126, 64%, 41%);
}

/* ckeditor5-list/theme/todolist.css */
.todo-list .todo-list__label > input[checked]::after {
  border-color: hsl(0, 0%, 100%);
}

/* ckeditor5-list/theme/todolist.css */
.todo-list .todo-list__label .todo-list__label__description {
  vertical-align: middle;
}

/* ckeditor5-page-break/theme/pagebreak.css */
.page-break {
  position: relative;
  clear: both;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ckeditor5-page-break/theme/pagebreak.css */
.page-break::after {
  content: "";
  position: absolute;
  border-bottom: 2px dashed hsl(0, 0%, 77%);
  width: 100%;
}

/* ckeditor5-page-break/theme/pagebreak.css */
.page-break__label {
  position: relative;
  z-index: 1;
  padding: 0.3em 0.6em;
  display: block;
  text-transform: uppercase;
  border: 1px solid hsl(0, 0%, 77%);
  border-radius: 2px;
  font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 0.75em;
  font-weight: bold;
  color: hsl(0, 0%, 20%);
  background: hsl(0, 0%, 100%);
  box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ckeditor5-media-embed/theme/mediaembed.css */
.media {
  clear: both;
  margin: 0.9em 0;
  display: block;
  min-width: 15em;
}

/* ckeditor5-table/theme/table.css */
.table {
  margin: 0.9em auto;
  display: table;
}

/* ckeditor5-table/theme/table.css */
.table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  border: 1px double hsl(0, 0%, 70%);
}

/* ckeditor5-table/theme/table.css */
.table table td,
.table table th {
  min-width: 2em;
  padding: 0.4em;
  border: 1px solid hsl(0, 0%, 75%);
}

/* ckeditor5-table/theme/table.css */
.table table th {
  font-weight: bold;
  background: hsla(0, 0%, 0%, 0.05);
}

/* ckeditor5-table/theme/table.css */
.ck-content[dir=rtl] .table th {
  text-align: right;
}

/* ckeditor5-table/theme/table.css */
.ck-content[dir=ltr] .table th {
  text-align: left;
}

/* ckeditor5-table/theme/tablecaption.css */
.table > figcaption {
  display: table-caption;
  caption-side: top;
  word-break: break-word;
  text-align: center;
  color: hsl(0, 0%, 20%);
  background-color: hsl(0, 0%, 97%);
  padding: 0.6em;
  font-size: 0.75em;
  outline-offset: -1px;
}

/* ckeditor5-code-block/theme/codeblock.css */
pre {
  padding: 1em;
  color: hsl(0, 0%, 20.8%);
  background: hsla(0, 0%, 78%, 0.3);
  border: 1px solid hsl(0, 0%, 77%);
  border-radius: 2px;
  text-align: left;
  direction: ltr;
  tab-size: 4;
  white-space: pre-wrap;
  font-style: normal;
  min-width: 200px;
}

/* ckeditor5-code-block/theme/codeblock.css */
pre code {
  background: unset;
  padding: 0;
  border-radius: 0;
}

/* ckeditor5-horizontal-line/theme/horizontalline.css */
hr {
  margin: 15px 0;
  height: 4px;
  background: hsl(0, 0%, 87%);
  border: 0;
}

/* ckeditor5-mention/theme/mention.css */
.mention {
  background: hsla(341, 100%, 30%, 0.1);
  color: hsl(341, 100%, 30%);
}

@media print {
  /* ckeditor5-page-break/theme/pagebreak.css */
  .page-break {
    padding: 0;
  }
  /* ckeditor5-page-break/theme/pagebreak.css */
  .page-break::after {
    display: none;
  }
}
.perfectomy-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  justify-content: stretch;
}
.perfectomy-checkbox-group .perfectomy-checkbox {
  border-radius: 4px;
  border: 1px solid #5641FC;
  transition: 300ms background;
  width: calc(33.3% - 20px);
  flex-basis: calc(33.3% - 20px);
  padding: 10px 18px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.perfectomy-checkbox-group .perfectomy-checkbox .description {
  font-size: 14px;
  line-height: 16px;
}
.perfectomy-checkbox-group .perfectomy-checkbox input {
  display: none;
}
.perfectomy-checkbox-group .perfectomy-checkbox label {
  color: #5641FC;
  cursor: pointer;
}
.perfectomy-checkbox-group .perfectomy-checkbox:hover {
  background: #ECECFD;
}
.perfectomy-checkbox-group .perfectomy-checkbox.selected {
  background: #ECECFD;
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title:after,
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title:before {
  background: rgba(0, 0, 0, 0.25);
}

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background: rgba(0, 0, 0, 0.25);
}

.social-login {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 11px 0 0;
  border: none;
  width: 250px;
}
.social-login span {
  margin-left: 5px;
}
.social-login.google {
  background: #4285F4;
}
.social-login.apple {
  background: black;
}
.social-login.apple svg {
  transform: scale(0.6);
}

.form-emails .ant-space-item:first-of-type {
  flex-grow: 1;
}
.form-emails .emails {
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: "tnum", "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 5px 13px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 15px;
  line-height: 1.66667;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
}

.ant-menu-dark.ant-menu-horizontal .menu-search.ant-menu-item-active {
  cursor: initial;
}
.ant-menu-dark.ant-menu-horizontal .search-box-input input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

.custom-hover-card .ant-card-hoverable {
  transition: background-color 300ms;
}
.custom-hover-card .ant-card-hoverable:hover {
  background: #eceff1;
  box-shadow: none;
}
.custom-hover-card:not(.card-bordered) .ant-card-hoverable {
  border: none;
  border-radius: 6px;
}

.conversations-menu .ant-menu-item {
  height: auto;
  border-bottom: 1px solid rgba(0, 21, 40, 0.08);
  padding: 1rem 0.5rem;
}
.conversations-menu .ant-menu-item .ant-menu-title-content {
  display: flex;
  flex-direction: column;
}

.file-viewer {
  max-width: 100%;
}
.file-viewer .pg-viewer-wrapper .photo-viewer-container {
  align-items: flex-start;
}
.file-viewer img {
  max-width: 100%;
}

.file-repository-image {
  padding: 1rem 0.5rem;
  cursor: pointer;
  background: rgb(240, 242, 245);
  height: 90px;
  position: relative;
  overflow: hidden;
}
.file-repository-image .add-overlay {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.file-repository-image .ant-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 90%;
  transition: transform 300ms;
}
.file-repository-image:hover .add-overlay {
  display: block;
}
.file-repository-image:hover .ant-image {
  transform: translate(-50%, -50%) scale(1.1);
}
.file-repository-image:hover:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 21, 41, 0.3);
  z-index: 10;
}

.header-item-icon-tool button {
  color: #fff;
}
.header-item-icon-tool:hover button {
  color: #fff;
}

.header-button {
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: transparent;
}

.chat-badge {
  text-align: center;
}
.chat-badge .ant-badge-status {
  line-height: normal;
}

.ant-btn.no-hover:active, .ant-btn.no-hover:focus {
  outline: none;
}
.ant-btn.no-hover:hover {
  border: none;
}

.drag-handle {
  cursor: grab;
}

.basic-inline-editor {
  padding: 2px 4px;
}

.ant-collapse-header {
  align-items: center;
}

.app-link {
  color: inherit;
}

.filter-tag {
  background: #ECECFD;
  color: #5641FC;
  border: 1px solid #5641FC;
  padding: 8px 10px;
}

.main-sidebar {
  height: 100vh;
  overflow: hidden;
}
.main-sidebar .ant-menu {
  padding-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main-sidebar .main-sidebar-logo {
  padding: 0 calc(50% - 1rem) !important;
}
.main-sidebar .main-sidebar-logo.ant-menu-item-selected, .main-sidebar .main-sidebar-logo.ant-menu-item:hover {
  background: #2D256C !important;
}
.main-sidebar .main-sidebar-notifications {
  padding-top: 10px !important;
  height: 48px;
}
.main-sidebar .main-sidebar-notifications.ant-menu-item-selected, .main-sidebar .main-sidebar-notifications.ant-menu-item:hover {
  background: #2D256C !important;
}
.main-sidebar .main-sidebar-chat {
  padding-top: 10px !important;
}
.main-sidebar .main-sidebar-chat.ant-menu-item-selected, .main-sidebar .main-sidebar-chat.ant-menu-item:hover {
  background: #2D256C !important;
}
.main-sidebar .perfectomy-menu-item.ant-menu-item {
  padding: 0 !important;
}
.main-sidebar .perfectomy-menu-item .custom-label {
  display: flex;
  width: 100%;
  height: 100%;
  vertical-align: 0 !important;
}
.main-sidebar .perfectomy-menu-item .custom-label .anticon {
  line-height: 25px !important;
}
.main-sidebar .perfectomy-menu-item .custom-label .ant-typography {
  color: white;
  opacity: 1 !important;
  font-size: 9px;
  margin: 0;
  width: 90%;
  text-overflow: ellipsis;
}

.header-account-settings {
  background: #5641FC;
  border-radius: 100%;
}
.header-account-settings svg {
  color: white;
}
.header-account-settings .ant-menu-title-content {
  display: none;
}

.ant-menu-item-selected a {
  color: white;
}
.ant-menu-item-selected a:hover {
  color: white;
}

.primary-color-tag {
  color: #5641FC;
  border-color: #5641FC;
  background: #ECECFD;
}

.tag-alert-important {
  background: #ECFDF3;
  color: #11B86A;
  border-color: #11B86A;
}

.tag-alert-urgent {
  background: #FFEFEF;
  color: #FF1E00;
  border-color: #FF1E00;
}

.tag-alert-warning {
  background: #FFFAEC;
  color: #F78F08;
  border-color: #F78F08;
}

.tag-alert-informational {
  background: #ECECFD;
  color: #5641FC;
  border-color: #5641FC;
}

.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
  color: white;
}

.app-icon-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #e0e0e0;
  padding: 0.5rem 0;
  border-radius: 6px;
  cursor: pointer;
  transition: box-shadow 300ms;
}
.app-icon-box .icon {
  font-size: 3rem;
  height: 90px;
  width: 90px;
  padding: 0.5rem;
  text-align: center;
}
.app-icon-box:hover {
  box-shadow: 0 0 4px 0 #5641FC;
}

.color-square {
  height: 25px;
  width: 25px;
  border-radius: 6px;
  border: 2px solid white;
}

.room-preview {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4px 6px;
}
.room-preview .room-event-name {
  margin-left: 12px;
}

.ant-form-item .react-tel-input {
  display: flex;
  flex-direction: row-reverse;
}
.ant-form-item .react-tel-input .app-phone-input {
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 5px 13px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 15px;
  line-height: 1.66667;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-left: none;
  border-radius: 0 2px 2px 0;
  transition: all 0.3s;
}
.ant-form-item .react-tel-input .flag-dropdown {
  position: relative;
  top: auto;
  bottom: auto;
  border: 1px solid #d9d9d9;
}
.ant-form-item .react-tel-input .country-list .search {
  padding: 10px;
}
.ant-form-item .react-tel-input .country-list .search-box {
  width: 100%;
  background-color: #edeff2;
  color: #22282f;
  border: none;
  border-radius: 5px;
  margin: 0;
  padding: 10px 10px;
}

.full-screen-modal {
  width: 100vw !important;
  height: 100vh;
  margin: 0;
  top: 0;
  padding: 0;
  max-width: none;
  overflow: hidden;
}
.full-screen-modal .ant-modal-content {
  width: 100vw !important;
  height: 100vh;
}
.full-screen-modal.height-grow .ant-modal-body {
  padding: 0;
  height: calc(100vh - 65px - 45px);
  overflow: scroll;
}
.full-screen-modal.no-footer .ant-modal-body {
  height: calc(100vh - 40px);
}
.full-screen-modal.no-footer .ant-modal-footer {
  display: none;
}

.sortable-upload-list .ant-upload-list {
  margin-top: 1rem;
}
.sortable-upload-list .ant-upload-list-item {
  margin: 0;
}
.sortable-upload-list .ant-upload-draggable-list-item {
  padding: 0 5px;
}
.sortable-upload-list .ant-upload-draggable-list-item:hover {
  background-color: #f5f5f5;
}
.sortable-upload-list .ant-upload-draggable-list-item:hover .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}

.no-footer-modal .ant-modal-confirm-btns {
  display: none;
}

.justified-spacer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.justified-spacer .spacer {
  flex-grow: 1;
  height: 1px;
  border: 0.5px dashed #d9d9d9;
}

.ant-card-head-wrapper {
  gap: 8px;
}

.stretch-input .ant-form-item-control-input {
  align-items: stretch;
}
.stretch-input .ant-form-item-control-input .ant-input {
  height: 100%;
}

.ant-popover-inner {
  padding: 0;
}

.ant-table-column-title {
  white-space: nowrap;
}

.table-with-children .ant-table-row-expand-icon {
  color: white;
}

.selectable-list .ant-list-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
  border-radius: 6px;
}
.selectable-list .ant-list-item.selected {
  background: #ECECFD;
}
.selectable-list .ant-list-item.selected .ant-typography {
  color: #5641FC;
}
.selectable-list .ant-list-item.selected:first-of-type {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.selectable-list .ant-list-item.selected:last-of-type {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.selectable-list .highlight em {
  background-color: #ECECFD;
}
.selectable-list.purple .ant-list-item:hover {
  background-color: #ECECFD;
  cursor: pointer;
}

.ant-table-wrapper.scrollable {
  overflow-x: scroll;
}

.no-margin-card-meta .ant-card-meta-detail > div:not(:last-child) {
  margin-bottom: 0;
}

.print-only {
  display: none;
}
@media print {
  .print-only {
    display: block;
  }
}

/* Scroll bar stylings */
.main-app-header .main-app-header-menu.ant-menu-horizontal {
  line-height: 64px;
  height: 64px;
}
.main-app-header .main-app-header-menu.ant-menu-horizontal .ant-menu-item:nth-of-type(2) {
  margin-left: auto;
}

.main-app-header-menu.ant-menu-horizontal .ant-menu-item.app-connection {
  margin-left: auto;
}
.main-app-header-menu.ant-menu-horizontal .ant-menu-item.app-search:hover:after,
.main-app-header-menu.ant-menu-horizontal .ant-menu-item.app-connection:hover:after {
  display: none;
}
.main-app-header-menu.ant-menu-horizontal .header-account-name:after {
  display: none;
}

.search-box-input input {
  border-radius: 20px;
}

.ant-menu-dark .ant-menu-item > span > a {
  color: white;
}

.engagement-box {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  background: white;
  width: 100%;
  max-width: 728px;
}
.engagement-box .ant-page-header {
  background: #001529;
}
.engagement-box .ant-page-header .ant-page-header-heading-title {
  color: white;
}
.engagement-box .engagement-content {
  padding: 0.5rem;
}
.engagement-box .ck.ck-editor__main .ck-content.ck-editor__editable {
  min-height: 150px;
  max-height: 450px;
  overflow: scroll;
}

.email-association img, .association-body img {
  max-height: 250px;
}

.inline-association .attachments-footer {
  padding: 0 12px 12px 12px;
}

.single-overflow-scroll {
  height: 100%;
  overflow-y: scroll;
  overflow-x: visible;
  position: relative;
}
.single-overflow-scroll.infinite-scroller {
  overflow: hidden;
}
.single-overflow-scroll.infinite-scroller .ant-layout-sider-children {
  display: flex;
  flex-direction: column;
}
.single-view-sider .single-overflow-scroll {
  height: calc(100vh - 72px);
  overflow: scroll;
}

.long-card-header .ant-card-meta-title,
.long-card-header .ant-card-head-title {
  white-space: normal;
  text-overflow: unset;
}

.sider-card {
  padding: 2rem;
  border-bottom: 1px solid #f0f0f0;
}

.editable-cell {
  position: relative;
}

.editable-cell-value-wrap {
  padding: 5px 12px;
  cursor: pointer;
}

.editable-row:hover .editable-cell-value-wrap {
  padding: 4px 11px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

[data-theme=dark] .editable-row:hover .editable-cell-value-wrap {
  border: 1px solid #434343;
}

.add-task .ant-input-affix-wrapper {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 0 0 0 15px;
}
.add-task input {
  border-radius: 6px;
}

.flag-checkbox {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.flag-checkbox .ant-checkbox-wrapper {
  align-items: center;
}
.flag-checkbox .ant-checkbox {
  top: 0;
}

.transcript-utterance {
  cursor: pointer;
}
.transcript-utterance:hover {
  background: #ECECFD !important;
}

.object-association.highlight .ant-card {
  box-shadow: 0 0 10px 1px rgba(86, 65, 252, 0.4);
  margin: 0 0.5rem;
}

.settings-group {
  background: white !important;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.settings-group .ant-picker {
  padding: 3.5px 13px 3.5px;
  border-width: 0px;
}
.settings-group.np-bordered {
  box-shadow: none;
}

.settings-group .ant-input-number-affix-wrapper, .perfectomy-form .ant-input-number-affix-wrapper {
  padding: 0 !important;
  border: none;
}
.settings-group .ant-select-single, .perfectomy-form .ant-select-single {
  height: auto;
}
.settings-group .ant-input-affix-wrapper, .settings-group .ant-input-number-input:not(.ant-input-number-input), .settings-group .ant-input-number, .perfectomy-form .ant-input-affix-wrapper, .perfectomy-form .ant-input-number-input:not(.ant-input-number-input), .perfectomy-form .ant-input-number {
  background-color: #EDEFF2 !important;
  color: #22282F;
  border: none;
  padding: 3px 11px;
  border-radius: 5px;
  height: 37px;
}
.settings-group .ant-input-affix-wrapper.ant-input-number-status-error, .settings-group .ant-input-number-input:not(.ant-input-number-input).ant-input-number-status-error, .settings-group .ant-input-number.ant-input-number-status-error, .perfectomy-form .ant-input-affix-wrapper.ant-input-number-status-error, .perfectomy-form .ant-input-number-input:not(.ant-input-number-input).ant-input-number-status-error, .perfectomy-form .ant-input-number.ant-input-number-status-error {
  background-color: #EDEFF2 !important;
  border: 1px solid;
}
.settings-group .react-tel-input .app-phone-input, .perfectomy-form .react-tel-input .app-phone-input {
  background-color: #EDEFF2;
  color: #22282F;
  border: none;
  padding: 3px 11px;
  border-radius: 0 5px 5px 0;
  height: 37px;
}
.settings-group .react-tel-input .flag-dropdown, .perfectomy-form .react-tel-input .flag-dropdown {
  border: none;
  background: #EDEFF2;
}
.settings-group .react-tel-input .flag-dropdown .selected-flag:hover, .perfectomy-form .react-tel-input .flag-dropdown .selected-flag:hover {
  background: #EDEFF2;
}
.settings-group .react-tel-input .flag-dropdown.open, .perfectomy-form .react-tel-input .flag-dropdown.open {
  background: #EDEFF2;
}
.settings-group .react-tel-input .flag-dropdown.open .selected-flag, .perfectomy-form .react-tel-input .flag-dropdown.open .selected-flag {
  background: #EDEFF2;
}
.settings-group .react-tel-input .country-list .search, .perfectomy-form .react-tel-input .country-list .search {
  padding: 10px;
}
.settings-group .react-tel-input .country-list .search-box, .perfectomy-form .react-tel-input .country-list .search-box {
  width: 100%;
  background-color: #EDEFF2;
  color: #22282f;
  border: none;
  border-radius: 5px;
  margin: 0;
  padding: 10px 10px;
}
.settings-group .ant-input, .settings-group .ant-input.ant-input-status-error, .perfectomy-form .ant-input, .perfectomy-form .ant-input.ant-input-status-error {
  background-color: #EDEFF2 !important;
  color: #22282F;
  border: none;
  padding: 7px 11px;
  border-radius: 5px;
}
.settings-group .ant-input-number-group-addon, .perfectomy-form .ant-input-number-group-addon {
  background-color: #EDEFF2 !important;
  color: #22282F;
  border: none;
  padding: 3px 11px;
  border-radius: 0 5px 5px 0;
}
.settings-group .ant-select:not(.ant-select-customize-input) .ant-select-selector, .perfectomy-form .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background: #EDEFF2 !important;
  border-radius: 5px;
  border: none;
}
.settings-group .ant-picker, .perfectomy-form .ant-picker {
  border-radius: 5px;
  background-color: #EDEFF2 !important;
  width: 100%;
}
.settings-group .ant-picker .ant-picker-input, .perfectomy-form .ant-picker .ant-picker-input {
  background-color: #EDEFF2 !important;
  color: #22282F;
  border: none;
  padding: 3px 11px;
  border-radius: 5px;
}
.settings-group .app-form-item, .perfectomy-form .app-form-item {
  background-color: #EDEFF2 !important;
  border-radius: 5px;
  color: #22282F;
  padding: 10px 5px;
}
.settings-group .completed-field .field-value, .perfectomy-form .completed-field .field-value {
  background-color: #EDEFF2;
  border: none;
  padding: 3px 11px;
  border-radius: 5px;
}
@media print {
  .settings-group .printable, .perfectomy-form .printable {
    padding: 2rem;
  }
}

.search-input .ant-input {
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  border: none;
}
.search-input .ant-input-group-addon .ant-btn {
  height: 43px;
  background: white;
  border: none;
  border-radius: 0 10px 10px 0;
}

.association-body .ck.ck-editor__editable_inline > :last-child {
  margin-bottom: 0;
}
.association-body .ck.ck-editor__editable_inline > :first-child {
  margin-top: 0;
}

.email-association p {
  margin-bottom: 0;
}

.perfectomy-protect {
  cursor: pointer;
}
.perfectomy-protect > svg > g > path {
  fill: gray;
  transition: all 1000ms;
}
.perfectomy-protect.protected > svg > g > path {
  fill: #5641fc;
}

.settings-form-text {
  width: 100%;
  padding: 0.5rem 0.5rem;
  border-radius: 10px;
  background: #EDEFF2;
  display: block;
}

.addon-feature {
  display: flex;
  align-items: start;
  border-radius: 6px;
  box-shadow: 0 1.6px 3.6px rgba(0, 0, 0, 0.1390855884), 0 0 2.9px rgba(0, 0, 0, 0.1176878056);
  padding: 0.5rem;
}
.addon-feature .addon-feature-description {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.addon-feature .addon-information {
  display: flex;
  flex-direction: column;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.app-progress {
  width: 100%;
  height: 5px;
  overflow: hidden;
  background: transparent;
}
.app-progress .progress {
  height: 5px;
  border-radius: 10px;
  background: #5641FC;
  width: 100%;
  transition: transform 200ms linear;
}

.appointment-layout {
  position: relative;
}
.appointment-layout .appointment-content {
  height: calc(100vh - 72px);
}

.appointment-sider {
  padding: 1rem 2rem;
  height: 100%;
  overflow: scroll;
}

.appointment-card .ant-card-head {
  cursor: move;
}
.appointment-card .ant-card-head-title {
  white-space: break-spaces;
}

.rbc-event, .rbc-day-slot .rbc-background-event {
  background: #1890ff;
  animation: fadeIn 300ms linear;
}

.rbc-background-event .rbc-addons-dnd-resizable {
  height: 100%;
}

.rbc-event-content {
  overflow: hidden;
}

.rbc-time-view .rbc-row {
  min-height: 44px;
}

.rbc-day-bg.rbc-today {
  background: #ECECFD;
}

.rbc-addons-dnd-resizable {
  display: flex;
  flex-direction: column-reverse;
}

.rbc-timeslot-group {
  min-height: 60px;
}

.appointment-card {
  width: 590px;
  z-index: 1000;
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  max-height: 100vh;
  overflow: scroll;
}

.rbc-day-bg {
  background: white;
}

.rbc-off-range-bg {
  background: #F9FAFC !important;
}

.rbc-time-view {
  background: white;
}

.rbc-label {
  color: #475467;
}

.rbc-header {
  color: #475467;
  background: white;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 10px 8px;
}

.view-navigator {
  border: 1px solid #E4E7EC;
  background: #FCFCFE;
  border-radius: 10px;
}
.view-navigator .view-navigator-button {
  color: #475467;
}
.view-navigator .view-navigator-button.active {
  font-weight: bold;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.15);
  background: white;
  transform: scale(1.1);
}
.view-navigator .view-navigator-button:first-of-type {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.view-navigator .view-navigator-button:last-of-type {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.appointment-event-text {
  color: inherit;
  font-size: 14px;
  line-height: 15px;
}

.appointment-dot {
  width: 5px;
  height: 5px;
  border-radius: 100%;
}
.appointment-dot.more {
  width: auto;
  height: auto;
  color: #0093FF;
  font-size: 8px;
}

.ant-picker-content tr {
  vertical-align: top;
}

.ant-picker-calendar-mini .ant-picker-content th {
  height: 32px;
  vertical-align: top;
}

.ant-picker-cell.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner.ant-picker-calendar-date {
  background: #2D256C;
}

.ant-picker-calendar-date-content {
  line-height: 10px;
}

.today-appointments {
  height: 250px;
  overflow: scroll;
  overflow-x: hidden;
}
.today-appointments .today-appointments-summary {
  display: flex;
  align-items: center;
}
.today-appointments .today-appointments-summary h4 {
  color: #475467;
}
.today-appointments .today-appointments-summary h4, .today-appointments .today-appointments-summary h5 {
  margin: 0;
}
.today-appointments .today-appointments-summary .total-appointments {
  color: #788296;
  flex-grow: 1;
  margin-left: 0.25rem;
  font-weight: 300;
}
.today-appointments::-webkit-scrollbar {
  display: none;
}

.appointment-bar .appointment-time {
  display: flex;
  align-items: center;
}
.appointment-bar .appointment-label {
  border-radius: 10px;
  width: 100%;
  padding: 0.5rem;
  background: #F3F4F8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.appointment-bar .appointment-label .label-time {
  flex: 0 1 35%;
}

.appointments-legend {
  padding-bottom: 1rem;
}

.appointment-form {
  max-height: 80vh;
  overflow: scroll;
}
.appointment-form .ant-select-item {
  align-items: center;
}
.appointment-form .guest-field {
  margin-bottom: 1rem;
}
.appointment-form .guest-field .ant-form-item {
  margin-bottom: 0;
}
.appointment-form .invitation-list {
  padding: 0.5rem;
  background: rgb(241, 243, 244);
}

.appointments-list-wrapper {
  height: calc(100vh - 260px);
  overflow: hidden;
}

.appointments-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.appointments-list .appointment-list-month {
  margin: 1rem 0;
}
.appointments-list .appointment-list-month .ant-typography {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2D256C;
}
.appointments-list .appointments-list-item-wrapper {
  background: #fff;
  padding: 1rem 2rem;
  border-radius: 10px;
  width: 100%;
  position: relative;
}
.appointments-list .appointments-list-item-wrapper .appointment-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
.appointments-list .appointments-list-item-wrapper .appointment-list-item-time {
  flex-shrink: 0;
}
.appointments-list .appointments-list-item-wrapper .appointment-list-item-details {
  flex-grow: 1;
  min-width: 0;
}
.appointments-list .appointments-list-item-wrapper .appointment-list-item-details .ant-typography {
  width: 100%;
}
.appointments-list .appointments-list-item-wrapper .appointment-list-item-actions {
  flex-shrink: 0;
}

.appointment-calendar-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  flex-shrink: 0;
}
.appointment-calendar-date .ant-typography {
  color: #2D256C;
  text-align: center;
}
.appointment-calendar-date .ant-typography:nth-of-type(1) {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1rem;
}
.appointment-calendar-date .ant-typography:nth-of-type(2) {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.ant-picker-calendar .ant-picker-calendar-header {
  padding-inline-end: 0;
  padding-inline-start: 0;
  padding: 14px 0;
}

.icon-box {
  text-align: center;
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid;
}
.icon-box .icon svg {
  width: 24px;
  height: 24px;
}

.merge-tag {
  background: #d7ebfd;
  padding: 4px 5px;
  outline-offset: -2px;
  line-height: 1em;
  margin: 0 1px;
}

.merge-tag::selection {
  display: none;
}

.email-template-editor,
.email-editor {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  overflow: hidden;
}
.email-template-editor .ck.ck-reset.ck-list,
.email-editor .ck.ck-reset.ck-list {
  max-height: 300px;
  overflow: scroll;
}
.email-template-editor .ant-row.ant-form-item,
.email-editor .ant-row.ant-form-item {
  border-bottom: 1px solid #d9d9d9;
  padding: 0.5rem 0.5rem;
  margin-bottom: 0;
}
.email-template-editor .ant-row.ant-form-item:last-of-type,
.email-editor .ant-row.ant-form-item:last-of-type {
  border-bottom: none;
}
.email-template-editor .ant-row.ant-form-item.email-editor-input,
.email-editor .ant-row.ant-form-item.email-editor-input {
  padding: 0;
}
.email-template-editor .ant-row.ant-form-item.no-border,
.email-editor .ant-row.ant-form-item.no-border {
  border: none;
}
.email-template-editor .ant-row.ant-form-item.attachments .ant-upload-list,
.email-editor .ant-row.ant-form-item.attachments .ant-upload-list {
  max-height: 100px;
  overflow: scroll;
}
.email-template-editor .ant-form-item,
.email-editor .ant-form-item {
  margin: 0;
  padding: 0.5rem;
  border: 1px solid #d9d9d9;
  border-bottom: none;
}
.email-template-editor .ant-form-item:last-of-type,
.email-editor .ant-form-item:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}
.email-template-editor .ant-col.ant-form-item-label label,
.email-editor .ant-col.ant-form-item-label label {
  font-weight: bold;
}
.email-template-editor .ant-form-item-required:before,
.email-editor .ant-form-item-required:before {
  display: none;
}
.email-template-editor .ant-input,
.email-editor .ant-input {
  border: none;
}
.email-template-editor .ck.ck-toolbar.ck-toolbar_grouping,
.email-editor .ck.ck-toolbar.ck-toolbar_grouping {
  border: none;
}

.email-editor {
  border: none;
  border-radius: 0;
}

.email-footer .actions {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.email-footer .actions .ant-space {
  align-items: center;
}

.email-association blockquote[type=cite] {
  border-left: 1px solid #f0f0f0;
  padding-left: 1rem;
}
.email-association .ant-card-body {
  display: flex;
}
.email-association img {
  max-width: 100%;
}
.email-association .photo-viewer-container {
  margin: 0 auto;
}

.object-list td:first-of-type {
  padding: 1rem;
}
.object-list td:last-of-type {
  padding: 1rem;
}
.object-list .ant-table-container {
  display: flex;
  overflow: scroll;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
.object-list .ant-table-content {
  width: 100%;
}
.object-list .ant-table-cell:not(.ant-table-selection-column):not(.list-actions) {
  min-width: 180px;
}

.records-view .ant-page-header-heading-left {
  flex-direction: column;
  align-items: flex-start;
}
.records-view .ant-page-header-heading-title {
  font-size: 30px;
}
.records-view .ant-page-header-heading-sub-title {
  margin-left: 1px;
  margin-right: 0;
}

.properties-modal .ant-modal-body {
  display: flex;
  justify-content: center;
}
.properties-modal .ant-transfer-list {
  flex: 1 1 50%;
  width: auto;
  height: auto;
  min-height: 200px;
}

.feature-list {
  display: flex;
  align-items: center;
}
.feature-list .icon svg {
  max-width: 80px;
}
.feature-list .description p {
  margin: 0;
}
.feature-list .description .description-headline {
  font-weight: bold;
}
.feature-list .description .description-text {
  color: #5B687A;
}
.feature-list + .feature-list {
  margin-top: 0.5rem;
}

.list-views-tab {
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  overflow: scroll;
  border-radius: 4px;
}
.list-views-tab .list-view-tab {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 25px;
  cursor: pointer;
  border-top: 1px solid #f0f0f0;
  position: relative;
  background: white;
  border-radius: 4px 0 0 0;
  flex-shrink: 0;
}
.list-views-tab .list-view-tab .ant-typography {
  position: relative;
  z-index: 1;
  color: #5B687A;
}
.list-views-tab .list-view-tab:first-of-type {
  border-radius: 4px 0 0 4px;
}
.list-views-tab .list-view-tab:last-of-type {
  border-right: 1px solid #f0f0f0;
  border-radius: 0 4px 4px 0;
}
.list-views-tab .list-view-tab.active .ant-typography {
  position: relative;
  z-index: 1;
  color: #5641FC;
}
.list-views-tab .list-view-tab.active:before {
  border-radius: 4px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 88%;
  background: #ECECFD;
  z-index: 0;
}

.list-results {
  border: 1px solid #efefef;
  background: white;
}
.list-results .list-search .ant-input-wrapper {
  display: flex;
  align-items: center;
}
.list-results .list-search .ant-input {
  background-color: #EDEFF2;
  color: #22282F;
  border: none;
  padding: 3px 11px;
  border-radius: 5px 0 0 5px;
  height: 37px;
  margin-left: 1rem;
}
.list-results .list-search .ant-input:focus {
  outline: none;
  box-shadow: none;
}
.list-results .list-search .ant-input-group-addon {
  left: auto;
  width: auto;
}
.list-results .list-search .ant-btn {
  background-color: #EDEFF2;
  color: black;
  height: 37px;
  border: none;
  border-radius: 0 5px 5px 0 !important;
}
.list-results .ant-pagination {
  padding-right: 1rem;
}
.list-results .list-header {
  gap: 8px;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.list-results .list-header .filters {
  display: flex;
  overflow: scroll;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
.list-results .list-header .list-search {
  padding-bottom: 10px;
  padding-top: 10px;
}
.list-results .list-header .bulk-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.filters-search .ant-input {
  background-color: #EDEFF2;
  color: #22282F;
  border: none;
  padding: 3px 11px;
  border-radius: 5px 0 0 5px;
  height: 37px;
}
.filters-search .ant-input:focus {
  outline: none;
  box-shadow: none;
}
.filters-search .ant-btn {
  background-color: #EDEFF2;
  color: black;
  height: 37px;
  border: none;
  border-radius: 0 5px 5px 0 !important;
}

.list-view-tab-icon-button {
  padding: 5px 7px;
  display: inline;
  border-radius: 100%;
  cursor: pointer;
}
.list-view-tab-icon-button:hover {
  background: #e0e0e0;
}
.list-view-tab-icon-button:hover.active {
  background: #2D256C;
}

.dashboard-container {
  padding: 1.5rem 2rem;
  max-width: 1600px;
  margin: 0 auto;
}

.dashboard-header {
  margin-bottom: 1.5rem;
}

.dashboard-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.dashboard-component {
  padding: 1rem;
}
.dashboard-component.dashboard-component-no-overflow {
  height: 300px;
  overflow: auto;
}

.booking-deal .ant-card-head-wrapper {
  flex-wrap: wrap;
}
.booking-deal .ant-card-head-title {
  white-space: break-spaces;
}
@media (max-width: 576px) {
  .booking-deal .ant-card-head-title {
    line-height: 20px;
  }
}

.booking-account-title .ant-page-header-heading-title {
  white-space: break-spaces;
}
@media (max-width: 576px) {
  .booking-account-title .ant-page-header-heading-title {
    line-height: 20px;
  }
}

.link-box-wrapper {
  margin-top: 2rem;
}

.link-box {
  background: white;
  border-radius: 10px;
}

.portal-deal-card {
  border-radius: 16px;
  margin: 16px;
  background-color: #fff;
  padding: 0 0 20px 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.portal-deal-card h1, .portal-deal-card h2, .portal-deal-card h3, .portal-deal-card h4, .portal-deal-card h5, .portal-deal-card h6 {
  color: #22282F;
}
.portal-deal-card .deal-card-head {
  background-color: #F3F4F8;
  border-radius: 16px 16px 0 0;
  padding: 20px 18px 20px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.portal-deal-card .deal-card-head .deal-card-head-wrapper {
  display: flex;
  align-items: center;
}
.portal-deal-card .deal-card-head .deal-card-head-item .primary {
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  font-weight: bold;
  color: #2d256c;
}
@media (max-width: 599px) {
  .portal-deal-card .deal-card-head .deal-card-head-item .primary {
    font-size: 18px;
    line-height: 19px;
  }
}
.portal-deal-card .deal-card-head .deal-card-head-item .secondary {
  margin: 0;
  font-size: 14px;
  color: #788293;
}
@media (max-width: 599px) {
  .portal-deal-card .deal-card-head .deal-card-head-item .secondary {
    font-size: 12px;
  }
}
.portal-deal-card .deal-card-head .deal-card-head-item .regular {
  font-size: 18px;
  line-height: 21px;
  margin: 0;
  color: #2d256c;
  font-weight: 400;
}
@media (max-width: 599px) {
  .portal-deal-card .deal-card-head .deal-card-head-item .regular {
    font-size: 16px;
    line-height: 19px;
  }
}
.portal-deal-card .deal-card-head .deal-card-head-item .balance {
  font-weight: bold;
  color: #11b86a;
}
.portal-deal-card .deal-card-head .deal-card-head-item.right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 8px;
}
.portal-deal-card .deal-card-head > div:first-of-type {
  width: 80%;
}
.portal-deal-card .deal-card-content {
  display: flex;
  justify-content: space-between;
  padding: 20px 18px 20px 18px;
}
.portal-deal-card .deal-card-content .deal-card-content-item {
  width: 50%;
  flex-basis: 50%;
}
.portal-deal-card .deal-card-content .deal-card-content-item:first-of-type {
  padding-right: 4px;
}
.portal-deal-card .deal-card-content .deal-card-content-item:last-of-type {
  padding-left: 4px;
}
@media (max-width: 599px) {
  .portal-deal-card .deal-card-content .deal-card-content-item {
    flex-basis: 100%;
    width: 100%;
    padding: 0;
  }
  .portal-deal-card .deal-card-content .deal-card-content-item:last-of-type {
    margin-top: 0.5rem;
  }
}
.portal-deal-card .deal-card-content .deal-card-content-item-header {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 599px) {
  .portal-deal-card .deal-card-content .deal-card-content-item-header {
    font-size: 14px;
  }
}
.portal-deal-card .deal-card-content .deal-card-content-item-description {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #f3f4f8;
  padding: 8px;
  border-radius: 50px;
}
.portal-deal-card .deal-card-content .deal-card-content-item-description .icon {
  color: white;
  padding: 8px;
  border-radius: 50px;
  font-size: 18px;
  background-color: #2d256c;
}
@media (max-width: 599px) {
  .portal-deal-card .deal-card-content .deal-card-content-item-description .icon {
    font-size: 14px;
    padding: 6px;
  }
}
.portal-deal-card .deal-card-content .deal-card-content-item-description .text {
  margin: 0 0 0 8px;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  font-weight: 400;
}
@media (max-width: 599px) {
  .portal-deal-card .deal-card-content .deal-card-content-item-description .text {
    font-size: 12px;
    line-height: 14px;
    padding: 0 6px;
  }
}
@media (max-width: 599px) {
  .portal-deal-card .deal-card-content {
    flex-wrap: wrap;
  }
}
.portal-deal-card .deal-card-items-header {
  margin: 0 0 10px 0;
}
.portal-deal-card .deal-card-items {
  display: flex;
  flex-direction: column;
  padding: 30px 50px 30px 50px;
  background-color: #f3f4f8;
  border-radius: 10px;
}
.portal-deal-card .deal-card-items .deal-card-items-header {
  font-size: 19px;
  color: #22282F;
  margin: 0;
}
@media (max-width: 599px) {
  .portal-deal-card .deal-card-items .deal-card-items-header {
    font-size: 16px;
  }
}
.portal-deal-card .deal-card-items .deal-card-items-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  font-size: 18px;
  background-color: #f3f4f8;
  margin: 4px;
  padding: 4px 8px;
}
.portal-deal-card .deal-card-items .deal-card-item {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.portal-deal-card .deal-card-items .deal-card-item .discount {
  font-size: 12px;
}
.portal-deal-card .deal-card-items .deal-card-item.header {
  font-weight: 500;
}
@media (max-width: 599px) {
  .portal-deal-card .deal-card-items .deal-card-item {
    font-size: 14px;
  }
}
.portal-deal-card .deal-card-items + .deal-card-items {
  padding-top: 0;
}
.portal-deal-card .deal-card-payments {
  background-color: #f3f4f8;
  display: flex;
  align-items: center;
  padding: 30px 50px 30px 50px;
}
.portal-deal-card .deal-card-payments .deal-card-payment {
  width: 50%;
  margin-left: 8px;
  color: #2d226c;
  font-size: 18px;
}
.portal-deal-card .deal-card-payments .balance-chart {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.portal-deal-card .deal-card-payments .payment-descriptor {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  display: block;
  color: #2D256C;
}
.portal-deal-card .deal-card-payments .payment-descriptor.light {
  font-weight: 400;
}
.portal-deal-card .deal-card-payments .payment-descriptor.primary {
  color: #5641FC;
}
@media (max-width: 599px) {
  .portal-deal-card .deal-card-payments .payment-descriptor {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 599px) {
  .portal-deal-card .deal-card-footer .footer-item .ant-space {
    flex-direction: column;
    gap: 3px !important;
  }
}
.portal-deal-card.expanded .deal-card-head {
  padding: 20px 50px 20px 50px;
}
.portal-deal-card.expanded .deal-card-content {
  padding: 20px 50px 20px 50px;
}
@media (max-width: 599px) {
  .portal-deal-card {
    width: calc(100vw - 32px);
  }
}

.portal-button {
  text-align: center;
  color: #5641FC;
  border: 1px solid #5641FC;
  width: 100%;
  border-radius: 8px;
  background: white;
}
.portal-button.transparent {
  background: transparent;
}
.portal-button.full-width {
  width: 100%;
}
.portal-button.floating {
  color: #2D256C;
  background: white;
  border: none;
  border-radius: 14px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 599px) {
  .portal-button {
    font-size: 16px;
  }
}

.portal-deal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
}

.close-icon-overlay {
  position: fixed;
  font-size: 36px;
  float: right;
  margin: 12px;
  z-index: 15;
  top: 0;
  left: calc(100% - 72px);
}
.close-icon-overlay svg path {
  fill: #5641FC;
}

.portal-tag {
  border-radius: 50px;
  line-height: 22px;
}
.portal-tag.error {
  color: #FF1E00;
  background: #FFEFEF;
  border-color: #FF1E00;
}
.portal-tag.warning {
  color: #F78F08;
  background: #FFFAEC;
  border-color: #F78F08;
}
.portal-tag.success {
  color: #11B86A;
  background: #ECFDF3;
  border-color: #11B86A;
}

.import-card .ant-card-body {
  text-align: center;
}
.import-card svg {
  width: 100%;
  max-width: 250px;
  max-height: 200px;
}

.channel-conversation-preview-wrapper {
  border-top: 1px solid #d4d5d7;
}
.channel-conversation-preview-wrapper:last-of-type {
  border-bottom: 1px solid #d4d5d7;
}

.channel-conversation-preview {
  padding: 0.75rem 1rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.channel-conversation-preview .channel-conversation-preview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.channel-conversation-preview .channel-conversation-preview-header-title {
  min-width: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
  gap: 15px;
  flex-basis: 100%;
}
.channel-conversation-preview .channel-conversation-preview-header-title .conversation-avatar {
  position: relative;
}
.channel-conversation-preview .channel-conversation-preview-header-title .ant-avatar {
  flex-grow: 1;
  flex-basis: 38px;
  width: 38px;
  flex-shrink: 0;
}
.channel-conversation-preview .channel-conversation-preview-header-title .channel-icon {
  position: absolute;
  right: -2.5px;
  bottom: -5px;
}
.channel-conversation-preview .channel-conversation-preview-header-title h5 {
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.channel-conversation-preview .channel-conversation-preview-header-date {
  flex-basis: 70%;
  text-align: right;
}
.channel-conversation-preview .channel-conversation-preview-subheader {
  margin: 0.25rem 0;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.channel-conversation-preview .channel-conversation-preview-subheader h5 {
  font-size: 0.9rem;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.channel-conversation-preview .channel-conversation-preview-content {
  font-size: 0.9rem;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.channel-conversation-preview .channel-conversation-preview-content > div {
  text-overflow: ellipsis;
  overflow: hidden;
}
.channel-conversation-preview.bordered {
  border-radius: 10px;
  background-color: #f7f7ff;
  margin-bottom: 0.25rem;
}
.channel-conversation-preview:hover, .channel-conversation-preview.active {
  background-color: #ECECFD;
}
.channel-conversation-preview:hover .channel-conversation-preview-header-title h5,
.channel-conversation-preview:hover .channel-conversation-preview-subheader h5,
.channel-conversation-preview:hover .channel-conversation-preview-header-date span, .channel-conversation-preview.active .channel-conversation-preview-header-title h5,
.channel-conversation-preview.active .channel-conversation-preview-subheader h5,
.channel-conversation-preview.active .channel-conversation-preview-header-date span {
  color: #5641FC;
}
.channel-conversation-preview.unread .channel-conversation-preview-header-title h5,
.channel-conversation-preview.unread .channel-conversation-preview-subheader h5,
.channel-conversation-preview.unread .channel-conversation-preview-header-date span,
.channel-conversation-preview.unread .channel-conversation-preview-content,
.channel-conversation-preview.unread .channel-conversation-preview-subheader {
  font-weight: bold;
}

.email-object-wrapper {
  background: white;
  border-radius: 4px;
  overflow: hidden;
  margin: 1rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.email-object-wrapper .email-object-header {
  display: flex;
  justify-content: space-between;
  background: transparent;
  padding: 0.5rem 0;
  align-items: flex-start;
}
.email-object-wrapper .email-object-header .email-object-avatar {
  margin-right: 0.75rem;
}
.email-object-wrapper .email-object-header .email-object-title {
  min-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: auto;
}
.email-object-wrapper .email-object-header h5 {
  margin: 0;
  color: #2D256C;
  font-size: 1rem;
}
.email-object-wrapper .email-object-header .email-object-to {
  font-size: 12px;
}
.email-object-wrapper .email-object-header .email-object-date {
  flex-basis: 80%;
  text-align: right;
}
.email-object-wrapper .email-object-body {
  padding: 2rem 1rem;
}
.email-object-wrapper .email-object-body .ant-space-item:nth-of-type(2) {
  background: #2D256C;
}
.email-object-wrapper .email-object-body .ant-space-item:nth-of-type(2) .ant-btn.ant-btn-link.ant-btn-lg {
  color: white;
}
.email-object-wrapper .email-object-body p, .email-object-wrapper .email-object-body span, .email-object-wrapper .email-object-body div {
  font-size: 14px;
  line-height: 16px;
}
.email-object-wrapper:first-of-type {
  margin-top: 0;
}
.email-object-wrapper:last-of-type {
  margin-bottom: 0;
}
.email-object-wrapper + .email-object-wrapper {
  border-bottom: 1px solid #f0f0f0;
}
.email-object-wrapper + .email-object-wrapper:last-of-type {
  border-bottom: none;
}

.conversation-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  min-height: 0;
  min-width: 0;
  background: white;
}
.conversation-wrapper .new-conversation-recipients {
  background-color: #EDEFF2 !important;
  color: #22282F;
  border: none;
  padding: 3px 11px;
  border-radius: 5px;
}
.conversation-wrapper .conversation-title {
  font-size: 22px;
}
.conversation-wrapper .conversation-title-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.conversation-wrapper .conversation-messages {
  flex-grow: 1;
  overflow: scroll;
  padding: 0.5rem 2rem 2rem 2rem;
  min-height: 0;
  min-width: 0;
  background: white;
}
.conversation-wrapper .conversation-reply {
  background: white;
  display: flex;
  flex-direction: column;
  padding: 2rem 7rem 2rem 2rem;
}
.conversation-wrapper .email-footer {
  padding: 0.5rem;
}

.conversation-sider-wrapper {
  border-left: 1px solid #d4d5d7;
  height: 100%;
  overflow: scroll;
}

.email-editor.conversation {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.1215686275), 0 6px 16px rgba(0, 0, 0, 0.0784313725), 0 9px 28px 8px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  padding: 0.5rem;
}
.email-editor.conversation .ant-form-item {
  border: none;
}
.email-editor.conversation .ant-form-item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.email-editor.conversation .ant-form-item:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.email-editor.conversation .attachments {
  flex-grow: 1;
}
.email-editor.conversation .ck-editor__main {
  overflow: scroll;
  max-height: 30vh;
}
.email-editor.conversation .ck.ck-content.ck-editor__editable {
  border: none;
}

.sms-drawer .ant-drawer-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.alerts-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: scroll;
  align-items: center;
  padding: 0 0 0.85rem 0;
  margin-bottom: 1rem;
}

.alert-element {
  background: white;
  display: flex;
  align-items: center;
  padding: 0.25rem;
  border-radius: 24px;
  box-shadow: rgba(26, 13, 78, 0.168627451) 0 3px 6px;
  margin: 0 0.25rem;
  min-width: max-content;
  width: max-content;
}
.alert-element .alert-icon {
  height: 100%;
  padding: 0.8rem;
  border-radius: 24px;
  margin-right: 0.5rem;
  position: relative;
}
.alert-element .alert-icon .icon-wrapper {
  padding: 0 5px;
  border-radius: 4px;
}
.alert-element .alert-icon svg {
  color: white;
}
.alert-element .alert-content {
  display: flex;
  flex-direction: column;
}
.alert-element .alert-content .alert-title {
  color: #2B2A38;
  font-size: 0.9rem;
  margin: 0;
  line-height: 0.9rem;
}
.alert-element .alert-content .alert-message {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}
.alert-element .alert-close {
  text-align: center;
  margin-left: 1rem;
}
.alert-element .alert-close svg {
  color: #C2C4CC;
  font-size: 1rem;
}
.alert-element .alert-priority {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
}
.alert-element .alert-priority .anticon {
  font-size: 12px;
  color: inherit;
}
.alert-element.alert-important .alert-icon {
  background: #ECFDF3;
}
.alert-element.alert-important .icon-wrapper {
  background: #11B86A;
}
.alert-element.alert-important .alert-content .alert-message {
  color: #11B86A;
}
.alert-element.alert-low .alert-icon {
  background: #F4F8FF;
}
.alert-element.alert-low .alert-icon:before, .alert-element.alert-low .alert-icon:after {
  color: #0093FF;
}
.alert-element.alert-low .alert-priority {
  color: #0093FF;
}
.alert-element.alert-low .icon-wrapper {
  background: #0093FF;
}
.alert-element.alert-low .alert-content .alert-message {
  color: #0093FF;
}
.alert-element.alert-high .alert-icon {
  background: #FFEFEF;
}
.alert-element.alert-high .alert-icon:before, .alert-element.alert-high .alert-icon:after {
  color: #FF1E00;
}
.alert-element.alert-high .alert-priority {
  color: #FF1E00;
}
.alert-element.alert-high .icon-wrapper {
  background: #FF1E00;
}
.alert-element.alert-high .alert-content .alert-message {
  color: #FF1E00;
}
.alert-element.alert-medium .alert-icon {
  background: #FFFAEC;
}
.alert-element.alert-medium .alert-icon:before, .alert-element.alert-medium .alert-icon:after {
  color: #F78F08;
}
.alert-element.alert-medium .alert-priority {
  color: #F78F08;
}
.alert-element.alert-medium .icon-wrapper {
  background: #F78F08;
}
.alert-element.alert-medium .alert-content .alert-message {
  color: #F78F08;
}
.alert-element.alert-now .alert-icon {
  animation: shake infinite 0.52s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.alert-element.alert-now .alert-icon:before, .alert-element.alert-now .alert-icon:after {
  display: block;
  content: "";
  position: absolute;
  border-radius: 50%;
  height: 80%;
  width: 80%;
  border-top: 2px solid;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.alert-element.alert-now .alert-icon:before {
  left: 0;
  top: 0;
  transform: rotate(-45deg);
}
.alert-element.alert-now .alert-icon:after {
  right: 0;
  top: 0;
  transform: rotate(45deg);
}

.alerts-list .alert-element {
  box-shadow: none;
  animation: none;
  width: 100%;
  border: 1px solid #E5EAF0;
  border-radius: 10px;
  margin: 0;
  padding: 0.25rem 0.5rem;
  box-sizing: border-box;
}
.alerts-list .alert-element .alert-content {
  flex-grow: 1;
}
.alerts-list .alert-element .alert-content .ant-space {
  justify-content: space-between;
}
.alerts-list .alert-element .alert-content .alert-message {
  color: #5B687A;
  font-size: 14px;
}
.alerts-list .alert-element .alert-content .alert-title {
  font-weight: 500;
}
.alerts-list .alert-element .alert-icon {
  padding: 0;
  margin-right: 1rem;
}
.alerts-list .alert-element .alert-icon .icon-wrapper {
  padding: 5px 10px;
}
.alerts-list .alert-element .alert-icon .icon-wrapper > span {
  font-size: 1.1rem;
}
.alerts-list .alert-element + .alert-element {
  margin-bottom: 0.5rem;
}
.alerts-list a + a {
  display: block;
  margin-top: 0.5rem;
}

.alerts-tabs .ant-radio-group {
  background: #DFE5ED;
  padding: 0.5rem;
  border-radius: 10px;
}
.alerts-tabs .ant-radio-group label {
  margin: 0 5px;
  background: #DFE5ED;
  border-radius: 10px;
  border: none;
}
.alerts-tabs .ant-radio-group label:before {
  display: none;
}
.alerts-tabs .ant-radio-button.ant-radio-button-checked {
  background: white;
  border-radius: 10px;
}
.alerts-tabs .ant-radio-button-wrapper.ant-radio-button-wrapper-checked {
  background: white;
  border: none;
}
.alerts-tabs .ant-radio-button-wrapper.ant-radio-button-wrapper-checked .ant-radio-button-label {
  color: #5641FC;
}
.alerts-tabs .ant-tabs-nav-list {
  background: #DFE5ED;
  padding: 0.5rem;
  border-radius: 10px;
}
.alerts-tabs .ant-tabs-nav-list .ant-tabs-tab {
  padding: 5px 10px;
}
.alerts-tabs .ant-tabs-nav-list .ant-tabs-tab + .ant-tabs-tab {
  margin: 0 0 0 10px;
}
.alerts-tabs.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar {
  height: 80%;
  z-index: -1;
  background: white;
  bottom: 10%;
  border-radius: 10px;
}
.alerts-tabs .ant-tabs-nav:before {
  border: none;
}

.alerts-icon {
  background: #5641FC;
  padding: 5px;
  border-radius: 10px;
  display: inline;
}
.alerts-icon > span {
  color: white;
}

.app-card {
  background: white;
  border: 1px solid rgb(218, 220, 224);
  border-radius: 10px;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
}
.app-card .app-card-title h4 {
  font-size: 1.1rem;
  margin: 0;
}
.app-card .app-card-title:hover {
  text-decoration: underline;
  cursor: pointer;
}
.app-card .app-card-subtitle {
  line-height: 1rem;
}
.app-card .app-card-subtitle .ant-typography {
  font-size: 0.9rem;
}
.app-card .app-card-icon svg {
  font-size: 2rem;
}
.app-card.small {
  padding: 1rem 1rem;
}
.app-card.spaced {
  gap: 2.5px;
}
.app-card.clickable {
  cursor: pointer;
}

.perfectomy-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 1rem;
}
.perfectomy-card .perfectomy-card-title {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.perfectomy-card .perfectomy-card-logo {
  border: 1px solid #efefef;
  padding: 3px;
  background: white;
  border-radius: 15px;
}
.perfectomy-card .perfectomy-card-information {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 0.5rem;
}
.perfectomy-card .perfectomy-card-footer {
  display: flex;
  flex-direction: column;
  gap: 5px 5px;
}
.perfectomy-card.grow {
  height: 100%;
}
.perfectomy-card.grow .perfectomy-card-information {
  flex-grow: 1;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: scale(0.7);
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #2D256C;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #2D256C transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.chat-icon-box {
  position: relative;
  padding: 12px 12px;
  margin-top: 0.5rem;
  background: #126A59;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  float: right;
  transition: 300ms all;
}
.chat-icon-box svg {
  font-size: 40px;
}
.chat-icon-box svg path {
  transition: 300ms all;
}
.chat-icon-box svg path:nth-of-type(1) {
  fill: white;
}
.chat-icon-box svg path:nth-of-type(2),
.chat-icon-box svg path:nth-of-type(3),
.chat-icon-box svg path:nth-of-type(4) {
  fill: #126A59;
}
.chat-icon-box:hover {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.chat-badge-count {
  font-size: 14px;
  background: #FF1E00;
  color: white;
  position: absolute;
  top: -8px;
  right: -8px;
  padding: 6px 0;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
}

.chat-wrapper {
  position: fixed;
  bottom: 32px;
  right: 32px;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  box-sizing: border-box;
}
.chat-wrapper div {
  box-sizing: border-box;
}
.chat-wrapper .chat-box {
  background: #fff;
  width: 350px;
  height: 450px;
  border-radius: 10px;
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.chat-wrapper .chat-box-header {
  background: #126A59;
  color: white;
  padding: 16px;
}
.chat-wrapper .chat-box-header .chat-box-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.chat-wrapper .chat-box-header .chat-box-info .chat-box-agent-name {
  font-size: 18px;
  margin: 0;
  color: inherit;
}
.chat-wrapper .chat-box-header .chat-box-info .chat-box-connection-status {
  flex-shrink: 1;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-left: 12px;
}
.chat-wrapper .chat-box-header .chat-box-info .chat-box-connection-status.connected {
  background-color: green;
}
.chat-wrapper .chat-box-header .chat-box-info .chat-box-connection-status.closed {
  background-color: #c10000;
}
.chat-wrapper .chat-box-header .chat-box-info .chat-box-elements {
  display: flex;
  flex-direction: column;
}
.chat-wrapper .chat-box-header .chat-box-info .chat-back-button button {
  background: transparent;
  color: white;
  font-size: 26px;
  line-height: 26px;
  padding: 4px 6px;
  border: none;
  cursor: pointer;
  border-radius: 6px;
}
.chat-wrapper .chat-box-header .chat-box-info .chat-back-button button:focus, .chat-wrapper .chat-box-header .chat-box-info .chat-back-button button:hover {
  outline: none;
}
.chat-wrapper .chat-box-header .chat-box-info .chat-back-button button:hover {
  background: rgba(0, 0, 0, 0.3);
}
.chat-wrapper .chat-box-header .chat-box-info .chat-back-button + .chat-box-connected, .chat-wrapper .chat-box-header .chat-box-info .chat-back-button + .chat-box-elements {
  margin-left: 6px;
  margin-right: auto;
}
.chat-wrapper .chat-box-header .chat-box-info .alert-hours {
  display: block;
  font-size: 11px;
  line-height: 11px;
  font-weight: 400;
}
.chat-wrapper .chat-box-header .chat-box-close {
  cursor: pointer;
}
.chat-wrapper .chat-box-header .chat-box-close .anticon svg {
  font-size: 18px;
  vertical-align: middle;
}
.chat-wrapper .chat-box-header .chat-box-connected {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-wrapper .chat-box-header .chat-box-connected .chat-box-avatar {
  background: white;
  color: #2D256C;
  padding: 6px;
  border-radius: 100%;
  margin-right: 5px;
  position: relative;
}
.chat-wrapper .chat-box-header .chat-box-connected .chat-box-avatar:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  right: -2px;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  z-index: 2;
  border: 1px solid;
}
.chat-wrapper .chat-box-header .chat-box-connected .chat-box-avatar.offline:before {
  background: #FF1E00;
}
.chat-wrapper .chat-box-header .chat-box-connected .chat-box-avatar.online:before {
  background: #11B86A;
}
@media (max-width: 576px) {
  .chat-wrapper > div:not(.chat-icon-box) {
    position: relative;
    right: -16px;
  }
}

.chat-box-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column-reverse;
  overflow: scroll;
}
.chat-box-content > div {
  flex-grow: 1;
}

.chat-box-message {
  margin: 0 16px 16px 16px;
  align-self: center;
  width: auto;
}
.chat-box-message p {
  margin: 0;
}
.chat-box-message .chat-box-message-content {
  padding: 10px 18px;
  border-radius: 10px;
  display: inline-block;
}
.chat-box-message .chat-box-message-content p {
  font-size: 14px;
  word-break: break-word;
}
.chat-box-message .chat-box-message-date {
  display: flex;
  align-items: center;
  gap: 4px;
}
.chat-box-message .chat-box-message-date p {
  font-size: 10px;
}
.chat-box-message .chat-box-message-footer {
  display: flex;
  align-items: center;
  gap: 4px;
}
.chat-box-message.right {
  align-self: flex-end;
  text-align: right;
  transform-origin: bottom right;
}
.chat-box-message.right .chat-box-message-content {
  padding: 10px 10px 10px 18px;
  background-color: #126A59;
  color: white;
}
.chat-box-message.right .chat-box-message-date p {
  text-align: right;
}
.chat-box-message.right .chat-box-message-footer {
  flex-direction: row-reverse;
}
.chat-box-message.left {
  align-self: flex-start;
  transform-origin: bottom left;
}
.chat-box-message.left .chat-box-message-content {
  padding: 10px 18px 10px 10px;
  background-color: #ECEBF7;
}
.chat-box-message.system {
  display: flex;
  align-items: center;
  align-self: center;
  flex-direction: column;
  padding: 10px;
}
.chat-box-message.system .chat-box-message-content {
  padding: 0;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.45);
}
.chat-box-message.system .chat-box-message-content p {
  word-break: break-word;
  font-size: 12px;
}
.chat-box-message.system .chat-box-message-footer {
  margin-left: 6px;
}
.chat-box-message.system .chat-box-message-date {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.chat-box-message:last-of-type {
  margin-top: 16px;
}

.chat-box-message-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 12px 16px 12px 12px;
  align-items: flex-end;
  gap: 12px;
  background: white;
}
.chat-box-message-input .draft-js-input {
  flex: 1;
  min-width: 0;
}
.chat-box-message-input .draft-js-input .editor-wrapper {
  position: relative;
  border-radius: 20px;
  background-color: #ECEBF7;
  padding: 8px 14px;
  max-height: 140px;
  overflow-y: auto;
}
.chat-box-message-input .draft-js-input .editor-input {
  outline: none;
  font-size: 14px;
  line-height: 1.4;
  color: #1f1f1f;
  caret-color: #126A59;
  min-height: 22px;
  word-break: break-word;
}
.chat-box-message-input .draft-js-input .editor-paragraph {
  margin: 0;
}
.chat-box-message-input .draft-js-input .editor-placeholder {
  position: absolute;
  top: 8px;
  left: 14px;
  color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  user-select: none;
  font-size: 14px;
  line-height: 1.4;
}
.chat-box-message-input .text-input {
  flex-grow: 1;
  min-height: 20px;
  max-height: 30px;
  overflow: scroll;
}
.chat-box-message-input .submit-button {
  position: relative;
  background: #126A59;
  color: white;
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: 10px;
  padding: 7px 12px;
  cursor: pointer;
}
.chat-box-message-input .submit-button svg {
  font-size: 20px;
  vertical-align: middle;
}
.chat-box-message-input .submit-button span {
  vertical-align: middle;
}
.chat-box-message-input .submit-button[disabled] {
  cursor: not-allowed;
}
.chat-box-message-input .submit-button[disabled]:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  opacity: 0.3;
}

.chat-box-attachments {
  padding: 6px 12px 12px 12px;
  background: white;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.chat-box-attachments ~ .chat-box-attachments {
  padding-bottom: 12px;
}
.chat-box-attachments .ant-image {
  margin: 0 8px;
}
.chat-box-attachments .preview-mask {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chat-box-attachments .preview-mask button {
  color: white;
  border: 1px solid white;
  border-radius: 10px;
}
.chat-box-attachments .preview-mask button + button {
  margin-left: 6px;
}
.chat-box-attachments .preview-mask button:hover {
  background: white;
  color: rgba(0, 0, 0, 0.5);
}
.chat-box-attachments .attachment-error {
  font-size: 13px;
  color: #FF1E00;
  line-height: 14px;
  margin: 4px 0;
}
.chat-box-attachments .attachment.error {
  border: 1px solid #FF1E00;
  border-radius: 6px;
  padding: 4px 6px 0 6px;
  background: white;
}
.chat-box-attachments .attachment:first-of-type {
  margin-left: 0;
}
.chat-box-attachments > div {
  margin-left: 6px;
}

.chat-form {
  padding: 0 16px 16px 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.chat-form .chat-form-fields {
  flex-grow: 1;
  overflow: scroll;
  height: 312px;
}
.chat-form .chat-form-field {
  margin: 16px 0;
}
.chat-form .chat-form-field label {
  display: block;
  margin-bottom: 6px;
  margin-left: 3px;
  font-size: 12px;
  color: #797f8e;
}
.chat-form .chat-form-field input:not(.chat-phone-input):not(.search-box) {
  padding: 12px 12px;
  border-radius: 10px;
  font-size: 16px;
  border: 1px solid #e0e2df;
  width: 95%;
  color: #797f8e;
  line-height: 18px;
  box-sizing: border-box;
  margin-left: 1%;
}
.chat-form .chat-form-field.phone .country-list {
  position: fixed;
  padding: 0.5rem;
}
.chat-form .chat-form-field.phone .search-box {
  border: 1px solid #e0e2df;
  padding: 6px;
  margin: 0;
  width: 100%;
}
.chat-form .chat-form-field.phone .form-control {
  border: 1px solid #e0e2df;
  height: auto;
  padding: 12px 12px 12px 48px;
  width: 95%;
  border-radius: 10px;
  line-height: 18px;
  font-size: 16px;
  margin-left: 1%;
}
.chat-form .chat-form-field.phone .flag-dropdown {
  border: 1px solid #e0e2df;
  border-radius: 10px 0 0 10px;
  margin-left: 1%;
}
.chat-form .chat-form-field.phone .flag-dropdown .selected-flag {
  border-radius: 10px 0 0 10px;
}
.chat-form .chat-form-field.error label {
  color: #f5222d;
}
.chat-form .chat-form-field.error input, .chat-form .chat-form-field.error .form-control, .chat-form .chat-form-field.error .flag-dropdown {
  box-shadow: 0 0 4px rgba(245, 34, 45, 0.4);
  border-color: rgba(245, 34, 45, 0.4);
}
.chat-form .chat-form-submit {
  margin-bottom: 0;
  margin-top: auto;
  border: none;
  border-radius: 6px;
  padding: 12px 25px;
  cursor: pointer;
  justify-self: flex-end;
  background: #126A59;
  color: white;
  font-size: 15px;
  align-self: center;
}
.chat-form .chat-form-submit:hover {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
.chat-form .chat-form-error {
  color: #f5222d;
  font-size: 12px;
  margin: 4px 0 0 0;
}
.chat-form .captcha-message {
  font-size: 0.85rem;
  line-height: 0.9rem;
  color: #797f8e;
}
.chat-form .captcha-message a {
  color: inherit;
}

.chat-actions {
  margin-left: 6px;
}

.chat-content-element {
  margin: 8px 0 0 0;
  color: inherit;
}
.chat-content-element.heading {
  font-size: 18px;
  line-height: 20px;
}
.chat-content-element.heading + .content {
  margin-top: 4px;
}
.chat-content-element.heading-image {
  max-width: 80px;
  max-height: 100px;
  transition: 300ms all;
}
.chat-content-element.heading-image + .content, .chat-content-element.heading-image + .heading {
  margin-top: 12px;
}
.chat-content-element.content {
  font-size: 14px;
}
.chat-content-element:first-of-type {
  margin-top: 0;
}

.loading-mask {
  height: 100%;
}
.loading-mask .mask {
  display: none;
}
.loading-mask .mask .load-icon {
  display: none;
}
.loading-mask > .content {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.loading-mask.spinning {
  position: relative;
}
.loading-mask.spinning .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.4;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-mask.spinning .mask .load-icon {
  animation: lds-ring 600ms linear infinite;
  font-size: 36px;
  display: inline-block;
}

.chat-room-selection {
  height: 100%;
  overflow: scroll;
  padding-bottom: 24px;
}
.chat-room-selection .chat-room-heading {
  padding: 24px 24px 32px 24px;
  background: #013B4F;
  color: white;
  text-align: center;
}
.chat-room-selection .chat-room-heading .heading {
  font-size: 20px;
  margin-bottom: 0;
}
.chat-room-selection .chat-room-heading .description {
  font-size: 14px;
  margin-top: 8px;
}
.chat-room-selection .chat-room-heading.empty-rooms {
  padding-top: 32px;
  padding-bottom: 56px;
}
.chat-room-selection .chat-rooms-wrapper {
  margin-top: -16px;
  padding: 0 12px;
  max-height: 200px;
  overflow: scroll;
}
.chat-room-selection .chat-rooms-wrapper .chat-room-wrapper {
  border: 1px solid #d9dbe4;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  padding: 12px 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: 300ms;
  background: white;
}
.chat-room-selection .chat-rooms-wrapper .chat-room-wrapper .chat-room-header {
  display: flex;
  align-items: center;
}
.chat-room-selection .chat-rooms-wrapper .chat-room-wrapper .chat-room-header .chat-room-header-title {
  flex-grow: 1;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}
.chat-room-selection .chat-rooms-wrapper .chat-room-wrapper .chat-room-header .chat-room-header-extra {
  flex-shrink: 1;
}
.chat-room-selection .chat-rooms-wrapper .chat-room-wrapper .chat-room-header .chat-room-header-extra p {
  margin: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.chat-room-selection .chat-rooms-wrapper .chat-room-wrapper .chat-room-last-message {
  margin-top: 6px;
}
.chat-room-selection .chat-rooms-wrapper .chat-room-wrapper .chat-room-last-message p {
  margin: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.chat-room-selection .chat-rooms-wrapper .chat-room-wrapper:hover {
  background: #f7f7f9;
}
.chat-room-selection .chat-rooms-wrapper .chat-room-wrapper + .chat-room-wrapper {
  margin-top: 12px;
}
.chat-room-selection .chat-rooms-wrapper + .chat-room-create {
  margin-top: 24px;
}
.chat-room-selection .chat-room-create {
  margin-top: -16px;
  text-align: center;
  width: 100%;
  font-size: 18px;
}
.chat-room-selection .chat-room-create button {
  padding: 12px 20px;
  background: white;
  color: #2D256C;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d9dbe4;
  border-radius: 6px;
  font-weight: 600;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  transition: 300ms all;
  position: relative;
}
.chat-room-selection .chat-room-create button:hover {
  transform: scale(1.1);
}
.chat-room-selection .chat-room-create button[disabled] {
  cursor: not-allowed;
}
.chat-room-selection .chat-room-create button[disabled]:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  opacity: 0.3;
}
.chat-room-selection .chat-room-create .icon {
  margin-right: 6px;
}
.chat-room-selection .chat-room-create .icon svg {
  font-size: 18px;
}

.form-submitted {
  padding: 32px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.form-submitted .submission-icon {
  margin-bottom: 6px;
}
.form-submitted .submission-icon svg {
  font-size: 72px;
}
.form-submitted .submission-icon svg path:nth-of-type(1) {
  fill: #2D256C;
}
.form-submitted .submission-icon svg path:nth-of-type(2) {
  fill: white;
}
.form-submitted .submission-icon svg path:nth-of-type(3) {
  fill: #2D256C;
}
.form-submitted .submission-title h3 {
  font-size: 22px;
  margin: 0;
  color: #2D256C;
}
.form-submitted .submission-title + .submission-description {
  margin-top: 12px;
}
.form-submitted .submission-description p {
  margin: 0;
  color: rgba(0, 0, 0, 0.45);
}

.grecaptcha-badge {
  display: none;
}

@keyframes shake {
  10%, 90% {
    transform: rotate3d(0, 0, -1, 10deg);
  }
  20%, 80% {
    transform: rotate3d(0, 0, 1, 10deg);
  }
  30%, 50%, 70% {
    transform: rotate3d(0, 0, -1, 2deg);
  }
  40%, 60% {
    transform: rotate3d(0, 0, 1, 2deg);
  }
}
.room-box {
  padding: 1rem 1rem;
  border-bottom: 1px solid #f0f0f0;
  transition: 300ms;
}
.room-box p, .room-box span {
  margin: 0;
  color: inherit;
}
.room-box .room-box-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.room-box .room-box-last-message-date p {
  font-size: 0.8rem;
}
.room-box:first-of-type {
  border-top: 1px solid #f0f0f0;
}
.room-box:hover {
  background-color: #f6f7f8;
}
.room-box.active {
  background-color: #f6f7f8;
  border-right: 4px solid #2D256C;
}
.room-box.unread p, .room-box.unread span, .room-box.unread .room-box-title {
  font-weight: 700;
}

.room-messages {
  height: 100%;
  overflow: scroll;
}

.lds-ring div {
  border: 8px solid #2D256C;
  border-color: #2D256C transparent transparent transparent;
}

.chat-box-message .chat-box-message-content-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
.chat-box-message .message-content-box {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.chat-box-message .chat-box-message-reactions {
  position: absolute;
  bottom: -15px;
  background-color: white;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  text-align: center;
}
.chat-box-message .whatsapp-template-message {
  width: 80%;
  max-width: 350px;
  display: flex;
  gap: 4px;
  flex-direction: column;
  align-items: end;
  align-self: end;
  background: #dcf8c6;
  border: 4px solid #dcf8c6;
  border-radius: 10px;
  padding: 10px;
}
.chat-box-message .whatsapp-template-message img {
  max-width: 150px;
  border-radius: 10px;
}
.chat-box-message .whatsapp-template-message .ant-typography {
  font-size: 14px;
}
.chat-box-message .whatsapp-template-message .whatsapp-message-template-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
  border-radius: 6px;
  margin: 0 1rem 0 1rem;
  text-align: center;
  align-items: center;
  padding: 0.5rem;
}
.chat-box-message .whatsapp-template-message .whatsapp-message-template-buttons .whatsapp-message-template-button {
  display: flex;
  align-items: center;
  gap: 8px;
}
.chat-box-message.right .chat-box-message-content {
  background-color: #6941C6;
  color: white;
}
.chat-box-message.right .chat-box-message-reactions {
  right: 5px;
}
.chat-box-message.left .chat-box-message-content {
  background-color: #ECECFD;
  color: #2D256C;
}
.chat-box-message.left .chat-box-message-reactions {
  left: 5px;
}
.chat-box-message.has-reactions .chat-box-message-content-wrapper {
  margin-bottom: 0.75rem;
}
.chat-box-message.is-reply {
  position: relative;
  background: #EDEFF2;
  margin: 0;
  border-radius: 10px 10px 0 0;
  padding: 5px 5px 5px 20px;
  cursor: pointer;
}
.chat-box-message.is-reply + .chat-box-message-content-wrapper {
  width: 100%;
}
.chat-box-message.is-reply + .chat-box-message-content-wrapper .chat-box-message-content {
  border-radius: 0 0 10px 10px;
  width: 100%;
}
.chat-box-message.is-reply:before {
  display: block;
  content: "";
  background: #2D256C;
  position: absolute;
  left: 10px;
  width: 3px;
  height: calc(100% - 10px);
  top: 5px;
  border-radius: 10px;
}
.chat-box-message.highlight {
  box-shadow: 0 0 10px 1px rgba(86, 65, 252, 0.4);
  border-radius: 10px;
  padding: 4px;
}

.voice-message-wrapper {
  background: #EDEFF2;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}

.voice-message {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0.5rem 0;
}
.voice-message .ant-btn {
  width: 40px;
  height: 40px;
  background: #A3B3C0;
  text-align: center;
  box-shadow: none;
  border: none;
}
.voice-message .ant-btn .anticon {
  color: #011f32;
}
.voice-message.dark {
  background: #A3B3C0;
  border-radius: 10px;
  padding: 10px 10px;
}
.voice-message.dark .ant-btn {
  background: transparent;
  width: 36px;
  height: 36px;
}
.voice-message.dark .ant-btn .anticon {
  color: #011f32;
}
.voice-message.dark .ant-btn:hover {
  background: #b1c4d0;
}

.chat-box-message-input .submit-button {
  background: #2D256C;
}

.chat-conversation-top-bar {
  padding: 0.5rem 2rem;
  background: white;
}
.chat-conversation-top-bar .conversation-visitor {
  margin: 0;
}

.portal-public-deal-wrapper {
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: transparent;
}
.portal-public-deal-wrapper .ant-result {
  border-radius: 10px;
  background: white;
}
@media (max-width: 599px) {
  .portal-public-deal-wrapper .ant-result {
    padding: 20px 0;
  }
}
.portal-public-deal-wrapper .ant-result-content {
  text-align: center;
  background: white;
}
.portal-public-deal-wrapper.mobile {
  padding: 2rem 2rem 2rem 2rem;
}

.portal-public-deal {
  max-width: 728px;
  width: 100%;
  margin-top: 2rem;
}
.portal-public-deal .deal-card-items-wrapper {
  padding: 20px 18px 20px 18px;
}
.portal-public-deal .deal-card-items {
  padding: 10px 0;
}
.portal-public-deal .deal-card-items .deal-card-items-header {
  font-size: 16px;
  margin: 0;
}
.portal-public-deal .deal-card-content .deal-card-content-item:last-of-type {
  padding-left: 0;
}
.portal-public-deal .deal-card-content + .deal-card-items {
  padding-top: 0;
}
.portal-public-deal .deal-card-footer {
  text-align: center;
}

.payment-section {
  padding: 0 2rem;
  width: 100%;
}

.perfectomy-payments .payment-field > div {
  width: 100% !important;
  height: 75px !important;
}
.perfectomy-payments #address {
  height: 550px !important;
}
.perfectomy-payments .payment-field {
  padding: 0.5rem;
  border-radius: 10px;
  position: relative;
}
.perfectomy-payments .payment-field label {
  position: absolute;
  top: -5.5px;
  background: white;
  padding: 0 5px 0 5px;
  margin-left: 10px;
}
@media (max-width: 599px) {
  .perfectomy-payments .payment-field {
    padding: 0.5rem 0;
  }
}

.mobile-main-footer {
  padding: 0;
  width: 100vw;
  background: #2D256C;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 11;
}
.mobile-main-footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 1rem;
  flex-grow: 1;
  align-items: center;
}
.mobile-main-footer .footer-menu-item {
  position: relative;
  flex-basis: 20%;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
}
.mobile-main-footer .footer-menu-item .icon {
  line-height: 0;
}
.mobile-main-footer .footer-menu-item .icon svg {
  color: white;
  font-size: 1.5rem;
}
.mobile-main-footer .footer-menu-item .item-link {
  text-align: center;
  font-size: 11px;
  margin: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.mobile-main-footer .footer-menu-item .item-link a {
  color: white;
  text-overflow: ellipsis;
}
.mobile-main-footer .footer-menu-item.footer-logo {
  padding: 0;
}
.mobile-main-footer .footer-menu-item.footer-logo .icon {
  position: absolute;
  transform: translateY(-45px);
  background: #2D256C;
  padding: 1rem;
  border-radius: 100%;
}
.mobile-main-footer .footer-menu-item.footer-logo .icon svg {
  font-size: 2.5rem;
}
.mobile-main-footer .footer-menu-item.active {
  background: #5641FC;
}
.mobile-main-footer .more-button {
  position: absolute;
  top: -1.95rem;
  right: 0;
}
.mobile-main-footer .more-button svg {
  color: #2D256C;
  font-size: 2.6rem;
}

.document-editor {
  display: flex;
  flex-direction: row;
  height: calc(100vh - 140px);
  justify-content: space-between;
}
.document-editor .editor-toolbar {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-basis: 20%;
}
.document-editor .editor-toolbar .toolbar-button svg {
  width: 22px;
  height: 22px;
}
.document-editor .editor-content {
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  flex-basis: 75%;
  overflow: scroll;
}
.document-editor .editor-content .public-DraftEditor-content {
  min-height: 800px;
  padding: 0.5rem;
}
.document-editor .editor-content h1, .document-editor .editor-content h2, .document-editor .editor-content h3 {
  color: black;
}
.document-editor .editor-content h1 {
  font-size: 22px;
  font-weight: 600;
}
.document-editor .editor-content h2 {
  font-size: 18px;
  font-weight: 500;
}
.document-editor .editor-content h3 {
  font-size: 16px;
  font-weight: 500;
}

.e-pdf-toolbar .e-pv-textbox-icon::before {
  content: "\e830";
}
.e-pdf-toolbar .e-pv-handwritten-icon::before {
  content: "\e7db";
}
.e-pdf-toolbar .e-pv-password-icon::before {
  content: "\e753";
}
.e-pdf-toolbar .e-pv-checkbox-icon::before {
  content: "\e7e4";
}
.e-pdf-toolbar .e-pv-radiobutton-icon::before {
  content: "\e7b2";
}
.e-pdf-toolbar .e-pv-dropdown-icon::before {
  content: "\e7a6";
}
.e-pdf-toolbar .e-pv-listbox-icon::before {
  content: "\e77e";
}

.pdf-editor {
  border: 1px solid rgba(25, 24, 35, 0.15);
}

.placeholder-type {
  border-radius: 6px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #404458;
  color: #404458;
  background: white;
  position: relative;
}
.placeholder-type .react-resizable-handle {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #0093FF;
  border-radius: 100%;
  box-sizing: border-box;
  border: 3px solid #F4F8FF;
  opacity: 0;
  pointer-events: none;
}
.placeholder-type .react-resizable-handle-se {
  bottom: -10px;
  right: -10px;
  cursor: se-resize;
}
.placeholder-type .react-resizable-handle-sw {
  bottom: -10px;
  left: -10px;
  cursor: sw-resize;
}
.placeholder-type .react-resizable-handle-nw {
  top: -10px;
  left: -10px;
  cursor: nw-resize;
}
.placeholder-type .react-resizable-handle-ne {
  top: -10px;
  right: -10px;
  cursor: ne-resize;
}
.placeholder-type .placeholder-icon {
  margin: auto 0 auto auto;
}
.placeholder-type .ant-input {
  padding: 0;
  background: transparent;
  border: none;
}
.placeholder-type .ant-input:focus {
  border: none;
  box-shadow: none;
}
.placeholder-type .required-indicator {
  position: absolute;
  background: #FF1E00;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 6px 0 0 6px;
}
.placeholder-type .signer-indicator {
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 6px 0 0 6px;
}
.placeholder-type.type-text_field .placeholder {
  color: rgba(64, 68, 88, 0.5);
}
.placeholder-type.type-checkbox {
  padding: 2px;
  align-items: center;
  justify-content: center;
}
.placeholder-type.type-checkbox .ant-checkbox-wrapper {
  display: inline;
}
.placeholder-type.type-checkbox .ant-checkbox {
  top: 0;
  width: 100%;
  height: 100%;
}
.placeholder-type.type-checkbox .ant-checkbox .ant-checkbox-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.placeholder-type.type-checkbox .ant-space {
  align-items: center;
  justify-content: center;
}
.placeholder-type.rendered {
  border: 1px solid #5641FC;
  background: #ECECFD;
}
.placeholder-type.selected {
  border: 1px solid #0093FF;
}
.placeholder-type.selected .react-resizable-handle {
  opacity: 1;
  pointer-events: all;
}
.placeholder-type:focus {
  box-shadow: 0 0 4px 0 #0093FF;
}
.placeholder-type.selected-template {
  background: rgba(25, 24, 35, 0.15);
}

.available-placeholders .placeholder-type {
  padding: 5px 8px;
}

.react-pdf__Document {
  position: relative;
}

.properties-editor {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.properties-editor .actions {
  background: white;
  padding: 2rem;
  border: 1px solid rgba(25, 24, 35, 0.15);
}
.properties-editor .actions button {
  width: 100%;
  text-align: center;
}
.properties-editor .grouped-editor-property {
  border: 1px solid rgba(25, 24, 35, 0.15);
  margin: 5px 0 !important;
  border-radius: 6px;
  padding: 5px 8px;
}
.properties-editor > .ant-form {
  height: calc(100% - 120px);
  overflow: scroll;
}

.editor-footer {
  padding: 1rem;
  background: white;
  margin-top: 1rem;
  border: 1px solid rgba(25, 24, 35, 0.15);
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.document-type-selection {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.document-type-selection button {
  min-height: 20vh;
}

.list-bordered .list-item {
  padding: 1rem 1.5rem;
  margin-bottom: 0.5rem;
  background: white;
  border-radius: 6px;
}
.list-bordered .list-item:last-of-type {
  margin-bottom: 0;
}
.list-bordered .list-item:hover {
  background: #f0f0f0;
  cursor: pointer;
}
.list-bordered .list-item.border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.document-create-form-modal {
  padding-bottom: 0;
}
.document-create-form-modal .ant-modal-footer {
  border: none;
}
.document-create-form-modal .ant-modal-content {
  background: #f7f7f7;
}
.document-create-form-modal .document-details {
  background: white;
  padding: 1rem;
  border-radius: 6px;
  height: 100%;
  overflow: scroll;
}
.document-create-form-modal .pdf-document-template-editor-wrapper {
  overflow: scroll;
  flex-grow: 1;
}
.document-create-form-modal .pdf-document-template-editor-wrapper .ant-col {
  height: 100%;
}
.document-create-form-modal .pdf-document-template-editor-wrapper .pdf-editor {
  height: 99%;
  width: 100%;
  overflow: scroll;
}
.document-create-form-modal .pdf-document-template-editor-wrapper .template-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

.coupon {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.rules {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
}

.and-group {
  border: 1px solid #e8e8e8;
  padding: 12px;
}

.rule-group {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid #e8e8e8;
  padding: 12px;
}

.coupon-rule-wrapper {
  position: relative;
}

.and-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.and-group.bordered {
  padding: 20px 10px;
}
.and-group > .rule-group > .and-group.bordered {
  border: 1px solid #efefef;
}

.and-connector {
  position: relative;
  display: inline-block;
  align-self: flex-start;
}
.and-connector p {
  margin: 0;
  background: white;
  position: relative;
  z-index: 1;
  transform: translateX(-50%);
}
.and-connector:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  align-self: flex-start;
  width: 1px;
  background: #e5e5e5;
  height: 200%;
  z-index: 0;
}
.and-connector:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  bottom: -50%;
  left: 0;
}

.coupon-rule .ant-form-item {
  margin-bottom: 0;
}
.coupon-rule .ant-select .ant-select-selector {
  border-radius: 5px;
}
.coupon-rule .ant-input-number {
  padding: 0 11px;
}
.coupon-rule.adding .ant-select .ant-select-selector, .coupon-rule.adding .ant-input-number {
  border: 1px solid #5641FC;
  box-shadow: 0 0 4px 0 #aba0ff;
}

.sider-product-table-header {
  padding: 15px 10px;
  display: flex;
  align-items: center;
  gap: 2px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: none;
  justify-content: space-between;
}
.sider-product-table-header > div:first-of-type {
  text-align: left;
  flex-basis: 50%;
  width: 50%;
}
.sider-product-table-header > div:last-of-type {
  margin-right: 28px;
}

.sider-product-table-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: none;
}
.sider-product-table-item .sider-product-table-item-headline {
  flex-basis: 50%;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
  text-align: left;
}
.sider-product-table-item .sider-product-table-item-trail {
  display: flex;
  gap: 4px;
  align-items: center;
  max-width: 50%;
}
.sider-product-table-item .sider-product-table-item-discount .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
  font-family: inherit;
}
.sider-product-table-item:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.chatbot {
  background: white;
  border-radius: 10px;
  padding-bottom: 10px;
  margin: 1rem;
}

.chatbot-header {
  background: white;
  border-radius: 10px 10px 0 0;
  padding: 15px;
}

.chatbot-history {
  padding: 0 15px 15px 15px;
}
.chatbot-history .chatbot-history-preview {
  border-radius: 10px;
  cursor: pointer;
  padding: 5px 10px;
}
.chatbot-history .chatbot-history-preview:hover {
  background: #EDEFF2;
}

.chatbot-body {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  height: 80vh;
  overflow: hidden;
}
.chatbot-body .chatbot-messages {
  flex: 1 1 auto;
  overflow: scroll;
}
.chatbot-body .ant-comment-content-author {
  align-items: center;
  margin-bottom: 0.5rem;
}
.chatbot-body .ant-comment-content-author-name .ant-btn {
  padding: 0;
  width: 20px;
  height: 20px;
}

.connection-indicator {
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
.connection-indicator.connected {
  border: 4px solid #ECFDF3;
  background: #11B86A;
}
.connection-indicator.disconnected {
  border: 4px solid #FFEFEF;
  background: #FF1E00;
}

.feature-modal .feature-sidebar {
  display: flex;
  padding: 3rem 2rem;
  flex-direction: column;
  background: #323232;
  box-sizing: border-box;
}
.feature-modal .feature-sidebar .sidebar-items {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 90vh;
}
.feature-modal .feature-sidebar .sidebar-items .item {
  position: relative;
  padding: 0.5rem 0 0.5rem 1rem;
}
.feature-modal .feature-sidebar .sidebar-items .item.active:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 3px;
  height: 60%;
  background: white;
  border-radius: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.feature-modal .feature-sidebar .sidebar-items .item:hover {
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.feature-modal h2, .feature-modal span {
  color: white;
}
.feature-modal .ant-modal-footer {
  display: none;
}
.feature-modal .ant-modal-close {
  top: -40px;
  right: -40px;
}

.feature-release {
  background: #1a1a1a;
  display: flex;
  flex-direction: column;
}
.feature-release .release-image {
  width: 100%;
  flex-shrink: 0;
  padding-bottom: 52.9100529101%;
  position: relative;
  overflow: hidden;
}
.feature-release .release-image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.feature-release .release-description {
  padding: 1.5rem 2rem;
  color: white;
  height: calc(85% - 290px);
  overflow: scroll;
}
.feature-release .release-description h4 {
  color: white;
}
.feature-release .actions {
  height: 15%;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
}

.perfectomy-campaigns {
  height: calc(100vh - 72px);
}
.perfectomy-campaigns .campaigns-sider {
  padding: 1rem 0;
}

.email-template-editor .ant-modal-body {
  padding: 0;
}
.email-template-editor .ant-modal-body > div {
  height: calc(100vh - 45px - 65px);
}

.campaign-editor {
  padding: 1rem 2rem;
}
.campaign-editor .e-inplaceeditor .e-input-group input.e-input, .campaign-editor .e-inplaceeditor .e-input-group.e-control-wrapper input.e-input {
  font-size: 1.6rem;
}
.campaign-editor .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
  font-size: 1.6rem;
}

.campaign-stats-summary {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.campaign-stats-summary .campaign-stats {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.campaign-summary-grid {
  display: flex;
  flex-wrap: wrap;
}
.campaign-summary-grid .grid-item {
  flex-basis: calc(50% - 20px);
  width: calc(50% - 20px);
  text-align: center;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.campaign-summary-grid .grid-item h1, .campaign-summary-grid .grid-item h2, .campaign-summary-grid .grid-item h3, .campaign-summary-grid .grid-item h4, .campaign-summary-grid .grid-item h5, .campaign-summary-grid .grid-item h6 {
  margin: 0;
}
.campaign-summary-grid .grid-item:nth-of-type(2n + 1) {
  border-right: 1px solid #e0e0e0;
}
.campaign-summary-grid .grid-item:nth-of-type(3), .campaign-summary-grid .grid-item:nth-of-type(4) {
  border-top: 1px solid #e0e0e0;
}

.preview-iframe {
  border: none;
}

.email-campaign-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 1rem 2rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 6px;
}
.email-campaign-form .email-campaign-form-item {
  display: flex;
  align-items: start;
  gap: 12px;
}
.email-campaign-form .email-campaign-form-item-completed .anticon {
  font-size: 1.2rem;
}
.email-campaign-form .email-campaign-form-item-body {
  display: flex;
  flex-direction: column;
  width: 80%;
}
.email-campaign-form .email-campaign-form-item-label .ant-typography {
  font-size: 1.3rem;
  line-height: 1rem;
}
.email-campaign-form .email-campaign-actions {
  margin: 0 0 0 auto;
}
.email-campaign-form .email-campaign-editing-body {
  margin-top: 1rem;
}
.email-campaign-form .ant-input-affix-wrapper {
  background-color: #EDEFF2 !important;
  color: #22282F;
  border: none;
  padding: 3px 11px;
  border-radius: 5px;
}
.email-campaign-form .ant-input, .email-campaign-form .ant-input.ant-input-status-error {
  background-color: #EDEFF2 !important;
  color: #22282F;
  border: none;
  padding: 3px 11px;
  border-radius: 5px;
}
.email-campaign-form .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background: #EDEFF2 !important;
  border-radius: 5px;
  border: none;
}
.email-campaign-form .ant-form-item-label > label {
  color: #5B687A;
  font-size: 1.1rem;
}

.campaign-calendar .e-schedule .e-month-view .e-work-cells {
  height: calc((100vh - (2rem + 12px + 40px + 8px + 64px + 37px + 38px + 2rem + 6rem)) / 5);
}
.campaign-calendar .e-more-popup-wrapper .e-appointment .e-subject {
  color: inherit;
}

.campaign-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.campaign-details span.ant-typography {
  font-size: 1rem;
}
.campaign-details .preview-empty-design {
  position: relative;
}
.campaign-details .preview-empty-design img {
  position: relative;
  z-index: 0;
}
.campaign-details .preview-empty-design .ant-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.campaign-details .preview-empty-design:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.campaign-details-modal .ant-modal-body {
  height: 70vh;
  overflow: scroll;
}

.template-select-modal {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  row-gap: 10px;
  column-gap: 10px;
  padding: 1rem 0;
}
.template-select-modal .template {
  flex-basis: calc(30% - 20px);
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(36, 28, 21, 0.12);
  cursor: pointer;
  position: relative;
}
.template-select-modal .template .template-title {
  border-top: 1px solid #e0e0e0;
  padding: 1rem 0.5rem;
}
.template-select-modal .template .preview-mask {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 10px;
}
.template-select-modal .template:hover .preview-mask {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transition: 500ms;
}
.template-select-modal .template-preview {
  border-radius: 10px 10px 0 0;
  width: 100%;
  overflow: hidden;
  height: 340px;
  position: relative;
  background: #f6f6f6;
}
.template-select-modal .template-preview .ant-image {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sms-preview {
  width: 100%;
  max-width: 345px;
  position: relative;
}
.sms-preview .mask {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.sms-preview .message-box {
  position: relative;
  margin: 4rem 2.5rem;
  padding: 0.5rem;
  background: #f3f3f3;
  width: 50%;
  border-radius: 10px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.sms-editor {
  background-color: #EDEFF2 !important;
  color: #22282F;
  border: none;
  padding: 10px 11px;
  border-radius: 5px;
}
.sms-editor .sms-editor-toolbar-button {
  border-radius: 10px;
  background: white;
  width: 26px;
  height: 27px;
  color: #011f32;
}
.sms-editor .sms-editor-toolbar-button.ant-btn-circle {
  width: 36px;
  height: 36px;
  border-radius: 100%;
}
.sms-editor .sms-editor-toolbar-button.active {
  color: #5641FC;
  border: 1px solid #5641FC;
}
.sms-editor .emoji-select-button {
  padding: 0 1px 4px 1px;
  border: none;
  line-height: 1.4rem;
  font-size: 1.5rem;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  color: #011f32;
}
.sms-editor .emoji-select-entry, .sms-editor .emoji-select-entry-focused {
  padding: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  -webkit-transition: background-color 0.4s cubic-bezier(0.27, 1.27, 0.48, 0.56);
  transition: background-color 0.4s cubic-bezier(0.27, 1.27, 0.48, 0.56);
  font-size: 1.4rem;
}
.sms-editor .emoji-select-entry-focused {
  background: #efefef;
}
.sms-editor .emoji-popover {
  z-index: 1000;
}
.sms-editor .emoji-popover ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.sms-editor .emoji-popover-group {
  background: red;
}
.sms-editor .editor-wrapper {
  border: none;
  border-radius: 2px;
  position: relative;
  background-color: transparent;
}
.sms-editor .editor-wrapper:focus-within {
  box-shadow: none;
}
.sms-editor .editor-wrapper-hidden {
  display: none;
}
.sms-editor .editor-container {
  color: #000;
  position: relative;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.85);
  font-size: 15px;
  line-height: 1.66667;
  background-color: transparent;
  background-image: none;
  transition: all 0.3s;
  border-radius: 10px;
}
.sms-editor .editor-input {
  min-height: 80px;
  resize: none;
  font-size: 15px;
  position: relative;
  tab-size: 1;
  outline: 0;
  padding: 5px 10px 15px 10px;
  caret-color: #444;
}
.sms-editor .editor-placeholder {
  color: #999;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 5px;
  left: 10px;
  font-size: 15px;
  user-select: none;
  display: inline-block;
  pointer-events: none;
}
.sms-editor .editor-paragraph {
  margin: 0 0 15px 0;
  position: relative;
}
.sms-editor .from-select .ant-select-selector {
  border-radius: 4px;
}
.sms-editor .sms-media {
  padding: 1rem 0;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: scroll;
  gap: 10px;
}
.sms-editor .sms-media .ant-card {
  border-radius: 10px;
  position: relative;
}
.sms-editor .sms-media .media-cancel {
  position: absolute;
  top: -10px;
  right: -10px;
  min-width: 30px;
  width: 30px;
  height: 30px;
  color: #b9bbbb;
  border-color: #EDEFF2;
  border-width: 2px;
}

.notification-type-filters {
  overflow: scroll;
}
.notification-type-filters .notification-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  border-radius: 10px;
}
.notification-type-filters .ant-radio-button-wrapper {
  border: 1px solid #DFE5ED;
  border-radius: 10px;
  background: transparent;
  color: rgba(0, 0, 0, 0.85);
  padding: 0 10px;
}
.notification-type-filters .ant-radio-button-wrapper:before {
  display: none;
}
.notification-type-filters .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]):first-child {
  border-color: #DFE5ED;
}
.notification-type-filters .ant-radio-button-wrapper.ant-radio-button-wrapper-checked {
  border-color: #DFE5ED;
  color: #5641FC;
  background: #DFE5ED;
}
.notification-type-filters .ant-radio-button-wrapper:focus-within {
  box-shadow: none;
}

.perfectomy-sidebar {
  padding: 1rem;
  background: white;
  display: flex;
  flex-direction: column;
}
.perfectomy-sidebar .perfectomy-sidebar-tab {
  padding: 0.5rem 1rem;
  margin: 0.25rem 0;
  border-radius: 6px;
}
.perfectomy-sidebar .perfectomy-sidebar-tab a {
  display: block;
  width: 100%;
}
.perfectomy-sidebar .perfectomy-sidebar-tab.selected, .perfectomy-sidebar .perfectomy-sidebar-tab:hover {
  background: #f0f2f5;
}
.perfectomy-sidebar.full-height {
  height: calc(-64px + 100vh);
  overflow: scroll;
}

.app-file-viewer video {
  width: 100%;
}

.phonecall-wrapper {
  position: fixed;
  top: 60px;
  right: 2rem;
  max-width: 370px;
  border: 1px solid #011f32;
  border-radius: 10px;
  padding: 0.5rem;
  z-index: 5000;
  background: #011f32;
}
.phonecall-wrapper .phoncall-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phonecall-wrapper .phoncall-header .anticon {
  color: #fff;
}
.phonecall-wrapper .call-information {
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}
.phonecall-wrapper .call-information .caller-id {
  display: flex;
  flex-direction: column;
}
.phonecall-wrapper .call-information .caller-id .ant-typography {
  color: white;
  font-size: 1.2rem;
}
.phonecall-wrapper .call-information .caller-id .ant-typography.ant-typography-secondary {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.45);
}
.phonecall-wrapper .call-information .call-time .ant-typography {
  color: #A3B3C0;
}
.phonecall-wrapper .call-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.phonecall-wrapper .call-actions .ant-btn {
  color: #A3B3C0;
  transition: 300ms all;
  border-radius: 10px;
}
.phonecall-wrapper .call-actions .ant-btn:hover {
  background: rgba(163, 179, 192, 0.2);
}
.phonecall-wrapper .call-actions .hang-up .ant-btn {
  background: #E86A68;
  color: white;
}
.phonecall-wrapper .call-actions .answer-call .ant-btn {
  background: #11B86A;
  color: white;
}
.phonecall-wrapper .call-actions .action.active .ant-btn {
  background: rgba(163, 179, 192, 0.2);
}
.phonecall-wrapper .incoming-call {
  padding: 1rem;
  text-align: center;
  min-width: 300px;
}
.phonecall-wrapper .incoming-call .call-actions {
  justify-content: center;
  gap: 40px;
}
.phonecall-wrapper .incoming-call .call-information {
  margin-bottom: 2rem;
}
.phonecall-wrapper .incoming-call .action .anticon {
  margin-right: 0.5rem;
}
.phonecall-wrapper .call-configuration .select-device {
  display: flex;
  flex-direction: column;
}
.phonecall-wrapper .call-configuration .select-device .ant-typography {
  font-size: 14px;
  color: #A3B3C0;
}
.phonecall-wrapper .call-configuration .select-device .ant-select-selection-item {
  color: #A3B3C0;
}
.phonecall-wrapper .call-configuration .select-device .ant-select-selector {
  background: rgba(163, 179, 192, 0.2);
  border-color: rgba(163, 179, 192, 0.2);
}
.phonecall-wrapper .call-configuration .select-device .ant-select-multiple .ant-select-selection-item {
  background: #A3B3C0;
  border-color: #A3B3C0;
  color: #011f32;
}
.phonecall-wrapper .call-configuration .select-device .ant-select-arrow {
  color: #A3B3C0;
}
.phonecall-wrapper .transfer-menu {
  margin-top: 1rem;
}
.phonecall-wrapper .transfer-menu .ant-input {
  background: rgba(163, 179, 192, 0.2);
  border: none;
  box-shadow: none;
  color: #A3B3C0;
}
.phonecall-wrapper .transfer-menu .suggestions-list {
  margin-top: 0.5rem;
}
.phonecall-wrapper .transfer-menu .suggestions-list .suggestions-list-item {
  position: relative;
  color: #A3B3C0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  border: none;
}
.phonecall-wrapper .transfer-menu .suggestions-list .suggestions-list-item:hover {
  background: rgba(163, 179, 192, 0.2);
}
.phonecall-wrapper .transfer-menu .suggestions-list .suggestions-list-item + .phonecall-wrapper .transfer-menu .suggestions-list .suggestions-list-item {
  margin-top: 0.5rem;
}
.phonecall-wrapper .transfer-menu .suggestions-list .suggestions-list-item .select-on-enter {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: #A3B3C0;
}
.phonecall-wrapper .transfer-menu .suggestions-list .ant-typography {
  color: #A3B3C0;
}
.phonecall-wrapper .transfer-menu .actions {
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.phonecall-wrapper .transfer-menu .actions .action-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.phonecall-wrapper .transfer-menu .actions .ant-btn {
  color: #A3B3C0;
  transition: 300ms all;
  border-radius: 100%;
  background: rgba(163, 179, 192, 0.2);
  border: none;
  width: 50px;
  height: 50px;
}
.phonecall-wrapper .transfer-menu .actions .ant-btn:hover {
  background: rgba(163, 179, 192, 0.3);
}
.phonecall-wrapper .transfer-menu .actions .ant-typography {
  color: #A3B3C0;
  font-size: 10px;
  text-transform: uppercase;
}

.dialpad-wrapper {
  padding-bottom: 1rem;
}
.dialpad-wrapper .dialpad {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 10px;
  width: 215px;
}
.dialpad-wrapper .dialpad .dialpad-number {
  text-align: center;
}
.dialpad-wrapper .dialpad .dialpad-number .ant-btn {
  width: 65px;
  height: 65px;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
}
.dialpad-wrapper .dialpad .dialpad-number .ant-btn .ant-typography {
  color: #A3B3C0;
  font-size: 24px;
  line-height: 22px;
  font-weight: bold;
}
.dialpad-wrapper .dialpad .dialpad-number .ant-btn .ant-typography-secondary {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
}
.dialpad-wrapper .dialpad .dialpad-number .ant-btn:hover {
  background: rgba(163, 179, 192, 0.2);
}
.dialpad-wrapper .dialpad-number-input {
  margin-top: 1rem;
  padding: 0 1rem;
}
.dialpad-wrapper .dialpad-number-input .ant-input {
  border: none;
  text-align: center;
  color: #A3B3C0;
  background: rgba(163, 179, 192, 0.2);
  font-size: 18px;
}
.dialpad-wrapper .dialpad-number-input .ant-input:focus, .dialpad-wrapper .dialpad-number-input .ant-input:active {
  border: none;
  box-shadow: none;
}
.dialpad-wrapper .dialpad-number-input .ant-input::placeholder {
  color: rgba(163, 179, 192, 0.6);
}
.dialpad-wrapper .available-phone-numbers {
  margin: 0.5rem 0 1rem 0;
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: center;
  flex-direction: column;
}
.dialpad-wrapper .available-phone-numbers .ant-typography {
  font-size: 14px;
  color: #A3B3C0;
}
.dialpad-wrapper .available-phone-numbers .ant-select-arrow {
  color: #A3B3C0;
  transform: translateY(-50%);
}
.dialpad-wrapper .available-phone-numbers .ant-select-focused .ant-select-selector {
  border: none !important;
  box-shadow: none !important;
}
.dialpad-wrapper .available-phone-numbers .ant-select-selector {
  background: transparent;
  border: none;
  padding: 0 13px 0 0;
}
.dialpad-wrapper .available-phone-numbers .ant-select-selection-item {
  text-align: center;
  color: #A3B3C0;
  font-size: 16px;
}
.dialpad-wrapper .available-phone-numbers .ant-select-item-option-content {
  text-align: center;
}
.dialpad-wrapper .available-phone-numbers .ant-select-single .ant-select-selector .ant-select-selection-item {
  line-height: 25px;
}
.dialpad-wrapper .dialpad-call-action {
  margin: 0 auto;
}
.dialpad-wrapper .dialpad-call-action .ant-btn {
  background: #11B86A;
  color: white;
  width: 60px;
  height: 60px;
}

.available-phone-numbers-popup {
  background: rgb(163, 179, 192);
}
.available-phone-numbers-popup .ant-select-item-option {
  background: rgba(163, 179, 192, 0.2);
  color: #011f32;
}

.whatsapp-template-preview-wrapper {
  display: flex;
  justify-content: center;
  padding: 10px;
  border-radius: 47.8125px;
}
.whatsapp-template-preview-wrapper .whatsapp-template-preview {
  border: 10px solid white;
  box-sizing: content-box;
  width: 281.25px;
  height: 568.4px;
  background: white;
  border-radius: 23.90625px;
  position: relative;
}
.whatsapp-template-preview-wrapper .whatsapp-template-status-header {
  z-index: 2;
  position: relative;
  background-color: #018069;
  border-radius: 47.8125px 47.8125px 0 0;
  padding: 0 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.whatsapp-template-preview-wrapper .whatsapp-template-status-header .current-time .ant-typography {
  color: white;
  font-size: 12px;
}
.whatsapp-template-preview-wrapper .whatsapp-template-status-header .top-notch {
  flex-grow: 0.8;
  height: 20px;
  background-color: #f6f7f9;
  border-radius: 0 0 14px 14px;
  align-self: flex-start;
}
.whatsapp-template-preview-wrapper .whatsapp-template-preview-body {
  position: relative;
  z-index: 2;
}
.whatsapp-template-preview-wrapper .whatsapp-template-preview-body .whatsapp-message-template {
  background: white;
  border-radius: 0 6px 6px 6px;
  margin: 1rem 1rem 0.5rem 1rem;
  padding: 0.25rem;
}
.whatsapp-template-preview-wrapper .whatsapp-template-preview-body .whatsapp-message-template .template-header {
  margin-bottom: 0.25rem;
}
.whatsapp-template-preview-wrapper .whatsapp-template-preview-body .whatsapp-message-template .template-header img {
  max-width: 100%;
  max-height: 600px;
}
.whatsapp-template-preview-wrapper .whatsapp-template-preview-body .whatsapp-message-template .template-header p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  margin: 0;
}
.whatsapp-template-preview-wrapper .whatsapp-template-preview-body .whatsapp-message-template .template-body p {
  white-space: pre-line;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}
.whatsapp-template-preview-wrapper .whatsapp-template-preview-body .whatsapp-message-template .template-footer p {
  color: rgba(0, 0, 0, 0.45);
  font-size: 13px;
  line-height: 17px;
  padding: 0.5rem 7px 8px 0;
  margin: 0;
}
.whatsapp-template-preview-wrapper .whatsapp-template-preview-body .whatsapp-message-template-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
  border-radius: 6px;
  margin: 0 1rem 0 1rem;
  text-align: center;
  align-items: center;
  padding: 0.5rem;
}
.whatsapp-template-preview-wrapper .whatsapp-template-preview-body .whatsapp-message-template-buttons .whatsapp-message-template-button {
  display: flex;
  align-items: center;
  gap: 8px;
}
.whatsapp-template-preview-wrapper .whatsapp-template-preview-body .whatsapp-message-template-buttons .anticon {
  color: rgb(0, 132, 255);
  font-size: 20px;
}
.whatsapp-template-preview-wrapper .whatsapp-template-preview-body .whatsapp-message-template-buttons button {
  display: inline-block;
  text-align: center;
  color: rgb(0, 132, 255);
  border: none;
  background: white;
  padding: 0;
}
.whatsapp-template-preview-wrapper .whatsapp-template-preview-body .whatsapp-message-template-buttons button:hover {
  border: none;
}
.whatsapp-template-preview-wrapper .whatsapp-template-user-information {
  z-index: 2;
  position: relative;
  background-color: #018069;
  border-radius: 0;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.whatsapp-template-preview-wrapper .whatsapp-template-user-information .left {
  display: flex;
  align-items: center;
  color: white;
  gap: 8px;
}
.whatsapp-template-preview-wrapper .whatsapp-template-user-information .left .ant-typography {
  color: white;
}
.whatsapp-template-preview-wrapper .whatsapp-template-chat-input {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10px;
  left: 12px;
  z-index: 2;
  gap: 12px;
  width: calc(100% - 24px);
}
.whatsapp-template-preview-wrapper .whatsapp-template-chat-input .chat-input {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 20px;
  background: white;
  flex-grow: 1;
  padding: 0.5rem 1rem;
}
.whatsapp-template-preview-wrapper .whatsapp-template-chat-input .chat-microphone {
  width: 40px;
  height: 40px;
  background-color: #018069;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp-template-preview-wrapper .whatsapp-template-preview-body-bg {
  position: absolute;
  width: 281.25px;
  height: 568.4px;
  top: 0;
  left: 0;
  z-index: 1;
}
.whatsapp-template-preview-wrapper.minimal .whatsapp-template-preview {
  height: 350px;
}
.whatsapp-template-preview-wrapper.minimal .whatsapp-template-preview-body-bg {
  max-width: 100%;
  max-height: 100%;
  border-radius: 23px 23px;
  overflow: hidden;
}
.whatsapp-template-preview-wrapper.minimal .whatsapp-template-preview-body-bg svg {
  max-width: 100%;
  max-height: 100%;
}
.whatsapp-template-preview-wrapper.minimal .whatsapp-template-preview-body {
  height: 250px;
  overflow: scroll;
}

.list-selection {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.list-selection .ant-input-affix-wrapper {
  border-radius: 6px;
}
.list-selection .ant-input-affix-wrapper .anticon {
  margin-right: 10px;
  color: #d9d9d9;
}

.list-selection-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
  overflow: scroll;
  box-sizing: border-box;
}
.list-selection-items .list-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 6px;
  padding: 0.2rem 0.5rem;
}
.list-selection-items .list-item.row {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.list-selection-items .list-item.active .ant-typography {
  color: rgb(0, 132, 255);
}
.list-selection-items .list-item:hover {
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.list-selection-items.no-dimensions {
  height: auto;
  width: 100%;
  gap: 0;
  min-width: 0;
}
.list-selection-items.no-dimensions .list-item {
  padding: 0 2.5px;
}
.list-selection-items.separated .list-item {
  margin-top: 2.5px;
  padding: 5px 10px;
  background: #EDEFF2;
}
.list-selection-items.separated .list-item:hover {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.popover-list .ant-list-items {
  max-height: 300px;
  overflow: scroll;
  width: 300px;
}
.popover-list .ant-list-items .ant-list-item {
  padding: 10px 15px;
}
.popover-list .ant-list-items .ant-list-item:hover {
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.list-card-select {
  display: flex;
  align-self: center;
  justify-content: stretch;
  gap: 8px;
}
.list-card-select .list-item {
  padding: 0.75rem 10px;
  border: 2px dashed rgba(99, 142, 176, 0.25);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.list-card-select .list-item .ant-typography, .list-card-select .list-item .anticon {
  color: rgb(99, 142, 176);
}
.list-card-select .list-item:hover {
  cursor: pointer;
  border-color: rgb(0, 132, 255);
}
.list-card-select .list-item:hover .ant-typography, .list-card-select .list-item:hover .anticon {
  color: rgb(0, 132, 255);
}

.whatsapp-template-editor .DraftEditor-root {
  background-color: #EDEFF2 !important;
  color: #22282F;
  border: none;
  padding: 3px 11px;
  border-radius: 5px;
}

.automation-node {
  width: 250px;
  height: 85px;
  background: white;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px 0;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.automation-node p {
  margin: 0;
}
.automation-node .automation-app-ready-icon {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #0a842a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.automation-node .automation-app-ready-icon .anticon {
  color: white;
  font-size: 16px;
}
.automation-node.with-replay {
  height: 120px;
}
.automation-node.add-new {
  border: 2px dashed #bbbbbb;
  display: flex;
  align-items: center;
  justify-content: stretch;
  justify-self: center;
  border-radius: 10px;
  height: 100%;
}
.automation-node.add-new .ant-btn {
  color: rgba(0, 0, 0, 0.4);
  border: none;
  width: 100%;
  font-size: 20px;
  height: 38px;
  box-shadow: none;
}
.automation-node.add-new .automation-node-description {
  width: 100%;
}
.automation-node.selected {
  border: 1px solid #5641FC;
}
.automation-node.run-details {
  width: 350px;
  box-shadow: rgba(86, 65, 252, 0.1) 0 10px 10px 0;
  border: 1px solid rgba(86, 65, 252, 0.2);
}
.automation-node.run-details .automation-run-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 100%;
  gap: 6px;
}
.automation-node.run-details .run-id {
  font-size: 12px;
}

.automation-node-description p {
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}

.automation-node-title {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
}
.automation-node-title .automation-app-name {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0 10px;
}
.automation-node-title .anticon {
  color: #242323;
  font-size: 24px;
}
.automation-node-title .extra-action {
  justify-self: end;
  margin: 0 0 0 auto;
}

.button-edge__label {
  position: absolute;
  pointer-events: all;
  transform-origin: center;
}

.button-edge__button {
  width: 30px;
  height: 30px;
  border: 2px solid #5641FC;
  color: #5641FC;
  background-color: #ECECFD;
  cursor: pointer;
  border-radius: 50%;
  font-size: 16px;
  padding: 0;
  transition: background-color, border 300ms;
}

.button-edge__button:hover {
  background-color: #2D256C;
  border-color: #2D256C;
  color: #ffffff;
}

.react-flow__edge.edge-ran .react-flow__edge-path {
  stroke: #5641FC;
}

.automation-edit-node {
  position: absolute;
  right: 2rem;
  top: 2rem;
  height: calc(100vh - 112px - 4rem);
  min-width: 350px;
  width: 30%;
  max-width: 600px;
  background: white;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px 0;
  z-index: 1051;
}
.automation-edit-node.right {
  left: 2rem;
  right: auto;
}

.automation-editor {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.automation-editor .automation-editor-node-title {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.automation-editor .automation-editor-node-title .automation-editor-node-title-icon {
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  background: white;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.automation-editor .automation-editor-node-title .automation-editor-node-title-icon .anticon {
  font-size: 22px;
}
.automation-editor .automation-editor-node-title .ant-typography {
  font-weight: 600;
}
.automation-editor .automation-progress {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid #e0e0e0;
}
.automation-editor .automation-progress .automation-progress-tab {
  position: relative;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.automation-editor .automation-progress .automation-progress-tab .ant-typography {
  font-weight: 600;
  font-size: 14px;
}
.automation-editor .automation-progress .automation-progress-tab .arrow-right {
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}
.automation-editor .automation-progress .automation-progress-tab .checkbox {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #0a842a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.automation-editor .automation-progress .automation-progress-tab .checkbox .anticon {
  color: white;
  font-size: 16px;
}
.automation-editor .automation-progress .automation-progress-tab:first-of-type {
  padding-left: 0.5rem;
}
.automation-editor .automation-progress .automation-progress-tab:hover {
  cursor: pointer;
}
.automation-editor .automation-progress .automation-progress-tab:hover .ant-typography {
  color: #5641FC;
}
.automation-editor .automation-progress .automation-progress-tab.active .ant-typography {
  color: #5641FC;
}
.automation-editor .automation-editor-body {
  padding: 1rem 1.5rem;
  flex-grow: 1;
  overflow: scroll;
}
.automation-editor .automation-editor-body fieldset {
  border: none;
  padding: 0;
}
.automation-editor .automation-editor-actions {
  align-self: flex-end;
  margin: 0 0 0 auto;
}
.automation-editor .automation-editor-form .automation-editor-form-item {
  display: flex;
  flex-flow: column;
}
.automation-editor .automation-editor-form .automation-editor-form-item-value {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 5px 10px;
}
.automation-editor .automation-editor-form .automation-editor-form-item-value .ant-select {
  width: 100%;
}
.automation-editor .automation-editor-form .automation-editor-form-item-value .ant-select .ant-select-selector {
  background: transparent;
  border: none;
}
.automation-editor .automation-footer {
  padding: 1rem 1.5rem;
  display: flex;
  gap: 20px;
  justify-content: stretch;
}
.automation-editor .automation-footer .ant-btn {
  width: 100%;
}

.automation-flow-wrapper {
  height: calc(100vh - 72px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  overflow: hidden;
}
.automation-flow-wrapper .ant-spin-nested-loading, .automation-flow-wrapper .ant-spin-container {
  width: 100%;
  height: 100%;
}

.automation-flow-header {
  padding: 0.5rem 1rem;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.automation-flow-header .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.17);
  color: black;
  font-size: 16px;
  font-family: Roboto, "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
}
.automation-flow-header .e-editable-inline .e-component-group .e-editable-component {
  min-height: 30px;
}
.automation-flow-header .e-editable-inline .e-component-group .e-editable-component input {
  padding: 5px 8px 5px 8px;
  border: none;
  background: #f3f4f6;
  border-radius: 4px;
  font-size: 16px;
  font-family: Roboto, "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
  color: black;
}
.automation-flow-header .e-editable-inline .e-component-group .e-editable-component input:focus-visible {
  outline: none;
}
.automation-flow-header .automation-status {
  display: flex;
  align-items: center;
  gap: 10px 10px;
  margin: 0 0 0 auto;
}

.automation-react-flow {
  flex-grow: 1;
}

.automation-editor .rjsf .field-object .field-object fieldset {
  padding: 0.25rem 0.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.event-record {
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
  padding: 10px 12px;
  border-radius: 10px;
}
.event-record:hover, .event-record.active {
  cursor: pointer;
  border-color: #5641FC;
  background: #ECECFD;
}

.data-view {
  max-height: 70vh;
  max-width: 400px;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: start;
}
.data-view .data-element {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: start;
}
.data-view .data-element.nested {
  padding-left: 1rem;
}
.data-view .object-key {
  padding: 5px 8px;
  border-radius: 6px;
  background: #ECECFD;
  color: #5641FC;
  border: 1px solid #5641FC;
}

.placeholder-popover {
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
}
.placeholder-popover .tree-main {
  width: 100%;
}
.placeholder-popover .tree-main .ant-tree-node-content-wrapper {
  flex-grow: 1;
}
.placeholder-popover .ant-tree-treenode:before {
  border-radius: 6px;
}
.placeholder-popover .ant-tree-treenode.ant-tree-treenode-selected .ant-typography {
  color: white;
}

.automation-editor-field {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 5px 15px;
}
.automation-editor-field div:focus-visible {
  outline: none;
}
.automation-editor-field .placeholder-node {
  border: 1px solid #5641FC;
  background: #ECECFD;
  padding: 1px 2.5px;
  border-radius: 6px;
}
.automation-editor-field .placeholder-node.invalid {
  border: 1px solid #FF1E00;
  background: #FFEFEF;
}

.automation-editor-placeholder {
  color: #999;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  user-select: none;
  pointer-events: none;
}

.automation-editor-paragraph {
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
}

.array-item-limit-input {
  position: relative;
}
.array-item-limit-input .automation-editor-field > div {
  width: calc(100% - 100px);
}
.array-item-limit-input .ant-form-item {
  margin-bottom: 5px;
}

.array-item-toolbar {
  width: 150px;
  position: absolute;
  bottom: 5px;
  right: 6px;
  justify-content: end;
}

.automation-select-widget {
  display: flex;
  justify-content: space-between;
}
.automation-select-widget .ant-select-selection-item {
  max-width: 285px;
}
.automation-select-widget .automation-editor-field {
  width: calc(100% - 45px);
}

.app-search-bar {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  line-height: 12px;
}
.app-search-bar .ant-input {
  background: transparent;
  border: none;
  border-radius: 10px;
  font-size: 22px;
}
.app-search-bar .ant-input:focus {
  outline: none;
  box-shadow: none;
}
.app-search-bar .ant-input-group-addon, .app-search-bar .ant-input-group-addon .ant-btn, .app-search-bar .ant-input-group-addon .ant-btn:hover {
  background: transparent;
  border: none;
  border-radius: 0;
}
.app-search-bar .ant-input-group-addon .anticon {
  font-size: 22px;
}:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}
